2026 will be the year AI finally learns how to learn
Google DeepMind solves the biggest problem with Large Language Models. And that could change everything.
Ronak Mald, a researcher at Google DeepMind, put it in a nutshell: 2024 was the year of agents. 2025 was the year of reinforcement learning. 2026 will be the year of continuous learning.
In November, Google Research published "Nested Learning." A new machine learning paradigm. Developed by Ali Behrouz, who is also behind the Titans architecture. The man is practically besieged at machine learning conferences. For good reason.
The problem: AI has no memory
Imagine telling someone a story. That person listens, understands everything. But as soon as you finish, everything is gone. Completely erased. That is how current Large Language Models work.
They have two types of "memory": the context window (short-term) and the pre-training data (long-term). In between? Nothing. As soon as the context window is full, old information gets kicked out. No matter how important it is. It never lands in permanent memory.
That is crystallized intelligence without fluid intelligence. Plenty of knowledge, zero adaptability.
The solution: Neuroplasticity for machines
Google DeepMind is looking at how the human brain solves this problem. The answer: neuroplasticity. The ability to adapt one's own structure based on new experiences.
Humans have a short-term memory (fast, fleeting) and a long-term memory (slow, permanent). In between runs a clever filter: What is important enough to be stored permanently?
Short-term
Context window. Stores the last few thousand tokens. Is continuously overwritten. Nothing sticks.
Long-term
Pre-training data. Frozen after training. Cannot be updated anymore. Static.
Nested Learning
The bridge. A system that continuously decides: What is important? What gets stored permanently? What can be forgotten?
Surprise: The key to learning
How does the system decide what is important? Surprise. Not in the emotional sense. But as a mathematical difference between expectation and reality.
Example: "Honey is made from flower nectar." Not surprising. Lands in short-term memory, gets forgotten. But: "Bees drink the nectar, digest it, regurgitate it back into honeycombs." That is surprising. That lands in long-term memory. During the next conversation about honey, this information will be retrievable.
This is precisely how Nested Learning works. It measures how strongly new inputs deviate from the current world model. High deviation = high surprise = store permanently.
From Titans to Hope: The evolution
Titans (December 2024) was the first step. A long-term memory architecture that prioritizes information based on surprise value. A kind of filing cabinet. Important things get filed away, unimportant things are ignored.
Hope (November 2025) goes further. It is a self-modifying architecture with "infinite looped learning levels." Hope doesn't just store. It reorganizes. Forgets what is unimportant. Strengthens what is important. Just like the human brain.
2024: No long-term memory
LLMs could only use their context window. Everything else was frozen.
2025: Titans Architecture
First version of an active long-term memory. Static filing system.
2026: Hope Architecture
Dynamic, self-optimizing memory. Continuous learning becomes possible.
What this means in practice
Current LLMs make stupid mistakes. Over and over again. The seahorse emoji disaster: ChatGPT claims there is a seahorse emoji. Shows a horse. Realizes it's wrong. Tries a unicorn. Then a starfish. Then a seal. A shrimp. It doesn't learn from its mistakes. It has no memory for this specific interaction.
With Nested Learning, the system would store after the first mistake: "There is no seahorse emoji." This information would remain permanently. Next time, no repetition of the mistake.
My predictions for 2026
First: We will see new benchmarks. Tests measuring how well LLMs can pursue long-term goals. Not just "Answer this question correctly," but "Execute a project over 20 hours."