Definition

What is Agent Reliability?

Last updated

The consistency of an AI agent's output and success across repeated runs of the same task, rather than its performance on a single run.

Agent reliability is distinct from raw capability: an agent can be capable on average yet unreliable, producing a correct result on one run and a wrong one on the next from identical inputs. Most of this variance is not intrinsic model randomness but a context engineering problem, because each run assembles context differently (retrieval order, memory state, tool outputs), so the model diverges even at temperature zero. Reliability is measured with pass@k and variance, not single-run pass@1.

Put context into practice

Create your first context container and connect it to your AI tools in minutes.

Create Your First Container