What is an agent eval?
An agent eval is a repeatable test that scores an agent's behaviour on a fixed set of scenarios, run in CI like any other test suite.
Read the full answer →How to measure whether an agent is working, before and after it reaches production.
An agent eval is a repeatable test that scores an agent's behaviour on a fixed set of scenarios, run in CI like any other test suite.
Read the full answer →Enough that a one-point score move is larger than the noise — usually 200–500 scenarios per agent role, not a handful of spot checks.
Read the full answer →An LLM judge is good enough for continuous scoring once it is calibrated against human labels — the humans set the ruler, the model reads it.
Read the full answer →Score each agent against its own role contract, then score the system end to end — most multi-agent failures are handoff failures, not reasoning failures.
Read the full answer →Split retrieval from generation: recall and precision on the retriever, groundedness and answer quality on the generator. A single end-to-end score hides which half broke.
Read the full answer →Before the second prompt change. The moment you cannot tell whether an edit helped, you have already needed evals for a while.
Read the full answer →