What Adam Is Reading
The Librarian and the Reader
AI researchers just ran the first controlled experiment on how machine memory should be organized. Medicine has been running the same experiment, uncontrolled, since 1968.
Single-source deep dive · arXiv preprint + explainer · August 2026

In 1968, a physician named Larry Weed looked at the medical chart and pronounced it a mess. Notes piled up in the order they were written. Finding anything meant reading everything. His fix was the problem-oriented medical record. Organize the chart around problems, not visits, and the information will finally serve the person reading it. We have spent fifty years arguing about whether he was right.

Last month, a group of researchers at Illinois, UCSD, and Adobe ran Weed's argument as a controlled experiment. Not on charts. On AI agents, which have quietly developed the same disease. Modern AI systems that work across days and weeks keep their long-term memory as a folder of text files that the AI itself writes, files, and reorganizes. Everyone assumed this works. Nobody had checked. The paper checks, and the results should make anyone who maintains a filing system (a chart, an archive, a shared drive, a garage) slightly uncomfortable.

A companion explainer circulating on X frames the vocabulary nicely. Context engineering decides what a model sees during one request. Memory engineering decides what survives between requests. The two meet at retrieval, where remembered information gets pulled back into view. The explainer is a good map. The paper is the territory, and the territory is stranger than the map suggests.


The experiment

The researchers split the memory problem into three jobs. A management agent files new information and keeps the store organized. The librarian. A search agent reads the store and answers questions with citations. The reader. An execution agent uses what gets retrieved to actually do tasks. The consumer. Then they varied everything (how the store is shaped, how strong each model is, which tools they hold, how big the material gets) and measured what actually changed the answers.

The findings arrive in the order most likely to bruise your intuitions.

1
The filing system is a personality, not a strategy
What they found

Give the same conversation to three models and ask each to organize it. One built 122 small files in twelve folders. One consolidated everything into 2 files with 210 nested headings. One built 105 files nested seven levels deep, stitched together with 233 cross-references. The store's shape was a signature of the model, not a response to the material. Give any one model more material and it did not build more structure. It relocated the structure it already liked.

Anyone who has watched two colleagues organize the same shared drive already knew this. It is still bracing to see it measured.

Solid
2
Organization does not buy better answers. It buys cheaper ones.
What they found

No filing scheme won on accuracy anywhere. The raw, unorganized transcript (the verbatim dump, built at zero cost) tied or beat the elaborately curated stores on most benchmarks. The one thing organization reliably delivered was search economy. On large material, organized stores cut the cost of finding things by half or more, because the reader navigates labels instead of scanning everything. Structure pays in the currency of effort, not the currency of truth.

The uncomfortable corollary

The most expensively curated store was the worst performer on one benchmark, scoring 37.5 percent where the raw transcript scored 78.1. Every fact it needed was present. The curation had flattened the record anyway. Which brings us to finding three.

Solid
3
Left alone, the tidying process throws things away
What they found

Ask a model merely to reorganize an archive and it silently condenses. Details vanish as it tidies. On one dataset of real human conversations, accuracy nearly halved after an unconstrained cleanup pass. Adding a single instruction ("keep every fact") stopped the loss. The condensation was not a bug in the software. It was the model's own preference when restructuring freely.

The damage had a pattern. Curation left outdated preferences standing as if they were current. It rewrote first-person feeling ("this app has become a game changer") into neutral bullet points. It scattered one story across many files. If those three failures sound familiar, you have read a medical chart after a few rounds of copy-forward. The superseded medication that still looks active. The patient's actual words replaced by a checkbox. The story fragmented across fifteen notes. The AI reinvented note bloat in one afternoon of tidying.

Solid
4
The reader matters more than the librarian
What they found

Upgrading the model that organizes memory bought organizational style and nothing else. Answer quality did not move. Upgrading the model that reads memory paid immediately and kept paying at every step. Mean accuracy climbed from roughly 62 to 71 to 79 percent as the reader got stronger, across wildly different store shapes. A good enough reader absorbed any filing system by spending a little more effort. No filing system rescued a weak reader.

There was one exception, and it proves the rule. When the writing job required genuine transformation (distilling messy experience into reusable procedure, which is teaching, not filing), only the strongest model managed it, and there the payoff was large. Every model met the format. One mastered the distillation.

Solid
5
Match the memory to the consumer
What they found

When a strong agent consumed the memory to do tasks, raw episode logs served it best. It could digest anything. When a weaker agent consumed the same memory, the raw logs overwhelmed it, and distilled task-specific guidance won by ten points. Memory was worth the most precisely where capability was scarcest. Accumulated experience substituted for talent.

Attendings hand journal articles to fellows and one-line teaching points to interns. The field has now demonstrated why, with p-values.

Mostly solid
One honest caveat. Much of this rests on single runs and small question sets, and the authors say so plainly. Re-running one benchmark moved scores by a question or two, which is the same scale as several reported gaps. Read this as a well-designed first probe of an unexamined assumption, not settled law. The large effects (the condensation loss, the reader-over-librarian asymmetry, the search-cost savings) are the ones most likely to survive replication.

The part where I implicate myself

I cannot pretend this is someone else's problem. This newsletter now has over 500 issues, and the archive had become exactly the thing the paper describes. Every question about past coverage ("have I written about this before?") meant an expensive blind search, and a negative answer was never conclusive. I could stop looking. I could not prove absence.

So this week, we applied the paper's findings to the paper's own subject. The tempting move was the fancy one. Have an AI digest eleven years of issues into a tidy knowledge base. The paper says that is the losing condition. Digestion is exactly the condensation trap, and the thing it strips first (voice, feeling, the first person) happens to be the entire product of a personal essay newsletter. The verbatim archive stays canonical, untouched.

What we built instead was the paper's winning condition. A thin index. One line per issue naming its distinctive specifics, plus a dozen search terms, generated by a cheap model under one strict instruction descended directly from finding three. Total cost, $1.48 for the whole archive. The index does not answer questions. It only decides which verbatim issue gets read, by a strong reader, which is where finding four says the capability should sit. An empty search of the index is now a conclusive "never covered it," which is finding two's search economy in its most useful form.

The system also settled a question I had been avoiding. Which deep-dive pieces actually shipped to readers, and which are live at a URL that no issue ever linked? The audit found several orphans, published to the void, read by nobody. The filing system knew things I did not. That is the whole promise of an index, and the whole reason charts exist, and the reason it stings when either one works better than its owner.

So What

Fifty years of chart wars and one controlled experiment agree. The elaborate filing system does not make the answers better. It makes the reading cheaper. Spend your effort on the reader, keep the record verbatim, and let the index do the one job an index can do, which is to say where to look.

And if a cleanup ever feels satisfying, check what got thrown away. The tidying process prefers tidy to true, whether the intelligence doing it is artificial or wears a white coat.

Sources

Primary: Zhou S, Yu S, Wei H, et al. Filesystem-Based Memory for LLM Agents: Organization, Evolution, and Sustainability. arXiv:2607.26637 (July 2026).

Explainer: beamnxw. Context vs. Memory Engineering in Agentic AI Systems. X article (August 2026).

Background: Weed LL. Medical Records That Guide and Teach. NEJM 1968;278:593-600.