GlossaryFloor 3 · The Agentthe block caught in a loop: it starts again until it gets thereFloor 3 · The Agent
compounding reliability
No. 069 · v2026-08FR: fiabilité composéeCompounding reliability is the fact that a multi-step system only succeeds if every step succeeds: the rates multiply instead of adding up. Like a chain whose every link holds ninety-five per cent of the time, and which breaks almost every other time at ten links.
What it is not
Compounding reliability is not a flaw of models: it is a property of any system in series, and it would hold for perfectly ordinary components. Nor is it a fate: you fight it through the number of steps, through checking and through recovery, not by hoping for a better model. And it is not a reason to give up on agents: it is the reason to measure before promising.
In depth
The arithmetic
The arithmetic is brutal and worth doing once. A step that is ninety-five per cent reliable gives, over five steps, about seventy-seven per cent success end to end; over ten steps, about sixty; over twenty, thirty-six. That is what explains the gap between a convincing demonstration, where you watch one run that worked, and a move into production, where you are subject to the whole distribution. A demonstration never proves a rate, it proves that a success is possible.
Three levers
Three levers act, and only the third really changes the order of magnitude. Reducing the number of steps is the most effective, which argues for cutting a long agent into several shorter tasks with points of recovery. Raising the reliability of a single step helps, but pays little beyond a certain threshold, since you have to go from ninety-five to ninety-nine per cent to double the final success. Adding a check after each step is the decisive lever: an error that is detected and retried does not propagate, which breaks the multiplication.
Reversibility
Finally, steps have to be told apart by their reversibility, since they do not all carry the same cost of failure. Reading a file, looking up a piece of information, producing a draft: an error is recovered there without damage. Sending an email, approving a payment, modifying a database: the error there is final. The reliability calculation must therefore be done separately on the irreversible actions, and it is at exactly those points that a human approval is placed, never uniformly along the whole path.
Relations where the neighbours live
Check 3 questions · click your answer
Level 1 · Recognise
Each step succeeds in ninety-five per cent of cases. What success rate over ten steps?
Level 2 · Distinguish
Which lever most improves success from end to end?
Level 2 · Distinguish
Why does a successful demonstration prove nothing about reliability?
Lexigraph, "Compounding reliability", v2026-08, https://www.lexigraph.org/en/compounding-reliability/, CC BY 4.0.