pith. machine review for the scientific record. sign in

arxiv: 2601.18341 · v2 · submitted 2026-01-26 · 💻 cs.SE

Recognition: unknown

Agentic Much? Adoption of Coding Agents on GitHub

Romain Robbes , Th\'eo Matricon , Thomas Degueule , Andre Hora , Stefano Zacchiroli

Authors on Pith no claims yet
classification 💻 cs.SE
keywords agentscodingadoptioncodecommitsllmscompletionfinding
0
0 comments X
read the original abstract

In the first half of 2025, coding agents have emerged as a category of development tools that have very quickly transitioned to the practice. Unlike ''traditional'' code completion LLMs such as Copilot, agents like Cursor, Claude Code, or Codex operate with high degrees of autonomy, up to generating complete pull requests starting from a developer-provided task description. This new mode of operation is poised to change the landscape in an even larger way than code completion LLMs did, making the need to study their impact critical. Also, unlike traditional LLMs, coding agents tend to leave more explicit traces in software engineering artifacts, such as co-authoring commits or pull requests. We leverage these traces to present the first large-scale study (128,018 projects) of the adoption of coding agents on GitHub, finding an estimated adoption rate of 22.20%--28.66%, which is very high for a technology only a few months old--and increasing. We carry out an in-depth study of the adopters we identified, finding that adoption is broad: it spans the entire spectrum of project maturity; it includes established organizations; and it concerns diverse programming languages or project topics. At the commit level, we find that commits assisted by coding agents are larger than commits only authored by human developers, and have a large proportion of features and bug fixes. These findings highlight the need for further investigation into the practical use of coding agents.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 7 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. A Dataset of Agentic AI Coding Tool Configurations

    cs.SE 2026-05 accept novelty 8.0

    A publicly released dataset of 15,591 configuration artifacts for five agentic AI coding tools, drawn from 4,738 GitHub repositories along with associated files and AI-co-authored commits.

  2. Architecture Without Architects: How AI Coding Agents Shape Software Architecture

    cs.SE 2026-04 unverdicted novelty 7.0

    AI coding agents perform vibe architecting by making prompt-driven architectural choices that produce structurally different systems for identical tasks.

  3. A Large-Scale Empirical Study of AI-Generated Code in Real-World Repositories

    cs.SE 2026-03 unverdicted novelty 7.0

    A large-scale study of real-world repositories finds that AI-generated code differs from human-written code in complexity, structural traits, defect indicators, and commit-level activity patterns.

  4. Code Review Agent Benchmark

    cs.SE 2026-03 unverdicted novelty 7.0

    c-CRAB benchmark shows state-of-the-art code review agents solve only around 40% of tasks derived from human reviews, suggesting potential for human-AI collaboration.

  5. ORBIT: Guided Agentic Orchestration for Autonomous C-to-Rust Transpilation

    cs.SE 2026-04 unverdicted novelty 6.0

    ORBIT achieves 100% compilation success and 91.7% test success on 24 mostly large programs from CRUST-Bench by using dependency-aware orchestration and iterative verification, outperforming prior static and baseline tools.

  6. The Buy-or-Build Decision, Revisited: How Agentic AI Changes the Economics of Enterprise Software

    cs.CY 2026-04 unverdicted novelty 5.0

    Agentic AI transforms in-house software development into a hybrid governance model but does not overturn the advantages of buying SaaS for most enterprise application categories.

  7. Tokalator: A Context Engineering Toolkit for Artificial Intelligence Coding Assistants

    cs.SE 2026-04 unverdicted novelty 4.0

    Tokalator is a toolkit with VS Code extension, calculators, and community resources to monitor and optimize token usage in AI coding environments.