Knowledge & Operations
How to Build Your Company's Second Brain
A practical guide to turning your company's scattered knowledge into a maintained, queryable system. No new SaaS subscription. No six-month project. Files you own, kept current by AI instead of by a person who does not have time.
What you will have at the end
- A single place that holds what your company knows, organized and cross-referenced
- An AI that maintains it for you, instead of a wiki that rots the moment someone gets busy
- Answers you can trace back to the source document, meeting, or decision they came from
- A system that tells you what it does not know, instead of filling the gap with invention
Setup: about a day. Payback: the first time someone leaves.
Build your company's second brain
Raw sources, AI-maintained notes, and one rulebook.
Step 1
The three-layer architecture
Text files in a folder. They belong to you, and they outlive any tool you use to read them.
sources/
Owner: You
Raw material: transcripts, contracts, policy PDFs, CRM exports.
The AI reads it, never modifies it. This is your evidence.
knowledge/
Owner: The AI
Compiled notes: accounts, people, processes, analyses.
The AI owns this folder completely.
OPERATING-MANUAL.md
Owner: You and the AI
The rules: routing, naming, terminology, limits.
The most important file in the system.
Your team never writes the knowledge layer by hand. That is the entire point.
The pivot file
OPERATING-MANUAL.md
What turns a general assistant into a disciplined archivist.
Routing
where each source goes, by domain and account
Conventions
note naming and the header carried by every note
Governance
who can read what, and what never leaves the building
Invariants
sources never modified, decision log never rewritten
Step 2
Scope it before you ingest anything
Retrieval shapes storage: the way you will query the knowledge determines the way it has to be stored.
Step 3
Three commands are enough to drive it
The AI reads the source, tells you what it took from it, then writes the notes.
One source typically touches 10 to 15 files.
The AI asks you questions one at a time and digs in when you stay vague.
The mode that surfaces what you never wrote down.
The cleanup: contradictions, orphaned notes, broken links, stale claims.
Run it once a month.
The result
A system that answers
Each dot is a note, each line a link. Built and maintained by the AI, not by hand.
- ›Where does the deal with this account stand?
- ›What keeps going wrong in the deals we lose?
- ›What do you know about us, and what do you not know?
The bottleneck is ingestion, not retrieval.
A perfect architecture over an empty folder is worth nothing.
The problem
Company knowledge does not disappear. It just stops being findable.
Ask any operator where the company keeps its knowledge and you will get an honest, uncomfortable answer. Some of it is in a wiki that was accurate two years ago. Some is in call recordings nobody has listened to twice. Some is in a shared drive with four folders named final. Most of it is in the heads of a handful of long-tenured people, and it walks out the door with them.
The usual diagnosis is that the team does not document enough. That is not the problem. The problem is that documentation is accounting work. Writing the note is the easy part. Keeping it true, updating every place it is referenced, and noticing when a new decision contradicts an old one is the part that never gets done. That workload grows faster than the value of the wiki, so people quietly abandon it. Every company knowledge base dies the same way.
One hospitality group we worked with was spending roughly 28 staff-hours on every single new hire, almost entirely re-explaining things that were already known somewhere in the business. That is not a training problem. That is a retrieval problem.
The distinction that matters
A second brain is not a chatbot pointed at your Drive.
Most companies have already tried the obvious thing. Upload the documents, ask a question, get an answer. It works for a demo and disappoints in practice, because nothing accumulates. Every question starts from zero. The system re-reads, re-derives, and re-assembles the same conclusions it reached yesterday, and it has no memory that yesterday happened.
A second brain works the other way around. The knowledge is compiled once, written down as structured notes, and then maintained. When a new call transcript arrives, the system reads it, updates the client note, updates the note on the person who spoke, updates the note on the process they discussed, and flags that what was just said contradicts what was recorded in March. You are not asking it to remember. You are asking it to read what it already wrote.
| Files in a chatbot | A maintained second brain |
|---|---|
| Re-reads everything on every question | Reads its own compiled notes first, then goes deeper only where needed |
| Answers are as good as that one search | Answers build on every prior ingestion |
| Cannot see contradictions across documents | Flags contradictions when they appear |
| Silent about what is missing | Tells you where its coverage has gaps |
| Knowledge stays locked in the tool | Knowledge is plain text files you own |
Layer 1
Decide how you will ask before you decide how to store.
This is the step companies skip, and skipping it is expensive. The shape of the questions you will ask in six months determines the shape the knowledge has to take today. Get it wrong and the system will hand you partial answers with total confidence, which is the worst failure mode there is, because it is silent.
So before anything is built, write down the real questions. Not categories. Actual sentences someone will type. Then look at what each one structurally requires.
| The question you will actually ask | What it forces you to store |
|---|---|
| Where does the deal with this account stand? | Rich entity notes per account, updated after every touchpoint |
| How do we normally handle this kind of client request? | Process notes with concrete examples and named exceptions |
| Why did we stop doing it the other way? | A dated decision log that is appended to, never rewritten |
| What keeps going wrong in the deals we lose? | Cross-cutting analysis notes plus tight links between cases |
| What does a new hire need in week one? | Role-scoped onboarding notes derived from real work, not aspirational SOPs |
Retrieval shapes storage. Pick your questions first, then build the structure that can answer them. Reversing this order is the single most common reason company knowledge projects underdeliver.
Layer 2
The three layers of the system.
- 1
Sources, never edited
Call transcripts, contracts, policy PDFs, exported CRM notes, support tickets, recorded decisions. The AI reads this layer and is never allowed to change it. This is your evidence. When a summary is wrong, the source proves it.
- 2
Knowledge, written entirely by the AI
Entity notes for clients, people, vendors and products. Process notes for how the work is actually done. Analysis notes that cut across cases. One summary note per source. Your team never hand-writes this layer, which is the entire point.
- 3
The operating manual
One file that tells the AI how your company is organized, what goes where, what your terms mean, what it must never do, and how to handle sensitive material. This is the file that turns a general assistant into a disciplined archivist. It is the most important file in the system and the one worth spending real time on.
A workable structure for a company looks like this. Adapt the folder names to how your business actually talks about itself.
The folder structure
At the root: two folders and four files. Nothing more.
sources/
Raw material.
The AI reads, never modifies.
knowledge/
The AI's notes.
Accounts, people, processes.
OPERATING-MANUAL.md
The rules.
Routing, naming, what is forbidden.
index.md
The catalogue.
Read first, on every question.
decisions.md
The log.
Append only, never rewritten.
AGENTS.md
The copy.
So other AI tools can work here too.
The invariant
You feed sources/. The AI writes knowledge/. The operating manual arbitrates. None of the three layers does the work of the other two.
Two files carry more weight than the rest. The index is a catalogue the AI reads before answering anything, so it knows what exists before it goes looking. The decision log is chronological and append-only. It records what was true when it was written. A log that gets rewritten stops being evidence, so resist the urge to tidy it.
Layer 3
Three operations run the whole system.
- 1
Ingest
Point the system at a new source. It reads the document, tells you what it took from it, and waits. You correct its reading before anything is written. Then it updates every note the source touches, which is usually ten to fifteen files for a single call. The review step is not optional. It is where errors get caught before they harden into the record.
- 2
Interview
The highest-value operation and the one nobody expects. You ask the system to interrogate you on a topic, and it asks questions one at a time, pushing back when you stay vague, asking for numbers and dates, hunting for counterexamples. This is how tacit knowledge gets out of an operator's head. Every time you catch yourself saying obviously or you know how it is, that is exactly the thing that has never been written down anywhere.
- 3
Audit
Run it monthly. The system finds contradictions it has recorded but never resolved, notes that link to nothing, claims that have gone stale, and accounts that have had no activity in months. It gives you a list of things your business has left unresolved. Most teams find this uncomfortable and useful in equal measure.
Layer 4
Getting real company material in.
The bottleneck is never retrieval. It is ingestion. A beautifully designed structure over an empty folder is worth nothing, and this is where most internal projects stall. Connect the systems where your knowledge already accumulates: your meeting recorder, your CRM, your shared drive, your ticketing system. Read-only access is enough for all of them, and read-only access is also the right answer for governance.
When you connect a source with real volume, do not import everything at once. Choose the depth deliberately.
| Import depth | When it is the right call |
|---|---|
| Structured summaries only | The default for meeting archives. A summary is still useful in a year. A three-hour verbatim is not, and it buries the decisions in small talk. |
| Summaries plus verbatim on active accounts | Where exact wording matters right now: live negotiations, disputes, anything legal. |
| Full verbatim, everything | Rarely correct. Volume is not coverage, and it degrades every answer the system gives. |
| Last 90 days first | The safest start. Validate that the routing and the note structure are right on recent material before you go back years. |
Ingest what endures, keep access to what moves. A decision belongs in the knowledge layer permanently. A Slack thread does not, but it should stay reachable in one click.
Layer 5
Governance, before the first client name goes in.
The moment this system holds real client names, contract values, and internal disagreements, it becomes a governance question rather than a productivity toy. Settle four things in writing, in the operating manual, before you ingest anything sensitive.
- Where it lives. A repository your company controls. If it holds client data, it is never pushed to a public location, and that rule is written down rather than assumed.
- Who can read what. Decide whether you need one shared brain or a segregated tier for HR, legal, and compensation material. Two indexes cost more to maintain, so only split when you genuinely have to.
- What leaves the building. Anything you send to a model provider transits their infrastructure. Choosing a local repository protects your storage, not your transit. If you handle genuinely sensitive client data, that is a business decision to make consciously, with your own compliance obligations in view. In Québec, that means Law 25. Federally, PIPEDA.
- What the AI must never do. Never modify the sources layer. Never delete from the decision log. Never assert something the notes do not support. Write these as explicit rules, because a system that is never told what is forbidden will eventually do all three.
The test
How to tell whether it is actually working.
Once there is real material in the system, ask it the entry question: what do you know about this company, and what do you not know? A system that is working will tell you the decisions it has on record, the themes that keep recurring, and, critically, where its coverage is thin. Four accounts with no activity since spring. A pricing contradiction recorded twice and never resolved. No declared source at all for how you actually qualify a lead, only what could be inferred from calls.
A system that tells you what it does not know is worth far more than one that fills the gap with something plausible. This is the same standard we hold in client work: verified and traceable beats fluent and confident, every time.
That last gap is also the one that tells you what to do next. Nothing in a transcript ever says here is how we actually decide. Tacit knowledge does not fall out of recordings. It has to be interviewed out of the people who hold it, which is why the interview operation exists and why it is the first thing worth running once the structure is in place.
Recap
What this takes.
| Step | Effort | What you get |
|---|---|---|
| Write down your real questions | 1 hour | The structure the system needs |
| Set up the three layers | 1 hour | Folders and the operating manual |
| Write the operating manual properly | 2 hours | An archivist instead of a chatbot |
| Connect your first real source | 2 hours | Proof the workflows run |
| Ingest the last 90 days | Half a day | A brain with something in it |
| Interview yourself on one process | 20 minutes | The knowledge that exists nowhere else |
| Audit | Monthly | Contradictions surfaced before they cost you |
Keep these
Five rules worth remembering.
- 1
Own the files
Plain text in a repository you control. Tools change. Your company's memory should survive the change.
- 2
Retrieval shapes storage
Decide what you will ask before you decide how to store. This ordering is not negotiable.
- 3
Sources are never edited
The raw layer is your evidence. If a summary drifts, the source is what proves it.
- 4
Ingestion is the bottleneck
Perfect architecture over an empty folder is worth nothing. Get real material in early.
- 5
Interview for the tacit
The most valuable knowledge in your company is not in any document. It is in someone's head, and it only comes out when something asks good questions.
Want this built for your company?
We design and deploy these systems with clients, grounded in their own documents and kept private. Tell us what your team keeps re-explaining.
Get in Touch