Are coding agents much better at starting projects than fixing real codebases?
Summary
An observation that coding agents perform well on new projects but often struggle with existing codebases, where the need for minimal changes and understanding of hidden dependencies limits their effectiveness.
Similar Articles
Feels like coding agents are good at finding code but bad at understanding projects
Discusses the observation that while coding agents are effective at locating code, they struggle with deeper project understanding, such as component relationships and project style. The author introduces RepoWise, a tool that provides repository-level signals like dependency graphs and git history to address these issues.
People running coding agents across real repos: what breaks after the agent writes the code?
This article discusses the practical challenges engineering teams face when adopting AI coding agents, such as task safety, context retrieval, output review, and coordination, and proposes a readiness model for evaluation.
Are coding agents creating a new review problem?
The article discusses how while coding agents can effectively generate code, they introduce a new bottleneck in reviewing and trusting the changes, questioning whether agents reduce or shift the review workload.
Local coding agents are good now, but only if you babysit them
The author finds local coding agents useful for small tasks but requires constant supervision to prevent errors and scope creep, describing an iterative workflow of small fixes, tests, and manual diffs.
Frontier Coding Agents Use Metaprogramming to Adapt to Unfamiliar Programming Languages
This paper evaluates six frontier coding agents on esoteric programming languages and finds that stronger agents use metaprogramming—writing Python programs to generate and debug code in the unfamiliar target language. Forbidding this strategy causes large performance drops, while providing Python helper code improves weaker agents.