A founder asked me a question this week that I couldn't answer on the spot: do other businesses have a system like this? So I went and looked. Short version: outside this room, I can't find them. Everyone here runs some version of it already, a folder of markdown that Claude reads and maintains, and I'd stopped noticing how unusual that is. I'd like the room to tell me where the others are hiding, or whether we're further ahead than we think. The system in question is the one I've been installing at a three-person shop since August. The part that's now real: a knowledge base in a git repo that their own Claude reads before it does any work, a file register that watches their Drive and logs every arrival and every move, and a pitch engine that runs a brief through four human approval gates with the gaps written on the slide. Every filing carries who approved it or which rule filed it. Every page carries where it came from. When something ends up in the wrong place, the record says whether a person put it there or our rule did. None of the pieces are exotic. Markdown, git, a spreadsheet, an Apps Script, skills. What's different is that the knowledge is compiled and maintained, not retrieved. The agent doesn't search a pile of PDFs every time. It reads pages it helped write, with the provenance on them, and the rules for what it may and may not do live in the same repo. Here's what I found when I went looking for who else does this. The big holding companies in that industry have "operating systems" now. Real ones, sold to clients as the reason to hire the group. That's a data platform with agents on it, top down, owned by the group. Not a thing three people could own. Everyone in the middle has AI on top of files. The numbers from this year's surveys: about two thirds of agencies run brief generation in production, a third draft client reports with it, and the single biggest problem the independents report is getting AI into their actual workflows. Every "AI knowledge base" guide I read describes the same thing. Search over the shared drive. A memory server. Chat with your documents. Useful. Also not a record of anything.