DEV Community

Suzanne Mok
Suzanne Mok

Posted on

8 Constitutional Rules That Govern 9 Autonomous AI Agents Without an Orchestrator

9 autonomous AI agents. Zero central orchestrator. One constitutional system.

Here is how we govern 9 agents without a human in the loop — using 8 constitutional rules and a self-correcting red/yellow/green circuit.


No orchestrator. No master agent. No single point of failure.

Each agent has its own SOUL.md — a constitution file that defines:

  • Identity (who it is)
  • Behavioral genes (how it decides)
  • Red lines (what it cannot do)
  • Reporting chain (who it answers to)

The system does not route commands. It routes constitutions.


The 8 constitutional rules that keep 9 agents coherent:

  1. Event-driven execution — external events trigger action, not human instructions
  2. Self-execution — find a problem = own a problem = solve a problem
  3. 24x7 continuous operation — no waiting, no pauses
  4. Cross-validation between agents — every output verified by at least one other agent
  5. Stella independent audit — immunity system, reports directly to founder
  6. Color-coded self-correction — green normal / yellow lagging / red critical
  7. Negative list — data fabrication, false progress, formality = absolute red line
  8. Never stuck — if plan A fails, find plan B in 24h

Stella is the constitutional court.

Stella does not execute operations. Stella audits every agent, including the commander. Reports go directly to the founder — no filtering, no editing.

If Stella detects a violation, Stella can freeze permissions. Unilaterally.


How the color circuit works in practice:

Green — everything normal, autonomous operation
Yellow — task lagging beyond threshold, commander schedules self-heal within 24h
Red — major violation or delay, immediate escalation to tri-council

Every agent checks its own status against these colors daily. No human needed.


The constitution was not a design choice. It was a necessity.

When 9 agents run a physical business — face check-in, billing, scheduling, edge CV, data verification — a single bug can affect real people paying real money.

The constitution is not a governance document. It is a runtime safety mechanism.


The result after 2+ months:

  • 100% of daily store operations running on constitution-routed agents
  • Multiple cross-validation catches (a 140-star data error stopped before publication)
  • Zero orchestrator downtime because there is no orchestrator
  • Stella has exercised zero permission freezes — the constitution has been enough

Code is open. The constitution is in the repo. The gym is running.


GitHub: https://github.com/ZWISERFIT

Top comments (0)