Preprint
Reinforcement Learning

AI IDEs vs Autonomous Agents

Shyam Agarwal, Hao He, Bogdan Vasilescu
January 20, 2026arXiv.org10 citations

10

Citations

1

Influential Citations

arXiv.org

Venue

2026

Year

Abstract

Large language model (LLM) based coding agents increasingly act as autonomous contributors that generate and merge pull requests, yet their real-world effects on software projects are unclear-especially compared with widely adopted IDE-based AI assistants. We present a longitudinal causal study of agent adoption in open-source repositories using staggered difference-in-differences with matched controls. Using the AIDev dataset, we define adoption as the first agent-generated pull request and analyze monthly repository-level outcomes spanning development velocity (commits, lines added) and software quality (static-analysis warnings, cognitive complexity, duplication, and comment density). Results show large, front-loaded velocity gains only when agents are the first observable AI tool in a project; repositories with prior AI IDE usage experience minimal or short-lived throughput increases. In contrast, quality risks are persistent across settings, with static-analysis warnings and cognitive complexity rising by roughly 18% and 39%, indicating sustained agent-induced technical debt even when velocity advantages fade. These heterogeneous effects suggest diminishing returns to AI assistance and highlight the need for quality safeguards, provenance tracking, and selective deployment of autonomous agents. Our findings establish an empirical basis for understanding how agentic and IDE-based tools interact, and motivate research on balancing acceleration with maintainability in AI-integrated development workflows. The replication package for this study is publicly available at https://github.com/shyamagarwal13/agentic-coding-impact.

Analysis

Why This Paper Matters

This paper addresses a critical gap in understanding how autonomous coding agents affect real-world software projects. While LLM-based coding agents are increasingly deployed to generate and merge pull requests autonomously, their actual impact on development velocity and software quality has been largely anecdotal. The study provides the first causal evidence using a rigorous quasi-experimental design, revealing that the benefits of agentic AI are highly context-dependent and often short-lived, while quality degradation persists. This matters for AI practitioners because it challenges the assumption that more automation always improves productivity and highlights the need for careful integration strategies.

Technical Contributions

The paper's key innovation is its methodological rigor in a domain often dominated by correlational studies. The authors employ a staggered difference-in-differences (DiD) framework with matched controls, which allows them to isolate the causal effect of agent adoption from other temporal trends. They define adoption precisely as the first agent-generated pull request, using the AIDev dataset that tracks AI tool usage across repositories. The analysis covers multiple outcome dimensions: development velocity (commits, lines added) and software quality (static-analysis warnings, cognitive complexity, duplication, comment density). This multi-faceted approach provides a comprehensive view of trade-offs.

Results

Concrete metrics from the study include:

  • Velocity gains: Large, front-loaded increases in commits and lines added, but only in repositories where agents were the first observable AI tool. Repositories with prior AI IDE usage saw minimal or short-lived throughput increases.
  • Quality degradation: Static-analysis warnings rose by approximately 18%, and cognitive complexity increased by about 39%. These effects persisted even after velocity gains diminished, indicating sustained technical debt.
  • Heterogeneous effects: The results show diminishing returns to AI assistance, with the most significant benefits occurring when agents are introduced into a previously unassisted environment.

Significance

This work establishes an empirical foundation for understanding how agentic and IDE-based AI tools interact in practice. It motivates further research into balancing acceleration with maintainability, and it provides actionable insights for AI practitioners: autonomous agents should be deployed selectively, with quality safeguards and provenance tracking to mitigate long-term technical debt. The public replication package also enables the community to build on these findings, fostering more evidence-based development of AI-integrated workflows.