Dan Biderman on why AI needs a nervous system, not just notes
Dan Biderman argues that long context and RAG alone can't give enterprise AI durable memory — context rot and the KV-cache make memory a systems problem — so models need compact knowledge trained into weights alongside text, not just longer context.
Notes Aren't a Nervous System
Biderman's core claim is that today's LLMs behave like a cook who re-reads the recipe from scratch every time, while a real expert pairs notes with intuition stored in the weights.
if they can't write notes and they can not document the events of the day they would be uh in a disadvantage. But if you wipe their brain every evening, they would also be at a severe disadvantage.
Context Rot
Long context windows don't solve memory, because the more you feed a model the more confused it gets — a failure that persists even at a 10-million-token window.
the more context you feed to the model, the more confused it gets. It's called the context rot.
The KV-Cache Monstrosity
Memory is a systems problem, not just a research one: on a Llama-70B, one Wikipedia article inflates into an 80 GB brain state, nearly as much GPU memory as the model's entire ~140 GB of parameters.
That's a systems problem. That's the the KV cache monstrosity that the smartest people in the world are trying to solve from the chip side of things
Cartridges: Knowledge You Load In
Engram's bet is to let a model study a corpus offline — quizzing itself and updating via gradient descent — into a compact brain-state 'cartridge' that is roughly a thousand times smaller and can be swapped in and out.
These are like capsules of knowledge you can load in and out of the model that are like a brain state that describes the model's world and the corpus in a way that's maybe a thousandx more compressed.
When Company Data Reaches Internet Scale
Biderman expects that within about 18 months many AI-native companies will hold trillions of tokens of internal data — internet-scale corpora that break text-only approaches on holistic questions.
I think that people don't fully comprehend the size of the of the knowledge workspaces they will deal with in 18 months um in 18 months many companies would have maybe trillions of tokens
What Goes in the Weights, What Stays in Notes
Deciding which knowledge to internalize into weights versus externalize into text is an unsolved problem, and hand-picking the split turns into whack-a-mole across every user and company.
So the holy grail is have the model learn for itself. Have it operate with a notebook where it can take notes, have it operate with a with a brain associative parameter efficient thing that it can read from and have it decide when to go to each
A Model You Own
The long-term vision is a personal set of weights that represents your knowledge, improves the more you use it, and belongs to you rather than to a shared provider model.
the more time they spend with the model, the better it gets for them. The more data they give the model, the better the model is for them. They control those sets of weights. It's theirs.
Efficiency Is Intelligence
Biderman argues efficiency and intelligence can't be separated: the last era scaled by doing more with more, and the next era will do more with less to reach longer-horizon, harder tasks.
the principle is any kind of like efficiency and intelligence they cannot really be decoupled.