We need a better taxonomy for "continual learning": five mechanisms, five tradeoffs
Typical-Scene-5794 · reddit · 2026-09-03
The author argues "continual learning" names a problem setting—acquiring knowledge after deployment without full retraining—not a mechanism, and proposes a five-way taxonomy:
1. Long-context ICL: frozen weights, learning from demos/feedback/history in context. Limit: huge working memory but no transfer to long-term memory.
2. Text optimization: rewriting the mutable text layer (system prompts, skill files, playbooks, memory stores, retrieval indices, harness code). Forgetting doesn't vanish—it moves to memory construction/retrieval.
3. Recurrent/architectural latent memory: task info written into evolving internal state with frozen weights (e.g., BDH-CQ-style self-modifying architectures); adaptation at inference via state updates alone.
4. Per-task test-time training: demos become a small training set, gradients applied then possibly discarded. ARC pipelines like HRM/TRM fit here; whether it's truly "continual" is doubtful without cross-task persistence.
5. Online parametric continual fine-tuning: persistent post-deployment gradients; challenges include test-time label/reward quality and avoiding capability loss (replay, regularization, isolation, sparse updates). Hybrids self-generate fine-tuning data in text but store updates in weights. Risks: catastrophic forgetting and updates not surviving base-model upgrades.
He invites disagreement and additions.
More from AGI Musings
- Nina Schick: the AI buildout's real bottleneck is electricians and plumbers, not physics — NinaDSchick · 2026-09-03
- Gary Marcus Amplifies 'AI Is the Biggest Misallocation of Capital in History' Bear Case — GaryMarcus · 2026-09-03
- One-Shot Fable 5.1 Remakes a Call of Duty Demo, Fueling 'Software Priced at Electricity Cost' Take — nptacek · 2026-09-03
- What's Actually Left to Solve in Brain-Computer Interfaces? A Practitioner Explains — CatAstro_Piyush · 2026-09-03
- Wei Dai: Agents Will Negotiate With Cryptographic Protocols — the Case for 'Generative Cryptography' — matthew_d_green · 2026-09-03
- "The Biggest Danger Isn't AI, It's Getting Left Behind": Compute and Data Sovereignty Argument — eliano · 2026-09-03