Time, money and attention: a model handed a hundred notes to answer one question takes longer, costs more and gets more wrong. A shared memory built well is not just a place to keep things: it is a way of handing them to the AI in the right order, and in the right amount.
Everything the AI knows in a conversation comes through it.
A model does not «know» your things: it reads them, every time, inside the conversation’s context window. What you put in there is paid for by whoever pays for the model, in tokens — and paid for again in the quality of the answer: the more noise there is, the easier it is for the model to lose the thread or invent.
The naive way to give an AI memory is to dump everything on it. The right way is to give it first the things that always hold, then the ones that hold for this job, then the rest if needed. And to tell it what it has not read.
In layers, with a header saying what is inside.
A folder with an index card is a unit: a client, a project, whatever you follow. When your AI opens a unit it receives, in full, the rules for the whole brain, that unit’s card, its instructions and the latest decisions. Only then the notes in the branch. It is the same order you would use with a new colleague.
Search returns the lines that matter, whole, not pieces cut in half. One cut fragment once turned «Alessandro’s sister is called Alessia» into «Alessandro is called Alessia». Since then lines are handed over whole, and the AI is told to read the note before answering.
When it loads a large branch, Cobrain stops at a limit and says so at the top: the AI knows it has not read everything, and can ask for the rest instead of answering as if it had.
A brain with six hundred notes never passes into a conversation in full. The AI searches, finds the few notes that matter, reads them. That is the context — not everything.
Better answers, shorter conversations, smaller bills.
Three habits that pay.
The tools the AI uses to do all this are documented in full.
An index card, the decisions, the rules. Then you ask about the client and it starts out already briefed.