paper-with-me

홈 › Papers

SlopCodeBench: Benchmarking How Coding Agents Degrade Over Long-Horizon Iterative Tasks

2026-03-25 · Gabriel Orlanski, Devjeet Roy, Alexander Yun, Changho Shin, Alex Gu, Albert Ge, Dyah Adila, Nicholas Roberts, Frederic Sala, Aws Albarghouthi arxiv

Software development is iterative, yet agentic coding benchmarks hide design issues through their single-shot setup. Recent iterative benchmarks attempt to remedy this but heavily constrain an agent's design decision space, making it impossible to faithfully measure how their decisions shape future extensions. We introduce SlopCodeBench, a benchmark of 36 problems and 196 checkpoints where agents repeatedly extend their own solutions. Unlike prior iterative benchmarks, our evolving specifications demand architectural decisions but leave internal structure to the agent. We measure two forms of degradation: structural erosion (concentrated complexity) and verbosity (redundant code). Evaluating 15 coding agents across open and closed models, we find that no agent fully solves any problem end-to-end, and the best agent passes 14.8% of checkpoints. Quality degrades across checkpoints, with structural erosion rising in 77% of trajectories and verbosity in 75.5%. Compared to 473 open-source Python repositories, agent code is 2.3x more verbose and 2.0x more eroded, and the human repositories degrade less often and by smaller margins across their git histories. Explicit quality guidance reduces initial verbosity and erosion by up to a third, without affecting degradation rates. SlopCodeBench provides the first measurement of code degradation under iterative extension, revealing that agents pass checkpoints while producing code that erodes and bloats with each turn.

📄 PDF Abstract BibTeX arXiv:2603.24755

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

CaP-X: A Framework for Benchmarking and Improving Coding Agents for Robot Manipulation

2026-03-23 · Letian Fu, Justin Yu, Karim El-Refai, Ethan Kou 외 arxiv

"Code-as-Policy" considers how executable code can complement data-intensive Vision-Language-Action (VLA) methods, yet their effectiveness as autonomous controllers for embodied manipulation remains underexplored. We pre…

Reinforcement LearningRobot Manipulation

When the Specification Emerges: Benchmarking Faithfulness Loss in Long-Horizon Coding Agents

2026-03-17 · Lu Yan, Xuan Chen, Xiangyu Zhang arxiv

Current coding-agent benchmarks usually pro- vide the full task specification upfront. Real research coding often does not: the intended system is progressively disclosed through in- teraction, requiring the agent to tra…

ProjDevBench: Benchmarking AI Coding Agents on End-to-End Project Development

2026-02-02 · Pengrui Lu, Shiqi Zhang, Yunzhong Hou, Lyumanshan Ye 외 arxiv

Recent coding agents can generate complete codebases from simple prompts, yet existing evaluations focus on issue-level bug fixing and lag behind end-to-end development. We introduce ProjDevBench, an end-to-end benchmark…

OctoBench: Benchmarking Scaffold-Aware Instruction Following in Repository-Grounded Agentic Coding

2026-01-15 · Deming Ding, Shichun Liu, Enhui Yang, Jiahang Lin 외 arxiv

Modern coding scaffolds turn LLMs into capable software agents, but their ability to follow scaffold-specified instructions remains under-examined, especially when constraints are heterogeneous and persist across interac…

Instruction Following

MT-Web2Code: Benchmarking Coding Agents on Multi-Turn Regional Reconstruction and Localized Modification

2026-08-04 · Qiming Li, Shujie Hu, Haohan Liu, Xiaocheng Feng 외 arxiv

Recent advances in Large Vision-Language Models (LVLMs) have demonstrated impressive capabilities in web UI generation. However, existing benchmarks predominantly focus on single-turn full-page generation from scratch, o…