Benchmarks · Agents, tools & computer use
τ-bench
also: tau-bench, TAU-bench, tau2-bench, τ²-bench, τ³-bench, tau3-bench
Can an AI agent handle a realistic customer-service conversation — following a company's written policy, calling the right backend tools, and getting the outcome right — while talking to a simulated customer who has their own goals and can change their mind?
SierraReleased 17 June 2024Live
τ-bench, built by the customer-service AI company Sierra and released in mid-2024, tests something most agent benchmarks skip: a conversation with someone who has their own agenda. Its retail and airline domains give an agent real backend tools and a written policy document — the same kind of rules a human support agent would follow — and then run it against a simulated customer who can change the request mid-conversation, push back, or ask something the policy does not clearly cover. Success is measured against the database’s actual end-state, not the words the agent used, and a “pass^k” metric specifically scores how consistently an agent succeeds across repeated attempts at the same task, rather than crediting a single lucky run.
Early results showed the reliability problem plainly: GPT-4o solved close to 61% of retail tasks on a single try but its repeat-trial consistency collapsed, with fewer than a quarter of tasks solved correctly across eight attempts in a row. That reliability gap, more than raw task-completion rate, became the benchmark’s most-cited finding, and by early 2025 frontier labs were citing τ-bench scores as evidence of agentic dependability in model release announcements, including Anthropic’s Claude 3.7 Sonnet.
Sierra has kept extending the benchmark faster than most: a 2025 successor, τ²-bench, added a telecom domain where the simulated user can also act on the shared environment rather than just describing a problem, and a further 2026 revision added banking and knowledge-retrieval tasks plus voice evaluation. By March 2026 leading models were clearing close to 90% on τ²-bench’s text tasks, a sign of how quickly labs converged on structured tool-use and policy-following once it became a benchmark worth optimising for.
The set
The original τ-bench (2024) covers retail (115 tasks) and airline (50 tasks) domains, each with a set of write and read APIs and a policy document the agent must follow, graded by comparing the database's final state to an annotated goal state. It introduced 'pass^k', a metric scoring how often an agent succeeds on the same task across k independent repeated trials, to capture consistency rather than one-shot luck. The 2025 successor, τ²-bench, added a telecom domain where the simulated user can take actions in the shared environment too, not just describe their problem; a 2026 'τ³' release added a knowledge-retrieval/banking domain and voice evaluation.
Example
You are Mei Davis in 80217. You want to return the water bottle, and exchange the pet bed and office chair to the cheapest version. Mention the two things together.arxiv.org
Where it stands
Still actively used and cited in frontier model release announcements as a stand-in for real customer-support and back-office agent work; the Sierra team has kept extending it (telecom, banking/knowledge retrieval, voice) faster than most single-task agent benchmarks are extended.
How the top score changed hands
- June 2024GPT-4o61.2% (retail) / 35.2% (airline), pass^1From the original paper; the same agent's pass^8 consistency score fell below 25% in retail, illustrating how unreliable repeated task completion was even at launch.
- February 2025Claude 3.7 Sonnetstate-of-the-art (unspecified)Anthropic claimed the top score on TAU-bench at launch without publishing the exact figure in its announcement.
- March 2026Qwen3.5-397B-A17B87.9% (τ²-bench text average)
Current best: Qwen3.5-397B-A17B — 87.9% On τ²-bench text tasks (retail, airline, telecom average), per Sierra's own leaderboard; Gemini 3.0 Pro and Claude Opus 4.5 followed closely at 85.4% and 85.3%.
In the timeline · 2 entries
Alibaba unveils Qwen3-Max, its first trillion-parameter model
Unlike most of Alibaba's Qwen line, the model is closed-weight and API-only, released in separate instruct and thinking modes and scoring 69.6 on SWE-bench.
Models & capabilities · Benchmarks & progress
Anthropic ships Claude 3.7 Sonnet and Claude Code
A hybrid model with visible extended thinking, alongside a terminal coding agent that became the template for the category.
Models & capabilities