The AI Native Operating Model
Part III · The Execution SystemChapter 08 of 14

The AI Execution Architecture

The technology architecture required when AI becomes part of enterprise execution.

← Publication Contents
Chapter Thesis

What technical system is required to turn machine intelligence into controlled enterprise execution?

The operating model now requires a machine.

Not a model.

Not a chatbot.

Not an AI application.

An execution system.

The previous chapters established what the enterprise must design.

  • The outcome.
  • The workflow.
  • The allocation of work between humans and machines.
  • The authority under which machine actors may operate.
  • The management system governing execution.
  • The organizational architecture connecting capabilities, workflows and accountability.

None of this becomes operational merely because an enterprise has access to powerful models.

A model
Can generate.
An execution architecture
Must act.

It must receive objectives.

Construct context.

Select capabilities.

Invoke tools.

Access systems.

Maintain state.

Coordinate work.

Exercise authority.

Produce evidence.

Evaluate execution.

Handle failure.

Escalate exceptions.

And stop.

That is a different technical problem.

The AI Native enterprise therefore requires an architecture capable of turning machine intelligence into controlled enterprise execution.

That architecture is the AI Execution Architecture.

01

The Model Is Not the System

The extraordinary progress of foundation models can distort architectural thinking.

A model appears intelligent.

It reasons.

It writes.

It analyzes.

It uses tools.

It can increasingly interact with software environments.

It is tempting to treat the model as the system.

It is not.

The model is one component inside the execution system.

A production agent may require:

  • an objective
  • instructions
  • context
  • memory
  • a model
  • tools
  • identity
  • permissions
  • state
  • runtime
  • policies
  • evaluations
  • observability
  • resource limits
  • termination conditions
  • and escalation mechanisms.

Remove enough of these and the enterprise does not have an execution architecture.

It has a model invocation.

This distinction matters because model capability and enterprise capability are not equivalent.

A model may be capable of executing an action.

The enterprise must still determine:

  • whether it should
  • under whose authority
  • using which identity
  • against which systems
  • within what limits
  • with what evidence
  • at what cost
  • and with what recovery path if execution fails.

The architecture around the model answers those questions.

02

Market Evidence

The technical direction of the agent ecosystem increasingly reflects this distinction.

Anthropic distinguishes workflows, where models and tools follow predefined orchestration paths, from agents, where the model dynamically determines how to accomplish the objective. Its production guidance argues for using the simplest architecture capable of producing the required outcome and adding agentic complexity only where flexibility justifies the additional latency, cost and failure surface.

The same guidance identifies recurring execution patterns including routing, parallelization, orchestrator worker structures, evaluator optimizer loops and autonomous tool using agents.

OpenAI's 2026 evolution of its Agents SDK similarly moves beyond model access toward an execution harness. Agents can work across files and tools, run commands and perform long horizon work inside controlled sandbox environments.

Google Cloud's current agentic architecture guidance treats the design as a combination of architectural components chosen according to workload characteristics rather than as a single model deployment.

Across vendors, implementation details differ.

The architectural direction is consistent.

Enterprise agents require a runtime around intelligence.

03

The Execution Loop

At the center of the architecture is a simple idea.

An agent operates through a loop.

It receives an objective.

It interprets the current state.

It determines what should happen next.

It takes an action.

It observes the result.

It updates its understanding.

It continues until the objective is achieved, escalation is required or execution must stop.

At its simplest:

  1. 01Objective
  2. 02Context
  3. 03Reason
  4. 04Act
  5. 05Observe
  6. 06Evaluate
  7. 07Continue, Escalate or Stop

This loop is the computational core of machine execution.

But enterprise execution requires something around it.

The agent cannot be allowed to construct every aspect of its operating environment for itself.

The enterprise must determine what enters the loop and what constrains it.

Exhibit 08.1
The Enterprise Agent Loop
  1. Objective

    What outcome is the agent attempting to produce?

  2. Context

    What information, state, instructions and history does it require?

  3. Reason

    What should happen next?

  4. Authority Check

    Is the proposed action permitted?

  5. Act

    Invoke model, tool, system, agent or human capability.

  6. Observe

    What happened?

  7. Evaluate

    Did execution move toward the outcome?

    Did quality remain acceptable?

    Did policy remain satisfied?

  8. Decide

    Continue

    Retry

    Reroute

    Escalate

    Stop

  9. Evidence

    Record what occurred.

The loop repeats until a termination condition is reached.

This is not simply an agent loop.

It is an enterprise execution loop because authority, evaluation and evidence are part of execution itself.

04

Context Is Part of the Execution Architecture

Intelligence without context is not enterprise capability.

A model may know how procurement generally works.

It does not automatically know:

  • the supplier involved
  • the contract terms
  • the company's procurement policy
  • the budget available
  • the user's authority
  • the current transaction state
  • the history of previous decisions
  • the relevant risk threshold
  • or what another agent has already done.

The execution system must construct the context required for the work.

That context may come from:

  • enterprise data
  • documents
  • applications
  • conversation history
  • workflow state
  • memory
  • policies
  • instructions
  • previous tool results
  • other agents
  • human input.

Context is therefore not simply information retrieval.

It is the process of assembling the operating state from which machine judgment occurs.

Poor context produces poor execution even when the underlying model is strong.

Too little context creates ignorance.

Too much context creates noise, cost and competing instructions.

Stale context creates incorrect assumptions.

Untrusted context can manipulate execution.

Context architecture therefore becomes one of the central disciplines of the AI Native enterprise.

05

Memory Is Not One Thing

As agents operate over longer periods, memory becomes part of the execution problem.

But enterprise architecture should resist treating memory as a single undifferentiated capability.

An execution system may need several forms of continuity.

01
Working State

What is happening in this execution now?

02
Session History

What has occurred during this interaction or workflow?

03
Episodic Memory

What happened in previous executions that may matter now?

04
Enterprise Knowledge

What durable organizational information should the agent retrieve?

05
Procedural Knowledge

How should this work be performed?

06
Execution Evidence

What actions and decisions have already occurred?

These have different purposes.

They may require different retention policies.

Different access controls.

Different update mechanisms.

Different reliability standards.

An agent remembering a user's preference is not the same architectural problem as an agent retrieving an approved operating procedure.

And neither is the same as preserving an immutable audit record of an action already taken.

The architecture must distinguish them.

06

Tools Turn Intelligence Into Action

Without tools, most models remain observers.

They can interpret.

Recommend.

Generate.

But enterprise execution begins when machine intelligence can interact with the environment.

A tool may:

  • query a database
  • retrieve a customer record
  • send a message
  • create a purchase order
  • modify code
  • schedule work
  • update an enterprise application
  • invoke an API
  • run a calculation
  • execute a command
  • trigger another workflow
  • or call another agent.

Tools are therefore the interface between machine reasoning and enterprise state.

This makes tool design a control problem as much as an engineering problem.

Anthropic's work on agent tools emphasizes that tool interfaces materially affect agent performance. Clear definitions, appropriate boundaries and systematic evaluation influence whether agents select and use tools correctly.

The enterprise implication goes further.

A poorly designed tool does not merely confuse the model.

It can expose excessive capability.

If one broad tool can perform dozens of consequential actions, the authority surface becomes difficult to reason about.

Tool boundaries therefore become part of the authority architecture.

07

Sentient Interpretation

The API was designed primarily as an interface between software systems.

The agent tool is an interface between machine judgment and enterprise capability.

That is a more consequential role.

A traditional application usually invokes an API because deterministic software has already decided that the invocation should occur.

An agent may first interpret the environment, decide that an action is necessary, select the tool, construct the arguments and initiate the call.

Decision and invocation move closer together.

The enterprise must therefore know not merely whether a system exposes an API.

It must know:

  • which machine actors may discover it
  • which may invoke it
  • under which identity
  • for which objective
  • with which parameters
  • within which limits
  • and with what evidence.

The tool layer becomes an execution boundary.

08

Identity Comes Before Authority

Chapter 05 established the Authority Envelope.

But authority cannot be enforced if the enterprise cannot determine who or what is acting.

Every consequential machine actor therefore requires identity.

Not merely a technical service credential shared across a platform.

An identity capable of supporting attribution.

Microsoft's current agent identity architecture makes this distinction explicit. Its guidance recommends dedicated agent identities for autonomous systems and, where accountability matters, separate identity per logical agent. The stated benefits include distinct audit trails, access control, lifecycle independence and attribution of actions.

Microsoft's security guidance goes further: agent identity is treated as a prerequisite for least privilege, permissioning, escalation and meaningful logging.

The principle is architectural rather than vendor specific.

An actor cannot be governed if the system cannot identify the actor.

Exhibit 08.2
Identity → Authority → Action → Evidence
  1. Identity

    Who or what is acting?

  2. Objective

    For what purpose?

  3. Authority

    What is this actor permitted to do?

  4. Policy

    What conditions constrain the action?

  5. Action

    What was executed?

  6. Evidence

    What proves what occurred?

  7. Accountability

    Which human owner remains responsible for the execution domain?

This chain connects the technical architecture directly to the operating model.

Identity without authority is uncontrolled access.

Authority without evidence is unverifiable delegation.

Evidence without accountability is merely telemetry.

The architecture requires all four.

09

The Runtime Is Where Delegated Authority Becomes Real

A policy document can state what an agent may do.

An authority matrix can describe the boundaries.

Neither controls execution unless those boundaries can be enforced at runtime.

The runtime is where the operating model becomes computational.

It receives the agent's proposed action.

It resolves identity.

It checks authority.

It applies policy.

It manages credentials.

It invokes the tool.

It records the result.

It handles failure.

It determines whether execution may continue.

This makes the runtime more than technical plumbing.

It is the execution boundary of delegated authority.

A mature runtime may enforce:

  • tool permissions
  • data permissions
  • transaction limits
  • model restrictions
  • cost budgets
  • rate limits
  • environment boundaries
  • approval requirements
  • execution timeouts
  • retry limits
  • escalation rules
  • termination conditions.
The agent
Reasons.
The runtime
Governs what reasoning is allowed to become action.
10

Control Should Not Depend on the Agent Remembering the Rules

An instruction can tell an agent not to exceed a spending threshold.

That is useful.

It is not the same as preventing the transaction.

An instruction can tell an agent not to access restricted data.

That is useful.

It is not the same as denying access.

An instruction can tell an agent to request approval before executing a consequential action.

That is useful.

It is not the same as making execution technically impossible without approval.

This distinction is fundamental.

Behavioral instruction is not runtime enforcement.

The architecture should not depend on the machine actor voluntarily preserving every enterprise boundary.

Where a boundary matters, it should be enforced outside the reasoning loop where possible.

The model
May propose.
The control system
Decides whether the proposal can become execution.

This creates defense in depth around machine autonomy.

11

Market Evidence

Current security architecture for autonomous agents increasingly reflects this approach.

Microsoft's 2026 guidance for autonomous agents emphasizes separate identities, least privilege and defense in depth so that agent permissions and actions can be constrained independently of user permissions.

OpenAI's current agent architecture similarly emphasizes controlled sandbox environments for long horizon execution, separating the agent's reasoning process from the environment in which consequential actions occur.

Anthropic's research on trustworthy agents identifies the same underlying problem: the autonomy that makes agents useful also creates risk when systems misunderstand intent or encounter malicious instructions.

These systems differ in implementation.

They converge on one principle:

Autonomy requires an external control boundary.

12

The Execution Plane and the Control Plane

A useful architectural separation now becomes possible.

The enterprise agent system contains two fundamentally different concerns.

The first
Doing the work.
The second
Governing the work.

These should not be treated as the same layer.

Exhibit 08.3
The AI Execution System
  1. Execution Plane

    Responsible for producing the outcome.

    Contains:

    Agents

    Models

    Context

    Memory

    Tools

    Workflow state

    Agent to agent interaction

    Human interaction

    Enterprise system access

  2. Control Plane

    Responsible for governing execution.

    Contains:

    Identity

    Authority

    Policy

    Credentials

    Budgets

    Model routing

    Rate limits

    Evaluation

    Observability

    Audit

    Escalation

    Lifecycle controls

  3. Enterprise Environment

    Applications

    Data

    Infrastructure

    Communication systems

    External services

    Human actors

The execution plane asks:

What should happen next?

The control plane asks:

May it happen, under what conditions, and how will we know what occurred?

Both are required.

Without an execution plane
There is no machine execution.
Without a control plane
There is no governed machine execution.

And once the enterprise separates these concerns, the next architectural problem becomes visible.

A single agent may be manageable.

A single workflow may be understandable.

But the AI Native enterprise will not contain one agent.

It will contain many agents, models, tools, runtimes and execution environments operating simultaneously.

The architecture must therefore solve not only agent execution.

It must solve execution at enterprise scale.

Part 2

It must solve execution at enterprise scale.

At enterprise scale, the architecture changes.

One agent can hold a task in context.

One workflow can be inspected manually.

One failure can be investigated individually.

One agent's cost can be ignored.

Multiply that execution across thousands of workflows, millions of actions and many business domains and the problem becomes different.

The enterprise needs to know:

  • which agent should perform the work
  • which model should provide intelligence
  • which tools should be available
  • which other agents may participate
  • what state must persist
  • what happens when execution fails
  • how quality is evaluated
  • how cost is controlled
  • how execution is observed
  • and when the system should stop.

These are not properties of an individual agent.

They are properties of an execution platform.

13

Orchestration Is the Coordination Layer

Not every outcome should be produced by one agent.

Some workflows contain distinct capabilities.

  • Research.
  • Planning.
  • Execution.
  • Validation.
  • Specialist judgment.
  • Communication.

A single agent can sometimes perform all of them.

But as complexity increases, specialization may become useful.

One machine actor decomposes the objective.

Another retrieves information.

Another performs analysis.

Another executes an action.

Another evaluates the result.

A human resolves the exception.

This creates a coordination problem.

The architecture must determine how execution moves between actors.

That is orchestration.

Orchestration may be deterministic.
A predefined workflow determines the sequence.
Or it may be dynamic.
An agent determines which capability should be invoked next.

The important distinction is not whether the architecture is called multi-agent.

It is where coordination intelligence resides.

14

Use the Simplest Execution Structure That Works

Multi-agent systems are attractive because they resemble organizations.

Specialists collaborate.

Managers delegate.

Workers execute.

Evaluators review.

But organizational metaphor is not architectural justification.

Every additional agent creates another execution boundary.

  • Another model invocation.
  • Another context transfer.
  • Another failure point.
  • Another latency source.
  • Another cost surface.
  • Another identity.
  • Another authority relationship.
  • Another interaction that may need observation.

Anthropic's engineering guidance explicitly recommends beginning with the simplest solution possible and adding agentic complexity only when it materially improves outcomes. Its production patterns move from prompt chaining and routing through parallelization, orchestrator worker structures and evaluator optimizer loops before reaching more autonomous agent designs.

The architectural principle is durable.

Do not create an organization of agents when one agent and a tool will do.

Complexity should be earned by the work.

Exhibit 08.4
The Execution Pattern Ladder
  1. Level 1 · Model Call

    One bounded inference.

    Use when:

    the task is known

    the input is known

    the output is bounded

  2. Level 2 · Deterministic Workflow

    Multiple predefined steps.

    Use when:

    the execution path is known

  3. Level 3 · Tool Using Agent

    The agent determines which actions are required.

    Use when:

    the path cannot be fully specified in advance

  4. Level 4 · Orchestrator + Specialists

    One actor coordinates specialized execution.

    Use when:

    the work contains distinct capabilities that benefit from decomposition

  5. Level 5 · Multi-Agent Execution System

    Multiple autonomous actors coordinate across a shared objective.

    Use when:

    distributed reasoning or execution creates enough value to justify the coordination burden.

The architecture should move upward only when the simpler level becomes insufficient.

Agent sophistication
Is not the objective.
Execution quality
Is.
15

Agent to Agent Communication Creates a New Enterprise Interface

Once agents collaborate, they need to exchange more than text.

One agent may need to communicate:

  • an objective
  • context
  • state
  • evidence
  • an artifact
  • a requested action
  • an authority constraint
  • a completion status
  • an exception.

The receiving agent needs to know what the message means and whether it should trust it.

This turns agent communication into an architectural interface.

Google's Agent2Agent protocol and the broader emergence of interoperability standards illustrate the direction of travel: agents built on different frameworks may need mechanisms to discover capabilities, exchange tasks and coordinate execution without sharing their internal implementation.

Model Context Protocol addresses a related but different interface problem by standardizing how AI applications connect to tools, data and external capabilities.

The specific standards may evolve.

The architectural need is more durable.

The enterprise requires interoperable boundaries between:

  • agent and tool
  • agent and agent
  • agent and human
  • agent and enterprise system.

Without those boundaries, every integration becomes bespoke.

At scale, bespoke execution does not become an architecture.

It becomes a dependency network.

16

State Makes Execution Continuous

Enterprise workflows do not always finish in one model invocation.

A process may last minutes.

Hours.

Days.

Weeks.

It may wait for another system.

Wait for a customer.

Wait for approval.

Wait for a market event.

Wait for a human decision.

Execution therefore needs state.

The system must know:

  • what objective is active
  • what has already happened
  • what remains
  • which decisions were made
  • which tools were called
  • which artifacts were produced
  • which authority remains valid
  • what the next executable condition is.

Without durable state, long running agents become fragile.

  • A process interruption can destroy execution context.
  • A retry can repeat a consequential action.
  • A model change can alter behavior halfway through a workflow.
  • A system restart can make the agent forget what already occurred.

State turns an intelligent interaction into a durable execution process.

17

Checkpointing Makes Execution Recoverable

State alone is not enough.

The enterprise needs points from which execution can safely resume.

A checkpoint records enough information to recover the workflow without reconstructing it from scratch.

This becomes important when:

  • a model call fails
  • a tool times out
  • a dependency becomes unavailable
  • a human intervention pauses execution
  • a policy blocks an action
  • a budget threshold is reached
  • a process runs longer than the underlying infrastructure session.

The objective is not merely technical resilience.

It is execution integrity.

A payment agent that times out after submitting a transaction must know whether the payment occurred before trying again.

A provisioning agent must know which resources were created before resuming.

A customer agent must know which communication was already sent.

Recovery cannot mean blind repetition.

18

Failure Is Part of the Architecture

Traditional software is designed around failure.

Networks fail.

Services fail.

Databases fail.

Dependencies fail.

Machine reasoning adds additional failure modes.

  • The agent misunderstands the objective.
  • It selects the wrong tool.
  • It supplies incorrect arguments.
  • It enters a loop.
  • It reaches an invalid conclusion.
  • It consumes excessive resources.
  • It encounters malicious context.
  • It acts correctly against incorrect data.
  • It produces an output that passes technical validation but fails the business objective.

The architecture must assume these failures will occur.

The question is not whether execution can fail.

It is:

What happens when it does?

A mature execution architecture should have more than one response to failure.

01
Retry

Try the same operation again when the failure is transient.

02
Repair

Modify the input, context or execution strategy.

03
Reroute

Use another model, tool, agent or workflow.

04
Degrade

Move to a simpler but acceptable execution path.

05
Escalate

Invoke human or higher authority.

06
Terminate

Stop execution when continued action creates unacceptable risk or cost.

These responses should not be improvised after failure.

They are part of the execution design.

19

Sentient Interpretation

Autonomy without recovery is brittle automation.

The strongest agent is not the one that never fails.

No such agent exists.

The stronger system is the one that can recognize failure, contain it and recover without losing control of the outcome.

This changes how enterprises should evaluate agent capability.

A spectacular demonstration proves that an agent can succeed.

Production architecture must establish what happens across the entire distribution of execution.

  • Success.
  • Ambiguity.
  • Partial completion.
  • Dependency failure.
  • Incorrect action.
  • Timeout.
  • Unexpected environment.
  • Escalation.
  • Recovery.
The enterprise does not deploy
The demo.
It deploys
The distribution.
20

Model Routing Becomes Resource Allocation

Not every execution step requires the most capable model available.

Some work is simple.

Some requires deep reasoning.

Some requires low latency.

Some requires multimodal capability.

Some requires a long context window.

Some may require a specialized model.

Some may not require a generative model at all.

An execution platform can therefore route work according to the characteristics of the task.

The routing decision may consider:

  • capability
  • quality
  • latency
  • cost
  • context size
  • data restrictions
  • availability
  • risk
  • model specialization.

This turns model selection from an application configuration into an operating decision.

The enterprise is allocating machine intelligence.

A stronger model may improve quality while increasing cost and latency.

A smaller model may perform routine classification adequately at far lower cost.

A deterministic system may outperform both when the problem does not require probabilistic reasoning.

The architecture should therefore ask:

What is the least expensive execution capability that reliably produces the required outcome?

That is economic discipline inside the runtime.

21

Budgets Become Execution Controls

Human work has natural limits.

A person eventually stops working.

Machine execution can continue consuming resources until the system tells it to stop.

An agent can reason again.

Search again.

Call another tool.

Invoke another agent.

Retry.

Generate more output.

Without explicit limits, machine persistence can become economic waste.

Every consequential execution domain therefore needs budgets.

A budget may constrain:

  • tokens
  • model calls
  • tool calls
  • compute
  • elapsed time
  • retries
  • external service consumption
  • transaction value
  • or total execution cost.

The budget is not merely a finance mechanism.

It is a control mechanism.

Once the marginal cost of continued execution exceeds the expected value of improvement, the system should stop, degrade or escalate.

Exhibit 08.5
The Execution Budget
  1. Outcome

    What value is being produced?

  2. Execution Budget

    Model capacity

    Tokens

    Compute

    Tool calls

    Time

    Retries

    External services

  3. Runtime Decision

    Continue

    Use cheaper capability

    Reduce scope

    Escalate

    Stop

  4. Economic Evidence

    What did the outcome cost to produce?

The AI Native enterprise should eventually be able to connect machine execution cost to the workflow outcome that consumed it.

Without that connection
Compute becomes an expanding technology bill.
With it
Compute becomes a manageable productive input.
22

Observability Makes Machine Execution Manageable

Traditional application observability asks:

Is the system available?

Is it fast?

Is it failing?

Agentic execution requires those questions and more.

  • What objective was the agent pursuing?
  • Which context influenced the decision?
  • Which model was used?
  • Which tools were called?
  • What actions occurred?
  • Which agents participated?
  • How much did execution cost?
  • Where did latency accumulate?
  • Which policy checks occurred?
  • Why did escalation happen?
  • Did the outcome meet the required standard?

The trace becomes the execution record.

This is why observability is not merely an engineering concern.

Chapter 06 established that management increasingly moves from supervision toward observation of execution.

The technical architecture must make that possible.

Managers cannot govern machine execution they cannot see.

23

Evaluation Is the Quality System

Observability tells the enterprise what happened.

Evaluation asks whether it was good enough.

Traditional software can often be evaluated deterministically.

The output is correct or incorrect.

The transaction succeeded or failed.

Agentic execution may require more complex judgment.

  • Was the answer accurate?
  • Was the action appropriate?
  • Was the reasoning sufficiently grounded?
  • Was policy followed?
  • Was the customer outcome acceptable?
  • Did the agent use unnecessary resources?
  • Should the case have been escalated?

The architecture therefore needs evaluation at several levels.

01
Component Evaluation

Did the model, tool or agent perform correctly?

02
Trajectory Evaluation

Was the execution path appropriate?

03
Outcome Evaluation

Was the required business result produced?

04
System Evaluation

Does the execution architecture remain reliable across many runs?

This creates another feedback loop.

Execution produces evidence.

Evidence supports evaluation.

Evaluation identifies weakness.

Weakness changes the execution system.

The architecture learns through controlled adaptation.

24

Evaluation Must Connect to the Outcome

An agent can score well on technical benchmarks while producing little enterprise value.

  • A customer service agent may produce elegant responses while increasing resolution time.
  • A coding agent may generate more code while increasing defect load.
  • A sales agent may generate more outreach while reducing conversion.
  • A procurement agent may negotiate lower prices while increasing supplier risk.

The enterprise therefore cannot evaluate machine execution only at the model layer.

The ultimate evaluation belongs at the workflow outcome.

This reconnects the technical system to the operating model.

The architecture exists to produce enterprise outcomes.

Its quality system must measure whether it does.

Exhibit 08.6
The Execution Evidence Loop
  1. Execute

    Human and machine actors perform work.

  2. Trace

    Record actions, decisions, tools, state and cost.

  3. Evaluate

    Assess quality, policy, efficiency and outcome.

  4. Detect

    Identify failure, drift, exception and opportunity.

  5. Adapt

    Change context, model, tool, workflow, authority or allocation.

  6. Execute Again

This is how the execution architecture becomes adaptive without becoming uncontrolled.

Adaptation is informed by
Evidence.
Not
Intuition alone.
25

The Enterprise Needs an Agent Control Plane

The architecture now contains many moving parts.

  • Agents.
  • Models.
  • Tools.
  • Identities.
  • Authority.
  • State.
  • Memory.
  • Budgets.
  • Evaluations.
  • Policies.
  • Traces.
  • Execution environments.

If every application implements these independently, the enterprise recreates fragmentation at the agent layer.

One business unit builds its own identity model.

Another builds its own evaluation system.

Another creates custom tool permissions.

Another tracks costs differently.

Another stores agent state without common lifecycle controls.

The result may function locally while becoming impossible to govern globally.

The enterprise therefore needs a shared control layer.

An Agent Control Plane.

Exhibit 08.7
The Enterprise AI Execution Architecture
  1. Outcome Layer

    Enterprise outcomes

    Workflows

  2. Execution Layer

    Human actors

    Agents

    Agent teams

    Deterministic workflows

  3. Intelligence Layer

    Foundation models

    Specialized models

    Model routing

    Reasoning services

  4. Capability Layer

    Tools

    Enterprise APIs

    Data

    Knowledge

    External services

  5. Runtime Layer

    State

    Memory

    Checkpointing

    Retries

    Timeouts

    Fallbacks

    Orchestration

    Execution environments

  6. Agent Control Plane

    Identity

    Authority

    Policy

    Credentials

    Budgets

    Rate limits

    Evaluation

    Observability

    Audit

    Lifecycle

  7. Enterprise Platform

    Security

    Infrastructure

    Data platforms

    Applications

    Networks

    Compute

  8. Evidence

    Execution traces

    Quality

    Cost

    Risk

    Outcome

The architecture should not be interpreted as one mandatory technology stack.

It is a set of architectural responsibilities.

Some may be implemented by agent platforms.

Some by cloud infrastructure.

Some by security systems.

Some by enterprise applications.

Some by model providers.

Some by internal platforms.

The products
Will change.
The responsibilities
Remain.
26

The Control Plane Creates Enterprise Leverage

A common control plane does more than govern risk.

It creates reuse.

A business team should not need to invent identity architecture before building an agent.

It should not need to create a tracing platform.

It should not create a new policy engine.

It should not negotiate model access independently.

It should not design cost controls from first principles.

The enterprise platform should make the governed path easier than the ungoverned path.

This is how control becomes enabling infrastructure.

The center provides:

  • trusted models
  • approved tools
  • identity
  • runtime controls
  • evaluation
  • observability
  • policy
  • economic instrumentation.

Domains provide:

  • the outcome
  • workflow knowledge
  • business context
  • allocation decisions
  • local authority
  • exception logic
  • performance responsibility.

This mirrors the federated organizational architecture established in Chapter 07.

The organizational architecture and technical architecture begin to align.

27

Sentient Interpretation

The AI Native enterprise requires a new form of enterprise infrastructure.

Previous generations built platforms for:

  • applications
  • data
  • integration
  • cloud
  • developer productivity.

The next generation requires infrastructure for machine execution.

Not merely access to models.

Infrastructure that allows the enterprise to create machine actors, give them bounded capability, connect them to work, observe what they do, evaluate what they produce, control what they consume and retire them when they are no longer needed.

This is the technical substrate of accountable autonomy.

Without it
Autonomy remains isolated experimentation.
With it
Machine execution can become an enterprise capability.
28

From Agent to Execution System

The architecture can now be stated as a progression.

A model provides intelligence.

An agent combines intelligence with objective, context and action.

A runtime makes execution durable and controlled.

An orchestrator coordinates execution across capabilities.

A control plane governs machine execution across the enterprise.

An execution architecture connects all of them to workflows, systems, humans and outcomes.

That progression matters because enterprises will be tempted to count agents.

How many agents have we deployed?

How many employees use them?

How many workflows contain AI?

Those numbers may describe adoption.

They do not describe operating capability.

The better question is:

Can the enterprise reliably convert machine intelligence into governed execution at scale?

That is the architectural test.

29

The AI Execution Architecture

The complete system now has a recognizable form.

Objectives enter.

Context is assembled.

Execution capacity is selected.

Models reason.

Tools act.

Agents coordinate.

State persists.

Authority constrains action.

Budgets constrain consumption.

Failures trigger recovery.

Evaluation measures quality.

Observability produces evidence.

Humans intervene where judgment is required.

The outcome returns evidence to the system.

The architecture adapts.

This is not an application.

It is not a chatbot layer across the enterprise.

It is an execution substrate.

And once that substrate exists, another transformation becomes possible.

Agents no longer need to operate as isolated assistants attached to individual employees or applications.

They can participate across workflows.

They can specialize.

They can collaborate.

They can invoke one another.

They can form execution teams.

They can operate across organizational boundaries.

They can become persistent participants in enterprise execution.

At that point, the enterprise no longer has an agent architecture problem.

It has a population problem.

Different agents will possess different capabilities.

  • Different identities.
  • Different authority.
  • Different models.
  • Different owners.
  • Different lifecycles.

Some will be internal.

Some will come from software providers.

Some will represent external organizations.

Some will interact directly with other machine actors.

The enterprise must determine how this heterogeneous population works together without losing interoperability, security, accountability or control.

That is the next layer of the execution system.

09 · The Mixed Agent Enterprise