← Back to Insights

Ignite Intelligence v15: How I Built an Autonomous AI Command Centre from First Principles

A multi-agent autonomous operations platform — designed, architected, and deployed by a Business Analyst and Product Owner. Not because a client needed it. Because the gap between what I needed and what existed was exactly the kind of problem I know how to solve.

7 min read

I'm not a developer.

That sentence used to feel like a limitation. Then I built Ignite Intelligence v15 — a multi-agent autonomous operations platform — 1 hour a day for 6 months. From first principles. By myself. It runs in production. I use it every morning before I open another application.

Most people who hear that ask the wrong question. They want to know which models, which framework, which hosting. They want the technical recipe.

The technical recipe was never the hard part. The hard part was every choice that came before a line of code.

Eight years of enterprise delivery taught me what was useful here

Banking, insurance, government, fintech. Payments, risk, regulatory, capital markets. Eight years of writing Business Requirements Documents nobody could argue with, defining acceptance criteria a development team couldn't ignore, decomposing ambiguous business need into spec the regulator would accept.

That discipline transferred.

A multi-agent platform isn't an engineering problem first. It's a requirements problem. What is each agent for? What is its scope? What is its authority? What is its failure mode? What does it own and what does it merely touch?

If you can't answer those, no model will save you. If you can, the model becomes a cooperative tool.

What I actually did

I didn't write code. I architected.

I wrote each agent's job description before any model was selected. I wrote acceptance criteria for what an agent should and should not do. I defined three tiers of autonomy — advisory, approval-gated, auto-execute — and assigned every agent to a tier based on the consequence of being wrong. I sat with telemetry until I understood what 'healthy' looked like. I wrote the morning briefing format before I built the briefing pipeline.

AI-assisted execution carried the typing. The architecture is mine. The discipline is mine. The judgment is mine.

The architecture decision that mattered

Three tiers of autonomy.

  • L0 — Advisory only. The agent thinks, recommends, never acts.
  • L1 — Approval required. The agent prepares; I approve.
  • L2 — Auto-execute. The agent acts within tightly bounded scope. Promotion to this tier is earned, not granted.

Most failure modes I've seen in AI products come from skipping this question. Either everything runs autonomously and the operator finds out about consequences after the fact — or nothing runs autonomously and the platform becomes a chatbot with extra steps.

High consequence reviewed. Routine work unattended. The discrimination is encoded into the platform — not into me trusting the model.

Why this matters for what I do

Ignite isn't a product I'm selling. It's evidence.

It's the proof that what I bring to a delivery program isn't only requirements writing — it's the same discipline applied to whatever surface needs structuring. AI infrastructure today; whatever the next surface is when it shows up.

I close gaps between what teams need and what delivery builds. That has been the work for eight years. It still is.

Ignite is what I produce when there's no team — when the gap is between what I need every morning and what existed in the market for one operator. So I built it.

The same person who wrote Business Requirements Documents across Banking, Financial Services and Insurance, payments, and regulated platforms architected this in an hour a day, on quiet evenings, on a server in his living room.

That's the only point of the case study.

"I'm not a developer. But I architected a platform with autonomous agents, vector memory, real-time telemetry, and an automated chairman briefing. The skill was never syntax — it was systems thinking."

Read more

Topics Covered
autonomous AI agents multi-agent AI platform AI operations architecture business analyst AI product owner AI AI command centre three-tier autonomy BRD-grade AI specification agent registry CatalystAgile method