← Back to Research
arxiv
AI Agents March 2, 2026 Impact: 8/10

The Hierarchy of Agentic Capabilities: Evaluating Frontier Models on Realistic RL Environments

By Logan Ritchie, Sushant Mehta, Nick Heiner, Mason Yu, Edwin Chen
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 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.
agentic AIfrontier modelsevaluationRL environmentstool useplanningbenchmark
Analysis

Summary

This January 2026 paper from Surge AI researchers is one of the most grounded empirical studies of frontier model agentic capability to date. Rather than using toy benchmarks or synthetic tasks, the team deployed GPT-4-class and comparable frontier models on 150 realistic workplace tasks in an e-commerce reinforcement learning environment. The key contribution is not the benchmark itself but the hierarchy it reveals: models must first master tool use before planning becomes meaningful, planning before adaptability, and so on. Failures cluster predictably along this five-rung ladder, giving us our first empirically-derived taxonomy of what "being agentic" actually requires.

Why It Matters

The 40% failure rate on even the best-performing models is a wake-up call. We are in 2026 and frontier models — the absolute state of the art — still fail two in five realistic workplace tasks. More importantly, the failure modes differ by model tier: weaker models break at tool use and basic planning, while stronger models break on contextual inference, the kind of implicit understanding that humans take for granted. This asymmetry has major implications for deployment: it means you can't simply throw a stronger model at agentic tasks and expect linear improvement. The bottleneck shifts as capability increases.

Implications for AI Development

The hierarchy framework challenges the prevailing narrative that reasoning ability is the primary bottleneck for agentic systems. The data suggests groundedness — the ability to stay anchored to task context without hallucinating new goals — and common-sense inference are the real ceilings. This aligns with practitioner experience deploying agents in production: models often understand what they're supposed to do but drift in multi-step contexts. The paper's task-centric design methodology, which emphasizes diversity and domain expert contribution, is also a methodological contribution that other benchmark efforts should adopt.

Limitations and Open Questions

The study is scoped to e-commerce workplace tasks, which raises ecological validity questions — would the same hierarchy hold in code execution, scientific research, or open-domain web tasks? The RL environment from Surge, while realistic, is still a controlled simulation. The paper also evaluates a snapshot of frontier models as of late 2025/early 2026; given the pace of releases, these rankings may already be partially outdated. Future work should replicate this hierarchy across multiple domains and examine whether targeted fine-tuning can skip rungs or whether the hierarchy is fundamental to how transformer-based agents learn.

Key Findings
1
Frontier models fail ~40% of realistic workplace agentic tasks even at peak performance
2
Agentic capability follows an empirical hierarchy: tool use → planning → adaptability → groundedness → common-sense reasoning
3
Stronger models shift failure modes upward — they don't fail at tool use, they fail at contextual inference
4
The hierarchy implies non-linear returns from model scaling for agentic deployment
Impact Score
8/10
Expert Commentary
The 40% failure rate on realistic tasks is the number that should be in every AI hype-correction conversation in 2026 — this paper gives the field a rigorous vocabulary for what "agentic" actually means in practice.
D
Dong Tran
AI Researcher. Deep-dive analysis of frontier AI research papers.