paper-with-me

Papers

SWE-Milestone: Evaluating AI Agents on Continuous Software Evolution

2026-03-13 · Gangda Deng, Zhaoling Chen, Zhongming Yu, Haoyang Fan, Yuhong Liu, Yuxin Yang, Dhruv Parikh, Rajgopal Kannan, Le Cong, Mengdi Wang, Qian Zhang, Viktor Prasanna, Xiangru Tang, Xingyao Wang arxiv

Real-world software must continuously evolve to meet ever-changing and open-ended requirements. AI agents, increasingly deployed as long-running systems, are now entrusted to drive this evolution. Yet, existing benchmarks evaluate agents on isolated, one-off coding tasks, neglecting the temporal dependencies and technical debt inherent in real-world software evolution. To bridge this gap, we introduce DeepCommit, an agentic pipeline that reconstructs verifiable Milestone DAGs from noisy commit logs, where milestones are defined as functionally cohesive development goals. These executable sequences enable SWE-Milestone, a benchmark that evaluates agents on streams of milestone-level tasks, requiring them to sustain system integrity and limit error accumulation, dimensions of long-term software evolution largely missing from current benchmarks. Our evaluation of 12 frontier models across 4 agent frameworks reveals a critical vulnerability: overall performance scores drop significantly from >80% on isolated tasks to at most 38% in continuous settings, exposing agents' profound struggle with long-term maintenance and error propagation.

📄 PDF Abstract BibTeX arXiv:2603.13428

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWE-CI: Evaluating Agent Capabilities in Maintaining Codebases via Continuous Integration

2026-03-04 · Jialong Chen, Xander Xu, Hu Wei, Chuan Chen 외 arxiv

Large language model (LLM)-powered agents have demonstrated strong capabilities in automating software engineering tasks such as static bug fixing. However, in the real world, the development of mature software is typica…

Code Generation

SWE-Chain: Benchmarking Coding Agents on Chained Release-Level Package Upgrades

2026-05-14 · Man Ho Lam, Chaozheng Wang, Hange Liu, Jingyu Xiao 외 arxiv

Coding agents powered by large language models are increasingly expected to perform realistic software maintenance tasks beyond isolated issue resolution. Existing benchmarks have shifted toward realistic software evolut…

HiPlan: Hierarchical Planning for LLM-Based Agents with Adaptive Global-Local Guidance

2025-08-26 · Ziyue Li, Yuan Chang, Gaihong Yu, Xiaoqiu Le arxiv

Large language model (LLM)-based agents have demonstrated remarkable capabilities in decision-making tasks, but struggle significantly with complex, long-horizon planning scenarios. This arises from their lack of macrosc…

CATArena: Evaluating Evolutionary Capabilities of Code Agents via Iterative Tournaments

2025-10-30 · Lingyue Fu, Xin Ding, Linyue Pan, Yaoming Zhu 외 arxiv

Current evaluation for Large Language Model (LLM) code agents predominantly focus on generating functional code in single-turn scenarios, which fails to evaluate the agent's capability for continuous code optimization an…

EvoSkill Injection: Red-Teaming Autonomous Skill Generation and Evolution in Self-Evolving Agents

2026-08-31 · Doyun Kim, Chanwoo Kim, Sugyeong Eo, Yeo-Chan Yoon 외 arxiv

LLM-based agent systems increasingly adopt skill-based architectures to reduce repetitive reasoning costs and improve stable, efficient task execution. Recent studies propose self-evolving agents that autonomously genera…