The Hierarchy of Agentic Capabilities: Evaluating Frontier Models on Realistic RL Environments
Logan Ritchie, Sushant Mehta, Nick Heiner, Mason Yu, Edwin Chen
TL;DR
This work evaluates frontier AI agents in a realistic Corecraft RL environment with $150$ workplace tasks, identifying a five-level hierarchy of agentic capabilities and a persistent $40\%$ failure rate even for top models. It introduces a task-centric environment design and a modular tool interface (MCP) to expose concrete failure modes across tool use, planning, adaptability, groundedness, and common-sense reasoning. Failures cluster predictably by capability level, with lower levels constraining weaker models and higher-level gaps (notably common-sense reasoning) limiting stronger models, guiding targeted improvement and curriculum design. The study links capability diagnostics to production deployment patterns, arguing for bounded autonomy and structured human oversight as a practical, near-term path toward reliable, real-world AI agents in workplaces.
Abstract
The advancement of large language model (LLM) based agents has shifted AI evaluation from single-turn response assessment to multi-step task completion in interactive environments. We present an empirical study evaluating frontier AI models on 150 workplace tasks within a realistic e-commerce RL environment from Surge. Our analysis reveals an empirically-derived \emph{hierarchy of agentic capabilities} that models must master for real-world deployment: (1) tool use, (2) planning and goal formation, (3) adaptability, (4) groundedness, and (5) common-sense reasoning. Even the best-performing models fail approximately 40\% of the tasks, with failures clustering predictably along this hierarchy. Weaker models struggle with fundamental tool use and planning, whereas stronger models primarily fail on tasks requiring contextual inference beyond explicit instructions. We introduce a task-centric design methodology for RL environments that emphasizes diversity and domain expert contributions, provide detailed failure analysis, and discuss implications for agent development. Our findings suggest that while current frontier models can demonstrate coherent multi-step behavior, substantial capability gaps remain before achieving human-level task completion in realistic workplace settings.
