0 cumulative citations
View corpus contextCoding agents increase development velocity by roughly 28–38% across repositories, but repositories that did not commit AI configuration suffer far larger quality declines—about a twofold rise in cognitive complexity (≈+53% vs +27%) and a 1.7× increase in static-analysis warnings—while repositories with committed AI configuration show attenuated quality costs.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Coding agents increase development velocity but also technical debt. Prior work reports only average effects across adopters, hiding wide differences between teams. We introduce RAMP (Repository AI Maturity Profile), a four-level cumulative maturity model grounded in version-controlled artifacts that teams commit to configure AI tools. RAMP runs from behavioral rules and coding standards through named agent definitions to multi-agent orchestration, with observed practice concentrated in the first three levels. Across 441 repositories the levels behave as a cumulative scale, and independent human annotation reproduces RAMP's repository-level labels on 97% of a held-out sample. Adoption is cumulative, forward-only, and set-and-forget: 73.8% of artifacts are committed once and never modified. Re-estimating an existing agent-adoption panel within each stratum, agents accelerate development regardless of maturity (28-38% more commits), but quality diverges: among agent-first repositories, where the contrast is identified, those without committed AI configuration show roughly twice the increase in cognitive complexity (+53% versus +27%) and 1.7x the increase in static-analysis warnings. Because maturity is observational, correlated engineering discipline or model capability may explain part of the gap; we present these findings as hypothesis-generating and release RAMP as a reusable instrument.
Summary
Main Finding
Adopting autonomous coding agents increases development velocity across repositories, but repositories that commit AI configuration artifacts (higher RAMP maturity) experience substantially smaller quality degradations. Using a new, version-control–grounded maturity scale (RAMP), the authors find agents yield 28–38% more commits on average, while increases in cognitive complexity and static-analysis warnings are roughly twice as large in repositories without committed AI configuration (e.g., +53% vs +27% complexity; ~1.7× more warnings).
Key Points
- RAMP (Repository AI Maturity Profile): a four-level, cumulative maturity model based on committed repository artifacts:
- L1 — Unconfigured: no AI-related files committed.
- L2 — Grounded: behavioral rules, configs, architecture, coding-style docs (gives project context).
- L3 — Agent-Augmented: named agents, reusable commands, skill guides (reusable capabilities).
- L4 — Orchestration: multi-agent workflows, pipelines, session logs (coordination).
(L4 is defined but rare in the development sample.)
- Classification pipeline:
- Artifact discovery via 43 filename/path patterns covering 12 AI coding tools (e.g., Claude, Cursor, Copilot, Gemini CLI, JetBrains AI, etc.), plus cross-tool and markdown sweeps.
- Semantic classification into 9 categories using an ensemble: deterministic tool-pattern match (highest priority), path-token embedding similarity, and content-text embedding similarity. Embeddings used: nomic-ai/nomic-embed-text-v1.5.
- Repository maturity = highest level with ≥1 artifact (cumulative).
- Validation and scale:
- Development dataset: 441 private corporate repositories (27 orgs); ~4,300 candidate artifacts; 1,046 validated AI artifacts across 217 repos.
- Guttman scalogram analysis confirms cumulative hierarchy of observed levels.
- Human annotation reproduces classifier labels on a held-out sample: 97% agreement (34/35 repos). Reported classifier reliability CR ≈ .997.
- Adoption dynamics (Study 1):
- Adoption is cumulative (higher levels typically include lower-level artifacts), forward-only, and predominantly set-and-forget: 73.8% of artifacts are committed once and never modified.
- Maturity is therefore a stable, observable repository property usable for stratification.
- Outcomes stratified by RAMP (Study 2):
- Re-analyzing an agent-adoption panel (Agarwal et al.) stratified by RAMP shows:
- Velocity gains from agents are robust across maturity strata (roughly +28–38% commits).
- Quality costs concentrate in lower-maturity repos: in the agent-first stratum (where contrast is identified), Level 1 repos without committed AI configuration show ~2× larger increases in cognitive complexity (+53% vs +27%) and ~1.7× larger increases in static-analysis warnings compared to Level 2+ repos.
- Re-analyzing an agent-adoption panel (Agarwal et al.) stratified by RAMP shows:
- Causal caveat: RAMP is observational. Correlated factors (engineering discipline, developer skill, model capability, prior processes) may explain part of the heterogeneity; findings are presented as hypothesis-generating.
Data & Methods
- Datasets:
- Development sample: 441 private GitHub repositories from 27 commercial organizations; initial sweep returned 30,216 candidate artifacts across 1,931 repos, filtered down to ~4,300 candidate files and 1,046 validated artifacts in 217 repos.
- Study 1 temporal subset: 196 repositories with reconstructed git histories used to characterize transitions.
- Study 2 (outcomes): applied RAMP to the open-source agent-adoption panel from Agarwal et al.; of 518 agent-adopting repos, 9 lacked accessible snapshots; remainder classified (≈509 treated repos).
- Artifact discovery:
- Hierarchical search: tool-specific patterns (43 patterns across 12 tools), cross-tool patterns at tool directories and repo root, then non-standard markdown sweep for discovery stats.
- Filters removed single-artifact repos, boilerplate project files, outlier template repos, and near-duplicates.
- Semantic classification:
- Nine category templates (rules, configuration, architecture, code-style, agents, commands, skills, flows, session-logs, plus a general-documentation fallback).
- Text embedded via nomic-ai/nomic-embed-text-v1.5 (768-d vectors; long-window support).
- Priority ensemble: tool-pattern → path-embedding cosine similarity → content-embedding cosine similarity. Content used when path absent or signals disagree.
- Level assignment: cumulative max-level with ≥1 artifact.
- Validation:
- Guttman scalogram and other reliability checks on development set.
- Human annotation of held-out repos: classifier reproduced labels for 34/35 repos (97%).
- Statistical analysis (Study 2):
- Re-estimation of existing staggered difference-in-differences agent-adoption panel, stratified by RAMP level, to estimate heterogenous treatment effects on velocity (commits, LOC) and quality (cognitive complexity, static-analysis warnings, duplication).
Implications for AI Economics
- Heterogeneous returns to AI tooling: The productivity gains from coding agents are broadly positive but accompanied by heterogeneous quality costs that depend on observable repository practices. This implies nontrivial dispersion in economic returns to AI adoption across teams/firms.
- Investment in configuration as economic capital: Committing behavioral rules, configuration, and reusable agent artifacts appears to moderate downstream quality costs. These artifacts function like a low-cost governance/coordination investment that reduces technical-debt externalities from agent-generated work.
- Persistent, path-dependent heterogeneity: Adoption is “set-and-forget” and forward-only for most artifacts, implying that early choices about AI configuration can create persistent differences in realized productivity-quality trade-offs across teams—relevant for firms optimizing AI deployment strategies.
- Measurement and causal inference: RAMP provides a concrete, version-control–based instrument to measure practice maturity, enabling stratified analyses of AI adoption ROI, cost of technical debt, and labor-productivity trade-offs. However, the current findings are correlational; causal claims about the protective effect of maturity require randomized or quasi-experimental validation (e.g., instrumenting for configuration investments or running controlled rollouts).
- Management and policy takeaways:
- Firms and teams should consider investing in minimal committed AI configuration (rules, configs) as a low-friction governance mechanism to capture velocity gains without incurring as much quality degradation.
- Tool vendors and platform designers could lower adoption frictions by making project-aware configuration easier to create, test, and version.
- For economic modeling of AI adoption, incorporate heterogeneity in practices (RAMP-type measures) when estimating benefits, technical-debt costs, and labor reallocation effects.
- Future research directions relevant to AI economics:
- Causal evaluation of whether deploying committed AI configuration reduces long-run maintenance costs and total cost of ownership.
- Cost–benefit modeling of the upfront labor and coordination required to create RAMP artifacts versus expected savings in review, rework, and maintenance.
- Firm-level studies connecting RAMP maturity to hiring, compensation, and team structure decisions shaped by agent adoption.
Limitations: observational maturity measurement — confounding by unobserved team capabilities and model/tool differences remains possible. RAMP is released as a reusable instrument to enable further causal and economic studies.
Assessment
Claims (8)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| RAMP is a four-level cumulative maturity model for AI-assisted software development based on artifacts committed to version control: Level 1 is unconfigured, Level 2 contains grounding and context artifacts, Level 3 contains reusable agent capabilities, and Level 4 contains multi-agent orchestration. Other | positive | Repository AI-practice maturity classification |
Reading fidelity
high
Study strength
medium
|
n=441
|
| The RAMP classifier reproduced human-derived repository maturity levels for 34 of 35 repositories in a held-out annotation study, corresponding to 97% agreement. Other | positive | Agreement between automated RAMP labels and human annotations |
Reading fidelity
high
Study strength
medium
|
n=35
97% agreement
|
| AI-practice adoption in repositories is cumulative, forward-only, and predominantly set-and-forget. Adoption Rate | positive | Persistence and direction of repository AI-configuration adoption |
Reading fidelity
high
Study strength
medium
|
n=196
73.8% of artifacts committed once and never modified
|
| Coding-agent adoption increased development velocity across maturity strata, producing 28–38% more commits. Developer Productivity | positive | Number of repository commits after coding-agent adoption |
Reading fidelity
high
Study strength
medium
|
n=509
28–38% more commits
|
| Among agent-first repositories, cognitive complexity increased substantially more in repositories without committed AI configuration than in repositories with Level 2 or higher configuration: approximately +53% versus +27%. Output Quality | negative | Change in cognitive complexity of repository code after agent adoption |
Reading fidelity
high
Study strength
low
|
+53% versus +27%
|
| Among agent-first repositories, the increase in static-analysis warnings was approximately 1.7 times larger in repositories without committed AI configuration than in repositories with committed configuration. Error Rate | negative | Change in static-analysis warnings after coding-agent adoption |
Reading fidelity
high
Study strength
low
|
1.7× the increase in static-analysis warnings
|
| The quality differences associated with RAMP maturity should not be interpreted as causal because maturity is observational and correlated engineering discipline or model capability may explain part of the observed gap. Ai Safety And Ethics | mixed | Interpretability and causal attribution of post-adoption quality changes |
Reading fidelity
high
Study strength
high
|
not reported
|
| The development-sample RAMP levels exhibit a cumulative hierarchy according to Guttman scalogram analysis. Other | positive | Cumulative ordering of AI-practice maturity levels |
Reading fidelity
high
Study strength
medium
|
n=441
CR = .997
|