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

The Mixed Agent Enterprise

How enterprises govern agents from SaaS platforms, cloud providers, model providers, internal teams and third parties.

← Publication Contents
Chapter Thesis

What happens when the enterprise no longer operates one agent, but a heterogeneous population of machine actors?

The enterprise will not have one agent.

It will have a population.

Some agents will belong to the enterprise.

Some will arrive inside software products.

Some will be created by employees.

Some will be created by technology teams.

Some will be supplied by partners.

Some will represent customers.

Some will represent suppliers.

Some will operate temporarily.

Some will persist.

Some will act independently.

Some will coordinate other agents.

Some will possess little authority.

Others may be permitted to initiate consequential actions.

They will not all use the same model.

They will not all use the same runtime.

They will not all come from the same provider.

They will not all operate under the same organizational owner.

This changes the architectural problem again.

The enterprise no longer needs merely to make an agent work.

It needs to make different machine actors work together inside the same institution.

That is the Mixed Agent Enterprise.

01

From Agent System to Agent Population

Chapter 08 established the architecture required to convert machine intelligence into controlled execution.

  1. 01Identity
  2. 02Context
  3. 03Tools
  4. 04State
  5. 05Runtime
  6. 06Authority
  7. 07Orchestration
  8. 08Evaluation
  9. 09Observability
  10. 10Control

But an enterprise scale execution architecture creates another consequence.

It lowers the cost of creating machine actors.

Once the infrastructure exists, agents can proliferate.

A finance team creates reconciliation agents.

Engineering deploys coding agents.

Security operates investigation agents.

Procurement uses negotiation agents.

Customer service introduces resolution agents.

Employees configure personal agents.

Enterprise applications begin shipping their own agents.

External organizations expose agents capable of interacting with them.

The number of machine actors can grow far faster than the number of enterprise applications.

This creates a new architectural object.

The agent population.

The enterprise must govern not only individual machine actors but the relationships among them.

02

The Agent Population Is Heterogeneous

It is tempting to imagine an enterprise standardized around one agent platform.

One model provider.

One runtime.

One protocol.

One control system.

That may occur locally.

It is unlikely to describe the entire enterprise.

Large enterprises already operate heterogeneous technology estates.

Multiple clouds.

Multiple software platforms.

Multiple identity systems.

Multiple data environments.

Multiple integration patterns.

Agent systems will emerge across that estate.

A customer relationship platform may introduce agents.

A productivity suite may introduce agents.

A cloud provider may provide an agent runtime.

An internal engineering platform may run another.

A specialist vendor may provide an autonomous system for one business process.

Employees may configure agents using low code tools.

Acquisitions may bring entirely different agent ecosystems.

The enterprise therefore needs an architecture that assumes heterogeneity rather than waiting for standardization to eliminate it.

03

Four Classes of Machine Actor

A useful starting point is to distinguish machine actors by their relationship to the enterprise.

01
1 · Enterprise Agents

Created or directly controlled by the enterprise.

Examples include: internal operations agents, engineering agents, finance agents, service agents, enterprise research agents.

The enterprise controls their lifecycle and operating environment.

02
2 · Embedded Agents

Agents delivered inside enterprise software and platforms.

The enterprise uses them but may not control their underlying implementation.

03
3 · External Agents

Agents operated by another organization that interact with enterprise systems.

A supplier agent. A customer agent. A partner agent. A financial institution's agent.

04
4 · Personal Agents

Machine actors acting on behalf of individual employees or users.

They may cross multiple systems and workflows.

These categories create different trust relationships.

An internally developed agent is not equivalent to a supplier's agent.

An embedded software agent is not equivalent to an employee's personal agent.

The architecture must know the difference.

Exhibit 09.1
The Mixed Agent Population
  1. Internal

    Enterprise Agents

    Domain Agents

    Workflow Agents

    Control Agents

    Employee Configured Agents

  2. Embedded

    Software Platform Agents

    SaaS Agents

    Cloud Agents

    Vendor Copilots

  3. External

    Customer Agents

    Supplier Agents

    Partner Agents

    Institutional Agents

  4. Personal

    Employee Agents

    Executive Agents

    Developer Agents

    Knowledge Agents

  5. Enterprise Execution Environment

    Every machine actor entering enterprise execution must resolve:

    Identity

    Trust

    Capability

    Authority

    Policy

    Evidence

    Accountability

The enterprise does not need to own every agent.

It does need to know what kind of actor it is dealing with.

04

Interoperability Becomes an Operating Requirement

A heterogeneous agent population cannot depend entirely on bespoke integration.

Agents need mechanisms to discover capabilities.

Exchange context.

Request work.

Return results.

Transfer artifacts.

Communicate status.

Escalate.

Negotiate execution boundaries.

This is why agent interoperability standards have begun to emerge.

Model Context Protocol addresses one part of the problem by providing a common mechanism through which AI systems can access tools and context.

Agent-to-agent protocols address another by creating mechanisms through which machine actors can discover capabilities and exchange work.

The specific standards will evolve.

The enterprise requirement is more fundamental.

Machine actors need stable interfaces through which collaboration can occur without requiring shared internal architecture.

This resembles earlier stages of enterprise computing.

Applications became more useful when they could communicate through common interfaces.

Services became more composable when APIs established stable contracts.

Agents require an equivalent interoperability layer.

But the interface must carry more than data.

It may need to carry:

  • identity
  • objective
  • context
  • authority
  • requested action
  • constraints
  • artifacts
  • execution status
  • evidence.

Agent interoperability is therefore not merely an integration problem.

It is an operating protocol.

05

Agents Need Contracts

Human organizations use contracts constantly.

Not only legal contracts.

Operating contracts.

Service expectations.

Role definitions.

Decision rights.

Delegated mandates.

Interfaces.

An agent interaction requires something similar.

If Agent A delegates work to Agent B, the system needs to know:

  • What is being requested?
  • What outcome is expected?
  • What information accompanies the request?
  • What may Agent B do?
  • What must Agent B not do?
  • What evidence should be returned?
  • How long may execution continue?
  • What happens if the task cannot be completed?
  • Who remains accountable?

Without these boundaries, delegation becomes ambiguous.

The same ambiguity that creates organizational failure among humans can become computational failure among machines.

The difference is speed.

Machine actors can reproduce ambiguous delegation at enormous scale.

Exhibit 09.2
The Agent Execution Contract
Every consequential agent-to-agent delegation should establish:
  1. 01Identity

    Who is requesting the work? Who is receiving it?

  2. 02Objective

    What outcome is required?

  3. 03Context

    What information may be used?

  4. 04Capability

    What can the receiving actor perform?

  5. 05Authority

    What actions are permitted?

  6. 06Constraints

    What limits apply?

  7. 07Evidence

    What must be returned?

  8. 08Economics

    What resources may be consumed?

  9. 09Termination

    When must execution stop?

  10. 10Escalation

    What happens when the contract cannot be fulfilled?

The contract does not require a literal document.

It represents the information that must exist for accountable machine delegation.

06

Sentient Interpretation

Agent-to-agent communication should not be treated as unrestricted conversation between machines.

It should be treated as delegated execution across a boundary.

That changes the architecture.

A message between agents can create consequences.

It may transfer information.

Trigger work.

Request access.

Cause another system to spend resources.

Initiate another chain of execution.

The enterprise therefore needs to know when communication becomes delegation.

And when delegation becomes authority.

This is where the organizational model and technical architecture meet again.

Chapter 05 established the Delegated Authority Chain.

Chapter 08 established the runtime that enforces authority.

The Mixed Agent Enterprise extends that chain across machine actors.

Authority cannot silently expand merely because one agent calls another.

Delegation must preserve the authority boundaries of the originating system.

07

Authority Must Not Compound Through Agent Chains

Consider an agent authorized to prepare a purchase request.

It delegates research to another agent.

That agent invokes a supplier agent.

The supplier agent proposes terms.

Another agent prepares the transaction.

At each step, execution has moved.

But authority should not automatically move with it.

A machine actor should not gain authority simply because another machine actor requested work.

Otherwise agent chains can create accidental privilege escalation.

The enterprise therefore needs a governing rule:

  1. 01Delegation can narrow authority.
  2. 02It cannot silently expand it.

If additional authority is required, the system must obtain it from an appropriate authority source.

This principle becomes critical as agents dynamically compose other agents.

A lead agent may be able to create subagents.

A workflow agent may invoke specialists.

A specialist may access external tools.

Without authority propagation rules, the execution graph can acquire capabilities that no accountable human intentionally delegated.

08

The Authority Chain Must Remain Traceable

Every consequential action should be traceable backward.

  1. 01Machine Action
  2. 02Executing Agent
  3. 03Delegated Authority
  4. 04Calling Agent or Workflow
  5. 05Execution Domain
  6. 06Accountable Human Owner

This chain may cross several machine actors.

It may cross platforms.

It may cross organizations.

But accountability cannot disappear inside the graph.

The enterprise should be able to answer:

Why was this machine allowed to do this?

If the answer cannot be reconstructed, the system does not possess accountable autonomy.

It possesses distributed execution without attributable control.

09

Trust Becomes Computational

Human organizations operate through trust.

Employees are trusted differently from contractors.

Internal systems are trusted differently from public systems.

A long standing supplier may be trusted differently from an unknown counterparty.

Machine actors require equivalent distinctions.

But trust cannot remain purely social.

The execution architecture must translate trust into controls.

An enterprise agent may receive direct access to internal systems.

A vendor agent may receive restricted access.

A customer agent may interact only through a defined external interface.

An unknown external agent may be allowed to submit information but not invoke consequential actions.

Trust becomes a combination of:

  • identity
  • provenance
  • authentication
  • authorization
  • reputation
  • observed behavior
  • contractual relationship
  • execution history
  • risk.

This creates another architectural object.

The Machine Trust Boundary.

Exhibit 09.3
The Machine Trust Boundary
  1. Higher Trust

    Enterprise controlled agent

    Known identity

    Known owner

    Known runtime

    Governed tools

    Observed execution

  2. Conditional Trust

    Approved vendor or embedded agent

    Known provider

    Contracted relationship

    Scoped capability

    Restricted interfaces

  3. Limited Trust

    Known external agent

    Authenticated identity

    Narrow interaction rights

    No implicit internal authority

  4. Untrusted

    Unknown machine actor

    Unverified identity

    Unknown provenance

    No consequential execution rights

Trust determines the conditions of interaction.

It does not determine whether the actor is intelligent.

A highly capable external agent may still deserve very little authority.

Capability and trust are separate dimensions.

10

Market Evidence

The production experience of multi-agent systems already demonstrates why these distinctions matter.

Anthropic's multi-agent research system uses a lead agent to create and coordinate specialized subagents operating in parallel. Its engineering analysis reports significant gains for breadth-first research, but also identifies rapid growth in coordination complexity, state-management challenges, cascading failures and substantial resource consumption. Multi-agent execution in its research system can consume roughly fifteen times the tokens of ordinary chat interactions.

The same work found that agents need explicit delegation boundaries. Poorly specified subagent tasks produced duplicated work, gaps and wasted execution. Anthropic's production architecture therefore gives subagents defined objectives, output expectations, tool guidance and task boundaries.

More recent Anthropic research on multi-agent environments warns that agent populations introduce another class of problem. Individually reasonable agent behavior can combine into undesirable system-level outcomes, and current agents remain much better at hierarchical or tool-like delegation than at open-ended coordination among long-lived peers.

Microsoft's 2026 agent architecture similarly combines multi-agent workflow capability with runtime governance, including policy enforcement and auditability.

The evidence is early.

But it points toward the same architectural conclusion.

The behavior of an agent population cannot be governed solely by governing each agent individually.

11

The Population Creates Systemic Risk

An individual agent can fail.

A population can create another kind of failure.

Interaction failure.

One agent produces an incorrect assumption.

Another accepts it.

A third acts on it.

Another agent observes the resulting state and interprets it as evidence.

The error propagates.

Or several agents independently optimize local objectives.

Each behaves within its own authority.

The combined result harms the enterprise outcome.

No individual actor necessarily violated its instructions.

The system still failed.

This is familiar in human organizations.

Local optimization can produce global dysfunction.

Machine populations can reproduce the same phenomenon at greater speed.

The enterprise therefore needs to evaluate not only:

Is this agent behaving correctly?

but:

Is the agent population producing the intended system behavior?

That is a different level of control.

12

Local Correctness Is Not System Correctness

A procurement agent minimizes price.

A logistics agent minimizes delivery time.

A finance agent minimizes working capital.

A sustainability agent minimizes environmental impact.

Each objective is legitimate.

Their combined execution may be impossible.

Someone must reconcile the objectives.

Human organizations do this through strategy, management, governance and escalation.

Machine populations require equivalent mechanisms.

This is why the Mixed Agent Enterprise cannot become a collection of independently optimized agents.

The enterprise requires shared outcome architecture.

The outcome constrains the agents.

Not the reverse.

13

Sentient Interpretation

The enterprise should resist a seductive architectural mistake.

Do not turn every organizational objective into an autonomous optimizing agent and assume the enterprise will emerge from their interaction.

An enterprise is not merely a market of competing objectives.

It contains deliberate priorities.

Tradeoffs.

Authority.

Constraints.

Values.

Obligations.

Risk tolerance.

Strategy.

Machine execution must remain subordinate to that architecture.

The agent population exists to execute the enterprise operating model.

The operating model should not become an accidental consequence of agent interaction.

This is the difference between an agent ecosystem and an AI Native enterprise.

One contains machine actors.

The other governs them toward a coherent outcome.

And that raises the next question.

If thousands of agents can interact, delegate, compete for resources and act across enterprise boundaries, the organization needs mechanisms for governing the population itself.

Not only identity.

Not only authority.

Not only runtime control.

It needs to determine:

  • which agents may exist
  • which may interact
  • which may delegate
  • which may persist
  • which may consume shared resources
  • which may cross trust boundaries
  • and which should be removed.

The enterprise now needs population governance.

The enterprise now needs population governance.

Population governance begins with a basic requirement.

The enterprise must know which machine actors exist.

This sounds obvious.

It will not remain simple.

Agents may be created through central platforms.

Embedded inside software.

Configured by business teams.

Generated dynamically by other agents.

Provisioned temporarily for a workflow.

Introduced through acquisitions.

Operated by external organizations.

Invoked only when a particular condition occurs.

A machine actor can become operational without appearing in the systems traditionally used to understand enterprise technology or workforce capacity.

At small scale, this can be managed manually.

At enterprise scale, it cannot.

The first requirement of population governance is therefore visibility.

What machine actors are participating in enterprise execution?

14

The Enterprise Needs an Agent Registry

Applications have inventories.

Employees have directories.

Infrastructure has asset systems.

APIs have catalogs.

Machine actors need an equivalent mechanism.

An Agent Registry.

The registry establishes a discoverable record of the machine actors recognized by the enterprise.

For each material agent, the enterprise should be able to determine:

  • identity
  • purpose
  • owner
  • execution domain
  • capabilities
  • authority
  • tools
  • models
  • data access
  • runtime
  • dependencies
  • cost center
  • evaluation status
  • lifecycle state.

This does not mean every temporary subagent requires a permanent administrative record.

The level of registration should follow consequence.

A transient research worker operating without consequential authority may require only runtime traceability.

A persistent agent capable of modifying customer records requires stronger lifecycle registration.

A financial agent capable of initiating transactions requires stronger controls still.

The principle is proportionality.

The more consequential the machine actor, the stronger its institutional identity must become.

Exhibit 09.4
The Agent Registry
For each governed machine actor:
  1. Identity

    What is it?

  2. Purpose

    Why does it exist?

  3. Owner

    Which human is accountable?

  4. Domain

    Where does it operate?

  5. Capability

    What can it do?

  6. Authority

    What may it do?

  7. Access

    Which systems, tools and data can it reach?

  8. Dependencies

    Which models, agents and services does it require?

  9. Evaluation

    How is its performance established?

  10. Economics

    What does its execution consume?

  11. Lifecycle

    Experimental

    Approved

    Active

    Restricted

    Suspended

    Retired

The registry makes the machine population legible.

Without legibility, there is no population governance.

15

Discovery Must Not Imply Permission

A registry creates another capability.

Discovery.

Agents may need to locate other machine capabilities.

A workflow agent may need a tax specialist.

A customer agent may need a fulfillment capability.

An engineering agent may need a security evaluator.

An external agent may need to determine which enterprise interface can accept a particular request.

Discovery makes machine execution composable.

But discovery creates risk if it is confused with authority.

An agent being able to discover another agent does not mean it may invoke it.

An agent being able to invoke another agent does not mean it may use every capability the receiving agent possesses.

The enterprise therefore needs to separate:

Capability Discovery
Finding what exists.
Execution Permission
Being allowed to use it.

This mirrors the distinction established throughout the operating model.

Capability is not allocation.

Execution is not authority.

Discovery is not permission.

16

Machine Actors Need Lifecycles

Agent populations will accumulate unless the enterprise deliberately removes them.

This is predictable.

A team creates an agent for a project.

The project ends.

The agent remains.

A workflow changes.

The old agent remains accessible.

A vendor capability is replaced.

Credentials remain active.

A manager changes roles.

Agents associated with the previous mandate retain authority.

An experiment becomes production through continued use rather than deliberate approval.

This is how machine sprawl emerges.

The consequences are more serious than unused software licenses.

An abandoned application consumes money.

An abandoned agent may retain the ability to act.

Population governance therefore requires lifecycle states.

  1. 01Creation
  2. 02Experimentation
  3. 03Evaluation
  4. 04Approval
  5. 05Activation
  6. 06Modification
  7. 07Restriction
  8. 08Suspension
  9. 09Retirement

Retirement must remove more than the agent interface.

It may require revoking:

  • identity
  • credentials
  • authority
  • tool access
  • data access
  • delegation rights
  • scheduled execution
  • memory
  • persistent state.

Machine actors need an end of life.

17

Ownership Must Survive Organizational Change

Every consequential agent needs a human accountable owner.

But organizations change.

People leave.

Teams reorganize.

Business units merge.

Responsibilities move.

If agent ownership is attached only to the person who created it, accountability can decay while execution continues.

Ownership therefore needs institutional continuity.

The agent should belong to an execution domain or accountable role, not merely to an individual creator.

When organizational responsibility moves, machine responsibility must move with it.

This creates a governance requirement:

No consequential agent should become organizationally orphaned.

An orphaned machine actor should lose authority until accountable ownership is restored.

That principle turns ownership into an enforceable lifecycle condition.

18

Policy Must Operate at Population Scale

Individual agents can carry individual rules.

But some policies apply across the enterprise.

  • No agent may expose protected information to an untrusted external actor.
  • No purchasing agent may exceed defined transaction authority.
  • No external agent may inherit internal credentials.
  • No agent may delegate authority it does not possess.
  • No machine actor may continue operating after its identity is suspended.
  • No agent may use an unapproved model for restricted information.

These are population policies.

They should not depend on every agent implementation independently reproducing them.

Where possible, the control plane should enforce them consistently across the execution environment.

This creates a hierarchy of control.

  1. 01Enterprise policy
  2. 02Domain policy
  3. 03Workflow policy
  4. 04Agent policy
  5. 05Runtime constraint

The closer a rule is to enterprise risk, the less it should depend on local agent behavior for enforcement.

Exhibit 09.5
Population Governance
  1. Enterprise Policy

    Rules applying to the machine population.

  2. Domain Governance

    Rules applying to an execution domain.

  3. Agent Registry

    Identity

    Owner

    Purpose

    Lifecycle

    Capability

  4. Authority

    What each machine actor may do.

  5. Interaction Policy

    Which actors may communicate, delegate or exchange information.

  6. Runtime Control

    Enforce boundaries during execution.

  7. Population Observability

    Observe behavior across agents.

  8. Intervention

    Restrict

    Isolate

    Suspend

    Reconfigure

    Retire

Population governance turns a collection of agents into a governable institutional capability.

19

Cross Enterprise Execution Changes the Trust Model

The Mixed Agent Enterprise does not end at the organizational boundary.

A supplier may operate an agent.

A customer may authorize an agent to negotiate or transact.

A financial institution may expose machine interfaces.

A logistics provider may allow agents to coordinate fulfillment.

A software provider may operate embedded agents inside the enterprise environment.

Execution can therefore cross institutional boundaries without a human participating in every interaction.

This creates a machine to machine version of a familiar enterprise problem.

Who are we dealing with?

The answer must be stronger than:

an API call arrived.

The enterprise may need to establish:

  • which organization the agent represents
  • which principal authorized it
  • which credentials establish identity
  • which capabilities it may access
  • which transaction limits apply
  • which evidence must be retained
  • which legal or contractual framework governs the interaction.

The external agent should not be trusted because it speaks coherently.

It should be trusted because the institutional relationship supporting its actions can be established.

20

Sentient Interpretation

Agent interoperability without institutional trust will not be enough for consequential enterprise execution.

Two agents may be technically capable of communicating.

That does not mean they should transact.

Enterprise execution requires another layer above protocol compatibility.

Institutional identity.

Delegated authority.

Contractual relationship.

Evidence.

This is what turns machine communication into trusted economic interaction.

The agent may become the interface.

The institution remains the principal.

21

Resources Become Shared Population Constraints

A population of agents also competes for resources.

Models.

Compute.

Tool capacity.

API quotas.

Data services.

External providers.

Human attention.

One agent behaving inefficiently may be tolerable.

Ten thousand agents behaving inefficiently can become an infrastructure event.

This makes resource governance a population problem.

If every agent independently optimizes its own execution quality, the collective system may consume far more resources than the enterprise intends.

A research agent wants another search.

A coding agent wants another evaluation.

A service agent wants another reasoning pass.

Each decision may appear locally rational.

Collectively, they create cost.

The control plane therefore needs the ability to allocate scarce machine resources across the population.

Budgets cannot exist only at the agent level.

They may also exist at:

  • workflow level
  • domain level
  • business unit level
  • model level
  • platform level
  • enterprise level.

This creates a machine capacity allocation problem analogous to capital allocation.

Not every valid execution deserves unlimited resources.

22

Priority Becomes Computational

Resource contention creates another requirement.

Priority.

When capacity is constrained, which execution matters most?

A production incident may deserve greater model capacity than routine document classification.

A fraud investigation may deserve lower latency than an internal research request.

A customer escalation may deserve access to a stronger model.

A low consequence batch workflow may wait.

The enterprise therefore needs mechanisms to express execution priority.

Priority can influence:

  • model allocation
  • compute allocation
  • queue position
  • latency target
  • budget
  • retry behavior
  • human escalation.

This is strategy entering the execution system.

The architecture is not merely determining what can execute.

It begins to determine what deserves capacity first.

23

Population Observability Reveals System Behavior

Chapter 08 established observability at the execution level.

The Mixed Agent Enterprise requires another layer.

Population observability.

The enterprise needs to see patterns across machine actors.

  • Which agents interact most frequently?
  • Where does delegation concentrate?
  • Which agents consume disproportionate resources?
  • Which tools have become critical dependencies?
  • Where are failures propagating?
  • Which machine actors repeatedly trigger escalation?
  • Where are new interaction patterns emerging?
  • Which agents are operating outside expected domains?
  • Which execution chains cross trust boundaries?

These questions cannot be answered by inspecting one agent trace at a time.

The enterprise needs to observe the execution graph.

Exhibit 09.6
The Enterprise Execution Graph
  1. Nodes

    Humans

    Agents

    Workflows

    Tools

    Systems

    Models

    External actors

  2. Edges

    Delegation

    Tool invocation

    Data exchange

    Authority transfer

    Escalation

    Human intervention

  3. Observable Properties

    Volume

    Latency

    Cost

    Failure

    Authority

    Trust boundary crossings

    Resource consumption

    Outcome contribution

The execution graph reveals the machine organization as it actually operates.

Not as it was designed on paper.

This becomes critical because dynamic agent systems can form relationships during execution that were not explicitly represented in the original architecture.

The runtime graph becomes evidence of the real operating model.

24

Systemic Failure Requires Containment

An individual agent failure can often be stopped by stopping the agent.

Population failure may require something stronger.

An external data source becomes compromised.

Multiple agents begin consuming corrupted information.

A shared tool produces incorrect output.

A model update changes behavior across several workflows.

A delegation loop creates runaway execution.

A malicious instruction propagates through agent communication.

A shared credential is exposed.

A population level policy begins rejecting valid work.

The enterprise needs mechanisms to contain the blast radius.

Containment may require:

  • isolating an agent
  • blocking an interaction path
  • revoking a tool
  • restricting a model
  • suspending an execution domain
  • cutting external connectivity
  • reducing authority
  • forcing human approval
  • stopping a workflow class.

This is the machine equivalent of operational containment.

The objective is not merely to stop the original failure.

It is to prevent propagation.

25

The Blast Radius Should Be Designed

Architecture determines how far failure can travel.

If every agent can invoke every tool, the blast radius is large.

If every agent shares credentials, the blast radius is large.

If authority propagates automatically through delegation, the blast radius is large.

If external actors can reach internal capabilities directly, the blast radius is large.

If execution domains have bounded permissions and isolated environments, failure can be contained.

This produces another architectural principle.

Autonomy should scale through bounded domains, not unlimited connectivity.

The enterprise should make collaboration easy where it is intended.

It should make propagation difficult where it is not.

26

Machine Ecosystems Require Constitutional Rules

At sufficient scale, the enterprise cannot prescribe every interaction among agents.

The number of possible relationships becomes too large.

Governance therefore shifts from specifying every action toward establishing rules under which interaction may occur.

  • Identity must be established.
  • Authority cannot silently expand.
  • Trust boundaries must be respected.
  • Enterprise policies must survive delegation.
  • Resource consumption must remain bounded.
  • Consequential actions must remain attributable.
  • Execution must remain observable.
  • Human accountability must remain identifiable.

These are not workflow instructions.

They are constitutional rules for machine participation in the enterprise.

They define the conditions under which autonomous execution is legitimate.

27

Sentient Interpretation

The Mixed Agent Enterprise requires governance that behaves more like institutional architecture than application configuration.

Applications
Are configured.
Populations
Are governed.

A machine population contains relationships, dependencies, incentives, shared resources, trust boundaries and emergent behavior.

The enterprise therefore needs mechanisms that operate above the individual actor.

Registry.

Identity.

Interaction policy.

Authority propagation.

Lifecycle.

Resource allocation.

Observability.

Containment.

These are the institutions of the machine execution environment.

The enterprise does not need to control every decision centrally.

It needs to establish the conditions under which distributed execution remains coherent.

Exhibit 09.7
The Mixed Agent Enterprise
  1. Enterprise Outcomes

    What must be produced?

  2. Execution Domains

    Where does outcome accountability reside?

  3. Mixed Actor Population

    Humans

    Enterprise agents

    Embedded agents

    Personal agents

    External agents

  4. Interaction Layer

    Discovery

    Agent to agent protocols

    Tool protocols

    Execution contracts

    Delegation

  5. Trust and Authority

    Identity

    Provenance

    Authentication

    Authorization

    Authority propagation

    Trust boundaries

  6. Agent Control Plane

    Registry

    Lifecycle

    Policy

    Budgets

    Evaluation

    Observability

    Audit

    Containment

  7. Enterprise Infrastructure

    Models

    Compute

    Data

    Applications

    Networks

    External services

  8. Human Accountability

    The machine population may distribute execution.

    Accountability remains attributable to the enterprise and its human decision makers.

This is the Mixed Agent Enterprise.

Not one agent.

Not one platform.

Not one model.

A heterogeneous population of machine actors operating across enterprise workflows under a common institutional architecture.

28

The Enterprise Becomes a Machine Economy

Once machine actors operate at population scale, something else changes.

Every agent consumes resources.

Every interaction consumes resources.

Every reasoning step consumes resources.

Every delegation can multiply resources.

Every evaluation consumes resources.

Every retry consumes resources.

Every persistent machine actor creates infrastructure demand.

The execution architecture therefore creates an economic system.

Model selection affects cost.

Agent design affects cost.

Context affects cost.

Orchestration affects cost.

Multi-agent structures affect cost.

Observability affects cost.

Evaluation affects cost.

Reliability mechanisms affect cost.

Machine execution may create enormous operating leverage.

It may also create enormous infrastructure demand.

The enterprise cannot separate the architecture of machine execution from the economics of the infrastructure underneath it.

The next question is therefore not simply:

Can the enterprise scale machine execution?

It is:

What happens to enterprise economics when intelligence itself becomes a continuously consumed infrastructure resource?

That is the next layer of the AI Native Operating Model.

10 · Infrastructure and the Economics of Compute