Build Your Harness
Every knob below changes both the expected token bill and the chance the task gets solved. Adjust and the simulation reruns instantly.
Live Simulation — 1,000 Monte Carlo Trials
Each trial runs the agent loop with your settings. Verification catches bad solutions (base 30% detection, each pass adds detection but costs tokens); caught failures retry, uncaught ones ship wrong answers.
Distribution of tokens burned across 1,000 trials.
The Agent Loop
Node size pulses in proportion to where your tokens actually go under the current settings.
Compare Harnesses
Pin your current config on the Pareto chart. Up and to the left is better: higher solve rate, fewer median tokens. The efficient frontier is drawn in amber.
Check Your Intuition
Five quick questions on retry math, verification tradeoffs, and expected cost.
Why this matters
Two teams can deploy the same model and see wildly different unit economics. The scaffold — how many times you retry, what context you carry, whether you verify before shipping — is a design surface as important as model choice. This simulator is a toy, but the shape of the tradeoff is real: verification and retries buy solve rate with tokens, and context strategy decides how steep that bill grows.