Dark data is not the whole story
Industry research consistently finds that most organisational data is “dark” — stored but not analysed. The usual prescription is better search, better warehouses, better copilots. That misses the structural problem: even when data is indexed, finding the right slice at question time is expensive, repetitive, and lossy.
Two victims, one tax
The discovery tax hits twice. Humans dig through Downloads, guess folder names, open the wrong version, ask a colleague who left last quarter. Agents list directories, grep filenames, read whole files, re-read them on the next turn — re-sending every token each time.
Same tax. Two victims. And agents scale it in a way humans never could.
Why agents make it worse
A copilot inside one SaaS product can answer questions about documents in that product. But real work spans email, shared drives, finance exports, legal folders, code repos, and media archives. An agent without organisational memory must reconstruct context on every question — opening candidates, reading irrelevant pages, carrying bloated context forward turn after turn.
No one likes an oversharer. Your AI is an oversharer.
What organisations do today
Common coping mechanisms all have limits:
- Re-paste into chat — works once, lost tomorrow, no institutional memory.
- Enterprise search — connects silos but returns links, not proof; agents still read whole files.
- Data warehouses — powerful for structured analytics after heavy modelling; weak on documents, email, and media.
- RAG at query time — re-infers on every question; slow, expensive, often cloud-dependent.
The architectural fix
Read and understand authorised files before a question is asked — without moving or reorganising anything. Then people and agents can pull the relevant passage with its source instead of reopening whole files. Keep that searchable library and the work performed against it in your private index.
That is organisational memory. Not another search bar. Not another dashboard. Infrastructure behind the agents you already use.
What changes with a memory layer
When agents ask an organised library instead of re-reading files, the re-read tail stops growing: the default response is a bounded cited passage rather than a whole document, so context cannot spiral when a guess goes wrong. What a card contains, when an agent escalates, and where it falls short are published in the Hippo Campus Protocol.