paper-with-me

홈 › Papers

How Well Does Agent Development Reflect Real-World Work?

2026-03-01 · Zora Zhiruo Wang, Sanidhya Vijayvargiya, Aspen Chen, Hanmo Zhang, Venu Arvind Arangarajan, Jett Chen, Valerie Chen, Diyi Yang, Daniel Fried, Graham Neubig arxiv

AI agents are increasingly developed and evaluated on benchmarks relevant to human work, yet it remains unclear how representative these benchmarking efforts are of the labor market as a whole. In this work, we systematically study the relationship between agent development efforts and the distribution of real-world human work by mapping benchmark instances to work domains and skills. We first analyze 43 benchmarks and 72,342 tasks, measuring their alignment with human employment and capital allocation across all 1,016 real-world occupations in the U.S. labor market. We reveal substantial mismatches between agent development that tends to be programming-centric, and the categories in which human labor and economic value are concentrated. Within work areas that agents currently target, we further characterize current agent utility by measuring their autonomy levels, providing practical guidance for agent interaction strategies across work scenarios. Building on these findings, we propose three measurable principles for designing benchmarks that better capture socially important and technically challenging forms of work: coverage, realism, and granular evaluation.

📄 PDF Abstract BibTeX arXiv:2603.01203

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Evaluating Agents without Rewards

2020-12-21 · Brendon Matusch, Jimmy Ba, Danijar Hafner

Reinforcement learning has enabled agents to solve challenging tasks in unknown environments. However, manually crafting reward functions can be time consuming, expensive, and error prone to human error. Competing object…

Atari GamesMinecraft

BugPilot: Complex Bug Generation for Efficient Learning of SWE Skills

2025-10-22 · Atharv Sonwane, Isadora White, Hyunji Lee, Matheus Pereira 외 arxiv

High quality bugs are key to training the next generation of language model based software engineering (SWE) agents. We introduce a novel method for synthetic generation of difficult and diverse bugs. Our method instruct…

BREN: Body Reflection Essence-Neuter Model for Separation of Reflection Components

2015-08-25 · Changsoo Je, Hyung-Min Park

We propose a novel reflection color model consisting of body essence and (mixed) neuter, and present an effective method for separating dichromatic reflection components using a single image. Body essence is an entity in…

StressWeb: A Diagnostic Benchmark for Web Agent Robustness under Realistic Interaction Variability

2026-03-27 · Haoyue Bai, Dong Wang, Long Chen, Bingguang Hao 외 arxiv

Large language model-based web agents have demonstrated strong performance on realistic web interaction tasks. However, existing evaluations are predominantly conducted under relatively stable and well-behaved interactio…

Otter: Generating Tests from Issues to Validate SWE Patches

2025-02-07 · Toufique Ahmed, Jatin Ganhotra, Rangeet Pan, Avraham Shinnar 외

While there has been plenty of work on generating tests from existing code, there has been limited work on generating tests from issues. A correct test must validate the code patch that resolves the issue. This paper foc…

test driven development