The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A 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.

AgencyBench: Benchmarking the Frontiers of Autonomous Agents in 1M-Token Real-World Contexts
Keyu Li, Junhao Shi, Yang Xiao, Mohan Jiang, Jie Sun, Yunze Wu, Dayuan Fu, Shijie Xia, Xiaojie Cai, Tianze Xu, Weiye Si, Wenjie Li, Dequan Wang, Pengfei Liu · January 16, 2026
arxiv descriptive medium evidence 7/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Keyu Li unresolved corpus identity
  2. Junhao Shi unresolved corpus identity
  3. Yang Xiao unresolved corpus identity
  4. Mohan Jiang unresolved corpus identity
  5. Jie Sun unresolved corpus identity
  6. Yunze Wu unresolved corpus identity
  7. Dayuan Fu unresolved corpus identity
  8. Shijie Xia unresolved corpus identity
  9. Xiaojie Cai unresolved corpus identity
  10. Tianze Xu unresolved corpus identity
  11. Weiye Si unresolved corpus identity
  12. Wenjie Li unresolved corpus identity
  13. Dequan Wang unresolved corpus identity
  14. Pengfei Liu unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Keyu Li provider ID
  2. Junhao Shi provider ID
  3. Yang Xiao provider ID
  4. Mohan Jiang provider ID
  5. Jie Sun provider ID
  6. Yunze Wu provider ID
  7. Shijie Xia provider ID
  8. Xiaojie Cai provider ID
  9. Tianze Xu provider ID
  10. Weiye Si provider ID
  11. Wenjie Li provider ID
  12. Dequan Wang provider ID
  13. Pengfei Liu provider ID
AgencyBench offers a large-scale, long-horizon benchmark of autonomous LLM agents (32 scenarios, 138 tasks) with simulated feedback and sandboxed automated evaluation, finding closed-source agents outperform open-source ones and revealing notable differences in efficiency, self-correction, and tool-use preferences.

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

Paper Typedescriptive Evidence Strengthmedium — The paper presents a large, systematic benchmark with many realistic, long-horizon tasks and automated rubrics, giving broad descriptive evidence about agent capabilities; however, evaluation relies on simulated user feedback and tool-enabled sandboxing rather than human subjects or外-ground-truth economic outcomes, and model access/SDK differences introduce potential confounders. Methods Rigormedium — Methodological strengths include a sizable task suite (32 scenarios, 138 tasks), explicit rubrics, sandboxed execution, and comparisons across models and agent frameworks; limitations include reliance on a user-simulation agent (possible mismatch with real users), potential selection bias in scenario curation, uneven API/SDK integrations between closed- and open-source models, and limited discussion of inter-rater reliability or sensitivity analyses. SampleBenchmark composed of 32 real-world scenarios and 138 tasks derived from daily AI usage; tasks require on average ~90 tool calls, ~1M tokens, and hours of execution time; experiments compare multiple closed-source (e.g., Claude-4.5-Opus via Claude-Agent-SDK) and open-source models across several agentic scaffolds; evaluation performed via an automated user-simulation agent and Docker sandbox that runs visual and functional rubric checks; full dataset and code released on GitHub. Themesproductivity adoption GeneralizabilityEvaluation uses simulated user feedback rather than diverse real users, which may not capture real-world preferences or failure modes, Scenario set may reflect the authors' curation and daily-usage data sources, introducing selection bias (domains, languages, cultures not detailed), Proprietary vs open-source performance comparisons can be affected by differences in SDK maturity, tool integrations, and access constraints rather than model capability alone, High resource and tooling requirements (tool APIs, long execution time) limit replication and applicability to less-resourced settings, Automated rubric-based assessment may miss nuanced qualitative judgments and downstream economic impacts

Claims (12)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.3
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
0.18
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
0.18
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
0.18
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
0.18
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%
0.18
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
0.18
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
0.11
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
0.02
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
0.18
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
0.18
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
0.3

Notes