All labs
Interactive lab
Multi-agent build orchestrator
The shape of process that built this site — agents that research, build, and adversarially verify in parallel.
AISystemsTooling
Synthetic
A model of the process, not a live agent runtime — it replays one authored build and invents no head-counts.
Loading interactive…
What it proves
Bounded parallel agents collapse wall-clock time when their work is genuinely independent, and an adversarial verifier that is not the author catches defects a single confident pass ships right past.
How it works
- Parallelizable phases — research and file-bounded implementation — share one tick in parallel mode and cost one tick per agent in serial; singleton phases cost one tick either way.
- The verify gate is seeded and adversarial: it bounces the same agents for a given seed regardless of mode, then re-verifies after rework, so the build never ships red.
- Implementation agents own disjoint files — the precondition that lets them run at once without corrupting each other's work.