τ^τ-Bench: An Environment for End-To-End, Realistic Agent Construction
If you're evaluating whether coding agents can actually build production-ready software, this benchmark is a wake-up call. τ^τ-bench tasks agents with the full lifecycle of building a customer-service agent — inheriting a codebase, working with a simulated client, respecting cost and model constraints — and scores them by deploying the result against real users. The best model (Claude Opus 5) passes only 23.9% of evaluations, while a human expert ceiling sits at 82.2%. The failure modes are telling: agents skim requirements instead of deeply understanding them, barely communicate with the client, and ship the first design that compiles rather than iterating on architecture.
Takeaways3
- Current coding agents fail at the collaborative, iterative nature of real software engagements — not just at writing code.
- The gap between best-agent (23.9%) and human-expert (82.2%) performance signals that agent-built agents are not yet production-ready without significant human oversight.
- Shallow requirement comprehension and lack of client communication are the dominant failure modes, not raw coding ability.































































































