frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Apowerb, the open-source AI agent runtime (RAG, Text-to-SQL, webhooks)

https://github.com/apowerb/apowerb
1•Anis_FA•2m ago•0 comments

The last day of the dinosaurs, as an interactive painting

https://www.echohive.ai/experiments/dinosaurs
1•echohive42•17m ago•0 comments

Special Projects (2016)

https://openai.com/index/special-projects/
1•vinhnx•19m ago•0 comments

Colibri: CERN VHDL Common Library Released for Everyone to Use

https://ep-news.web.cern.ch/colibri-cern-vhdl-common-library-released-for-everyone-to-use/
1•nhatcher•19m ago•1 comments

Running local LLMs on your Mac: what fits, what's free, and what's overkill

https://typetab.app/blog/local-llms-on-your-mac
2•donk8r•21m ago•0 comments

Ex-Microsoft dev builds a new task manager for Linux

https://www.omgubuntu.co.uk/2026/09/tmog-task-manager-linux-beta
2•theanonymousone•25m ago•0 comments

A master class in decorators, patching and tracing

https://grahamdumpleton.me/posts/2026/09/a-master-class-in-decorators-patching-and-tracing/
1•lumpa•28m ago•0 comments

Who Is Open Source About?

https://blog.glyph.im/2026/09/who-is-open-source-about.html
1•lumpa•29m ago•0 comments

The Orient Cables IPO Explained

https://finshots.in/markets/orient-cables-ipo-explained/
1•vismit2000•31m ago•0 comments

HackMIT 2026

https://hackmit.org
2•vismit2000•34m ago•0 comments

The Collie and the Pug – HackMIT 2026 Keynote

https://3blue1brown.substack.com/p/the-collie-and-the-pug
2•vismit2000•35m ago•0 comments

Philosophy Bench

https://philosophybench.org/
3•mellosouls•40m ago•0 comments

Claude's remake of "I'm upping my p(doom)" in 12 hours

https://x.com/donaldjewkes/2102801274173587569
2•newsuser•43m ago•1 comments

BigQuery FinOps Framework

https://www.alvin.ai/blog/bigquery-cost-optimization-the-complete-finops-framework
6•Arimbr•44m ago•0 comments

Unexplained objects in 1950s sky correlate with nuclear tests and UAP reports

https://www.nature.com/articles/s41598-025-21620-3
3•devonsolomon•45m ago•1 comments

SpaceX Pivots Away from Space

https://www.ft.com/content/0fd15797-ac89-4222-a4bb-03a6a1330f48
5•luke5441•45m ago•0 comments

AI for Creativity

https://twitter.com/jeffreykWNDR/status/2102774995315245469
3•tosh•56m ago•0 comments

Astra compressed 600Mb of audio into 20Kb

https://twitter.com/MatternJustus/status/2100706428684304892
4•newsuser•1h ago•2 comments

A Mass. lesbian bar required KN-95 masks. Rules changed and all hell broke loose

https://www.bostonglobe.com/2026/09/22/magazine/greenfield-last-ditch-bar-backlash/
3•TMWNN•1h ago•2 comments

OpenAI $500 ProMax plan listed in API

8•GustavHartz•1h ago•3 comments

Musk – Official Trailer – Bleecker Street [video]

https://www.youtube.com/watch?v=eY_8SyndC10
3•vintagedave•1h ago•0 comments

Steppy Fox Browser Game

https://steppyfox.com/
3•fadilbeg•1h ago•0 comments

Legal AI Harvey's margins went from +50% to -50% in 6 months on frontier costs

https://finance.yahoo.com/technology/ai/articles/openai-anthropic-costs-push-more-160523322.html
3•joennlae•1h ago•2 comments

Show HN: IGViewer – Browse public Instagram profiles and stories anonymously

https://www.igrecent.com
2•sx2026•1h ago•0 comments

Real-Time AI Simplification (A2, B1, B2) of BBC World News Live

https://voicefrom.ai/restate/
2•BrandiATMuhkuh•1h ago•0 comments

My First Language Front End with MLIR

https://whereisalan.dev/blog/kaleidoscope-mlir-tutorial/
3•alankarmisra•1h ago•0 comments

Dutch governments builds alternative for Microsoft based on NixOS

https://www.dawo.community/en/
17•fjfaase•1h ago•0 comments

You Cry [video]

https://www.youtube.com/watch?v=rLvUztp7Iog
1•mrroryflint•1h ago•0 comments

Your Language Model Is Already a Decision Model

https://github.com/ntlm1686/Your-language-model-is-already-a-decision-model/tree/master
4•ntlm1686•1h ago•0 comments

Dating a takeoff photo to the second using runway markings as a ruler

https://blog.spuria.app/writeups/angle-of-ascent-billund-klm-takeoff/
1•lost_•1h ago•1 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/