The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

Coding 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.

A Few Pages of Markdown: Committed AI Configuration and Lower Quality Cost after Coding-Agent Adoption
Yegor Denisov-Blanch, Shyam Agarwal, Pavel Azaletskiy, Hao He, Rylan Schaeffer, Brando Miranda, Bogdan Vasilescu, Sanmi Koyejo · August 26, 2026
arxiv quasi_experimental medium evidence 8/10 relevance Full text usable extracted full text Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

Arxiv

Latest observation:

  1. Yegor Denisov-Blanch unresolved corpus identity
  2. Shyam Agarwal unresolved corpus identity
  3. Pavel Azaletskiy unresolved corpus identity
  4. Hao He unresolved corpus identity
  5. Rylan Schaeffer unresolved corpus identity
  6. Brando Miranda unresolved corpus identity
  7. Bogdan Vasilescu unresolved corpus identity
  8. Sanmi Koyejo unresolved corpus identity

Semantic Scholar

Latest observation:

  1. Yegor Denisov-Blanch provider ID
  2. Shyam Agarwal provider ID
  3. P. S. Azaletskiy provider ID
  4. Hao He provider ID
  5. Rylan Schaeffer provider ID
  6. Brando Miranda provider ID
  7. Bogdan Vasilescu provider ID
  8. Sanmi Koyejo provider ID
Committed AI configuration (RAMP levels ≥2) is a stable, reproducibly measurable repository property and, while coding agents increase commit velocity across all strata (≈28–38%), repositories without committed AI configuration experience substantially larger increases in code complexity and static-analysis warnings after agent adoption.

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.
  • 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

Paper Typequasi_experimental Evidence Strengthmedium — The study uses a credible quasi-experimental staggered DiD framework for agent adoption and a well-validated classifier (97% reproduction on held-out annotation) to stratify repositories. However, the key moderator (RAMP maturity) is observational and likely correlated with unobserved team-level confounders (engineering discipline, prior AI exposure, model/tool choice, etc.), so heterogeneous effect estimates are associative and may not identify causal moderation cleanly. Methods Rigormedium — Strong engineering of the measurement instrument (artifact discovery + embedding-based semantic classification, Guttman analysis of cumulative scale, held-out human validation) and use of staggered DiD for outcomes; but potential biases remain from non-random assignment of maturity, sample selection (convenience corporate sample for instrument development), and limited observed controls for confounding in the moderation analysis. SampleDevelopment/validation: 441 private GitHub repositories from 27 commercial organizations (∼4,300 candidate files, 1,046 validated AI artifacts across 217 repos, 1,026 scoreable across 210 repos); temporal subset of 196 repos with reconstructed git histories used to study adoption dynamics. Study 2: re-analysis of the open-source agent-adoption panel from Agarwal et al. (originally ~518 treated repos; 509 treated repos analyzed here after tracing), with the frozen RAMP classifier applied to those repositories (development and Study 2 corpora are disjoint). Themesproductivity human_ai_collab adoption org_design IdentificationStaggered difference-in-differences re-analysis of an existing agent-adoption panel (Agarwal et al.), stratified by repository RAMP maturity; classifier-validated cohort construction and temporal reconstruction for adoption dynamics. Authors emphasize that maturity is observational and treat heterogeneity findings as associative/hypothesis-generating rather than fully causal. GeneralizabilityDevelopment sample drawn from 27 commercial organizations — may not represent broader open-source ecosystems or all industries., RAMP trained on and validated primarily on committed configuration artifacts and 12 specific AI tools; other tools or undocumented practices may be missed., Maturity is observational and likely correlated with unobserved factors (engineering discipline, team size, development process, prior AI experience, model/tool quality) that limit causal interpretation of moderation., Level 4 (orchestration) is defined but rare/absent in the development sample, limiting inference about highly orchestrated multi-agent workflows., Temporal, geographic, and tooling shifts (rapid evolution of AI tools and practices) may limit applicability to future periods or different toolchains.

Claims (8)

ClaimDirectionOutcomeConfidence & EvidenceDetails
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
0.48
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
0.48
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
0.48
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
0.48
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%
0.24
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
0.24
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
0.8
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
0.48

Notes