Open Benchmarks Grants
Archived
Image

Terminal-Bench 2.1

A revision of Terminal-Bench 2.0 that fixes 28 of 89 tasks and introduces continuous validation for agentic benchmarks.

Overview

Terminal-Bench 2.1 fixes issues in 28 of the 89 tasks from Terminal-Bench 2.0. The task issues fell into three categories: external dependencies that changed after the benchmark was built, resource budgets that were too tight for valid solutions to finish, and tasks where the instructions did not match the tests.

After these changes, no task is unsolved in Terminal-Bench 2.1. The release also introduces continuous validation for agentic benchmarks. A per-task breakdown and discussion is in PR #53.

Leaderboard

Rank Model Agent Date Agent Org Model Org Accuracy
1 GPT-6 Astra Codex CLI 2026-09-03 OpenAI OpenAI
87.4% ±0.9
2 Claude Fable 5 Claude Code 2026-06-07 Anthropic Anthropic
83.8% ±1.2
3 GPT-5.5 Codex CLI 2026-05-01 OpenAI OpenAI
83.1% ±1.1
4 Claude Fable 5 Terminus 2 2026-06-05 Terminal-Bench Anthropic
80.4% ±1.2
5 Grok 4.5 Cursor CLI 2026-07-09 Cursor xAI
79.3% ±1.5
6 Claude Opus 4.8 Claude Code 2026-07-09 Anthropic Anthropic
78.9% ±1.3
7 GPT-5.6 Terra Codex CLI 2026-07-11 OpenAI OpenAI
78.4% ±1.3
8 GPT-5.5 Terminus 2 2026-05-01 Terminal-Bench OpenAI
78% ±1.2
9 Muse Spark 1.1 mini-SWE-agent 2026-07-09 Princeton Meta
76.2% ±1.2
10 GPT-5.6 Luna Codex CLI 2026-07-11 OpenAI OpenAI
75.7% ±1.3
11 Claude Sonnet 5 Claude Code 2026-07-09 Anthropic Anthropic
74.6% ±1.6
12 Gemini 3 Pro Terminus 2 2026-05-01 Terminal-Bench Google
73.9% ±1.3
13 Claude Opus 4.7 Claude Code 2026-05-01 Anthropic Anthropic
68.9% ±1.4
14 Claude Opus 4.7 Terminus 2 2026-05-01 Terminal-Bench Anthropic
66.1% ±1.4
15 Gemini 3 Pro Gemini CLI 2026-05-01 Google Google
65.8% ±1.4
16 Gemini 3.1 Pro Gemini CLI 2026-05-05 Google Google
65.8% ±1.7
17 Gemini 3.1 Pro Terminus 2 2026-05-05 Terminal-Bench Google
65.6% ±1.7
18 GLM-5.1 Claude Code 2026-05-01 Anthropic Z-AI
58.7% ±1.2

TB 2.0 vs 2.1 across representative pairs

Average accuracy across 14 representative agent–model pairs. Most pairs improved on 2.1. The largest gain came from Claude Code with Opus 4.6, which improved by 12.1 percentage points.
Model Agent TB 2.0 TB 2.1 Difference
GPT-5.3-Codex Codex CLI
73.3%
79.1%
5.8%
GPT-5.4 Codex CLI
76%
77.3%
1.3%
Gemini 3.1 Pro Terminus 2
63%
70.7%
7.7%
Opus 4.6 Claude Code
58%
70.1%
12.1%
GPT-5.3-Codex Terminus 2
64.7%
68.5%
3.8%
Gemini 3.1 Pro Gemini CLI
61.3%
67.1%
5.8%
GPT-5.4 mini Codex CLI
57.8%
66.1%
8.3%
Opus 4.6 Terminus 2
62.9%
63.8%
0.9%
Sonnet 4.6 Claude Code
51.9%
58.5%
6.6%
Gemini 3 Flash Gemini CLI
47.4%
56.9%
9.5%
GPT-5.4 Terminus 2
55.1%
54.8%
-0.3%
Gemini 3 Flash Terminus 2
51.7%
54.2%
2.5%
Sonnet 4.6 Terminus 2
48%
51.5%
3.5%
GPT-5.4 mini Terminus 2
37.8%
36.9%
-0.9%

What changed

The 28 modified tasks fell into three categories of issues identified through community feedback and continuous validation.
01
External dependencies
9 tasks. TB 2.0 pinned Docker images for reproducibility, but tasks with internet access introduced external dependencies that changed over time.
02
Resource mismatches
8 tasks. Insufficient resource budgets (CPU, memory, time) meant valid approaches — including oracle solutions — could not finish consistently.
03
Misspecification
Tasks where instructions did not match the tests. Example: query-optimize tests expected Spark SQL while the instructions asked for PostgreSQL. Rewritten to use PostgreSQL consistently.

Per-task pass rate changes

Changes in pass rate across the 28 modified tasks. Several previously unsolved tasks now have nonzero pass rates. Largest gains came from tasks whose failures were caused by environment drift, resource mismatches, or misspecification.

Acknowledgments

Led by Stanford and Laude Institute, with TB 2.1 lead Kelly Buchanan.

FAQs

Get notified when we launch a new benchmark

Share this benchmark

More benchmarks

New
Open Benchmarks Grants

Terminal-Bench 4.0

A benchmark to measure and evolve with the frontier of agent work: real terminal environments, real software engineering tasks, and a rolling task set that is revised as agents catch up to it.

By Resolution Rate
1
Image
GPT-6 Astra (max) • Codex
58.2%
2
Image
Fable 5.1 (max) • Claude Code
57.9%
3
Image
Opus 5 (max) • Claude Code
51.8%
New
Open Benchmarks Grants

Terminal-Bench-Science

A benchmark for evaluating AI agents on workflows from researchers’ own work. Scientists, not model developers or vendors, set the bar for scientific capability in AI.

By Resolution Rate
1
Image
GPT-6 Astra (max) • Codex
65.4%
2
Image
GPT-6 Astra (high) • Codex
62.0%
3
Image
GPT-6 Astra (xhigh) • Codex
60.9%
Open Benchmarks Grants

Terminal-Bench 3.0

The next frontier benchmark for agent work. A harder, more domain-diverse successor to Terminal-Bench 2.1 — built in the open, task by task, under continuous adversarial review.

By Resolution Rate
1
Image
Opus 5 (max) • mini-SWE-agent
42.7%
2
Image
GPT-5.6 Sol (max) • Codex
34.6%
3
Image
Fable 5 (max) • Claude Code
34.1%

Senior SWE-bench

A benchmark for evaluating coding agents on senior-level engineering work: building features from realistic instructions, investigating bugs that require runtime investigation, and shipping code that aligns to existing codebase conventions.

Tasteful Solve Rate
1
Image
Claude Fable 5.1
34.7%
2
Image
Claude Fable 5
34.7%
3
Image
Claude Opus 5
34.7%
Open Benchmarks Grants

OSWorld 2.0

A benchmark for evaluating computer-use agents on long-horizon, real-world workflows: 108 authentic tasks across 31 self-hosted web environments and professional desktop applications.

By Binary Accuracy (500 steps)
1
Image
Claude Opus 5 (max, Batch tool)
31.43%
2
Image
GPT-5.6 Sol (max, Batch tool)
27.34%
3
Image
Claude Opus 4.8 (max, Batched tool)
20.6%
Open Benchmarks Grants

Agents’ Last Exam

Long-horizon professional workflows with verifiable outcomes across 55 sub-industries. 147 public tasks of a 1,500+ task corpus, sourced and validated by 300+ industry experts.

Top Submissions (Pass Rate)
1
Image
Claude Code · Claude Opus 5 · High
31.6%
2
Image
Codex · GPT 5.6-Sol · XHigh
30.6%
3
Image
Codex · GPT 5.6-Luna · XHigh
30.3%
Open Benchmarks Grants

SlopCode Bench

Measures code quality degradation in AI-assisted codebases. Tracks checkpoint solve rates, erosion (code bloat), and verbosity under realistic repo conditions.

Top Models by Iso Solve
1
Image
GPT-5.5
28.06%
2
Image
GPT-5.3-Codex
26.02%
3
Image
GPT-5.4
23.47%
Open Benchmarks Grants

Continual Learning Bench

Evaluates whether AI systems improve from prior experience across sequential, stateful tasks, measuring real in-context learning, not just raw capability.

Top Systems (Agg. Reward)
1
Image
ICL · Claude Sonnet 4.6
+0.196
2
Image
ICL · GPT-5.4
+0.189
3
Image
Claude Code · Sonnet 4.6
+0.185
of
 Illution Back
Illution Front

For models that need to be right. Not just good enough.