Second in our series on the stack we run Inside Intelligence on. Last time: the books. This time: the thing that keeps the books honest — the record of every problem and how we fixed it.
We run a self-hosted ticketing application on our private infrastructure — never exposed to the internet. Same posture as everything else in the stack.
Why a ticket system, not a to-do list
An operations team doesn't keep problems in its head. It writes them down, assigns them, tracks them, and — critically — records how they were resolved. That's what a ticket system is for. It's not bureaucracy; it's the difference between "we fixed that once" and "we know how to fix it every time."
For us, the discipline is simple: every problem becomes a ticket. A service degrades, a config breaks, a warning shows up in the logs — it gets a ticket. The ticket logs the symptom, the troubleshooting steps, the root cause, and the resolution. When it's done, it's closed with notes.
The part that matters: an agent runs the triage
Here's where it becomes Operator. We didn't just install a ticketing system and have a human click through tickets. We wired an agent to do the triage — the same way Operator would run a client's operations.
The agent watches the system, and when something's wrong, it doesn't just alert. It opens a ticket, logs the symptoms, works the fix, and closes the ticket with resolution notes. The whole lifecycle, driven by an agent, on a schedule, without a human in the loop.
An operations team doesn't just fix things. It remembers how. The ticket system is the memory. The agent is the operator. Together they turn one-off fixes into a repeatable, auditable record.
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 ticketing software. You care about this: when something goes wrong, there's a record. Not a vague "we handled it," but a documented trail of what happened, what we did, and how we made sure it won't happen again.
That's what a duty of care looks like in practice. It's not a promise. It's a paper trail.
We'll cover the wiki — where the knowledge lives — and then the vault, before tying the whole stack together.
← Back to Field Notes