Foundation
plain files · every version kept · backed up in gitThe things about your firm that are true on Monday and still true in March. Without this, every conversation starts by explaining who you are. That is why most firms' AI never gets past generic.
What this looks like in reality
A set folder structure of plain written documents, sitting in your document store like any other set of folders: one file for what the business does, one for how your firm writes, one per SOP, one per client. Everyone can read them, a couple of people can change them, and every change is a tracked edit somebody approved. The whole library is also committed to a private git repository at each refresh, so the history of your context sits beside the history of the system that reads it. The AI reads them at the start of a conversation the way a new hire would read the handbook.
What it holds
- What the business does, who it serves, and how it makes money
- Voice and tone, with real samples of your own writing, not adjectives about it
- Your SOPs: how a proposal gets made, how an invoice gets raised, what "done" means
- Role definitions: what each job does day to day
- Per-client briefs, loaded only when someone is working on that client
What it lets you do
Ask for a proposal and get one that reads like your firm wrote it, because it was drafted against your samples and your process. New staff inherit this on day one instead of absorbing it over eighteen months.
How security works here
- Changes are a human action, and every version is kept. The AI reads the Foundation; it does not rewrite it on its own. Every edit is saved as a new version showing exactly which words changed, who changed them and when, and the old version is still there. The whole library is also committed to a private git repository as a backup at each refresh, so your context can be recovered even if the live folder is deleted. Nothing is overwritten and nothing changes without somebody deciding it should.
- No credentials live here. Not API keys, not passwords, not tokens. Context is context; secrets live in a vault the model cannot read from.
- Client briefs load on demand. Working on one client doesn't pull every other client's brief into the conversation.