paper-with-me

홈 › Papers

How Coding Agents Fail Their Users: A Large-Scale Analysis of Developer-Agent Misalignment in 20,574 Real-World Sessions

2026-05-28 · Ningzhi Tang, Chaoran Chen, Gelei Xu, Yiyu Shi, Yu Huang, Collin McMillan, Tao Dong, Toby Jia-Jun Li arxiv

AI coding agents increasingly act directly within software environments, yet existing analyses of their failures rely on benchmark trajectories that miss how developers actually experience misalignment. We present an observational study of 20,574 coding-agent sessions from 1,639 repositories across IDE and CLI workflows. We operationalize misalignment as a breakdown made visible through developer pushback, and annotate each episode along four axes: form, cause, cost, and resolution. We identify seven recurring forms, spanning how agents read projects, interpret developer intent, follow rules, bound their actions, implement and execute code, and report progress. 90.50% of episodes impose effort and trust costs rather than irreversible system damage, yet 91.49% of visible resolutions still require explicit user correction. Misalignment patterns also differ across IDE and CLI settings, persist across adjacent sessions, and shift over time: while overall rates decline, constraint violations and inaccurate self-reporting grow in share. Our findings inform the design of training, evaluation, and interfaces for keeping coding agents aligned with real developer workflows.

📄 PDF Abstract BibTeX arXiv:2605.29442

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWE-chat: Coding Agent Interactions From Real Users in the Wild

2026-04-22 · Joachim Baumann, Vishakh Padmakumar, Xiang Li, John Yang 외 arxiv

AI coding agents are being adopted at scale, yet we lack empirical evidence on how people actually use them and how much of their output is useful in practice. We present SWE-chat, the first large-scale dataset of real c…

(Im)Paired Programming: Coding Agents Improve Productivity but Harm Understanding

2026-07-29 · Nishant Balepur, Connor Baumler, Valerie Chen, Eunsol Choi 외 arxiv

Coding agents (e.g., Cursor) improve developer productivity by optimizing task completion, but shifting users from writing code to prompting and reviewing may harm their understanding, impeding oversight, learning, and c…

Can Coding Agents Be General Agents?

2026-04-10 · Maksim Ivanov, Abhijay Rana, Gokul Prabhakaran arxiv

As coding agents have seen rapid capability and adoption gains, users are applying them to general tasks beyond software engineering. In this post, we investigate whether coding agents can successfully generalize to end-…

Failure as a Process: An Anatomy of CLI Coding Agent Trajectories

2026-07-10 · Xiangxin Zhao, Han Li, Shuaiting Li, Tianyi Zhao 외 arxiv

Large language model (LLM) coding agents are increasingly deployed to autonomously perform software engineering tasks in terminal-based environments, making their reliability a growing concern. Existing empirical studies…

SWE-Touch: Benchmarking Coding Agents When Users Touch the Code

2026-08-03 · Yuqiao Tan, Jinxiang Meng, Fangyu Lei, Minzheng Wang 외 hf

Real-world software development requires coding agents to operate in shared workspaces where users may inspect and modify code during an ongoing task, yet existing repository-level benchmarks typically evaluate agents wo…