← All work agent orchestra — plan · work · verify · synthesize Live · preview + live modes

Live Agent Orchestra

A real-time console that fans one goal out to parallel agents, then ships only the findings that survive verification.

Live Agent Orchestra console showing the plan → work → verify → synthesize pipeline (production screenshot)
4
pipeline stages
3
parallel agents
3
run modes · preview · live · manual

The problem

A single agent asked a broad question returns a confident, unsourced essay. Fanning the work out to several agents multiplies the speed and the confidence — and multiplies the fabrications right along with it, because nothing in the middle is checking.

What I built

Plan — decompose the goal Work — fan out in parallel Verify — block the weak Synthesize — merge the survivors ✓ live
01

Plan — decompose the goal

One goal goes in and is broken into distinct subtasks, checked for overlap so two agents never research the same thing.

02

Work — fan out in parallel

Cartographer, Listener and Appraiser run concurrently against live web sources, each returning findings with the source attached.

03

Verify — block the weak

Every finding is re-checked against its cited source at a gate. Anything that cannot be traced is marked blocked and does not continue.

04

Synthesize — merge the survivors

Only findings that passed the gate reach the brief, and each one keeps its citation through to the final output.

SAFETY

The verification gate fails closed: a finding that cannot be traced to its source is blocked rather than passed through. An earlier build of this gate failed open — it let unverifiable findings reach the brief — which is exactly the failure mode the gate exists to catch, and why it is now tested for.

Stack
Multi-agent pipeline (Claude)Workers AICloudflare PagesLive web verificationReal model calls in live mode