paper-with-me

Papers

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

2026-01-13 · Logan Ritchie, Sushant Mehta, Nick Heiner, Mason Yu, Edwin Chen arxiv

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.

📄 PDF Abstract BibTeX arXiv:2601.09032

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

World of Workflows: A Benchmark for Bringing World Models to Enterprise Systems

2026-01-29 · Lakshya Gupta, Litao Li, Yizhe Liu, Sriram Ganapathi Subramanian 외 arxiv

Frontier large language models (LLMs) excel as autonomous agents in many domains, yet they remain untested in complex enterprise systems where hidden workflows create cascading effects across interconnected databases. Ex…

Many-Tier Instruction Hierarchy in LLM Agents

2026-04-10 · Jingyu Zhang, Tianjian Li, William Jurayj, Hongyuan Zhan 외 arxiv

Large language model agents receive instructions from many sources-system messages, user prompts, tool outputs, other agents, and more-each carrying different levels of trust and authority. When these instructions confli…

Do LLMs Favor Their Providers? Measuring Vertical Integration Bias in Code Generation

2026-05-27 · Melih Catal, Alex Wolf, Tiago Ferreiro Matos, Pooja Rani 외 arxiv

Large Language Models (LLMs) have become an integral part of software development, especially with the advent of agentic capabilities. Yet, many frontier LLMs are affiliated with specific providers. This raises the quest…

Code Generation

FormulaCode: Evaluating Agentic Optimization on Large Codebases

2026-03-16 · Atharva Sehgal, James Hou, Akanksha Sarkar, Ishaan Mantripragada 외 arxiv

Large language model (LLM) coding agents increasingly operate at the repository level, motivating benchmarks that evaluate their ability to optimize entire codebases under realistic constraints. Existing code benchmarks …

PropensityBench: Evaluating Latent Safety Risks in Large Language Models via an Agentic Approach

2025-11-24 · Udari Madhushani Sehwag, Shayan Shabihi, Alex McAvoy, Vikash Sehwag 외 arxiv

Recent advances in Large Language Models (LLMs) have sparked concerns over their potential to acquire and misuse dangerous or high-risk capabilities, posing frontier risks. Current safety evaluations primarily test for w…