Benchmarks

Benchmarks that come from real runs.

Most benchmarks are written by hand from imagined tasks. Ours are derived from execution traces — millions of real agent runs — so the evaluations measure what production work actually looks like.

What we measure.

Every benchmark is built from normalized, anonymized execution traces with published methodology.

Metric

Success rate

Task completion measured on real production workloads with defined outcome criteria.

Metric

Latency

Step-level and end-to-end timing distributions across tool calls, reasoning and recovery.

Metric

Cost efficiency

Cost per successful task, normalized across models, tools and configurations.

Metric

Recovery quality

How quickly and how well agents recover from errors, retries and partial failures.

Metric

Tool-selection accuracy

Whether the right tool is chosen at the right moment, judged against human corrections.

Metric

Multi-agent coordination

Handoffs, contention and delegation quality across multi-agent systems.

The benchmark suite.

BenchmarkDomainPrimary metricStatus
AgentBench-RealGeneral agent workSuccess rateStable
ToolTrailTool orchestrationTool-selection accuracyStable
FailureForgeError & edge casesRecovery qualityStable
RecoveryIQRetry & fallbackRecovery qualityBeta
CostCompassCost optimizationCost per taskBeta
SyncBenchMulti-agent systemsCoordination scoreBeta

How benchmarks are built.

Full methodology, published with every release.

Collect real executions

Traces flow in from registered agents across thousands of production workloads.

Normalize & anonymize

Raw traces are structured into a canonical schema with personal data stripped.

Define tasks & metrics

Tasks are extracted from real runs; metrics are defined against observable outcomes.

Publish with methodology

Benchmarks ship with full methodology, seed documentation and version history.

Sample

What a scored run looks like

{
  "benchmark": "ToolTrail v2",
  "run_id": "9f3a1c",
  "task": "invoice_reconciliation",
  "score": 0.87,
  "latency_p95_ms": 4102,
  "cost_usd": 0.021,
  "recovery": "2 retries, 0 escalations",
  "verdict": "pass"
}

Measure agents on real work.

Run your agents against benchmarks derived from millions of anonymized real-world executions — and get evaluations on your own stack.