When Post-Anchor Metrics Fail: Stabilization Regimes in AI-Evidence Open-Source Projects

📅 2026-07-18
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This study addresses the limitations of existing anchor-based post-stabilization density metrics, which often conflate genuine stabilization obligations arising from architectural changes in AI open-source projects with routine maintenance activities, thereby misclassifying the latter as technical debt. By integrating large-scale GitHub repository mining with double-blind manual annotation (Cohen’s Kappa = 0.50), the work identifies six archetypal “stabilization mechanisms,” elucidating the root causes of such misclassification. Building upon these insights, the authors propose an attribution-calibrated analytical framework to enable more precise assessment. Empirical evaluation across 338 high-visibility repositories reveals that while anchors are pervasive, 97% of candidate events cannot be attributed to deferred stabilization obligations, demonstrating that conventional metrics suffer from substantial false-positive rates.
📝 Abstract
Repository mining studies increasingly analyze AI-evidence projects, yet it remains unclear how to measure whether architectural changes create deferred stabilization obligations. A natural metric, post-anchor stabilization density, counts tests, CI gates, documentation, and fixes appearing after a durable boundary is introduced. We show that this metric fails. In a diff-level study of 338 high-visibility 2026 GitHub repositories, anchors are common (321 of 338 contain real changed-file anchor evidence), but a controlled 308-event contiguous-window experiment finds no post-anchor uplift: broad and strict stabilization signals both yield median post/pre density ratios near 1.0, and non-anchor controls are equally dense. We introduce stabilization regimes, six recurring patterns that explain why the density metric fails, and use human validation to calibrate them. Two independent coders label 100 stratified candidate-anchor events from blinded packets (kappa = 0.50 on debt attribution). The validation exposes a two-layer trap: many candidate anchors are not durable boundaries (45 of 100), and even among valid anchors in this calibration sample the no-uplift result holds: only 3 of 100 events survive as attributable delayed obligations; the remaining 97 are explained by classifier error, anchor-local hardening, background maintenance, or pre-anchor hardening. Post-anchor density conflates pervasive maintenance with genuine debt; controlled designs with regime-aware attribution are necessary before repository mining can reliably identify stabilization obligations.
Problem

Research questions and friction points this paper is trying to address.

stabilization obligations
post-anchor metrics
technical debt
repository mining
AI-evidence projects
Innovation

Methods, ideas, or system contributions that make the work stand out.

stabilization regimes
post-anchor metrics
technical debt
repository mining
anchor validation