paper-with-me

홈 › Papers

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

2026-04-22 · Joachim Baumann, Vishakh Padmakumar, Xiang Li, John Yang, Diyi Yang, Sanmi Koyejo 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 coding agent sessions collected from open-source developers in the wild. The dataset currently contains 6,000 sessions, comprising more than 63,000 user prompts and 355,000 agent tool calls. SWE-chat is a living dataset; our collection pipeline automatically and continually discovers and processes sessions from public repositories. Leveraging SWE-chat, we provide an initial empirical characterization of real-world coding agent usage and failure modes. We find that coding patterns are bimodal: in 41% of sessions, agents author virtually all committed code ("vibe coding"), while in 23%, humans write all code themselves. Despite rapidly improving capabilities, coding agents remain inefficient in natural settings. Just 44% of all agent-produced code survives into user commits, and agent-written code introduces more security vulnerabilities than code authored by humans. Furthermore, users push back against agent outputs -- through corrections, failure reports, and interruptions -- in 44% of all turns. By capturing complete interaction traces with human vs. agent code authorship attribution, SWE-chat provides an empirical foundation for moving beyond curated benchmarks towards an evidence-based understanding of how AI agents perform in real developer workflows.

📄 PDF Abstract BibTeX arXiv:2604.20779

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWE-Together: Evaluating Coding Agents in Interactive User Sessions

2026-06-29 · Yifan Wu, Zhuokai Zhao, Songlin Li, Ho Hin Lee 외 arxiv

Most coding-agent benchmarks are static: an agent receives a complete task description up front and is judged only by its final code. Real coding assistance is interactive, with users clarifying goals, adding constraints…

Understanding Users' Privacy Reasoning and Behaviors During Chatbot Use to Support Meaningful Agency in Privacy

2026-01-26 · Mohammad Hadi Nezhad, Francisco Enrique Vicente Castro, Ivon Arroyo arxiv

Conversational agents (CAs) (e.g., chatbots) are increasingly used in settings where users disclose sensitive information, raising significant privacy concerns. Because privacy judgments are highly contextual, supporting…

RICoTA: Red-teaming of In-the-wild Conversation with Test Attempts

2025-01-29 · Eujeong Choi, Younghun Jeong, SooMin Kim, Won Ik Cho

User interactions with conversational agents (CAs) evolve in the era of heavily guardrailed large language models (LLMs). As users push beyond programmed boundaries to explore and build relationships with these systems, …

ChatbotRed Teaming

(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…

Saving SWE-Bench: A Benchmark Mutation Approach for Realistic Agent Evaluation

2025-10-10 · Spandan Garg, Benjamin Steenhoek, Yufan Huang arxiv

Current benchmarks for evaluating software engineering agents, such as SWE-Bench Verified, are predominantly derived from GitHub issues and fail to accurately reflect how developers interact with chat-based coding assist…