One line: a console where I point a swarm of cheap models (and a strategic Fable planner) at a real goal, set a hard budget, and watch the orchestration think — with an external verifier deciding what's true and a same-cost single-model baseline running next to it so the whole thing stays honest.
The reframe that makes it matter: this is not a dashboard I built to watch my agents. It's a wind tunnel where harness designs compete — same task, same dollar cap, same eval — and the output is a cost/quality frontier, not a light show. The animation is the replay layer over real evidence. Nobody remembers a dashboard; people cite a leaderboard.
I keep building harnesses by hand — a swarm here, a self-improving loop there, a router that picks the cheap model until it needs the expensive one. Every one is a one-off script and a gut feeling about whether it was worth it. There's no instrument. No way to prove that ten cheap agents beat one big call at the same price, or that a verification loop actually earned its extra tokens.
swarm.arnao.ai is that instrument. You give it a goal in plain language, pick a mode, set the caps, and hit launch. You watch it run in a mission-control view — the swarm graph, the rolling tail logs, the dollars ticking up by model — and at the end you get a verified result, a full provenance trail, and a point on a cost/quality curve you can compare against every other way you could have solved it.
It's a true experiments tool: max cost, max agents, max time, max loops are a contract the run cannot break. Every run is sealed, seeded, and gets a permalink you can replay or re-run. You can fork a run, change one dial, and A/B the harness.
I'm deliberately not leading with "the harness matters." That fight is over and I didn't win it — Berkeley's compound-AI-systems essay, DSPy, flow engineering, and Karpathy's LLM-as-CPU riff all said it first and louder. Repackaging consensus is the opposite of naming a discipline.
What nobody has built is the metrology. Everyone agrees orchestration matters and then argues about it in anecdotes and cherry-picked blog benchmarks — no controlled conditions, no baselines, no error bars, no reproducibility. Harness engineering has no instruments. swarm.arnao.ai is the wind tunnel.
And July 2026 handed the wind tunnel its first exhibit. ARC-AGI-3 launched in March with every frontier model below 1%; by July the best official public-set score was still in the low teens (the comparison point [schema] itself cites). Then Impossible Research's [schema] changed nothing about the model — the harness makes the model write each game's mechanism as an executable program, backtest it against observed reality, and plan inside it — and posted ~99% on the public set with Opus 4.8 + Fable 5 (announcement). Same weights, roughly 7× the score — the loudest harness-is-the-lever claim of the season. Note the word: claim, not receipt. The HN thread did the wind tunnel's job by hand and came back empty: no held-out score published, spend unconfirmed (commenters estimated ~$25k — hearsay, labeled as such), no same-cost baseline, no error bars. If the number holds, harness engineering just had its defining demo; if it collapses, the field had no instrument that could have told us either way. That's the gap this tool exists to close — the argument made by someone else, at full volume.
That's the ownable claim, and it reframes everything else. The beliefs the field proclaims become hypotheses the instrument tests, not proclamations I add to the pile:
And the meta-move only a tool can make: treat harnesses like software — versioned, diffed, benchmarked, forked, with error bars. "I built the instrument, and here's what it measured" survives a skeptic. "Here are my five beliefs about orchestration" is LinkedIn wallpaper.
Lines I can actually post:
(Prepared answer for the obvious knife — Anthropic's finding that token budget explains ~80% of multi-agent variance: "Exactly. That's why every result here is same-cost. The instrument exists to isolate the other 20%.")
See the target-state architecture for the full picture. The flow:
Control plane (guardrails). Before anything runs, the experiment contract is set: MAX COST $ · MAX AGENTS · MAX TIME · MAX LOOPS. This is a live budget enforced everywhere — breach means a graceful stop, never a silent overrun. A dry-run cost estimate shows before you spend a cent.
Planner — Fable 5, strategic and budget-capped. One premium call decomposes the goal into independent worker tasks and picks the mode's strategy. Fable is a thin sliver of the cost; the cheap models do the volume. This is the mixture-of-models thesis made concrete.
Cheap-capable worker swarm. Haiku / Gemini-Flash / Sonnet, routed cheapest-first. A worker that hits a low-confidence gate escalates up to Fable — and that escalation is a visible beat on screen, not a hidden branch.
External verifier — the gate. This is the load-bearing wall. Nothing is "done" until something the swarm cannot fake says so: an objective scorer, a unit-test suite, a benchmark, a solver's optimum, or an adversarial verify pass that kills weak winners by majority-refute. Without an external signal, a self-grading loop is theater — LLMs largely can't self-correct on their own opinion (Huang et al., DeepMind). Only verified candidates advance.
Synthesis + the same-cost baseline. The winner is assembled from verified parts (best candidate plus grafted ideas from runners-up), with a full provenance trail: plan → tried → killed → won. And running alongside every mission is the honesty check — one Fable call at the swarm's exact dollar spend. It answers the one question a skeptic always asks: did the swarm actually beat one big model at equal cost? (Anthropic's own finding: token budget alone explains ~80% of multi-agent performance variance. If you can't beat the same-cost baseline, you just spent more money.)
One screen answers three questions at a glance: who is doing what, why, and what it costs.
The controls and dashboard live on the mission-control view — this slots into the existing Command console as a new tab.
The test each must pass: an external oracle (not my own judgment), can't be pre-baked, visually legible, one clear aha. "Audience picks the input" is a variance grenade with cheap models, so the honest version is a curated-and-disclosed pool: ~15 pre-vetted tasks, audience picks which one, and I say out loud that I vetted them for demo-time feasibility (not for outcome). Curation disclosed is credibility; curation discovered later is rigging.
A. The same-cost race — swarm vs. one Fable call, split-screen. (Lead with this.) "AI fixes a bug" is table stakes in 2026 and gets polite nods. The race is what gets screenshotted. Left panel: one Fable 5 call with budget $X. Right panel: the swarm with the identical $X. Same real open issue, same repo test-suite as oracle (nobody in the room wrote it), both cost meters ticking against the same ceiling. The money moment: the single model burns its budget and ships a patch the tests reject, while the swarm's verifier visibly kills two bad candidates and passes a third. That's the thesis as theater — and it's honest theater because the oracle is external. The bug-fix is the substrate; the same-cost head-to-head is the demo. One structural honesty rule, because a live race is n=1 and sometimes the single model wins (this document says so itself): the demo leads with the precomputed n≥5 distribution, variance bands on screen, then runs one live instance as flavor — and the live result gets appended to the distribution in front of the room, whatever it is. The instrument doesn't care who wins. That line, delivered while the dot lands wherever it lands, is the demo.
B. Beat a benchmark the models have never seen. (Most rig-proof.) Questions/data published after the models' training cutoff. Can't be memorized; ground truth checkable live. Aha: orchestration + tools beats a bigger tool-less model.
C. Red-team vs. blue-team self-play. (Most legible.) One swarm writes a small program or claim; another tries to break it. Score = did blue survive. A closed adversarial game with a hard win condition — you can't rig both sides. Aha: rigor emerges from cheap models pointed at each other.
The trading demo — a two-act kill (this is how Byron asked for it, done honestly). A swarm searching thousands of strategies over historical data is literally an overfitting machine; a winning equity curve is the most screenshotted object on the internet and the fastest way to look like every backtest charlatan on FinTwit. So I don't sell the win — I let the room fall for it, then execute it:
Hard rule, enforced in result.html: the winning curve never appears in any frame or screenshot without the verdict stamp in the same frame. The strongest possible ending is that nothing survives: "the swarm generated 4,000 strategies and the harness refused to lie to me about a single one" beats any Sharpe ratio, and it makes the trading demo the emotional proof of the verification thesis rather than a liability. Never touches a real brokerage. (Safer sibling, same optimization flavor without the FinTwit smell: solve a public routing problem against an exact OR-Tools solver — solver = ground-truth optimum, routes redraw on a map, no profit claims.)
The console ships with two kinds of experiments, and the split is the on-ramp design:
Solved experiments — the gallery. A shelf of finished, sealed runs anyone can open without spending a cent: the same-cost race with its verifier kills, the seating chart converging, the trading strategy dying its two-act death. Every gallery piece is a replay (deterministic, from cache, free) with a fork button: change one dial — worker count, loop cap, model tier, one constraint — and re-run it as your own experiment. Tweak-one-dial forks are how a visitor becomes an experimenter: the parent run is the control group, the fork is the hypothesis, and the console renders the delta. Nobody starts from a blank page.
Greenfield — bring a new problem. Type a goal the console has never seen. The planner drafts the experiment contract (caps, mode, worker plan) and proposes an oracle — but the planner proposes, it never approves. The system being measured must never pick its own measuring stick; that conflict of interest is the first thing a serious critic looks for, so the design closes it structurally: oracles come from a typed library (unit-test suite, exact solver, held-out data, executable checker — free-form checkers flagged as such), the proposed oracle is shown to you and approved as part of the sealed contract before a cent is spent, and a model outside the swarm runs an adversarial pass on the oracle itself (can it be gamed? does the checker actually check?). The greenfield rule is absolute: no approved oracle, no measured run. If the best available check is an LLM opinion, the run still executes — but its result card is watermarked exploratory structurally, in the pixels, with the same anti-crop treatment as the trading verdict stamp. Never measured. That gate is what keeps greenfield from collapsing into a chatbot with extra steps.
The canonical gallery walkthrough: seat 120 wedding guests. Complex enough to be real — it's an NP-hard constraint problem — and relatable enough that nobody in any audience needs it explained: couples together, feuding relatives apart, table capacities respected, the friends-of-nobody table minimized. The oracle is arithmetic, not opinion: a constraint checker counts violations, and OR-Tools CP-SAT computes the exact optimum for the instance, so "how close did the swarm get" is a number, not a vibe. One run demos all three primitives on screen: SWARM (five cheap models propose seatings in parallel; worst candidates killed on violation count), LOOP (the violations-per-iteration curve stepping down to "✓ converged"), and the same-cost baseline (one Fable call at identical spend — usually beaten, and when it isn't, the chart says so, because that's what an instrument is for). Typical run cost: under $0.60. And the obvious knife gets defused on screen, in one sentence, before any OR person says it out loud: CP-SAT solves this instance exactly, in milliseconds, for pennies — tasks with known optima are how the instrument is calibrated; then the calibrated instrument points at tasks no solver can touch. Seating is a calibration target, not a use case, and the result card says so. Second family, same shape: delivery routing against the solver's optimum, drawn on a map. To be explicit about a decision this document previously left open: the launch lead is Demo A, the same-cost race. Seating is the follow-along; the ARC-AGI-3 arena is the Phase-3 article. One lead, chosen.
Watching is public. Spending requires a name. Every sealed run, replay, and gallery piece is open to anyone with the link — replays serve from cache and cost nothing, and that includes the precomputed n≥5 galleries with their variance bands: the instrument's flagship output is free to everyone, always. Anything that spends real tokens — a fork, a re-run, a greenfield mission — requires Google sign-in first. One click, no passwords. What the sign-in is for is stated plainly on the login screen:
The $2.00 rule. Before any run spends a cent, the dry-run estimator prices it. Estimate over $2.00 → the console warns and steers: it proposes the nearest in-bounds variant — fewer workers, cheaper tier, smaller n, tighter loop cap — with its predicted cost and what you give up (fewer reps = wider error bars; the tradeoff is rendered, not hidden). Accepting the steer is one click; going over $2.00 anyway is deliberate, visible, and still wall-capped by the contract (MAX COST remains the hard stop). The estimator's estimate-to-actual gap is tracked and shown on every result card — an estimator that lies is worse than no estimator. Defaults everywhere are tuned so the canonical demos land between $0.30 and $1.50.
/run/ab39f2 replays deterministically (byte-identical from cache) or re-runs (fresh, stochastic). That distinction is the honesty guarantee — and I state it precisely, because "reproducible" is a claim you get caught on.The trap this kind of project dies in: a gorgeous front end over a faked backend. The visible 10% is animation; the invisible 90% is the orchestration engine, deterministic replay, cost accounting, and eval harness. So:
The named first arena event: the ARC-AGI-3 harness frontier. The arena half-exists already — an external oracle nobody can fake (the game engine), published human baselines, and a public field: [schema] at ~99% (spend unconfirmed), Executable World Models at 58% RHAE on a $200/mo subscription, Duck Harness an order of magnitude cheaper again on open weights. But "everyone at $2.00 a game" would be a category error — capping a $25k-class harness at $2 measures the cap, not the harness. The honest event is the budget frontier: each runnable harness at several budget points ($0.50 / $2 / $10 a game, n≥5, variance bands), plotted as cost-vs-score curves. Entrants must reproduce on my hardware before their name goes on the board — Duck is open source and qualifies today, EWM's method is published, and [schema] gets an open invitation rather than a proxy reimplementation I'd then be accountable for. (Their metric is also a design lesson: RHAE squares the human-efficiency ratio, so doubling actions quarters the score — punishing exploration. Proof that metric shape steers harness design, and why this leaderboard's headline number is quality-per-dollar with the formula published.)
The mockups in this proposal (index.html, experiment.html, result.html, loop.html) are the look and feel — simulated data, real design. They show what Phase 1–2 renders to; they are not the working engine.
I ran this whole proposal through Fable 5 as a ruthless critic (demoability / utility / harness-LinkedIn). It changed the spine. What it caught, and what I did:
result.html as a two-act kill; the winning curve never renders without its verdict stamp in the same frame.The one bold idea it surfaced is now the endgame below.
Second Fable pass (2026-07-16, on the greenfield / library / access additions). Same treatment, new material. What it caught, and what changed:
Its bold idea — Run 0, pre-registered replication of the field's most-cited claims as the launch content — is now Phase 0 of the roadmap.