Loading…
Loading…
Written by Max Zeshut
Founder at Agentmelt · Last updated Sep 9, 2026
The multiplicative decay of an AI agent's reliability across the many steps of a task: if each step succeeds independently with probability *p*, an *n*-step task succeeds with probability *pⁿ*. This is the mathematical reason agents that demo brilliantly disappoint in production — demos are short, real tasks are long. The numbers are unforgiving: a 95%-per-step agent (nineteen of twenty tool calls perfect) is only ~60% reliable across ten steps and ~36% across twenty; a 90% agent is a coin flip by seven steps. Worse than the arithmetic, errors *cascade*: a wrong step feeds a wrong observation into the next decision, so the agent reasons confidently from a false premise — coherent failure, which humans are slow to catch. Three design consequences follow: shorter tasks beat smarter models (cutting steps beats a marginal accuracy gain), a single weak step sets the whole chain's reliability (reliability tracks your *weakest* step, not your average), and the escape is verification *between* steps plus keeping *n* small. See Agent Reliability and Non-Determinism.
A research agent runs 20 tool calls at 95% each. It feels reliable — until you compute 0.95²⁰ ≈ 0.36: nearly two-thirds of full runs contain at least one error, and because errors cascade, one bad retrieval early makes every later step reason from a false fact. Splitting the task into two 10-step agents with a verification checkpoint between them, each catching errors before they propagate, roughly doubles end-to-end success.
See it as a workflow
Document & Proposal Generation WorkflowTrigger, steps, n8n nodes, guardrails and an importable template — plus what it costs to have it built.
Or skip the build
Workflows from $197/month, custom agents from $2,000.