Abhishek S.
Shipping in public. Listening in private.

Abhishek

I lead women’s Indo-Western & Premium at Max Fashion. I also wrote the AI that runs the buying floor.

Rare profile. Category operator who ships production code.

Senior Buying Leader · Max Fashion Women’s Indo-Western & Premium · 530+ India stores NIFT ’12 · Twelve years on the floor

abhishek@bengaluru ~ %
>role: senior buying lead
>dept: women’s indo-western + premium
>floor: 530+ stores india

The Hippocampus Rediscovered in Silicon — Titans' Long-Term Memory as a Convergent Episodic Memory System

A language model can now change part of its memory while it is answering you. Titans, published by Behrouz, Zhong, and Mirrokni in January 2025, does this with a neural long-term memory module that updates during inference, not only during training. The surprise is not that engineers built a memory trick for long contexts. The surprise is that it resembles a 1995 neuroscience answer to why the hippocampus and neocortex learn at different speeds.

The Case

Standard transformer attention has a hard cost: compare every token with every other token and the bill grows roughly as n². Titans attacks that by splitting memory into 3 jobs: exact short-window attention, a persistent memory, and a neural long-term memory module that learns from the stream.

The long-term module is the strange piece. It is not a database row or a retrieval index. It is a small neural network whose weights are updated at test time. New tokens create a prediction loss; the gradient of that loss becomes a surprise signal. High surprise writes more strongly. Low surprise fades under retention and forgetting rules.

McClelland, McNaughton, and O'Reilly made the biology case in 1995: one learning system cannot both memorize single episodes quickly and extract slow statistical structure without interference. The hippocampus handles fast episodic encoding. The neocortex integrates slowly. Titans is not proof that AI has a hippocampus, but it lands on the same engineering pressure: a fast writer beside a slow learner.

The Mapping

Biology Titans Shared pressure
Hippocampus Neural long-term memory module Rapid encoding of novel events
Neocortex Pretrained model weights Slow statistical structure
Working memory Windowed attention Precise recent context
Prediction error Surprise gradient Write more when expectation fails
Forgetting Retention gate / decay Keep memory bounded

The cleanest bridge is catastrophic interference. McCloskey and Cohen showed in 1989 that connectionist networks can overwrite old knowledge when taught new items quickly. Complementary Learning Systems says the fix is architectural: separate the fast episodic store from the slow statistical learner. Titans reaches for the same separation because long-context models face a version of the same problem in token space.

What Is Contested

The strong claim is structural convergence, not identity. A Titans memory module updates weights from a loss. A hippocampus contains dentate gyrus pattern separation, CA3 recurrence, CA1 comparison, neuromodulators, replay during sleep, and spatial coding. Calling the two "the same" loses the interesting part.

The open empirical test is representational. O'Keefe and Dostrovsky reported place cells in 1971; the 2014 Nobel Prize recognized O'Keefe, May-Britt Moser, and Edvard Moser for cells that map position and navigation. If Titans has only associative compression, the analogy stops at fast learning. If its memory weights form stable, context-remapping manifolds across chapters, tasks, or agents, the analogy becomes harder to dismiss.

A useful experiment is direct: run a Titans model through a long text with named places, characters, and chapter boundaries; snapshot the memory weights after each section; project them with PCA or UMAP; test whether clusters follow relational context rather than word frequency. The null result matters too. It would say Titans rediscovered fast episodic writing, not hippocampal maps.

Why This Has To Do With Other Realms

Titans belongs beside concept subquadratic architectures because it treats memory as the escape hatch from quadratic attention. Mamba compresses the past into state; retrieval systems fetch external chunks; Titans writes into a learned memory. These are not cosmetic variants. They are different bets on what the past should become.

The biology link bends into philosophy through concept embodied cognition. A model that only trains once and answers forever has no personal past. A model that updates memory during deployment begins to carry traces of its own sequence of encounters. That does not settle concept consciousness, but it moves the argument from vague claims about "experience" to a mechanical question: what kind of memory is enough for a system to own a past?

An Open Question

If test-time memory becomes normal in agents, should we evaluate them by static benchmark accuracy, or by whether their memories improve, distort, and decay like a biography?

Key Sources

Further Reading

See Also

Abhishek's take

The part that grabs me is not the brain analogy. It is the design pattern: keep a slow prior, add a fast writer, and make surprise decide what deserves storage. I trust that pattern more than giant context windows, because a million tokens is still a pile unless the system can decide what changed. The next page I want is concept memory decay in ai agents: what should an agent be allowed to forget?

Tags: #titans #hippocampus #episodic-memory #test-time-learning #complementary-learning-systems #place-cells #ai-architecture