17 cumulative citations
View corpus contextA new large-scale benchmark finds proprietary autonomous agents outperform open-source counterparts on complex, long-horizon real-world tasks, while exposing wide variation in resource efficiency, self-correction, and tool use — underscoring the need to co-design models and agent frameworks.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Large Language Models (LLMs) based autonomous agents demonstrate multifaceted capabilities to contribute substantially to economic production. However, existing benchmarks remain focused on single agentic capability, failing to capture long-horizon real-world scenarios. Moreover, the reliance on human-in-the-loop feedback for realistic tasks creates a scalability bottleneck, hindering automated rollout collection and evaluation. To bridge this gap, we introduce AgencyBench, a comprehensive benchmark derived from daily AI usage, evaluating 6 core agentic capabilities across 32 real-world scenarios, comprising 138 tasks with specific queries, deliverables, and rubrics. These scenarios require an average of 90 tool calls, 1 million tokens, and hours of execution time to resolve. To enable automated evaluation, we employ a user simulation agent to provide iterative feedback, and a Docker sandbox to conduct visual and functional rubric-based assessment. Experiments reveal that closed-source models significantly outperform open-source models (48.4% vs 32.1%). Further analysis reveals significant disparities across models in resource efficiency, feedback-driven self-correction, and specific tool-use preferences. Finally, we investigate the impact of agentic scaffolds, observing that proprietary models demonstrate superior performance within their native ecosystems (e.g., Claude-4.5-Opus via Claude-Agent-SDK), while open-source models exhibit distinct performance peaks, suggesting potential optimization for specific execution frameworks. AgencyBench serves as a critical testbed for next-generation agents, highlighting the necessity of co-optimizing model architecture with agentic frameworks. We believe this work sheds light on the future direction of autonomous agents, and we release the full benchmark and evaluation toolkit at https://github.com/GAIR-NLP/AgencyBench.
Summary
Main Finding
AGENCYBENCH is a new, large-scale benchmark for autonomous LLM-based agents that measures long-horizon, real-world agentic capabilities. It comprises 32 scenarios (138 tasks) across 6 capability domains and requires on average ~1 million tokens and ~90 tool calls per scenario. Using an automated pipeline (user-simulation + Docker sandbox + rubric-based scoring), the authors find a sizable performance gap between closed‑source and open‑source models (48.4% vs 32.1% aggregate score). Frontier models still struggle with these demanding tasks, and models show distinct resource, feedback, and tool-use behaviors. The benchmark and evaluation toolkit are released open-source.
Key Points
- Scope and difficulty
- 32 real-world scenarios → 138 tasks covering: game development, front-end, back-end, code generation, research, and MCP tool use.
- Average scenario: ~1M tokens, ~90 multi-turn tool calls, hours of execution time.
- Tasks are hierarchical and sequential (1–5 tasks per scenario), so earlier outputs affect later tasks.
- Automated rollout & evaluation pipeline
- Agent scaffold with comprehensive tool suite in isolated workspace.
- User simulation agent (Claude-4-Sonnet, temp=0.0) provides iterative feedback to replace human-in-the-loop.
- Deliverables synced to a Docker remote sandbox for UI/functional execution; evaluation artifacts returned to eval-space.
- Scoring: rule-based assertions for objective checks; LLM-as-judge (text + vision) for subjective/visual checks (Claude-4-Sonnet and Gemini-2.5-pro).
- Human validation of user-simulator: average alignment score 4.69/5 on sampled rollouts.
- Data curation
- Task design by 20 experts; rubrics and executable evaluators created; unanimous expert approval required for finalization.
- Main benchmark results (aggregate averages)
- Closed-source models average: 48.4% (GPT-5.2 top at 56.5%; Grok-4.1-fast 44.3%).
- Open-source models average: 32.1% (GLM-4.6 top at 38.6%; Qwen-3-235B-A22B-Thinking bottom at 27.0%).
- Even leading models show substantial room for improvement on long-horizon real-world tasks.
- Behavioral findings
- GPT-5.2: better at feedback-driven self-correction.
- Grok-4.1-fast: higher token-use efficiency.
- Claude-4.5-Opus: prefers shell-based tool usage.
- Gemini-3-Pro: favors file/memory-management tools.
- “Home-field advantage”: models perform best with their native/optimized agentic scaffolds (co-optimization matters).
Data & Methods
- Benchmark construction
- 20 domain experts collected and wrote 32 scenarios (138 tasks). Each task includes: Query (requirements), Deliverables (expected outputs), Rubrics (scoring criteria).
- Tasks increment in difficulty; workspace isolation prevents cross-task contamination.
- Rollout formalization
- A scenario rollout τ is the concatenation of task rollouts τi, where each τi contains the initial query, agent reasoning and tool calls, and user-simulation feedback loops when rubrics are unmet.
- Automated evaluation
- User simulation agent provides targeted rubric-level feedback (returns failed rubrics and reasons).
- Docker-based remote sandbox performs UI interactions (clicks, screen recording) to generate visual artifacts.
- Eval-space executes scripts that map deliverables + artifacts to a 0–10 score per task. Final scores average across tasks/scenarios.
- Judges: rule-based evaluators for objective tasks; LLM judges for subjective/visual tasks (text judge + vision judge averaged where applicable).
- Validation & reliability
- Human study validated user simulation agent feedback quality (4.69/5 agreement).
- Evaluation scripts and LLM judges calibrated/validated against human annotations (details in paper appendices).
- Release
- Full benchmark and toolkit available: https://github.com/GAIR-NLP/AgencyBench
Implications for AI Economics
- Measuring productive value of agents
- AGENCYBENCH targets tasks closer to economic production (multi-hour, multi-tool, end-to-end deliverables), providing a more realistic yardstick for agent productivity than short-horizon benchmarks.
- The benchmark can better inform estimates of labor substitution potential and the kinds of tasks agents can realistically automate today.
- Heterogeneous agent performance → heterogeneous economic impact
- Large variance across models (and their preferred scaffolds/tools) implies uneven automation effects across industries and tasks. Some agents are better at iterative correction; others are more token/compute-efficient—this will influence adoption choices by firms.
- Cost and efficiency considerations
- Long-horizon tasks consume large token budgets and execution time; token/compute efficiency (e.g., Grok’s behavior) materially affects per-task marginal cost. Economically, closed-source models may currently yield higher task success but can be more expensive per token and subject to vendor lock-in.
- The “home-field advantage” suggests that total system productivity depends on co-optimizing model + agentic framework, not just model capabilities; investments should account for integration costs and platform effects.
- Investment and R&D priorities
- Improving feedback-driven self-correction, tool-integration APIs, and long-context retention yields outsized economic value for real-world autonomous work.
- Open-source models lag in aggregate performance but show distinct peaks—targeted engineering (frameworks, toolchains) could yield high ROI for open models.
- Policy and labor-market implications
- Benchmarks like AGENCYBENCH enable finer-grained assessments of which roles/tasks are automatable, aiding policymakers and firms in anticipating labor displacement, retraining needs, and sectoral shifts.
- The need for scalable, automated evaluation reduces reliance on costly human labeling, lowering the barrier to frequent economic impact assessments.
- Benchmark as an economic research tool
- AGENCYBENCH provides reproducible, quantitative measures for agent productivity and resource usage, useful for economic modeling of automation diffusion, firm-level adoption decisions, and cost–benefit analyses of deploying autonomous agents.
Limitations to note (economic relevance) - Even top models score well below perfect on these demanding tasks, so claims about near-term full automation should be tempered. - Evaluation is shaped by the chosen scaffolds, rubrics, and simulation agents—different setups could shift measured performance and thus economic conclusions. - Running and evaluating these long-horizon scenarios is resource-intensive; widespread usage for economic measurement will require careful cost accounting.
If you want, I can (a) extract specific per-capability or per-model numbers into a table for easier economic modeling, (b) sketch a simple back-of-envelope cost model per task using token counts and current per-token prices, or (c) highlight which scenario types (e.g., full-stack dev vs research) are most/least automatable according to the paper. Which would help you most?
Assessment
Claims (12)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| AgencyBench evaluates 6 core agentic capabilities across 32 real-world scenarios, comprising 138 tasks with specific queries, deliverables, and rubrics. Other | null_result | benchmark_coverage (number of capabilities / scenarios / tasks) |
Reading fidelity
high
Study strength
high
|
n=138
|
| The scenarios require an average of 90 tool calls per scenario. Other | null_result | tool_calls_per_task |
Reading fidelity
high
Study strength
medium
|
n=32
90 tool calls
|
| The scenarios require an average of 1 million tokens. Other | null_result | tokens_per_task |
Reading fidelity
high
Study strength
medium
|
n=32
1 million tokens
|
| The scenarios require hours of execution time to resolve. Other | null_result | execution_time_per_task |
Reading fidelity
high
Study strength
medium
|
n=32
hours of execution time
|
| To enable automated evaluation, the benchmark uses a user-simulation agent for iterative feedback and a Docker sandbox for visual and functional rubric-based assessment. Other | null_result | automated_evaluation_method |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Closed-source models significantly outperform open-source models (48.4% vs 32.1%). Other | positive | benchmark_performance_score (success rate / accuracy) |
Reading fidelity
high
Study strength
medium
|
48.4% vs 32.1%
|
| There are significant disparities across models in resource efficiency, feedback-driven self-correction, and specific tool-use preferences. Other | mixed | resource_efficiency; feedback-driven_self-correction; tool_use_preferences |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Proprietary models demonstrate superior performance within their native ecosystems (e.g., Claude-4.5-Opus via Claude-Agent-SDK), while open-source models exhibit distinct performance peaks, suggesting optimization for specific execution frameworks. Other | mixed | framework-specific_model_performance |
Reading fidelity
medium
Study strength
medium
|
not reported
|
| AgencyBench highlights the necessity of co-optimizing model architecture with agentic frameworks. Other | null_result | design_recommendation (co-optimization of models and frameworks) |
Reading fidelity
medium
Study strength
speculative
|
not reported
|
| Existing benchmarks remain focused on single agentic capability, failing to capture long-horizon real-world scenarios. Other | negative | benchmark_scope_limitation |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Reliance on human-in-the-loop feedback for realistic tasks creates a scalability bottleneck, hindering automated rollout collection and evaluation. Other | negative | scalability_of_evaluation (human-in-the-loop vs automated) |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The authors release the full benchmark and evaluation toolkit at https://github.com/GAIR-NLP/AgencyBench. Other | null_result | availability_of_benchmark_and_toolkit |
Reading fidelity
high
Study strength
high
|
not reported
|