Third in our series on the stack we run Inside Intelligence on. We've covered the books and the tickets. Now: the knowledge — where everything we've learned actually lives.
We run a self-hosted internal wiki on our private infrastructure. Same posture as everything else in the stack.
Why a wiki, and why it's the source of truth
An operations team that doesn't write things down is a team that relearns the same lessons forever. So we made a rule: the wiki is the source of truth. Not a README, not a doc in a repo, not a comment in a config file. The wiki.
Every change to our environment gets documented there. Every service, every config, every decision — it goes on the wiki. If you want to know how something works, or why it's set up the way it is, the wiki is where the answer lives. It's the institutional memory of the whole operation.
The part that matters: an agent writes it down
Here's where it becomes Operator. We didn't just install a wiki and hope people used it. We wired an agent to do the documentation — the same way Operator would keep a client's operations documented.
When the agent makes a change to the environment, it doesn't just do the work and move on. It updates the wiki — a changelog entry, a config note, a runbook. The knowledge accumulates automatically, because the agent treats documentation as part of the job, not an afterthought.
An operations team that writes things down gets better over time. The wiki is the memory. The agent is the scribe. Together they mean the operation doesn't forget — and neither does the client's.
Why this matters for a duty-of-care office
If you run a law, medical, financial, or licensed-trade office, you don't care about our wiki software. You care about this: your operations are documented. Not in someone's head, not in a folder nobody opens — in a living, searchable record that an agent keeps current.
When you need to know how something works, or what changed, or why it's set up that way, the answer is there. That's the difference between a system you trust and a system you hope works.
We'll cover the vault — where the secrets live — and then tie the whole stack together.
← Back to Field Notes