Building an Agentic Operating System
A services company rebuilt its back office as a fleet of AI agents under one operating system: a version-controlled knowledge base as the shared brain, an approval surface in Telegram on the owner's phone, and more than twenty agents doing the daily work. Nothing reaches a client without a human tap.
The challenge
- The owner was the operating system: every lead, invoice, follow-up, and status check ran through one person's memory and working hours
- Admin work like billing, triage, meeting notes, and project status consumed hours that should have gone to clients
- Off-the-shelf tools each solved one task but shared no context, so nothing knew what the rest of the business knew
What we built
An agentic operating system. Company knowledge lives in one version-controlled repository every agent reads from: services, pricing, voice, procedures, and client context. On top of it, a fleet of agents runs the day-to-day: lead intake and scoring, invoice drafting, retainer billing, Zoom meeting notes, inbox operations, and a morning brief that reports the state of every active project before the workday starts.
- One knowledge base grounds every agent, so an answer drafted anywhere matches what the company actually offers and charges
- A Zoom transcript becomes a meeting record with tracked action items, each tagged with an owner and a confidence level, so promises made on a call stop living in memory
- Every outward-facing email, invoice, and proposal is created as a draft and waits for one-tap approval in Telegram
- Each agent uses the smallest AI model that does the job, and many workflows use no AI at all
How it's built
A git repository as the system of record, an automation layer for scheduled and event-driven workflows, Telegram approvals, a Postgres database, and integrations with HubSpot, QuickBooks Online, Zoom, and Gmail. Model choice is per task: fast models for classification, stronger ones for drafting. Every workflow gets a per-run cost estimate before it is built.
Results
- More than twenty agents and automations in production across sales, billing, operations, and reporting
- Total metered AI spend: a few dollars a month
- Zero automated messages have ever reached a client without human approval, because the gate is architecture, not policy
What would your business look like with an operating system?
The same architecture scales down to a single workflow. The Discovery Audit finds the right first agent.