Should AI agent benchmarks separate “safe success” from “unsafe success”?
Summary
This article discusses the concept of 'Verifier Tax' in AI agent benchmarks, distinguishing between safe success (completing tasks without violating constraints) and unsafe success (completing tasks but violating constraints), and questions how to properly measure agent performance considering safety tradeoffs.
Similar Articles
Can an AI agent complete a task and still fail?
This paper introduces the concept of 'Verifier Tax' to categorize AI agent outcomes as safe success, unsafe success, or failure, and proposes a two-tier verification architecture for tool-using LLM agents.
The Verifier Tax: Horizon-Dependent Safety–Success Tradeoffs in Tool-Using LLM Agents [R]
This paper presents a safety evaluation framework for tool-using LLM agents, introducing the concept of the 'Verifier Tax'—a horizon-dependent tradeoff between safety and task completion. It proposes a two-tier verification architecture and uses Tau-bench scenarios to demonstrate how verification can reduce unsafe successes but also decrease task completion as task horizon increases.
What Benchmarks Don't Measure: The Case for Evaluating Abstention Competence in Autonomous Agents
This paper argues that current benchmarks for autonomous agents fail to evaluate whether an agent should have proceeded at all, introducing a 'compliance bias'. The authors propose a taxonomy of abstention-warranted scenarios and new evaluation protocols (Safety Rate, Usability Rate, Informed Refusal Rate) with preliminary results showing tunable safety–usability tradeoffs across model families.
Good Benchmarks
This paper from July 2026 defines principles for designing effective benchmark tasks for AI agents, drawing on experience from the Terminal Bench project. Good tasks are correct, solvable, verifiable, well-specified, and hard for interesting reasons, with an emphasis on real-world relevance and outcome-based verification.
What should a good benchmark for AI agent skill security scanners include?
Discusses the challenges of designing a benchmark for security scanners that evaluate AI agent skills, which introduce new supply-chain risks. It questions whether benchmarks should include real-world malicious samples, synthetic cases, full skill directories, or boundary cases.