Architecture to Autonomy Back to posts
Cornerstone Guide

Agentic Operating Models for Enterprise Execution: From Pilot to Production

How to structure ownership, control boundaries, and measurable outcomes when agentic systems move from pilot to production.

By Samir Roshan 7 min read

Every enterprise executive I talk to right now says the same thing: "We have agentic AI pilots running. Now what?"

The honest answer is uncomfortable. Most organizations do not have the operating model to take agentic systems from pilot to production. The technology works. The architecture is maturing. But the organizational wiring -- ownership structures, control boundaries, accountability chains -- is still designed for a world where humans initiate every action and software only responds.

McKinsey's research on the agentic organization lays it out bluntly: 89% of enterprises still operate with industrial-age structures, 9% have adopted agile or product-and-platform models, and only 1% function as a decentralized network. That gap between where organizations are and where agentic execution needs them to be is the real obstacle.

The core problem: Enterprises are trying to deploy autonomous systems inside operating models built for manual approval chains. The result is either paralysis (agents that cannot act) or chaos (agents that act without accountability).
// The Operating Model Gap

Why Pilots Succeed and Production Fails

Deloitte's 2025 Emerging Technology Trends study reveals a stark funnel: 30% of surveyed organizations are exploring agentic options, 38% are piloting solutions, but only 14% have solutions ready for deployment, and a mere 11% are using these systems in production. Meanwhile, 42% are still developing their strategy roadmap, and 35% have no formal strategy at all.

The failure pattern is consistent. Pilots work because they operate in controlled environments with dedicated teams, limited scope, and direct human supervision. Production fails because it requires answers to questions most operating models have never addressed:

01

Ownership

Who owns an agent's decisions? The team that built it, the business unit that uses it, or the platform team that hosts it? Without clear ownership, accountability dissolves.

02

Control Boundaries

What can an agent do without human approval? What triggers escalation? These boundaries must be defined by policy, not discovered through incidents.

03

Measurable Outcomes

How do you know the agent is working? Not model accuracy -- business outcomes. Revenue impact, cost reduction, error rates, customer satisfaction.

04

Failure Accountability

When an agent makes a wrong call, who answers? The chain of accountability must be defined before the agent is deployed, not after the incident report.

// Maturity Model

The Four Stages of Agentic Operating Maturity

Based on the patterns I am seeing across financial services, telecommunications, and government, agentic operating maturity moves through four stages. Most enterprises are stuck between Stage 1 and Stage 2.

Stage 1 -- Experimentation

Shadow Agents

Individual teams run isolated pilots. No shared infrastructure, no governance framework, no common identity model. Agents are treated as disposable prototypes. This is where 68% of enterprises sit today.

Stage 2 -- Governed Pilots

Bounded Autonomy

A central platform team provides shared guardrails -- identity, logging, basic policy. Agents operate with defined scope and human checkpoints. Clear escalation paths exist. Roughly 20% of enterprises have reached this stage.

Stage 3 -- Production Operations

Silicon Workforce Management

Agents are treated as a managed workforce with SLAs, performance reviews, and lifecycle management. The operating model includes agent onboarding, monitoring, remediation, and retirement. Perhaps 10% of enterprises operate here.

Stage 4 -- Autonomous Enterprise

Human-Agent Orchestration

Multi-agent systems operate across business functions with coordinated goals. Humans set intent and constraints; agents execute, adapt, and report. Fewer than 2% of enterprises have reached this level.

// Operating Model Blueprint

The Agentic Operating Model: A Layered Blueprint

The operating model for agentic systems needs four distinct layers, each with clear ownership and accountability structures. This is not just an architecture diagram -- it is an organizational design.

Experience Layer
Human-Agent Interfaces Approval Workflows Escalation UX Outcome Dashboards
Agent Control Plane NEW
Identity & Delegation Policy Engine Tool Registry Session Audit Budget Controls
Governance Layer
Ownership Registry SLA Framework Compliance Mapping Risk Scoring FinOps
Infrastructure
Hybrid Cloud Runtime Data Platform Security Plane Observability
Key insight: The Agent Control Plane and Governance Layer are organizationally distinct. The platform team builds the control plane. The business owns the governance layer. Confusing these two creates either bottlenecks (platform team polices business logic) or blind spots (business team ignores technical controls).
// Ownership Model

Who Owns What: The RACI for Agentic Systems

The most common failure mode I see is diffused accountability. Everyone assumes someone else is responsible for the agent's behavior. A clear ownership model assigns four distinct roles:

Agent Owner (Business Unit): Defines the agent's purpose, success criteria, and operational boundaries. Accountable for business outcomes and escalation handling. This is not a technical role -- it is a business role.

Platform Team (Engineering): Provides the shared control plane -- identity, policy enforcement, observability, and tool governance. Responsible for the infrastructure the agent runs on, not the decisions the agent makes.

Risk & Compliance: Sets the guardrails -- what data can agents access, what actions require human approval, how audit trails must be maintained. They define the policy; the platform team enforces it.

Agent Operations (New Function): Monitors agent health, performance, and drift. Manages the lifecycle: onboarding, updates, testing, retirement. Think of this as the equivalent of SRE for the silicon workforce.

// Control Boundaries

Defining Control Boundaries: The Autonomy Spectrum

Not every agent action carries the same risk. The operating model must classify actions along an autonomy spectrum, from fully autonomous to human-required. Singapore's Model AI Governance Framework for Agentic AI, published in January 2026, pushes exactly this direction -- bounded autonomy with lifecycle controls.

Autonomous
Read-Only Actions

Data queries, report generation, status checks. No human approval needed.

Autonomous
Low-Impact Writes

Updating ticket status, sending notifications, logging decisions. Audit trail required.

Supervised
Medium-Impact Actions

Creating records, modifying configurations, triggering workflows. Human notified, can override.

Human-Required
High-Impact Decisions

Financial transactions, security changes, customer-facing commitments. Human approval mandatory.

// Measurable Outcomes

Measuring What Matters: Beyond Model Accuracy

The enterprise obsession with model accuracy is a distraction. In production, what matters is whether the agentic system delivers business outcomes within acceptable risk parameters. Bain's 2025 Executive AI Survey shows a 14-point jump in leaders ranking AI within their top three enterprise priorities -- but returns often lag because organizations measure the wrong things.

Every agentic deployment needs a measurement framework across four dimensions:

Dimension Metric Target Owner
Business Value Revenue impact, cost reduction, time saved, decisions per hour Agent Owner (BU)
Operational Health Uptime, latency, error rate, escalation frequency Agent Operations
Risk Posture Policy violations, data access anomalies, drift detection Risk & Compliance
Economic Efficiency Cost per decision, token spend, infrastructure utilization Platform Team / FinOps
// Production Risks

The Six Production Risks Nobody Talks About

Gravitee's research found that 82% of US companies have experienced AI agents going rogue in the past year -- making incorrect decisions, exposing data, or triggering security breaches. These are not model failures. They are operating model failures.

Risk Severity Operating Model Fix
Agent Sprawl Critical Central registry with lifecycle management. No unregistered agents in production.
Ownership Vacuum Critical Every agent has a named business owner. No orphaned agents.
Scope Creep High Tool access governed by classification. Write actions require explicit policy.
Cost Explosion High Per-agent budgets with circuit breakers. Real-time spend visibility.
Audit Gaps Medium Session-level recording. Every action traceable to identity and intent.
Model Drift Medium Continuous evaluation against baseline. Automated alerts on behavioral change.
// Implementation Path

The 90-Day Playbook: From Here to Production-Ready

Transformation does not happen overnight. But the operating model work can start immediately. Here is a phased approach:

30

Days 1-30: Foundation

Inventory all active agent pilots. Assign business owners. Define the autonomy classification for each agent's actions. Establish the governance committee.

60

Days 31-60: Control Plane

Deploy centralized identity for agents. Implement policy-as-code for tool access. Enable session recording. Set per-agent budgets and circuit breakers.

90

Days 61-90: Production Operations

Promote the first governed agent to production. Establish SLAs and measurement dashboards. Run the first agent performance review. Document lessons learned.

The Bottom Line

Agentic AI will not fail because the models are not smart enough. It will fail because organizations deploy autonomous systems inside operating models designed for manual control. Fix the operating model first. The technology will follow.

Views expressed here are my own and do not represent the views of any current or former employer, client, or affiliated organization.