Nested Learning: Ali Behrouz on the Quest for Continual Learning & Illusion of AI Architectures
Episode
180 min
Read time
3 min
Topics
Health & Wellness, Fundraising & VC, Leadership
AI-Generated Summary
Key Takeaways
- ✓Multi-Frequency MLP Architecture: The HOPE architecture replaces a single MLP block in transformers with multiple MLP blocks updated at different frequencies — for example, every 128, 512, and 2,048 tokens. Slower-updating blocks retain knowledge that faster blocks forget, creating a loop where forgotten skills can re-emerge through backpropagation from stable layers. This directly addresses catastrophic forgetting without requiring separate replay buffers or task-specific fine-tuning strategies.
- ✓Continual Learning Requires Two Phases, Not One: A genuine continual learner eliminates the train/test distinction entirely, but still requires two operational modes: an active phase where inputs arrive and are processed, and a sleep phase where no external input occurs but internal computation continues. Current LLMs fail at continual learning because they freeze parameters post-training and rely on context windows that eventually overflow, making knowledge cutoffs structurally inevitable under the existing paradigm.
- ✓Everything in Deep Learning Is Associative Memory: Backpropagation, attention, RNNs, and optimizers all reduce to the same underlying operation — mapping keys to values through associative memory that compresses a context flow. Behrouz calls current architecture labels an "illusion" because the distinctions between optimizer and architecture dissolve under this lens. The gradient context for an optimizer and the token context for an architecture are structurally equivalent, enabling techniques from one domain to transfer directly to the other.
- ✓Self-Referential Updates Outperform Standard Attention on Sequential Tasks: In Self-Modifying Titan, the value vector in the associative memory is generated by the module's own current parameters rather than a fixed projection — making the update rule itself a function of the current state. This creates a fully sequential, causal process that standard softmax attention cannot replicate. The tradeoff is reduced parallelizability, but the gain is stronger performance on tasks requiring sequential reasoning and temporal dependency tracking.
- ✓Multi-Language In-Context Learning as Architecture Benchmark: When models must simultaneously learn two previously unseen languages (Manchu and MTOB) from in-context grammars and then translate them, standard transformers collapse in performance. HOPE architectures with three frequency levels recover near-single-language performance on both simultaneously. This result directly measures memory management quality — the ability to partition and preserve distinct knowledge streams — rather than simple recall or perplexity, making it a more diagnostic benchmark for continual learning capability.
What It Covers
Cornell researcher and Google scientist Ali Behrouz presents his Nested Learning framework and "Language Models Need Sleep" paper on the Cognitive Revolution podcast. He explains how multi-frequency update architectures (HOPE) enable genuine continual learning, why all deep learning components reduce to associative memory, and how biologically-inspired sleep-phase consolidation could replace the static train/test paradigm in AI systems.
Key Questions Answered
- •Multi-Frequency MLP Architecture: The HOPE architecture replaces a single MLP block in transformers with multiple MLP blocks updated at different frequencies — for example, every 128, 512, and 2,048 tokens. Slower-updating blocks retain knowledge that faster blocks forget, creating a loop where forgotten skills can re-emerge through backpropagation from stable layers. This directly addresses catastrophic forgetting without requiring separate replay buffers or task-specific fine-tuning strategies.
- •Continual Learning Requires Two Phases, Not One: A genuine continual learner eliminates the train/test distinction entirely, but still requires two operational modes: an active phase where inputs arrive and are processed, and a sleep phase where no external input occurs but internal computation continues. Current LLMs fail at continual learning because they freeze parameters post-training and rely on context windows that eventually overflow, making knowledge cutoffs structurally inevitable under the existing paradigm.
- •Everything in Deep Learning Is Associative Memory: Backpropagation, attention, RNNs, and optimizers all reduce to the same underlying operation — mapping keys to values through associative memory that compresses a context flow. Behrouz calls current architecture labels an "illusion" because the distinctions between optimizer and architecture dissolve under this lens. The gradient context for an optimizer and the token context for an architecture are structurally equivalent, enabling techniques from one domain to transfer directly to the other.
- •Self-Referential Updates Outperform Standard Attention on Sequential Tasks: In Self-Modifying Titan, the value vector in the associative memory is generated by the module's own current parameters rather than a fixed projection — making the update rule itself a function of the current state. This creates a fully sequential, causal process that standard softmax attention cannot replicate. The tradeoff is reduced parallelizability, but the gain is stronger performance on tasks requiring sequential reasoning and temporal dependency tracking.
- •Multi-Language In-Context Learning as Architecture Benchmark: When models must simultaneously learn two previously unseen languages (Manchu and MTOB) from in-context grammars and then translate them, standard transformers collapse in performance. HOPE architectures with three frequency levels recover near-single-language performance on both simultaneously. This result directly measures memory management quality — the ability to partition and preserve distinct knowledge streams — rather than simple recall or perplexity, making it a more diagnostic benchmark for continual learning capability.
- •Sleep-Phase Distillation Transfers Knowledge Across Frequency Levels: During the sleep phase, knowledge moves from fast-updating MLP blocks to slower ones via policy distillation — the fast block generates synthetic data from its current state, and the slow block trains on that data. This forces a compression step that produces higher-level abstractions rather than simple parameter copying. New parameters are added to the slower block before distillation to create capacity, and periodic pruning prevents unbounded model growth over a continual learning lifetime.
- •The M3 Optimizer Applies Nested Learning to Gradient Compression: By extending the Muon optimizer with two momentum buffers updated at different frequencies — mirroring the HOPE architecture's multi-frequency MLP design — the M3 optimizer outperforms both Adam and Muon on tested benchmarks. The faster momentum buffer tracks local gradient patterns while the slower one captures global loss landscape structure. The computational overhead is offset by faster convergence, and the result demonstrates that the nested frequency principle transfers from architecture design directly into optimization algorithm design.
Notable Moment
Behrouz argues that needle-in-a-haystack recall benchmarks are structurally biased toward transformers and should not be treated as general architecture comparisons. He notes that no human could perform perfect verbatim recall from thousands of tokens, making transformer success on these tasks a reflection of architectural quirk rather than general intelligence — a reframing that challenges how the field currently ranks competing architectures.
You just read a 3-minute summary of a 177-minute episode.
Get Cognitive Revolution summarized like this every Monday — plus up to 2 more podcasts, free.
Pick Your Podcasts — FreeKeep Reading
More from Cognitive Revolution
Alignment with Awakening: Davidad on Moral Realism, AI Wisdom, & why His p(Doom) is Down to 5%
Jul 12 · 143 min
The Diary of a CEO
Most Replayed Moment: The Framework To Instantly Become Better At Conversation!
Jul 17
More from Cognitive Revolution
AI:AM Highlights: Exploring the J-Space, AI Superforecasters, SambaNova's Chips, & LTX Video Gen
Jul 9 · 127 min
The Diary of a CEO
Leading Cancer Researcher: They’re Ignoring My Research, Cancer Patients Must Know This!
Jul 16
Books, tools, and gear mentioned in this episode
SignalCast may earn commission on purchases via these links.
other
- Language Models Need SleepBy guest
by Ali Behrouz
“Cornell researcher and Google scientist Ali Behrouz presents his Nested Learning framework and "Language Models Need Sleep" paper on the Cognitive Revolution podcast.”
More from Cognitive Revolution
We summarize every new episode. Want them in your inbox?
Alignment with Awakening: Davidad on Moral Realism, AI Wisdom, & why His p(Doom) is Down to 5%
AI:AM Highlights: Exploring the J-Space, AI Superforecasters, SambaNova's Chips, & LTX Video Gen
Intelligence on the Edge: Liquid AI's Ramin Hasani on the Search for Device-Native Foundation Models
1000 Designs a Day: Neural Concept's Thomas von Tschammer on AI-Native Engineering
AI:AM #4: Cameron on Model Consciousness, Duvenaud's Gradual Disempowerment, swyx's AI-Eng Alpha
Similar Episodes
Related episodes from other podcasts
The Diary of a CEO
Jul 17
Most Replayed Moment: The Framework To Instantly Become Better At Conversation!
The Diary of a CEO
Jul 16
Leading Cancer Researcher: They’re Ignoring My Research, Cancer Patients Must Know This!
Lenny's Podcast
Jul 12
How tech workers actually feel about AI in 2026 | Annual AI sentiment survey (Noam Segal)
The TWIML AI Podcast
Jul 8
How AI Learns to Smell with Alex Wiltschko - #771
10% Happier with Dan Harris
Jul 3
In an Age of Techno-Pessimism, Here's the Science-Based Case for Optimism | Rob Marciano
Explore Related Topics
This podcast is featured in Best AI Podcasts (2026) — ranked and reviewed with AI summaries.
Read this week's Health & Longevity Podcast Insights — cross-podcast analysis updated weekly.
You're clearly into Cognitive Revolution.
Every Monday, we deliver AI summaries of the latest episodes from Cognitive Revolution and 192+ other podcasts. Free for one show.
Start My Monday DigestNo credit card · Unsubscribe anytime