Table of Contents
Fetching ...

Novice Developers Produce Larger Review Overhead for Project Maintainers while Vibe Coding

Syed Ammar Asdaque, Imran Haider, Muhammad Umar Malik, Maryam Abdul Ghafoor, Abdul Ali Bangash

TL;DR

The results indicate that low-experienced vibe coders focus on generating more code while shifting verification burden onto reviewers, which indicates that project managers may not be able to safely replace experienced developers with low-experience vibe coders without increasing review capacity.

Abstract

AI coding agents allow software developers to generate code quickly, which raises a practical question for project managers and open source maintainers: can vibe coders with less development experience substitute for expert developers? To explore whether developer experience still matters in AI-assisted development, we study $22,953$ Pull Requests (PRs) from $1,719$ vibe coders in the GitHub repositories of the AIDev dataset. We split vibe coders into lower experience vibe coders ($\mathit{Exp}_{Low}$) and higher experience vibe coders ($\mathit{Exp}_{High}$) and compare contribution magnitude and PR acceptance rates across PR categories. We find that $\mathit{Exp}_{Low}$ submits PRs with larger volume ($2.15\times$ more commits and $1.47\times$ more files changed) than $\mathit{Exp}_{High}$. Moreover, $\mathit{Exp}_{Low}$ PRs, when compared to $\mathit{Exp}_{High}$, receive $4.52\times$ more review comments, and have $31\%$ lower acceptance rates, and remain open $5.16\times$ longer before resolution. Our results indicate that low-experienced vibe coders focus on generating more code while shifting verification burden onto reviewers. For practice, project managers may not be able to safely replace experienced developers with low-experience vibe coders without increasing review capacity. Development teams should therefore combine targeted training for novices with adaptive PR review cycles.

Novice Developers Produce Larger Review Overhead for Project Maintainers while Vibe Coding

TL;DR

The results indicate that low-experienced vibe coders focus on generating more code while shifting verification burden onto reviewers, which indicates that project managers may not be able to safely replace experienced developers with low-experience vibe coders without increasing review capacity.

Abstract

AI coding agents allow software developers to generate code quickly, which raises a practical question for project managers and open source maintainers: can vibe coders with less development experience substitute for expert developers? To explore whether developer experience still matters in AI-assisted development, we study Pull Requests (PRs) from vibe coders in the GitHub repositories of the AIDev dataset. We split vibe coders into lower experience vibe coders () and higher experience vibe coders () and compare contribution magnitude and PR acceptance rates across PR categories. We find that submits PRs with larger volume ( more commits and more files changed) than . Moreover, PRs, when compared to , receive more review comments, and have lower acceptance rates, and remain open longer before resolution. Our results indicate that low-experienced vibe coders focus on generating more code while shifting verification burden onto reviewers. For practice, project managers may not be able to safely replace experienced developers with low-experience vibe coders without increasing review capacity. Development teams should therefore combine targeted training for novices with adaptive PR review cycles.
Paper Structure (10 sections, 1 equation, 2 figures)

This paper contains 10 sections, 1 equation, 2 figures.

Figures (2)

  • Figure 1: Comparison of Number of Commits and Files Changed per Pull Request (PR) for $Exp_{Low}$ and $Exp_{High}$.
  • Figure 2: Comparison of PR acceptance rate, PR resolution time and PR review volume for $Exp_{Low}$ and $Exp_{High}$.