brain/
conceptartificial-intelligence

Continual learning as the next breakthrough

Notes

Continual learning as the next breakthrough

One-line summary: Models sit inside organisations, accumulate enormous task- and org-specific tacit knowledge, and then throw all of it away — because durable learning requires writing to the weights, and writing to the weights forfeits the sample efficiency of in-context learning. That trade-off, not scale, is the argued bottleneck.

The insight

The essay's target is the "just scale it" reply to every named deficit. From 2026-06-26-podcast-dwarkesh-podcast-the-next-big-breakthrough-will-be-ais-learning-on: "these things that we talk about as the fundamental deficits in the current training paradigm, for example, the data inefficiency of these models or the fact that they lack continual learning, these things can just be steamrolled if we just scale training more in the same way that all the fundamental research problems in natural language processing collapsed when we just threw enough compute into LLMs."

Against that, the argument is that continual learning is not a deficit scale removes, because the two available substrates are mutually exclusive:

  • Context is not memory. "But this kind of continual learning requires going back to the weights. AIs can't just keep building up a bigger and bigger KV cache as they learn from more and more users. That's just not scalable and that's also not how humans do it."
  • Weights are not cheap. "the moment you move into the weights you have to give up on in context learning. Sample Efficiency because gradient updates are super sample inefficient"

And the human analogy is not "recall everything," it is compression: "Human continual learning is less about having all your observations at the tip of your tongue, it's about and more about chiseling the right intuitions and big picture knowledge back into the weights."

The economic framing — and the source's title — is that the breakthrough arrives when AIs can learn on the job: models are "participating in so many different kinds of tasks and are privy to so much domain and organization specific tacit knowledge and, and they're not able to make use of it."

Why it matters

It names a specific, falsifiable bottleneck at a moment when most capability discourse is about scale, benchmarks, and agentic scaffolding. If correct, the next capability jump comes from a learning-substrate innovation (some cheap, sample-efficient path from experience into weights), not from another order of magnitude of pre-training compute.

It also bears on why deployment value has lagged benchmark performance: a model that cannot retain what it learns inside an organisation must have that knowledge re-supplied through context on every task, which is exactly where the "AI is impressive but does not compound" complaints come from.

Contradictions / tensions

  • The steamroll counter-argument is genuinely strong and is not refuted here, only rejected. Every previously "fundamental" NLP research problem did collapse under compute. The source concedes this precedent explicitly before rejecting its application.
  • Weight-space updating is not obviously impossible, merely sample-inefficient today. The argument is about the current cost curve, not a physical bound.
  • One data point: a single essay from one author. There is no independent corroboration in this thread yet.

Open questions

  • Is there a substrate between context and weights (retrieval + adapters + periodic consolidation) that gets sample efficiency without catastrophic forgetting?
  • Does the RL-on-verifiable-rewards paradigm partially address this, or is it orthogonal? The source elsewhere notes that "RLVR alternarization is not infinitely strong."
  • Related in this thread: rl-information-inefficiency approaches the same sample-efficiency problem from the RL side.

Sources

Related

Referenced by