frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: MRRider – ride a motocross bike across startup growth curves

https://www.mrrider.xyz/
1•leonagano•48s ago•0 comments

Why removing 'um' from a recording is harder than it sounds

https://doug.sh/posts/erm-a-local-cli-that-strips-ums-uhs-and-erms-from-speech/
1•dougcalobrisi•2m ago•0 comments

Codex for every role, tool, and workflow

https://openai.com/index/codex-for-every-role-tool-workflow/
1•gmays•3m ago•0 comments

JAXA/MHI H3F6 test launch(00:53 UTC/16:53 PST) [video]

https://www.youtube.com/watch?v=HSiaGTea1rc
1•numpad0•4m ago•0 comments

Almost everyone, alone or in crowds, keeps turning counterclockwise

https://www.msn.com/en-us/news/technology/strange-walking-experiment-found-that-almost-everyone-a...
1•galaxyLogic•5m ago•0 comments

Nobody ever gets credit for fixing problems that never happened (2002) [pdf]

https://web.mit.edu/nelsonr/www/Repenning=Sterman_CMR_su01_.pdf
1•sam_bristow•6m ago•0 comments

MiniSwift – Swift Compiler for the Web

https://miniswift.run
1•frizlab•7m ago•0 comments

Software Update Auto Turns Off Amazon Delivery Drivers' AC in Summer Heat

https://www.404media.co/software-update-automatically-turns-off-amazon-delivery-drivers-ac-during...
1•RyeCombinator•7m ago•0 comments

Fable 5 is nothing besides expensive loops

https://www.anthropic.com
2•Robelk1•11m ago•0 comments

Microsoft unveiled MAI-Code-1-Flash

https://www.msn.com/en-us/news/technology/microsoft-unveiled-mai-code-1-flash-its-first-model-tha...
1•galaxyLogic•13m ago•0 comments

Don't let the LLM speak, just probe it

https://blog.j11y.io/2026-06-10_hidden-state-probes/
1•gmays•19m ago•0 comments

I complained to Anthropic over expired paid API credits and 31-day limits

1•WangXiao•20m ago•1 comments

Isometric NYC

https://isometric.nyc/
1•adamhowell•21m ago•0 comments

Our workplace LLM mass delusion

https://blog.avas.space/llm-circus/
2•birdculture•23m ago•0 comments

Verifiable partial data for peer-to-peer systems

https://bab-hash.org/
1•dannyobrien•24m ago•0 comments

Visa to Secure Payments for Shoppers on ChatGPT in OpenAI Partnership

https://www.wsj.com/tech/ai/visa-to-secure-payments-for-shoppers-on-chatgpt-in-openai-partnership...
2•builtbystef•27m ago•0 comments

Oral argument in Amazon vs. Perplexity injunction appeal [video]

https://www.youtube.com/watch?v=O0e3vJP63FE
1•aand16•28m ago•2 comments

Gigstop

https://gigstop.io
1•maddphoto•32m ago•2 comments

Are software patents legit? I let mine expire on purpose

https://taskloco.com/
2•taskloco_nyc•34m ago•2 comments

Show HN: Deploy personal apps with your agent via Buildy

https://buildy.so/
3•grouchy•35m ago•0 comments

Tiny Affordable Van Is the Urban Game-Changer the US Needs

https://www.gearpatrol.com/cars/olinia-uno-mexico-affordable-micro-urban-ev/
1•tortilla•36m ago•0 comments

Show HN: Supso, a CLI for selling licenses to your projects

https://supso.org/blog/supso-cli-for-paid-licensing-with-supported-source
1•jrpt•38m ago•0 comments

Framework 13 Pro delayed by a month due to touchpad, display fixes

https://old.reddit.com/r/framework/comments/1u29mc6/framework_13_pro_delay/
3•cromka•43m ago•0 comments

Teardown Confirms the Trump Phone Is a Gold-Painted HTC U24 Pro

https://www.ifixit.com/News/117789/teardown-confirms-the-trump-phone-is-a-gold-painted-htc-u24-pro
5•speckx•44m ago•0 comments

Breaking LiteLLM: From Low-Privilege User to Admin and RCE

https://www.obsidiansecurity.com/blog/litellm-privilege-escalation-rce
3•13ph03nix•50m ago•0 comments

Jenny Haniver

https://en.wikipedia.org/wiki/Jenny_Haniver
2•thatoneengineer•53m ago•1 comments

The Mirage of the Gifted Child

https://nymag.com/intelligencer/article/gifted-talented-intelligence-public-schools-testing.html
2•apparent•56m ago•0 comments

Europe 2031: What getting AI wrong means for us

https://europe2031.ai/
3•doener•1h ago•0 comments

Show HN: Ciris – an open-source AI agent in 29 languages on iOS and Android

https://ciris.ai/
2•emooreatx•1h ago•0 comments

AgentForge–28 production-grade skills that make AI agents ship reliable code

https://github.com/borhen68/SkillEngine
1•borhensaidi•1h ago•0 comments
Open in hackernews

Bloom's two sigma problem (2020)

https://nintil.com/bloom-sigma
8•Tomte•1y ago

Comments

trane_project•1y ago
> Nonetheless, Bloom was on to something: Tutoring and mastery learning do have a degree of experimental support, and fortunately it seems that carefully designed software systems can completely replace the instructional side of traditional teaching, achieving better results, on par with one to one tutoring. However, designing them is a hard endeavour, and there is a motivational component of teachers that may not be as easily replicable purely by software.

I've been working on an implementation of mastery learning and other related techniques called Trane (https://github.com/trane-project/trane/) for the past three years or so. Mastery learning is the main one, but it also integrates spaced repetition, interleaving, mixing difficulties, and reward propagation (doing well or bad in an exercise affects how related exercises are scheduled).

I think it works pretty well, but you need to pair it with proper pedagogy of the skill you want to learn and the proper curriculum. The latter is the hardest part, so it's being my main limitation. I've used some external resources to build courses, and they work well, but obviously it would work much better with a full curriculum built from the ground up.

Currently working on Pictures Are For Babies (https://picturesareforbabies.com/), which is meant to do just that for literacy. I am hoping to do a first release soon. As for the motivation angle, the solution in this particular instance is fairly simple. Use the software to enforce scheduling andpedagogy,y and a human tutor to provide emotional and social support. This division allows any literate person to become an effective tutor with a few hours of training.

I am hoping that the average student can complete the whole curriculum in five years. That would mean that (assuming they start at between 4 and 5 years old), the average student would have college-level reading and writing skills by the time they are nine or ten.

Most complete explanation so far is in the pedagogy page: https://picturesareforbabies.com/home/pedagogy/