Search

Search IconIcon to open search

Agent Evaluation

Last updatedUpdated: by Jakub Žovák · 1 min read

Properties
created 23.01.2026, 11:25
modified 10.03.2026, 09:54
published Empty
sources Empty
topics Empty
authors Empty
ai-assisted No

This note aggregates information about how to evaluate different agents.

# Metrics

  • used in τ -bench
    • pass@k
      • measures the likelihood that an agent gets at least one correct solution in k attempts
    • pass^k
      • measures the probability that all k trials succeed. As k increases, pass^k falls since demanding consistency across more trials is a harder bar to clear

# Process Supervision

  • Agent Behavior Standard
    • Braintrust/Basis open standard for writing behavior specs — Markdown files under .agents/behaviors/ describing intent, evidence, decision, execution, recovery for recurring agent conduct
  • Behavior Specs for Supervising Long-Horizon Agents
    • 2026-07-29 — Braintrust announcement blog on process-supervision evals for hour-long agent trajectories, contrasting with outcome-only evals

# Sources