Written by: Mark Hull, Co-Founder and CEO, Exceeds AI | Last updated: July 12, 2026
Key Takeaways
- 84% of developers now use or plan to use AI coding tools, so detection systems directly affect productivity instead of acting as a neutral oversight layer.
- Heuristic AI code detectors achieve only 20–25% accuracy, which generates widespread false positives, shifts verification work onto reviewers, and slows delivery.
- Research from METR, GitClear, and DORA links AI adoption to slower velocity for experienced developers, higher code churn, and reduced delivery stability even as throughput rises.
- Client-level provenance capture removes false-positive overhead by recording authoritative, line-level attribution at commit time instead of guessing after the fact.
- Engineering leaders who want reliable AI governance data can connect their repo and start a free pilot with Exceeds AI to replace guesswork with verifiable records.
Research Sources and Comparison Approach
This report draws on the following primary data sources:
- 2025 Stack Overflow Developer Survey (n=49,000+): developer sentiment, adoption rates, and trust in AI outputs
- METR randomized controlled trial (2025): controlled measurement of experienced developer velocity with and without AI tools
- GitClear longitudinal analysis: 211 million lines of code from 2020–2024, tracking churn rates correlated with AI adoption
- Google DORA 2025 report: throughput, delivery stability, and trust metrics across AI-adopting organizations
- Retool May 2026 survey (n=307 CTOs, CIOs, and CISOs): code review time changes, incident rates, and net productivity assessments
The comparison framework distinguishes two detection approaches: heuristic detection (pattern matching, watermark scanning, and behavioral inference applied post-hoc) and client-level provenance capture (on-machine attestation at the moment of authorship). Because most published studies measure AI tool productivity rather than detector-specific overhead in isolation, this report derives false-positive cost estimates from review-time data instead of controlled detector experiments. That constraint makes the productivity impact estimates conservative rather than definitive.
Start your free pilot to see real attribution data in under an hour
Key Findings Summary
- Heuristic AI code detectors top out at approximately 20–25% accuracy by Exceeds AI’s own assessment, creating a structural false-positive problem that shifts verification work onto reviewers.
- Senior technology leaders report increased code review time since adopting AI coding tools, with 45% of CTOs reporting longer review cycles.
- The METR 2025 RCT found experienced open-source developers were 19% slower with AI tools despite perceiving themselves as 20% faster, which makes self-reported productivity data unreliable.
- GitClear found code churn rose from approximately 3.3% in 2020 to 5.7% in 2024, correlating with increased AI adoption and signaling rising rework costs downstream.
- Cortex 2026 benchmark data shows pull requests per author increased 20% while incidents per PR jumped 23.5%, so higher throughput came with lower delivery stability.
- Client-level provenance capture removes the false-positive workload by replacing inference with authoritative, line-level attribution recorded at commit time.
Replace guesswork with verifiable AI provenance by connecting your repo
Accuracy Benchmarks for AI Code Detection
Heuristic detection relies on observable proxies such as large code volumes written in short windows, watermark strings left by tools like Claude Code, formatting patterns tied to specific models, and commit message keywords. Each signal is weak on its own. As noted in the key findings, heuristic and watermark-based detection tops out at approximately 20–25% accuracy across the tool landscape, with higher accuracy for tools that consistently embed identifiable markers and lower accuracy for tools that do not.
The practical consequence is that most AI-generated lines either go undetected or trigger false positives on human-written code. Neither outcome supports governance. Undetected AI code bypasses review policies. False positives impose verification overhead on code that did not require extra scrutiny.
Client-level capture works differently. An on-machine provenance layer observes what the AI tool does at the moment of authorship, including which tool, which model, which interaction mode, how many tokens, and how many iterations, then writes a structured attestation alongside the commit. The attribution is not inferred after the fact, because it is recorded as the work happens. That architectural difference creates the accuracy gap between heuristic detection and authoritative provenance.
Verification Time Waste and False-Positive Workload Costs
The 20–25% accuracy ceiling documented above translates directly into wasted verification time. When detectors misclassify three-quarters of the code they flag, reviewers must manually determine which flags are real, and that workload shows up in organization-wide metrics. Retool’s May 2026 survey of 307 CTOs, CIOs, and CISOs found that 45% of CTOs report increased code review time since adopting AI coding tools, compared to 28% of CISOs, a gap that reflects the different vantage points of engineering throughput versus security posture.

When heuristic detectors flag code incorrectly, the downstream effect is a manual verification task. A reviewer must determine whether the flagged lines are genuinely AI-generated, whether the AI-generated lines meet policy thresholds, and whether the PR should proceed, be revised, or be escalated. At scale, across hundreds of PRs per week, that overhead accumulates into a measurable drag on cycle time. 22% of organizations in the Retool survey experienced at least one production incident caused by an AI-generated internal tool in the past 12 months, which shows that review overhead is not producing proportional quality improvement.
The security governance gap compounds the problem. Only 47% of CISOs view AI coding tools as a net positive overall, and unresolved detection uncertainty feeds that skepticism and slows adoption across the organization.
Net Productivity Effects on Code Velocity
The METR 2025 randomized controlled trial found that experienced open-source developers were 19% slower when using AI coding tools, despite perceiving themselves as 20% faster. The 19% slowdown documented in the METR trial reveals a deeper problem: teams reporting productivity gains may be measuring sentiment rather than velocity, and governance decisions built on self-reported data inherit that error.

The churn increase documented by GitClear, from 3.3% to 5.7% over four years, means more rework that consumes the time savings often credited to AI tools. Higher churn also hides in downstream maintenance budgets rather than in headline throughput metrics.
Cortex 2026 benchmark data shows pull requests per author increased 20% while incidents per PR jumped 23.5%. Volume is up, while stability is down. Uplevel’s quantitative study of nearly 800 developers found that GitHub Copilot access produced no significant change in efficiency metrics but caused the Copilot group to introduce 41% more bugs.
High AI penetration magnifies these effects. Google’s internal data shows 75% of new code at Google is AI-generated and approved by engineers. At that penetration rate, the accuracy ceiling of heuristic detection becomes a structural bottleneck, because if detectors misclassify 75–80% of AI-generated lines, review policies built on those detections operate on noise.
Multi-tool environments widen the gap further. Teams that use Cursor for feature work, Claude Code for refactoring, Codex for batch tasks, and GitHub Copilot for autocomplete generate attribution signals that no single-vendor heuristic can reconcile. The result is an aggregate visibility gap that makes cross-tool productivity comparisons impossible without a tool-agnostic provenance layer.
Get line-level visibility across your entire AI toolchain
Answers to Common Questions
How AI-Generated Code Accuracy Affects Productivity
DORA 2025 shows that 24% of respondents trust AI-generated code a great deal or a lot, while 30% trust it little or not at all. Trust in AI output accuracy has declined from 40% in 2024 to 29% in 2025 among developers surveyed by Stack Overflow. Lower trust increases manual verification time whether or not a formal detector exists, so distrust adds review overhead on top of the false-positive cost of heuristic detection.
See how provenance changes review behavior in your own repo
Why Many AI Projects Fail to Deliver Productivity Gains
2025–2026 DORA research indicates that AI coding tools amplify existing delivery capabilities: teams with strong automated testing, CI/CD maturity, and architectural discipline see AI improvements reflected in throughput metrics, while teams lacking those capabilities often experience increased instability despite faster coding. A 2024 study found that 30–40% of engineers at Microsoft, Accenture, and a Fortune 100 company did not even try the AI coding product made available to them. Adoption gaps and infrastructure gaps interact, because organizations that cannot measure which lines are AI-generated cannot identify where adoption is failing or where instability originates.
Use Exceeds AI to pinpoint where AI helps and where it hurts
What Detector Productivity Impact Studies Actually Measure
Most published studies measure the productivity effect of AI coding tools, not the incremental cost of detection layers applied on top of them. The Retool review-time data is the closest available proxy for detector overhead, because increased review time in AI-adopting organizations is partly attributable to the verification work that low-accuracy detection creates. The METR slowdown and GitClear churn data measure the underlying productivity dynamics that detection policies are meant to govern, which makes them the relevant baseline for evaluating whether governance tools add or subtract net value.
Trade-off Framework for Heuristic Detection vs Provenance
The productivity trade-off from heuristic detection follows a consistent pattern. Low-accuracy detectors generate false positives, which create verification tasks that consume reviewer time. Because reviewer time is finite, this overhead becomes measurable at mid-market scale, from 100 to 999 engineers, in the form of longer cycle times and higher incident rates.

The alternative is not a lack of governance. The alternative is governance built on authoritative data rather than inference. Client-level provenance capture records AI authorship at the moment it occurs, with line-level fidelity, across every tool in the stack. The attestation is structured, portable, and machine-readable. Review policies built on that data operate on facts rather than probabilities and remove the false-positive workload at its source.
Exceeds AI’s provenance layer, Exceeds Ink, is the on-machine capture product that delivers this approach. Ink writes a line-level attestation as a Git Note alongside every commit, recording the tool, model, session, interaction mode, and token cost for every AI-touched line. Lines that cannot be confidently attributed are recorded as unknown_lines, not silently assigned to human or AI. That conservative default expresses the accuracy principle in architecture: when the data is uncertain, the attestation says so.
Evaluate Exceeds AI against this trade-off framework in a live pilot
Variations by Team Size, Tooling Maturity, and Implementation
Productivity outcomes from both AI tools and detection layers vary predictably by team size and infrastructure maturity.

50–100 engineers: Smaller teams typically have less formal review infrastructure. Heuristic detection overhead is proportionally higher at this scale because fewer reviewers must absorb false-positive triage. Client-level provenance delivers faster time-to-value because the attestation data is immediately actionable without a large analytics stack.
100–999 engineers: This range is where detection accuracy becomes a structural bottleneck. At 300 engineers generating hundreds of PRs per week, a 20–25% accurate detector produces a volume of false positives that cannot be absorbed without dedicated triage capacity. High-performing organizations that successfully scale AI pilots move from pilot to full production implementation in approximately 90 days, while many enterprises require 9+ months due to weaker delivery systems. That triage overhead directly affects implementation timelines, and unreliable detection that forces manual verification at scale contributes to the 9+ month delay. Detection accuracy is a prerequisite for the 90-day trajectory.
1,000+ engineers: 90% of Fortune 100 companies have deployed GitHub Copilot. At enterprise scale, multi-tool chaos is the norm, and single-vendor detection is structurally blind to much of the AI-generated code. Governance and compliance mandates require audit-grade records that heuristic detectors cannot produce. Portable, machine-readable attestations that live in the repository and survive outside any vendor’s platform are the only format that satisfies legal, security, and board-level scrutiny.

CI/CD maturity acts as an independent variable. AI-accelerated delivery produces measurable productivity and cost reductions only when combined with disciplined engineering practices such as architecture-first planning, mandatory automated testing, and CI/CD pipelines; without these, generated code often increases technical debt and long-term total cost of ownership. Detection layers imposed on immature pipelines add overhead without the compensating quality signal that mature pipelines provide.
See how provenance behaves at your current team size and maturity
Practical Evaluation Criteria and Operational Questions
Engineering leaders evaluating AI code detectors can use the following criteria before committing to a governance approach:
- What is the documented accuracy rate of the detection method? Heuristic tools rarely publish this figure. Require a specific number and a clear methodology for how it was measured.
- What is the false-positive rate, and who absorbs the triage cost? If reviewers absorb it, quantify the weekly hours at your PR volume before comparing tool costs.
- Does the detection method cover all AI tools your team uses? Single-vendor telemetry is blind to every other tool. Multi-tool environments need tool-agnostic capture.
- Where does the attribution data live? Proprietary cloud-only metadata creates vendor lock-in and cannot satisfy audit or legal discovery requirements. Attestations that live in the repository are portable and independently verifiable.
- Can the detection method support longitudinal outcome tracking? Knowing that a line was AI-generated at merge time matters less than knowing whether that line caused an incident 60 days later. The governance value of provenance compounds over time.
- What is the operational footprint on developer machines? Always-on daemons, PATH-shimmed binaries, and global git config mutations create security review friction and fleet management overhead. Evaluate the deployment model before the feature set.
Evaluate Exceeds AI against these criteria in a no-cost pilot
Frequently Asked Questions
How should engineering leaders interpret the METR 19% slowdown finding?
The METR 2025 randomized controlled trial measured experienced open-source developers on real tasks, not synthetic benchmarks. The 19% slowdown finding does not mean AI tools always reduce productivity. It shows that for experienced developers on complex, open-ended tasks, the overhead of prompting, reviewing, and correcting AI output can exceed the time saved. The finding matters for governance decisions because it proves that self-reported productivity gains are unreliable, since the same cohort perceived themselves as 20% faster while measuring 19% slower. Organizations that rely on developer surveys to assess AI ROI are measuring the wrong signal, and objective, commit-level data is the only reliable baseline.
What does “20–25% accuracy” mean in practice for a heuristic AI code detector?
That accuracy range means that for every 100 lines the detector flags as AI-generated, approximately 75–80 of those flags are either incorrect attributions or missed attributions. In a codebase where 25–30% of new code is AI-generated, a 20–25% accurate detector will misclassify most AI and human contributions. Review policies built on those classifications operate on noise. The practical consequence is that governance decisions, such as whether to require additional review, whether to flag a PR for escalation, or whether to report AI penetration to the board, are made on data that is wrong most of the time. Client-level provenance replaces that uncertainty with a structured attestation recorded at the moment of authorship.
Why does the Retool data show both increased and decreased review times after AI adoption?
The split reflects differences in detection and governance maturity across organizations. Teams with authoritative provenance data and well-calibrated review policies can reduce review time because reviewers have reliable attribution information and do not need to manually verify AI origin. Teams that rely on heuristic detection or no detection at all experience increased review time because reviewers must compensate for attribution uncertainty with additional manual inspection. The 45% figure cited earlier, which covers CTOs reporting increased review time, disproportionately represents organizations operating in the heuristic detection regime. The 37% reporting decreased review time are more likely to have invested in structured attribution that reduces verification overhead.
Does Exceeds Ink work if my team uses multiple AI coding tools?
Yes. Exceeds Ink is tool-agnostic by design. It includes first-class adapters with deep per-tool fidelity for Claude Code, Cursor, Codex, GitHub Copilot, and Windsurf, plus lighter-weight detection across up to approximately 50 AI tools. Each adapter uses per-tool checkpoint materializers that resolve edit evidence against the actual working tree at commit finalization, so a session that mixes Cursor edits with human-typed lines correctly retains the human attribution. The resulting Git Note attestation records the tool, model, session, interaction mode, and token cost for every attributed line, which gives engineering leaders a single, aggregate view of AI impact across the entire toolchain instead of one vendor’s slice of it.
How long does it take to get actionable data from Exceeds AI?
Setup requires GitHub, GitLab, or Azure DevOps authorization plus a lightweight per-machine Ink install. First insights are available within 60 minutes of authorization. Complete historical analysis across the repository is available within four hours. Real-time updates appear within five minutes of new commits. That timeline contrasts with the months-long onboarding typical of metadata-only platforms and the approximately nine-month average time-to-ROI reported for Jellyfish. The speed difference comes from architecture: because Exceeds Ink writes attestations at commit time rather than backfilling from metadata, the data is available as soon as the repository connection is established.
Move from inference to authoritative provenance in under a day
Conclusion: Moving from Guesswork to Authoritative Records
The 2025–2026 research record on AI code detector productivity impact converges on a consistent finding: the governance overhead imposed by low-accuracy heuristic detection is a measurable productivity cost, not a neutral administrative layer. The METR slowdown, the GitClear churn rise, the DORA stability decline, and the Retool review-time data all point to the same dynamic. AI adoption increases throughput metrics while creating downstream quality and verification costs that erode the net gain.
Heuristic detectors with 20–25% accuracy cannot resolve that dynamic. They add a verification workload on top of the existing review overhead without providing the attribution fidelity that would make that workload purposeful. The organizations that capture the full productivity value of AI coding tools will be those that replace inference with authoritative provenance, using line-level, tool-aware, commit-anchored attestation that makes governance decisions tractable instead of probabilistic.
That is the category distinction this report is designed to clarify. Heuristic detection is a guess. Client-level provenance is a record. The productivity difference between the two is the false-positive workload that one imposes and the other removes.
Move from inference to authoritative provenance by connecting your repo today