# Why knowledge bases become graveyards

Most company knowledge bases are graveyards. The cause is mundane: saving is a separate chore, and a separate chore always loses to shipping.

So we stopped depending on anyone remembering. The brain has three layers:
- Sessions — every agent run streams in on its own: prompts, tool calls, plan files. Zero effort.
- Files — markdown, HTML, tables that humans and agents both write.
- Stashes — any slice bundled into a link to share or fork.

The one rule that makes it stick: if an agent made it, it lands in the brain, not in the void when the tab closes.

A knowledge base lives or dies on capture, not on how neatly it's organized. Make capture cost nothing and the organizing problem mostly disappears.

---