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

# Sources