Tech Writing
All articles

The Governed AI Execution Engine

Written 2026-08-02 · Updated 2026-08-02 · 4 min read

An operator’s guide to Agent-Orch and Auto-Orch, post-commissioning.

Six weeks ago, a user guide to this platform would have read “here are the commands.” Today it reads “here is the operating model.” That shift — from command reference to operating model — is the real signal that this platform is becoming a product rather than just a codebase.

So much has changed in Agent-Orch and Auto-Orch that the mental model from a month ago is now obsolete. What follows is the operator’s manual for what replaced it.

Executive summary

The platform has evolved from an AI orchestration system into a governed AI execution engine.

The most important mental shift is this:

Auto-Orch decides what should happen. Agent-Orch governs how it happens.

Auto-Orch is your Chief of Staff. Agent-Orch is your Constitution.

The architecture

Auto-Orch

Purpose: operate AI employees.

Responsibilities:

Think of Auto-Orch as operations management.

Agent-Orch

Purpose: execute governed work.

Responsibilities:

Think of Agent-Orch as constitutional government.

Current design philosophy

Everything important has exactly one authority. If two places decide the same fact, one of them will eventually be wrong.

Authority Owner
Routing Agent-Orch
Validator results Agent-Orch
Repository identity Agent-Orch
Launch inputs Agent-Orch
Pause state Auto-Orch
Run lineage Auto-Orch
Commissioning readiness Agent-Orch
Platform attestations Agent-Orch

Never create a second authority for a fact that already has one.

Mission lifecycle

A mission normally flows through:

  1. Backlog
  2. Selection
  3. Playbook authoring
  4. Preflight
  5. Governed execution
  6. Independent evaluation
  7. Human approval (if required)
  8. Completion
  9. Learning
  10. Next cycle

Commissioning

Commissioning exists to answer one question: can this mission safely enter autonomous operation?

Commissioning is not ordinary mission work — it’s a higher bar. It proves:

Only after commissioning should a mission be re-armed.

Controlled pilot

Linux Utilities is now operating under a controlled pilot. Characteristics:

A controlled pilot is deliberately different from unrestricted autonomous production — it’s the step in between.

Human approval

Green steps do not mean approval.

Approval is based on:

Never approve from a worker’s summary. Always approve from the authoritative approval packet.

Validator authority

Workers do not decide whether validation passed — system validators do. Worker reports are supporting evidence; validator authority is authoritative.

Platform attestations

The platform creates immutable attestations for:

These belong to the platform. Workers never attest their own execution.

Evidence chain

Evidence is append-only and never rewritten. Superseded runs remain preserved, and evidence is independently verifiable.

Never edit historical evidence.

Repository identity

Every governed worker attempt verifies:

Repository identity is immutable evidence.

Routing

Routing is deterministic — configuration alone determines it, and the runtime must match configuration. If they disagree, routing authority fails.

Current Linux Utilities crew:

Role Agent
Producer Codex GPT-5.6 Luna
Reviewer / user tester Claude Sonnet 5
Judge Claude Code

Run lineage

Every governed run belongs to exactly one lineage. Runs may be completed, failed, waiting on approval, or superseded. Superseded runs are never deleted — lineage remains part of permanent evidence.

Pause

Pause is now first-class, and distinct from value-exhausted, idle, or failure states. Pause allows no autonomous execution, only supervised commissioning.

Validation-only

Validation-only may validate deterministic artifacts. It may not replace independent evaluation, user testing, semantic review, or human judgement — those require fresh governed execution.

Linux Utilities

Linux Utilities is now the reference commissioned mission. It serves as the reference playbook, the reference commissioning contract, the reference evidence model, and the reference governance implementation.

Future missions should inherit its commissioning model rather than rediscover it.

Employee Zero

Employee Zero is operations. Responsibilities:

Employee Zero should observe more than it changes.

Normal daily workflow

Morning

During the day

Evening

Current mental model

Do NOT think: Agent-Orch launches AI. Think: Agent-Orch governs execution.

Do NOT think: Auto-Orch launches workers. Think: Auto-Orch operates AI employees.

Do NOT think: Workers prove success. Think: Evidence proves success.

Operating principles

  1. One authority for every important fact.
  2. Evidence before assertions.
  3. Runtime truth beats configuration.
  4. Never ask a component to certify its own execution.
  5. Human approval is evidence-based.
  6. Preserve history.
  7. Fail closed.
  8. Commission before production.
  9. Platform governs. Workers execute.
  10. Product work is now more important than platform work.

Current mission status

Linux Utilities