Agent Operations
Four Risk Tiers for AI Agents — How to Decide How Much Governance Each One Needs
Most enterprise AI governance debates are debates about uniform policy: one set of controls applied to every agent, regardless of what the agent does. That's a recipe for two failure modes at once — too much overhead on the agents that don't need it, and too little discipline on the ones that do. The fix is risk tiers. Four of them. Each one with a clear definition of what it is and what it actually needs.
Why uniform governance is the wrong answer
The instinct, when an AI program first encounters a real audit question, is to apply the strictest available control to every agent in the inventory. It's defensible on paper. It's also the fastest way to make sure nobody on your team ships another agent for the rest of the year.
The opposite instinct — apply the lightest possible governance, get out of people's way — has the inverse problem. A personal-productivity-style governance posture, applied to an agent that's routing customer claims, is how you end up in front of a regulator wondering why nobody owned the decision logic.
Governance investment should be proportional to the consequence the agent carries. That requires a tiering decision at the registry level — not at the policy level. The four tiers below are how to make that decision quickly enough that it doesn't become its own bottleneck.
The four tiers
One question decides the tier: if this agent is wrong, who finds out? Customers and regulators put you in Production-Critical. Internal users put you in Internal-Operational. A single user with their own output review puts you in Productivity-Tooling. A defined experiment with an end date puts you in Experimental.
Production-Critical
The agent's failure would visibly affect customers, regulators, or core operations. It touches money, sensitive data, regulated decisions, or material customer experience. When this agent is wrong, somebody outside the company finds out.
- Examples:
- claims-triage agents that route a customer's loss notification, fraud-screening agents that hold a transaction, contract-review agents whose output feeds a binding signature flow, support agents that resolve cases without human review.
- What it needs:
- Named primary owner plus a named backup — never a team alias, never empty; On-call response with a defined paging path and a runbook; Continuous monitoring on accuracy, latency, error rate, cost per action; Immutable audit trail of inputs, decisions, and overrides — sampled and reviewed; Sponsor sign-off in writing before launch; quarterly review thereafter.
- Failure mode:
- The failure mode here isn't overinvestment. It's underinvestment: treating a customer-impacting agent like a productivity tool because that's how it was built. The agent inherits whatever discipline its origin story had — which is usually not enough.
Internal-Operational
The agent supports a workflow that internal teams depend on. When it breaks, work slows down or gets routed manually for a while — but customers don't see it, regulators don't see it, and the business doesn't materially suffer for a day or two.
- Examples:
- ticket classification before a human picks it up, internal knowledge-base assistants, document summarization for review queues, content tagging for internal search.
- What it needs:
- Named primary owner (backup optional unless the workflow is time-sensitive); Monitoring on accuracy and error rate; alerting on threshold breach; Defined lifecycle process — onboarding, periodic review, decommission; Registry entry with scope, data sources, and dependencies documented.
- Failure mode:
- The failure mode here is overinvestment: applying production-critical governance to a workflow that doesn't carry production-critical risk, and ending up with so much overhead per agent that nobody ships them anymore.
Productivity-Tooling
The agent is used by a single person or a small team to speed up their own work. The output goes through them before it goes anywhere else. The user is the de-facto reviewer. When it breaks, exactly one person is inconvenienced, and they're the person empowered to fix it.
- Examples:
- a personal email-triage assistant, a one-team retrospective summarizer, a researcher's literature-search agent, a sales rep's call-prep assistant.
- What it needs:
- Lightweight registry entry — the user is the self-owner; Standard tooling permissions only — no custom write access to production systems; Periodic review (quarterly is fine) to confirm it's still in use and still bounded.
- Failure mode:
- The failure mode here is scope creep: a personal productivity agent slowly accumulates write access to customer-facing systems and quietly becomes production-critical without ever being re-tiered. The periodic review is what catches that.
Experimental / Ad-Hoc
The agent exists to answer a question or test a hypothesis. It was never meant to be permanent. The moment it has a permanent role, it should be re-tiered and re-launched — not silently promoted.
- Examples:
- a one-week prompt-engineering experiment, a data-exploration agent for a specific analysis, a proof-of-concept built for an executive demo, a sandbox agent for evaluating a new vendor.
- What it needs:
- Expected end-of-life date on the registry entry from day one; Sandbox isolation — no production data, no production write access; Auto-decommission when the sunset date arrives, enforced by the registry.
- Failure mode:
- The failure mode here is the experiment that never ends. A POC quietly becomes load-bearing. Nobody re-tiers it because nobody is paid to. The sunset date is the only thing that protects you from a science-fair artifact becoming a customer-impacting system in eighteen months.
Tiering is a decision, not a label
The tier isn't a description of how the agent feels — it's a decision about what the company will invest in governing it. That decision belongs to someone named, made in writing, and revisited when the agent's scope changes. The registry entry is where it lives. The change-control workflow is what protects it.
The most common mistake is silent promotion: an Experimental agent quietly starts touching production data, or a Productivity-Tooling agent quietly gets a write integration to a customer-facing system. The agent itself hasn't been re-tiered. The risk has changed, but the governance investment hasn't. By the time anyone notices, it's an incident — not a tiering decision.
The discipline isn't the tier itself. It's the trigger that says: scope just changed; re-tier. Wire that into the registry and most of the silent-promotion problem solves itself.
Proportional, not uniform
The right governance posture is the one that scales with the consequence the agent carries. A claims-routing agent gets seven onboarding gates and an on-call rotation. A personal email-triage tool gets a registry entry and a quarterly look. Treating those two agents the same — either way — is the failure mode.
Pick the tier, document the rationale, and let the governance investment scale with it. That's the entire framework. The hard part isn't the framework. The hard part is the discipline of actually doing it for the third agent the way you did it for the first.
Keep going
The Agent Operating Model
Six disciplines for running an agent fleet in production — the framework these risk tiers sit inside.
Read the modelTalk to us
If you're looking at the agents you have today and trying to decide which ones need which level of governance, let's have a conversation.
Get in touch