LatentEval
Topic

Multi-step agent reliability calculators

5 calculators | 5 analyses

An agent built as a chain fails whenever one step does. Size end-to-end success under independent and shared failures, price retries, set a human-review cutoff, and test prompt robustness.

The method

What these numbers mean

Ten steps at 95% each finish the whole job about 60% of the time (0.95^10 = 0.60). Every step can look shippable on its own and the whole run still fails far more often than the per-step numbers suggest. These five calculators take one piece each: what the chain delivers today and what each fix would buy.

What you haveThe instrument
A chain of steps, each with its own success ratecompound the whole chain
Steps that tend to fail together on the same inputcompound it under shared failures
A retry or fallback you might pay forprice the retry policy
Confidence scores and a cost for human reviewset the human-review cutoff
The same eval rerun on a reworded promptmeasure prompt robustness
A chain that passes today, and a release decision riding on whether it still will next timetest it as a release regression

The arithmetic and the failure budget come from our own analyses: budgeting for failure in production agents sets up the chain view, how far one failure reaches through an agent system covers shared causes, and measuring agent reliability past a single pass rate with the checklist a green eval skips covers where the input numbers come from.

The choice that trips people up is whether the steps fail independently. If one bad input, a rate limit, or a flaky tool can knock out several steps at once, the independent-failure math is the wrong model for your chain. The correlated simulator prints both figures side by side with the gap between them, so run it whenever a shared cause is plausible.

In this cluster

Tools in this topic