paper-with-me

Papers

Is Agent Code Less Maintainable Than Human Code?

2026-06-19 · Shaswat Patel, Betty Li Hou, Arun Purohit, Kai Xu, Jane Pan, He He, Valerie Chen arxiv

Maintainability is a core dimension of software engineering, shaping how code is written, reviewed, and developed over time. While coding agents have demonstrated strong performance on single-issue tasks, it remains unclear how maintainable their code is when future agents build on top of it, potentially leading to compounding downstream effects. We investigate how agent code compares to human code in these maintenance settings, presenting CodeThread, a framework to construct controlled experiments from repository-level coding benchmarks. Applying CodeThread to four frontier coding agents and four benchmarks, we find that agents are less effective at resolving tasks when building on agent code compared to human code, with task resolve rate drops of up to 13.1%. Regression analysis reveals that many traditional software engineering maintainability metrics do not explain this difference. Instead, the clearest signals are subtler behavioral differences in agent code, such as changes to input validation and error handling, along with differences in downstream code size and task difficulty. These findings highlight the need to evaluate these systems not only by immediate task resolution but also by code maintainability, and point to potential sources of downstream errors introduced by agent code.

📄 PDF Abstract BibTeX arXiv:2606.21804

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Introducing Consort: A Spec-First Agent Framework for Enforced, Test-Driven Development on Live Database Branches

2026-09-09 · Kevin Hartman arxiv

When an agent writes code, the development framework becomes the control system for a non-deterministic worker. Spec-first, agent-driven frameworks have gained rapid traction since 2025; the installable ones, GitHub Spec…

Agent-Based Modular Learning for Multimodal Emotion Recognition in Human-Agent Systems

2025-12-02 · Matvey Nepomnyaschiy, Oleg Pereziabov, Anvar Tliamov, Stanislav Mikhailov 외 arxiv

Effective human-agent interaction (HAI) relies on accurate and adaptive perception of human emotional states. While multimodal deep learning models - leveraging facial expressions, speech, and textual cues - offer high a…

Multimodal Emotion RecognitionMultimodal Deep Learning

Describing Agentic AI Systems with C4: Lessons from Industry Projects

2026-03-16 · Andreas Rausch, Stefan Wittek arxiv

Different domains foster different architectural styles -- and thus different documentation practices (e.g., state-based models for behavioral control vs. ER-style models for information structures). Agentic AI systems e…

Infini Memory: Maintainable Topic Documents for Long-Term LLM Agent Memory

2026-06-09 · Suozhao Ji, Baodong Wu, Zehao Wang, Lei Xia 외 arxiv

Long-term LLM agents need persistent memory that can track changing facts and provide relevant evidence across sessions. Existing memory systems often store observations as isolated records, summaries, or indexed fragmen…

Refactoring Codebases through Library Design

2025-05-26 · Ziga Kovacic, Celine Lee, Justin Chiu, Wenting Zhao 외

Maintainable and general software allows developers to build robust applications efficiently, yet achieving these qualities often requires refactoring specialized solutions into reusable components. This challenge become…