Evaluate whether an agent solves the task and whether its trajectory is reliable.
A correct final result can hide a wrong tool call, excessive retries or a fragile path. The playground separates final outcome, observable trace decisions and operational failures, then compares them with release gates you define.
Release gates
——
Limit: the projection assumes future traffic resembles the evaluated sample. The failure range comes from the Wilson interval for final success; it does not model dataset shift or dependence between tasks.
Outcome and trajectory answer different questions
τ-bench evaluates the final environment state against an annotated goal state.
Tool choice, arguments, retries, handoffs and steps help locate the cause of a result. OpenAI calls this structured path evaluation trace grading.
Measuring consistency requires repeated trials on the same task. We do not reconstruct pass^k from a single success rate.
No hidden composite score.
The gates are configurable and are not presented as universal thresholds.