Does AI Really Understand What It Says? Unpacking "Inert Knowledge" in Google DeepMind Research
This post from zhichai.net shares a visual research poster summarizing recent Google DeepMind work on why large language models appear to understand in-context instructions but fail to actually use the knowledge they contain.
The Paradox: Appearance vs. Reality in In-Context Learning
On the surface, in-context learning seems magical: AI models can adapt to new instructions from a prompt in seconds. But DeepMind's research reveals a disturbing truth: the model builds a perfect "map" of the world inside its brain—yet cannot take a single step with it.
Core Finding: Inert Knowledge
The model's neural network has already perfectly represented the structure of the world (the map), but its computation engine cannot extract or invoke this knowledge for reasoning.
- ✓ MAP — perfectly represented internally
- ✗ NAVIGATE — cannot execute
- Dirichlet energy
- Distance correlation
- Paper: *Language Models Struggle to Use Representations Learned In-Context*
- Authors: Lepori et al., Google DeepMind
This is a complete split between "knowing" and "doing": the model knows the rules but cannot perform the operations.
Evidence of Representation Learning
Although the AI cannot use the knowledge, hard-nosed metrics show it genuinely "learned":
These prove the model constructs a high-dimensional geometric world inside the black box. It is a ghost trapped in dimensions—with perfect memory but no capacity for action.
Architectural Limitation: Trapped in "One Dimension"
Why can't the model handle complex logic? Because it is a "novel-reading expert":
> The Transformer's self-attention mechanism is inherently designed to process one-dimensional sequences and cannot effectively handle two-dimensional spatial logic.