Writing

Part 5: Preserving Institutional Knowledge in the Age of AI

Companies lose knowledge quietly. A design debate evaporates when chat retention runs out. A launch rationale lives in one doc that nobody can find two reorgs later. A team learns something expensive, then disbands, and the lesson walks out the door in pieces. None of this announces itself; you only notice when someone proposes the thing you tried in 2022, and nobody left can explain why it failed.

AI raises the price of this loss. Agents are only as good as the context they can reach, and long-context models make raw history genuinely useful — but only if the history still exists and has enough structure to find. A company that preserves its reasoning will have meaningfully better internal AI than one that preserves nothing, for the simple reason that its models get to reason over what actually happened instead of what people half-remember.

Preserve decisions, not transcripts

The instinct to fight here is hoarding. The goal is not to store every message forever — privacy and retention constraints make that impossible anyway, and most of it is noise. The useful unit is the decision record: the context, the options considered, the tradeoffs, the owner, the links to the underlying artifacts, the final call, and what we said we'd watch afterward.

This used to be expensive enough that almost nobody did it consistently. AI changes the economics: a model can draft the decision record from code reviews, docs, tickets, chats, and incident timelines. A human still has to approve the durable version — that approval is what turns a summary into a record — but the activation energy drops from an hour to a few minutes, which is roughly the difference between a practice that exists and one that doesn't.

What's worth keeping

Mostly the things future people will need to understand why the system is the way it is: architectural decisions, launch constraints, policy interpretations, incident lessons, customer-impacting tradeoffs, and the non-obvious operational assumptions that everyone currently treats as ambient knowledge. Raw conversation stays useful as source evidence. Curated decision memory is the interface — for the new hire, and increasingly for the agent.

A few requirements that matter more than they look:

That last point is the one I'd underline. Humans bring skepticism to an old document; models mostly don't, unless you give them the metadata to be skeptical with.

Institutional memory is becoming AI infrastructure. If the context disappears, the agent starts from folklore — and folklore, delivered fluently and with confidence, is worse than admitting you don't know.

This is Part 5 of the AI-for-Work series. Next: Part 6: Work-as-Code.