The Agent Control Plane Is the Real Prize in the AI War

TL;DR

An agent control plane strategy determines who governs the transition from a request to a consequential action. The important assets include identity, authorization, memory, model routing, tool access, workflow state, execution evidence, and the ability to stop further work. A model supplier can change while the organization remains dependent on the platform holding those assets.

The strategic opportunity is to become the trusted intermediary through which work is selected, coordinated, and completed. The enterprise opportunity is to use that integration without surrendering business authority. Managed runtimes and native controls can be valuable, but approval rights, authoritative transaction records, and recovery access need explicit ownership and tested boundaries.

Buy useful intelligence and integration. Retain the authority to stop, verify, and replace them.

Introduction

Consider a hypothetical enterprise replacing the model behind an operations assistant. The replacement passes the approved evaluation, the integration accepts its responses, and the application still answers questions.

Then the organization considers replacing the agent platform itself. Where are the remembered service exceptions? Which tasks are waiting for approval? Which changes were submitted but not confirmed? Can operators reconstruct that state without the original platform?

The model substitution and the platform substitution are different projects.

Article 4 examined the advantage of receiving a request where a task already begins. This installment examines what happens after the user asks for help: which system determines the available choices, carries context forward, grants permission, and records the result.

The phrase “real prize” expresses the series’ strategic thesis. It is not a claim that agent platforms will capture all AI value. It is the argument that a durable relationship around work can matter more than a temporary lead in producing answers.

For architects, the immediate question is narrower: which parts of that relationship should a provider operate, and which decisions must remain enforceable under enterprise control?

Define the Agent Control Plane by Its Decisions

An agent control plane is the logical arrangement that governs an agent’s identity, permitted context, available capabilities, workflow transitions, and operating limits. It need not be one product or one central server.

Three boundaries deserve separate names.

Fleet administration concerns which agents exist, who owns them, which releases are approved, and how access and lifecycle are managed. Runtime control concerns what a particular run may do now, including tool selection, approvals, retries, budgets, and cancellation. Business-system authority concerns whether the target system will accept the requested action and how that action is recorded.

A central registry does not necessarily intercept every tool call. A runtime policy check does not replace a business system’s authorization rules. A successful application response does not establish that the intended business outcome occurred.

The proposed architecture below preserves those distinctions. The model exchanges context and proposals with the coordinator; it has no separate route for writing to the target.

This is a logical control model. A provider may supply several components, and existing enterprise services may supply others. The requirement is an enforceable division of responsibility, not a particular deployment topology.

The trusted agent controller supplies the runtime discipline. The strategic decision is who operates it, who can change its rules, and whether the enterprise can continue governing work when the preferred provider is unavailable or replaced.

Why Control of the Workflow Can Outlast a Model Lead

The supplier holding the workflow can occupy a recurring decision point: which model receives the task, which tools are visible, what context persists, and what counts as completion.

That position can create useful integration and substantial switching costs. Neither result is inherently improper. The question is whether the dependency is understood and justified by the value delivered.

Control surfacePotential source of durable advantageEnterprise requirement
Identity and delegationEstablished connections to users, agents, and business systemsPreserve the requester, workload identity, and scope of delegated access
Authorization and approvalsEmbedded approval paths and policy mappingsKeep approval authority explicit and enforce it at execution
Memory and contextAccumulated preferences, source relationships, and task historyPreserve provenance, permissions, retention, and usable export semantics
Model routingRepeated selection of providers and execution settingsApply approved routing criteria and disclose the actual route
Tool discovery and accessThe catalog through which applications become available to agentsSeparate discoverability from permission to invoke a capability
Transaction and workflow stateKnowledge of pending, completed, and uncertain workRetain authoritative records that survive interruption and transition
ObservabilityThe evidence used to diagnose failures and assess valueObtain sufficient records without relying on the agent’s own success narrative
RevocationThe operational mechanisms that stop further workTest containment across identities, queues, sessions, and downstream execution

Memory Creates Dependence Only When Its Meaning Matters

Agent memory is architecture because different kinds of retained information require different treatment. A user’s presentation preference, a source-backed operational fact, and an approval to change production are not equivalent records.

Google’s Agent Platform Memory Bank documentation describes generating persistent memories from conversations, refining them over time, and retrieving them within defined scopes. That supports personalization and continuity. It does not turn a generated memory into an authoritative approval or guarantee that the remembered information remains correct.

For a consequential workflow, keep permission and approval records outside model-editable memory. Recheck access before reusing sensitive context. Preserve enough source lineage to distinguish an observed fact from an earlier inference.

A transcript export can preserve words while losing those distinctions. The replacement system needs the relevant permissions, record relationships, and retention rules, not merely a longer prompt.

Routing Can Become a Commercial Decision Point

A platform choosing models and tools may influence where spending and work flow. An enterprise should therefore request the criteria behind those choices: quality, approved data boundaries, latency, total cost, contractual commitments, and declared commercial preferences.

This is an incentive to examine, not evidence that any named provider is steering customers improperly.

The same principle applies to tool catalogs. Being listed can make a service available for consideration. It should not grant the agent permission to disclose data or perform a transaction. The enterprise should be able to restrict that catalog and inspect the route actually used.

Providers Are Approaching the Control Plane from Different Directions

Current documentation shows convergence around these capabilities, but the products remain different kinds of service. Treat the following as examples of control surfaces, not a ranking or a claim that each product implements the complete architecture above.

Microsoft Starts from Enterprise Administration

Microsoft’s Agent 365 overview describes centralized agent visibility, lifecycle management, access control, and integration with Microsoft Entra, Purview, and Defender. It records general availability for the Commercial segment from May 1, 2026.

The strategic position is enterprise administration: make agent governance part of the environment already used to manage organizational access and security. That does not establish that every externally hosted action is intercepted by a particular tenant configuration. Buyers still need to demonstrate coverage for their agent types, tools, identities, and execution paths.

AWS and Google Provide Runtime and Platform Components

AWS documents Policy in Amazon Bedrock AgentCore as evaluating requests that pass through AgentCore Gateways against policies before allowing tool access. The supported boundary is important: protecting a gateway path does not establish protection for a separate path that bypasses it.

Google documents Agent Identity and Agent Registry integration for Cloud Run, including system-managed identities and automatic registration. The cited Cloud Run integration is explicitly marked Preview. Its status should not be generalized to every component of Google’s agent platform, nor silently promoted into a production guarantee.

These approaches can make identity, policy, and discovery reusable platform services. My assessment is that their strategic strength depends on how well they govern actual workloads, rather than how many capabilities appear together in a console.

Model Providers Are Also Becoming Runtime Providers

OpenAI’s Agents API documentation describes managed sessions, orchestration, context compaction, and recovery, with application-supplied tools and a choice of execution environment. The same overview currently limits data residency to the United States and states that the service does not support Zero Data Retention, including with self-hosted sandboxes.

Anthropic’s Claude Managed Agents documentation describes a managed agent runtime with sessions, events, tools, and environments. It is beta, with server-side state and no current Zero Data Retention eligibility.

These are service-specific limits, not statements about every API from either company. They demonstrate the additional decision introduced by managed agents: the customer is selecting an operating relationship around persistent work, not just a model endpoint.

A self-hosted execution environment should therefore not be assumed to make every associated control service local. Trace where session state, model requests, tool arguments, and evidence are processed for the exact configuration.

Open Protocols Do Not Make Authority Automatically Portable

Interoperability reduces some integration work. It does not eliminate the need to establish what an authorization means in each system.

The July 28, 2026 Model Context Protocol (MCP) authorization specification defines authorization for HTTP-based transports and requires servers to validate that access tokens were issued for their intended audience. Those controls protect a particular connection and resource boundary. The business meaning of a requested operation still needs implementation-specific enforcement.

The Agent2Agent (A2A) 1.0 specification makes the distinction particularly clear. Its in-task authorization mechanism can signal that additional authorization is required, but the protocol does not define the scope, validity, or revocation semantics of the resulting authorization decision. Implementations must establish what operation has actually been authorized.

Tool-call approval is another distinct layer. OpenAI’s Responses API MCP guide documents approval requests before sharing data with connectors or remote MCP servers by default, with configurable behavior. That API interaction is separate from the Agents API discussed above. An application must still map the confirmation to the organization’s required business approval.

For example, approval to send a proposed change to a review tool is not approval to execute that change. Authentication to a deployment service is not approval for every deployment the service can perform.

Portable messages are useful. Portable authority requires an agreed meaning, trusted issuers, and equivalent enforcement.

Choose the Ownership Pattern Before Expanding Autonomy

The enterprise does not have to build every component itself. It does need to choose what responsibility the platform relationship transfers.

PatternWhere it fitsMain tradeoffRequired proof
Provider-centeredWork mainly stays within one approved ecosystemFaster integration can produce deeper dependence on its state and lifecycleExport, revocation, recovery, and downstream authorization work for the actual service
Enterprise-operatedCross-platform or sensitive workflows justify direct operating responsibilityMore engineering, integration, and on-call workThe internal control services remain available, supportable, and independently secured
FederatedProviders supply reasoning and runtime services while enterprise systems retain selected authorityResponsibilities can become ambiguous at interfacesEvery consequential action has an identifiable policy owner, enforcement path, and outcome record

For consequential cross-system work, my preferred starting point is the federated pattern. Let providers supply capabilities they operate well, but retain enterprise control of transaction approval and authoritative business records. That can be implemented using managed services; it does not require self-hosting every component.

Federation is not permission to create several conflicting approval databases. Each decision needs an authoritative owner, even when policy is enforced at multiple boundaries.

For a known, repeatable process, a deterministic workflow may remain the better choice. Add agent planning where interpreting the request or selecting a valid path creates enough value to justify the additional uncertainty.

Make the Authority Boundary Concrete

Consider an operations agent that proposes increasing a production worker service from four replicas to six. Assume the application owner has approved this class of change, but each execution requires a scoped approval. Also assume the governed capacity service coordinates with any autoscaler; an uncontrolled competing writer would invalidate this example.

The model may analyze approved telemetry and propose the adjustment. It does not receive credentials that can directly mutate the production workload.

The enterprise change service presents the exact target, current state, proposed values, expected effect, and supporting evidence to the approver. The execution service then checks the current authorization and target state before committing anything. A changed target or payload sends the proposal back for review.

The following YAML records the proposed allocation of authority. It is not a vendor API, executable policy, or evidence that the controls have been implemented.

authority_allocation:
  status: proposed_not_validated
  workflow: approved_capacity_adjustment

  example_change:
    target_service: order-status-workers
    environment: production
    from_replicas: 4
    to_replicas: 6

  provider_may_supply:
    - planning
    - session_hosting
    - approved_context_services

  enterprise_authorities:
    delegation: enterprise_identity_service
    approval: enterprise_change_service
    execution_state: enterprise_action_ledger
    outcome: target_system

  execution_boundary:
    entry_point: governed_capacity_service
    planner_has_target_mutation_credentials: false
    requester_authorization_rechecked: true
    approval_required: true
    approval_binding:
      - target_resource_id
      - operation
      - normalized_arguments_digest
      - expected_resource_version
      - policy_and_tool_versions
      - expiration
    uncertain_outcome: reconcile_before_retry
    state_mismatch: stop_and_request_new_review
    missing_required_evidence: block_new_write

  replacement_requirement:
    preserve_action_ids_and_outcomes: true
    transfer_live_credentials: false
    resume_requires_reauthorization: true

Replace the example workload and named services with the actual enterprise authorities. Define how the approval is authenticated, how arguments are normalized, and how the target rejects conflicting updates. A digest binds content only when trusted services create and verify that binding; it does not prove that an authorized person approved it.

The implementation also needs duplicate suppression for the same logical action across retries and replacement workers. Do not allow a new model session to manufacture a fresh identity for an already-submitted change. Keep model and tool consumption limits separate from the limit on actual production changes.

Successful validation means the permitted adjustment can complete, while changed arguments, expired approval, direct-write attempts, and unsafe retries are rejected. When the target cannot support reliable conflict checks or duplicate handling, reduce the automation boundary rather than pretending the YAML supplies those capabilities.

The model supplier can now change without becoming the new owner of production authority. Replacing the runtime remains work, but it need not require reconstructing the business transaction from conversation history.

A Kill Switch Must Stop New Effects, Not Just the Conversation

The ability to stop an agent belongs in supplier selection because a platform can be easy to adopt and difficult to contain.

OWASP’s Excessive Agency guidance identifies excessive functionality, permissions, and autonomy as key causes of damaging agent behavior. Its recommended controls include narrowing tools and permissions and applying independent approval to consequential actions. That supports enforcing limits outside the model’s willingness to comply.

For the proposed capacity workflow, an operator stop should block new dispatches and new target mutations through the controlled path. It should also trigger reconciliation of work already accepted downstream. Closing the chat or canceling a client request is not sufficient evidence of containment.

Do not assume that disabling an identity immediately invalidates every previously issued credential. Establish and test the actual token, policy-cache, queue, and session behavior. The operating objective is a measured bound on further exposure, not a button labeled “Stop.”

Nor does restoring an earlier agent release undo a completed infrastructure change. Execute, verify, and recover agent actions through the target system’s supported mechanisms. A compensating action needs its own authorization and may not restore the exact original condition.

Keep emergency operator access independent of the agent path being contained. Enterprise AI incident response should preserve enough evidence to determine what happened even when the provider session is inaccessible.

Require Two Replacement Tests, Not One Portability Claim

An agent platform can support several models while remaining difficult to replace. Assess those claims separately.

Replace the Model Without Changing Business Authority

Run representative tasks against an approved alternative while preserving identity scope, permitted data, tool contracts, approval rules, and business outcome checks. Evaluate legitimate completion as well as the cases that must be denied or escalated.

A model with the same tool interface may select different actions or assemble different arguments. Treat the substitution as a behavior release, with explicit acceptance and rollback criteria. Where a provider cannot supply a stable version identifier, record that limitation and define the release-detection and re-evaluation process.

Replace the Runtime Without Replaying Business Effects

Disable the preferred runtime in a controlled exercise. Determine which tasks can resume, which require fresh approval, and which must be reconciled before any further action.

The replacement needs authoritative action identifiers, completed outcomes, pending obligations, and permitted context. It should establish new credentials and current authorization rather than inherit exported secrets or assume an old approval covers a changed execution environment.

It may be safer to finish existing tasks on the old platform and start new tasks on the replacement. When the old platform is unavailable, unresolved work may need manual recovery. An honest transition plan allows for both cases.

Apply hard gates before cost comparisons. An unacceptable processing location, missing approval enforcement, unavailable evidence, or unproven containment path should disqualify a candidate for the affected workflow. Only then compare integration effort, operating cost, latency, and transition cost.

Measure Control Where the Business Depends on It

A useful operating scorecard should connect control to service delivery. Track how much consequential work uses the enforced path, how often approval records reconcile with target outcomes, how long unknown outcomes remain unresolved, and how quickly further actions stop after revocation.

Pair those measures with accepted task outcomes and total operating cost. A platform that blocks every action has excellent containment and no service value. A platform that completes many actions without reconstructable authority has a different failure.

Assign one accountable service owner. Identity teams own delegation mechanisms; application owners define permitted effects and acceptance; platform operators own coordination and recovery; security owns the relevant control requirements. Those responsibilities remain necessary when one supplier provides several components.

Reassess after material changes to models, tool behavior, memory extraction, policy, or the provider’s processing boundary. A stable platform name does not establish a stable operating contract.

What the Evidence Does and Does Not Prove

The official documentation establishes that major providers offer components for agent administration, runtime execution, persistent context, authorization, and tool interaction. It also identifies concrete product limits and release states.

It does not establish a universal control-plane winner, equivalent controls across vendors, or complete governance in a customer’s deployment. The strategic claim is an inference: suppliers that become difficult-to-replace coordinators of valuable work can gain a more durable position than a model lead alone provides.

The architecture, ownership patterns, and capacity-change example are proposed designs. No DTD deployment, recovery result, or performance benchmark is claimed. The relevant proof must come from the organization’s implemented paths, applicable agreements, and scenario tests.

Conclusion

The agent control plane is strategically important because it connects intelligence to the systems that determine what may happen next. Identity, memory, tool access, approvals, execution state, and evidence can remain embedded in a platform long after its original model choice has changed.

That does not make integration undesirable. It makes ownership explicit. Use managed capabilities where they improve the service, keep consequential authority enforceable at the appropriate boundary, and test the replacement of both models and runtimes before claiming portability.

The next article examines China’s AI counteroffensive: competing model ecosystems, efficiency strategies, and the constraints surrounding their silicon supply.

Before expanding an agent’s authority, ask: could we replace its provider while still proving what was approved, what happened, and what must not happen again?

External References

The post The Agent Control Plane Is the Real Prize in the AI War appeared first on Digital Thought Disruption.