paper-with-me

Papers

TOM-SWE: User Mental Modeling For Software Engineering Agents

2025-10-24 · Xuhui Zhou, Valerie Chen, Zora Zhiruo Wang, Graham Neubig, Maarten Sap, Xingyao Wang arxiv

Recent advances in coding agents have made them capable of planning, editing, running, and testing complex code bases. Despite their growing ability in coding tasks, these systems still struggle to infer and track user intent, especially when instructions are underspecified or context-dependent. To bridge this gap, we introduce ToM-SWE, a dual-agent architecture that pairs a primary software-engineering (SWE) agent with a lightweight theory-of-mind (ToM) partner agent dedicated to modeling the user's mental state. The ToM agent infers user goals, constraints, and preferences from instructions and interaction history, maintains a \textbf{persistent memory} of the user, and provides user-related suggestions to the SWE agent. In two software engineering benchmarks (ambiguous SWE-bench and stateful SWE-bench), ToM-SWE improves task success rates and user satisfaction. Notably, on the stateful SWE benchmark, a newly introduced evaluation that provides agents with a user simulator along with previous interaction histories, ToM-SWE achieves a substantially higher task success rate of 59.7\% compared to 18.1\% for OpenHands, a state-of-the-art SWE agent. Furthermore, in a three-week study with professional developers using ToM-SWE in their daily work, participants found it useful 86\% of the time, underscoring the value of stateful user modeling for practical coding agents.

📄 PDF Abstract BibTeX arXiv:2510.21903

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

AgileCoder: Dynamic Collaborative Agents for Software Development based on Agile Methodology

2024-06-16 · Minh Huynh Nguyen, Thang Phan Chau, Phong X. Nguyen, Nghi D. Q. Bui

Software agents have emerged as promising tools for addressing complex software engineering tasks. Existing works, on the other hand, frequently oversimplify software development workflows, despite the fact that such wor…

Code Generation

Automating Structural Analysis Across Multiple Software Platforms Using Large Language Models

2026-04-10 · Ziheng Geng, Jiachen Liu, Ian Franklin, Ran Cao 외 arxiv

Recent advances in large language models (LLMs) have shown the promise to significantly accelerate the workflow by automating structural modeling and analysis. However, existing studies primarily focus on enabling LLMs t…

Code Translation

From Human Interfaces to Agent Interfaces: Rethinking Software Design in the Age of AI-Native Systems

2026-03-19 · Shaolin Wang, Yi Mei, Haoyang Che, He Jiang 외 arxiv

Software systems have traditionally been designed for human interaction, emphasizing graphical user interfaces, usability, and cognitive alignment with end users. However, recent advances in large language model (LLM)-ba…

Agentic Software: How AI Agents Are Restructuring the Software Paradigm

2026-06-04 · Zhenfeng Cao arxiv

For over half a century, software engineering has operated on a foundational premise: human engineers decompose problems, encode decision logic into static code, and manually adapt that code as requirements evolve. This …

SWE-agent: Agent-Computer Interfaces Enable Automated Software Engineering

2024-05-06 · John Yang, Carlos E. Jimenez, Alexander Wettig, Kilian Lieret 외

Language model (LM) agents are increasingly being used to automate complicated tasks in digital environments. Just as humans benefit from powerful software applications, such as integrated development environments, for c…

Bug fixingLanguage ModelingLanguage ModellingNavigate