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, Shijie Xia, Xiaojie Cai, Tianze Xu, Weiye Si, Wenjie Li, Dequan Wang, Pengfei Liu
TL;DR
AgencyBench addresses the need for evaluating autonomous agents in long-horizon, real-world contexts by introducing a comprehensive benchmark of 6 capabilities across 32 authentic scenarios and 138 tasks, each defined by queries, deliverables, and rubrics. The authors build an end-to-end automated evaluation pipeline that uses a dedicated agent scaffold, a user simulation agent, and a Docker-based remote sandbox to produce machine-checkable artifacts and rubric-based scores, achieving scalable rollout collection without human-in-the-loop supervision. Their large-scale experiments reveal a persistent gap between closed-source and open-source models in overall performance and efficiency, with distinct tool-use preferences and self-correction abilities; they also show strong ecosystem effects where models perform best within their native scaffolds. The work highlights the importance of co-optimizing model architecture with agentic frameworks and provides a public toolkit to drive further research toward resource-efficient, self-correcting, scaffold-agnostic autonomous agents that deliver real-world utility.
Abstract
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.
