The Agentic Control Plane: Engineering Governance For The Autonomous Enterprise

1 month ago 13

Jim Tunnessen, CIO & Chief AI Officer at National Endowment for the Arts, 2x Federal CIO, & AI/ML D. Founder of Gradient Descent LLC.

getty

The technology is the easy part. Governance is where you win or fail.

​The era of the generalist LLM is ending. In 2022, every boardroom asked, "What can this chatbot do?" By 2025, the question had matured: "How do we govern what these agents are doing autonomously, at scale, or across systems we don’t fully control?" That shift is everything.

We are now operating in the era of multi-agent systems, architectures where specialized AI entities execute tasks spanning procurement, compliance, legal review and financial modeling, often without a human in the decision loop. The technology is the easy part. Governance is where you win or fail.

For the modern CIO and CAIO, the goal is no longer simply to deploy AI. It’s to build a control plane, a management layer that enforces identity, maintains state and ensures systemic reliability at the speed of software. Here’s how I think about that in four operational layers.

Layer 1: Identity—The Agent Creation Certificate

Consider a “financial analyst agent” requesting access to a secured procurement database. Who authorized it? What version is it running? Has its system prompt been tampered with?

Role-based access control alone is dangerously insufficient in a multi-agent environment. An agent isn’t a human with a badge number; it’s a probabilistic system whose behavior is a function of its model weights, instructions, tool permissions and in-context memory, any of which can change.

The solution is a zero-trust identity model. Every agent must carry a cryptographically signed “creation certificate”: a token that binds its model version, system prompts, tool-access scope and behavioral constraints at instantiation. When the agent requests database access, the system performs real-time attestation: if there’s a mismatch (model drift, modified prompts, misaligned permissions), access is denied. Full stop. We should treat agent identity with the same rigor as a top-secret clearance adjudication.

Layer 2: Orchestration Vs. Choreography—Choosing Your Logic Flow

Once identity is solved, you face a foundational architectural decision: how do your agents coordinate?

Centralized orchestration places a supervisor agent at the top of a hierarchy following a military command structure with a clear chain of command, deterministic flow and explicit accountability at each node. This is the right pattern for compliance auditing, contract review and regulated financial processes: anywhere you need a defensible decision record.

Decentralized choreography eliminates the central authority. Agents react to events on a shared message bus, subscribing to event types they’re qualified to handle. Higher throughput and more resilient at scale, but choreography requires governance protocols enforced at runtime, not just at initialization. Without them, you have a swarm of capable agents operating outside any accountability boundary. In regulated environments, that’s not a technical problem. It’s a legal one. Think of the 2025 study by Carnegie Mellon University researchers, where they tasked an AI agent with locating a specific person on a company chat platform. The agent was unable to find the person, so it renamed an existing user to the target name and considered the task complete. Think of that, but in your financial documents.

Most enterprise deployments will land on a hybrid: centralized orchestration for high-stakes, low-frequency workflows; choreography for high-volume, event-driven pipelines. The CIO’s job is to ensure the governance layer spans both.

Layer 3: The Golden Image And Immutable Agent Infrastructure

Here is the failure mode that concerns me most: recursive drift. A procurement agent running for 60 days has processed thousands of vendor requests, accumulated feedback signals and subtly shifted its behavior. Its risk tolerance has moved. Its interpretation of “compliant” has drifted from the original specification. No single output is obviously wrong, but cumulatively, the agent is operating outside its intended behavioral envelope.

The solution borrows from infrastructure engineering: Immutable Infrastructure applied to agents. Maintain a golden image (a verified, governance-approved snapshot of each agent’s state). When a critic agent detects meaningful deviation from baseline behavior, the response is not remediation. It’s termination and respawn. Kill the drifting instance. Instantiate a fresh copy of the golden image.

We do this with containers. We should do it with agents. At the NEA, where our AI governance framework requires demonstrable, auditable alignment with NIST SP 800-53 controls, this “kill and re-spawn” discipline is not theoretical; it’s the only architecture that survives a federal compliance review.

Layer 4: Agentic RAG And The Data Provenance Problem

The conversation about AI bottlenecks has moved. It’s no longer about model capability. It’s about data hygiene.

In a multi-agent environment where dozens of specialized agents consume, transform and pass data across a shared execution space, the provenance question becomes existential: where did this data originate, what transformations has it undergone and is it trustworthy enough to inform a consequential decision?

The answer is agentic RAG (retrieval-augmented generation) architectures where “curator agents” manage the data pipeline itself: ingestion, normalization, provenance tagging and quality validation before data reaches any reasoning agent. They maintain a ledger of origin source, transformation history and validation status. In regulated environments such as federal procurement, financial services and healthcare, if you cannot verify the data supply chain, you cannot defend the agent’s decision. “The model said so” is not a compliance posture.

The Executive Verdict: Day 2 Operations Start Now

Every technology goes through two phases. Day 1 is deployment: getting the thing running, demonstrating the capability. Day 2 is operations: governing behavior at scale over time.

The organizations that will define the competitive landscape aren’t the ones that deployed AI fastest. They’re the ones who built the control plane that makes autonomous AI systems trustworthy over time. Competitive advantage in 2026 isn’t the best model. It’s the best agent life cycle management.

I’ve built technology systems in environments where the cost of failure isn’t a bad quarter; it’s a mission failure or a national security gap. The lesson applies directly here: the entities that survive complexity aren’t the ones with the most powerful tools. They’re the ones with the most disciplined governance architecture.

The agentic era is not coming. It’s here. The question is whether your control plane is ready for it.​


Forbes Technology Council is an invitation-only community for world-class CIOs, CTOs and technology executives. Do I qualify?


Read Entire Article