Brain/Areas and QMD
Think of long-term memory as a library, not a pile of notes.
A library works because books are shelved by what they are about, not by the day they arrived. The same logic applies here. Knowledge is organized by entity — projects, people, companies, concepts — so the agent can retrieve context by meaning instead of scanning random history.
Organization is only half the system. The other half is indexing. Without it, you can file something perfectly and still not find it when the question is phrased differently. The search layer is semantic, which means you can ask about a migration and surface a note that says "platform move," because the index understands they are the same thing.
For staff, the practical point is retrieval quality. Storing information is easy. Finding the right information at the right moment is the hard part. A well-structured archive with a maintained index is what turns "we wrote it down once" into "we can actually use it."
One operational detail matters: the index must stay current. Knowledge added to files but never indexed exists on disk but behaves like it does not exist when the agent searches. That is why re-indexing is part of memory maintenance, not an optional step.
So when your agent surfaces the right context from weeks ago, that is not luck. It is organized storage and disciplined indexing working together.