paper-with-me

Papers

Position: Coding Benchmarks Are Misaligned with Agentic Software Engineering

2026-06-16 · Maria I. Gorinova, Macey Baker, Amy Heineike, Maksim Shaposhnikov, Rob Willoughby, Dru Knox arxiv

Coding agents have become a major mode of software engineering, but the benchmarks we use to compare them were designed in a pre-agent era: they collapse model, harness, and environment into a single end-to-end score, typically computed against one reference solution, with no component-level signal for iteration. We argue that current coding benchmarks are misaligned with agentic software engineering. A coding agent in practice is not a model: it is a system harness -- a composite of models, harnesses, contexts, environments, and feedback signals, any one of which can move the benchmark score by margins comparable to those between adjacent model generations. We discuss three symptoms: (i) benchmark scores conflate the model with the rest of the harness; (ii) grading against a single reference solution penalises equally valid alternatives; and (iii) the absence of signal at the level of individual harness components makes the end-to-end system score difficult to iterate on.

📄 PDF Abstract BibTeX arXiv:2606.17799

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Magentic-UI: Towards Human-in-the-loop Agentic Systems

2025-07-30 · Hussein Mozannar, Gagan Bansal, Cheng Tan, Adam Fourney 외 arxiv

AI agents powered by large language models are increasingly capable of autonomously completing complex, multi-step tasks using external tools. Yet, they still fall short of human-level performance in most domains includi…

AIDev: Studying AI Coding Agents on GitHub

2026-02-09 · Hao Li, Haoxiang Zhang, Ahmed E. Hassan arxiv

AI coding agents are rapidly transforming software engineering by performing tasks such as feature development, debugging, and testing. Despite their growing impact, the research community lacks a comprehensive dataset c…

Filtering Harmful Actions Isn't Enough: Phantom Transfer in Agentic SDF

2026-07-12 · Chinmayi Dixit arxiv

Synthetic data is widely used to train large language models because it is inexpensive to generate and easy to control. As models are increasingly deployed as agents, synthetic trajectories are likely to become an import…

Reinforcement Learning

Runtime-Structured Task Decomposition for Agentic Coding Systems

2026-05-14 · Shubhi Asthana, Bing Zhang, Chad DeLuca, Hima Patel 외 arxiv

Agentic coding systems increasingly use large language models (LLMs) for software engineering tasks such as debugging, root cause analysis, and code review. However, many existing systems encode task logic, execution flo…

Agentic Agile-V: From Vibe Coding to Verified Engineering in Software and Hardware Development

2026-05-19 · Christopher Koch arxiv

Agentic AI coding systems can inspect repositories, plan implementation steps, edit files, call tools, run tests, and submit pull requests. These capabilities make software and hardware development faster in some setting…

Prompt EngineeringCode Generation