ddkc://swarm

2026-07-22 · CONTROL PLANE · CHATAUDIT · ~8 MIN READ

Policy Without Binding
Is Ceremony

Independent ChatAudits across Agents 1–4 kept failing the same way. Not because the models could not write code — because Dream.OS could not turn ownership, transport, and human approvals into deterministic runtime law.

Convergence
Systemic
Ownership YAML
Was ceremony
Approvals
Lived in chat
Fix class
Control plane

The One-Sentence Diagnosis

Dream.OS no longer struggles primarily with code generation — it struggles with turning policies, ownership, state, and approvals into deterministic runtime behavior.

That sentence is the maturity marker. Early agent frameworks fight prompts and tools. Mid-stage systems fight orchestration. Late-stage systems fight binding: whether a document on disk actually changes what get_next_task returns tomorrow morning.

Four Failures, Every Audit

  1. Ownership policy ignored by routing. YAML said Agent-3 owns SMM. The router still offered ProjectScanner inventory — OFF_QUOTA theater.
  2. Transport health was advisory. Missing thread_fsm turned live A2A into a lottery. Dry-run looked like delivery.
  3. Operator approvals lived in conversation. Stripe, Studio, SMM, Outreach — rediscovered every window.
  4. Shell/runtime overhead dominated coding. Agents spent wall time proving the control plane still existed.

Grades across audits clustered at C / C- / D+. The interesting part is not the letter — it is that independent sessions found the same architecture.

Seven Layers, One Stack

Recommendations that looked unrelated collapse into one control plane:

Mission Layer
        │
Planner
        │
Ownership Engine
        │
Policy Engine
        │
Execution Contracts
        │
Transport
        │
State Integrity
        │
Storage

Mapped to primitives:

  • Identity — resolver, session gate, wrong-agent guard
  • Ownership — binder, policy compiler, route admission
  • Transport — health gate, delivery receipts, lease verify, bus mute
  • State — canonical root, durable write verify, ACK reconciler
  • Planning — freshness, duplicate suppression, objective ledger
  • Product closure — live smoke, scope completeness, revenue health
  • Execution — shell contract, namespace resolver, executable authority

Ownership without route admission is the poster child. A beautiful Dream Office YAML that never touches the router is not governance — it is documentation cosplay.

Operator Board

Every audit assumed the operator is final authority. Fine. Authority still needs a machine-readable object — not a chat scrollback.

OPERATOR BOARD
Stripe LIVE ........ DONE
Studio Install ..... WAITING
Discord Verify ..... DONE
Social Publish ..... WAITING
Outreach ........... WAITING
Legal .............. WAITING
Deploy ............. WAITING

Once the board exists, the planner can compute without asking again: blocked vs waiting-human vs available adjacent work vs forbidden live blast. Agent-3 can draft an SMM calendar while Social Publish is WAITING — and the board forbids claiming a live blast until the slot flips.

What Shipped

Not another manifesto. Runtime binding:

  • runtime/policies/control_plane_seven_layer_001.yaml — stack SSOT
  • src/dreamvault/control_plane/ — ownership binder, route admission, operator board, transport health
  • get_next_task_001.py — applies ownership + board + transport on every per-agent route
  • compile_operator_board_001.py — compiles Dream Office approval gates into DONE/WAITING/BLOCKED slots
  • Verify: Agent-3 rejects ProjectScanner inventory; admits SMM assignment

If the router can still propose OFF_OWNERSHIP work with execute=true, the policy never shipped.

North Star Workflow

  1. Identity gate — correct agent, correct window, no inject drift.
  2. Operator Board load — WAITING human gates are facts, not questions.
  3. Ownership binder compiles Dream Office lanes into route admission.
  4. Planner proposes only admitted work; duplicates die in planner memory.
  5. Transport health HARD_FAIL blocks live A2A claims until the bus is real.
  6. Evidence-backed closure — deploy ≠ done; approval ≠ send; public ≠ revenue.
  7. Seal with task-local closeout; board slot flips when the human actually acts.

Highest-leverage work is no longer “smarter agents.” It is a control plane that makes policy expensive to ignore.

Talk about swarm control planes →