E-01Outcome Eval
Run the task end to end; check only the final result.
You cannot improve what you cannot measure, and agents are miserable to measure: outcomes are sparse, trajectories are long, and “correct” is often a judgment call. This collection maps the evaluation stack from binary outcome checks to calibrated model judges.
Run the task end to end; check only the final result.
Inspect every step of the run, not just where it landed.
A model grades outputs against a rubric, standing in for human review at scale.
Label a gold subset with humans, then iterate the judge prompt until it agrees with them.
Run version A and version B over the same benchmark set; look at per-task deltas, not just the mean.
Classify every failure by where in the loop it originated — perception, reasoning, planning, tool use, recovery, verification, or the final answer.
An agent can succeed through a bad trajectory, and fail despite a mostly sound one.
Mix attack tasks into the benchmark and score refusals as wins.
Same tasks, same harness, models swapped — so differences are attributable.
Static benchmarks are controlled but stale; production monitoring is live but noisy. Run both.