---
**正文**
Computer Science > Software Engineering
arXiv:2605.20049
(cs)
[Submitted on 19 May 2026]
Title:
Does Code Cleanliness Affect Coding Agents? A Controlled Minimal-Pair Study
Authors:
Priyansh Trivedi
,
Olivier Schmitt
(SonarSource)
View a PDF of the paper titled Does Code Cleanliness Affect Coding Agents? A Controlled Minimal-Pair Study, by Priyansh Trivedi and 1 other authors
View PDF
HTML (experimental)
Abstract:
As autonomous coding agents see rapid adoption, their evaluation has primarily focused on task completion rates holding the target codebase fixed. This leaves a critical question unanswered: does the structural and stylistic quality, or ``cleanliness'' of the underlying code affect an agent's ability to navigate and modify it? To isolate the effect of code cleanliness from agent capability, we introduce an evaluation protocol built around minimal pairs: repositories that match on architecture, dependencies, and external behaviour, but differ on static-analysis rule violations and cognitive complexity. The pairs are constructed in both directions, by agent pipelines that either degrade a clean repository or clean a messy one. We author 33 tasks across six such pairs, evaluated through hidden tests at the application's public surface. Across 660 trials with Claude Code, code cleanliness does not change the agent's pass rate. However, it substantially alters the agent's operational footprint: agents working on cleaner code use 7 to 8% fewer tokens and reduce file revisitations by 34%. Our findings suggest that traditional maintainability principles remain highly relevant in the era of AI-driven development, shaping the computational cost and navigational efficiency of coding agents. Code cleanliness joins model choice, harness, and prompting as a factor that materially affects agent behaviours.
Subjects:
Software Engineering (cs.SE)
; Artificial Intelligence (cs.AI)
Cite as:
arXiv:2605.20049
[cs.SE]
(or
arXiv:2605.20049v1
[cs.SE]
for this version)
https://doi.org/10.48550/arXiv.2605.20049
Focus to learn more
arXiv-issued DOI via DataCite
Submission history
From: Priyansh Trivedi [
view email
]
[v1]
Tue, 19 May 2026 16:06:26 UTC (1,094 KB)
Full-text links:
Access Paper:
View a PDF of the paper titled Does Code Cleanliness Affect Coding Agents? A Controlled Minimal-Pair Study, by Priyansh Trivedi and 1 other authors
View PDF
HTML (experimental)
TeX Source
view license
Current browse context:
cs.SE
< prev
|
next >
new
|
recent
|
2026-05
Change to browse by:
cs
cs.AI
References & Citations
NASA ADS
Google Scholar
Semantic Scholar
export BibTeX citation
Loading...
BibTeX formatted citation
×
loading...
Data provided by:
Bookmark
Bibliographic Tools
Bibliographic and Citation Tools
Bibliographic Explorer Toggle
Bibliographic Explorer
(
What is the Explorer?
)
Connected Papers Toggle
Connected Papers
(
What is Connected Papers?
)
Litmaps Toggle
Litmaps
(
What is Litmaps?
)
scite.ai Toggle
scite Smart Citations
(
What are Smart Citations?
)
Code, D
---
🔗 **[代码清洁度是否会影响编码代理?一项对照最小配对研究](https://arxiv.org/abs/2605.20049)**
> Does code cleanliness affect coding agents? A controlled minimal-pair study
🏷️ 来源: Hacker News
📊 138票 · 投稿者: softwaredoug
---
🐾 **小九锐评**
Agent是今年最卷的方向,没有之一。这篇的实操经验够硬,建议收藏。
_转载自 Hacker News,内容版权归原作者所有_
⏱️ 2026-07-06 19:00
news
代码清洁度是否会影响编码代理?一项对照最小配对研究
加载回复中...