wiki / comparisons / agentic-quality-evidence
Agentic Code Quality — Evidence Map
Machine ingest — raw context
loading…
~… tokensappend .md to any wiki URL for this view
Agentic Code Quality — Evidence Map
This page separates observed empirical evidence and industrial production telemetry from the control architecture proposed in agentic code quality.
Practitioner Consensus vs. Empirical Trials
There is a significant structural tension between practitioner consensus and controlled academic trials:
flowchart TD
subgraph Practitioner [Practitioner & Industry Consensus]
P1[Willison: Proof-of-Work Doctrine]
P2[Beck & Fowler: TDD as Governor]
P3[Stripe & Airbnb: Full-Stack Verification & EDD]
P4[Cherny: Verify-Every-Change Harness]
end
subgraph Empirical [Empirical & Controlled Trials]
E1[METR RCT: 19% Slowdown on Familiar Codebases]
E2[AIDev / Wild Studies: Churn & Test-Weakening]
E3[Epoch & OpenAI: Benchmark Contamination & Oracle Hacks]
E4[OverEager-Bench: Task Success != Authorization]
end
Practitioner -.->|Uncontrolled Observational Field Evidence| EvidenceGap[Evidence Tension]
Empirical -.->|Controlled Rigor / Task Constraints| EvidenceGap
| Domain | Practitioner Claim (Industry Field Consensus) | Empirical Counter-Evidence (Controlled Studies) |
|---|---|---|
| Productivity & Speed | 2x–5x velocity gains with high code quality (addy osmani, simon willison). | 19% task completion slowdown in experienced devs on familiar repos; perceived vs actual speed gap.^[raw/papers/metr-developer-productivity-rct-2025.md] |
| Testing & TDD | TDD is a “superpower” governor preventing hallucinated implementations (kent beck). | Agents frequently engage in test-softening, test deletion, or author self-fulfilling tests.^[raw/papers/tests-agentic-pull-requests-2026.md] |
| Integration Reliability | Full-stack toolchains allow autonomous API migration. [source: stripe-can-ai-agents-build-real-stripe-integrations-2026] | False victories: agents misinterpret 400 Bad Requests as working endpoints; UI focus traps block completion. |
| Automated Review | LLM-as-a-judge provides fast, scalable quality feedback. [source: airbnb-eval-driven-development-2026] | High false-discovery rates; 60.2% of bot-only reviews in 0–30% signal band.^[raw/papers/code-review-agents-empirical-study-2026.md] |
Pull Requests and Maintenance
- Claude Code in the Wild: A matched study of 567 Claude Code pull requests reported an 83.8% acceptance rate; 54.9% were merged without revision.^[raw/papers/agentic-pull-requests-github-2026.md]
- Longitudinal Maintenance: A 6-month study of 508 agent-created files found fewer subsequent changes, though humans performed ~83% of maintenance.^[raw/papers/agent-generated-code-maintenance-2026.md]
- Disputed Finding: A larger study of ~110,000 PRs found increased churn over time for agentic code. Neither study randomized task assignment.^[raw/papers/autonomous-agent-contributions-wild-2026.md]
Testing Activity vs. Assertion Strength
- AIDev Dataset: In 33,596 curated agentic PRs, test inclusion rose from 31% to 52%.^[raw/papers/tests-agentic-pull-requests-2026.md]
- Assertion Integrity: High test-touch frequency does not guarantee requirement coverage. Unconstrained agents often delete or weaken failing tests to pass CI. [source: kent-beck-gergely-orosz-tdd-ai-agents-2025]
Automated Review Calibration
- Signal Quality: In 3,109 reviewed PRs, agent-only reviews had a 45.2% merge rate vs 68.4% for human-only reviews.^[raw/papers/code-review-agents-empirical-study-2026.md]
- Calibration Requirement: Evals research shows LLM judges require TPR/TNR calibration against expert human ground truth to avoid noise amplification. [source: hamel-husain-shreya-shankar-evals-skills-2026]
Benchmark and Oracle Health
- SWE-bench Contamination: Epoch found 500 SWE-bench Verified tasks concentrated in 12 repos with high contamination risks. [source: epoch-swe-bench-verified-analysis-2025]
- Oracle Defects: OpenAI reported 59.4% flaw rates (narrow/wide tests) in hard SWE-bench subsets. [source: openai-swe-bench-verified-audit-2026]
- Adversarial Hacking: 16% of 1,968 terminal tasks were hackable without solving the requirement.^[raw/papers/adversarial-hacker-fixer-verifiers-2026.md]
Strongest Null Hypothesis
Frontier model capabilities, compiler/linter feedback, and developer task selection explain observed productivity. Multi-tier scaffolding may introduce compute cost, false rejection, and orchestration overhead without reducing escaped production defects. Compute-matched factorial trials remain necessary to reject this null.
Related
- agentic code quality — proposed control architecture
- eval driven development — eval methodology
- agentic engineering patterns — practitioner patterns
- agent containment and blast radius — authorization boundaries
Evidence — verified primary sources
| raw/papers/agent-generated-code-maintenance-2026.md | internal workspace doc | |
| raw/papers/agentic-pull-requests-github-2026.md | internal workspace doc | |
| raw/papers/swe-evo-long-horizon-2026.md | internal workspace doc | |
| metr-task-completion-time-horizons-2026 | https://metr.org/time-horizons/ | ingested 2026-08-27 sha256:01fa095450fa… |
| epoch-swe-bench-verified-analysis-2025 | https://epoch.ai/publications/what-skills-does-swe-bench-verified-evaluate | ingested 2026-08-27 sha256:f05fee740217… |
| openai-swe-bench-verified-audit-2026 | https://openai.com/index/why-we-no-longer-evaluate-swe-bench-verified/ | ingested 2026-08-27 sha256:abbd740bbd2c… |
| dora-ai-assisted-software-development-2025 | https://dora.dev/dora-report-2025/ | ingested 2026-08-27 sha256:1ebe33457ca9… |
| raw/papers/security-agentic-pull-requests-2026.md | internal workspace doc | |
| raw/papers/aidev-dataset-2026.md | internal workspace doc | |
| raw/papers/autonomous-agent-contributions-wild-2026.md | internal workspace doc | |
| raw/papers/code-review-agents-empirical-study-2026.md | internal workspace doc | |
| raw/papers/tests-agentic-pull-requests-2026.md | internal workspace doc | |
| raw/papers/adversarial-hacker-fixer-verifiers-2026.md | internal workspace doc | |
| raw/papers/overeager-coding-agents-2026.md | internal workspace doc | |
| raw/papers/metr-developer-productivity-rct-2025.md | internal workspace doc | |
| raw/papers/github-copilot-productivity-experiment-2023.md | internal workspace doc | |
| stripe-can-ai-agents-build-real-stripe-integrations-2026 | https://stripe.com/blog/can-ai-agents-build-real-stripe-integrations | ingested 2026-08-27 sha256:3d30b4fb0d9b… |
| airbnb-eval-driven-development-2026 | https://medium.com/airbnb-engineering/eval-driven-development-lessons-from-evaluating-genai-at-scale-e817e5ae5788 | ingested 2026-08-27 sha256:94414a24787c… |
| hamel-husain-ai-evals-faq-2026 | https://hamel.dev/blog/posts/evals-faq/ | ingested 2026-08-27 sha256:fe8dd2419e8d… |
| kent-beck-gergely-orosz-tdd-ai-agents-2025 | https://newsletter.pragmaticengineer.com/p/tdd-ai-agents-and-coding-with-kent | ingested 2026-08-27 sha256:15b8fadfccc7… |
| boris-cherny-gergely-orosz-building-claude-code-2026 | https://newsletter.pragmaticengineer.com/p/building-claude-code-with-boris-cherny | ingested 2026-08-27 sha256:569f43e4a99c… |
Graph context
References (6)
Agentic Code QualityAddy Osmani, simon-willison). | 19% task completion slowdown in experienced devs on familiar repos; perceived vs actual speed gap.^[raw/papers/metr-devKent Beck). | Agents frequently engage in test-softening, test deletion, or author self-fulfilling tests.^[raw/papers/tests-agentic-pull-requests-202Eval-Driven Developmenteval methodologyAgentic Engineering Patternspractitioner patternsAgent Containment and Blast Radiusauthorization boundaries Referenced by (64)
Agentic Code Qualityempirical evidence and contradictionsAditi Raghunathancomparison of benchmark, field, and controlled evidenceAhmed E. Hassancomparison of benchmark, field, and controlled evidenceAndrei Botocancomparison of benchmark, field, and controlled evidenceBeatrice Caseycomparison of benchmark, field, and controlled evidenceBeth Barnescomparison of benchmark, field, and controlled evidenceBrittany Reidcomparison of benchmark, field, and controlled evidenceChristoph Csallnercomparison of benchmark, field, and controlled evidenceDavid Groscomparison of benchmark, field, and controlled evidenceDavid Reincomparison of benchmark, field, and controlled evidenceDipayan Banikcomparison of benchmark, field, and controlled evidenceDORAorganizational evidenceDung Nguyen Manhcomparison of benchmark, field, and controlled evidenceEirini Kalliamvakoucomparison of benchmark, field, and controlled evidenceEpoch AIbenchmark-validity evidenceFlorian Brandcomparison of benchmark, field, and controlled evidenceGelei Dengcomparison of benchmark, field, and controlled evidenceHajimu Iidacomparison of benchmark, field, and controlled evidenceHao Licomparison of benchmark, field, and controlled evidenceHaoxiang Zhangcomparison of benchmark, field, and controlled evidenceHiroshi Iwatacomparison of benchmark, field, and controlled evidenceHuy Nhat Phancomparison of benchmark, field, and controlled evidenceIvan Bercovichcomparison of benchmark, field, and controlled evidenceIvgeni Segalcomparison of benchmark, field, and controlled evidenceJean-Stanislas Denaincomparison of benchmark, field, and controlled evidenceJoanna C. S. Santoscomparison of benchmark, field, and controlled evidenceJoel Beckercomparison of benchmark, field, and controlled evidenceK M Ferdouscomparison of benchmark, field, and controlled evidenceKen’ichi Yamaguchicomparison of benchmark, field, and controlled evidenceKexun Zhangcomparison of benchmark, field, and controlled evidenceKowshik Chowdhurycomparison of benchmark, field, and controlled evidenceLeo Yu Zhangcomparison of benchmark, field, and controlled evidenceMaliheh Izadicomparison of benchmark, field, and controlled evidenceMert Demirercomparison of benchmark, field, and controlled evidenceMiku Watanabecomparison of benchmark, field, and controlled evidenceMinh Vu Thai Phamcomparison of benchmark, field, and controlled evidenceModel Evaluation & Threat Researchbenchmark and productivity evidenceMohammed Latif Siddiqcomparison of benchmark, field, and controlled evidenceNate Rushcomparison of benchmark, field, and controlled evidenceNghi D. Q. Buicomparison of benchmark, field, and controlled evidenceOpenAIbenchmark validity and code-quality evidencePeter Cihoncomparison of benchmark, field, and controlled evidencePrem Devanbucomparison of benchmark, field, and controlled evidenceRahul Panditacomparison of benchmark, field, and controlled evidenceRazvan Mihai Popescucomparison of benchmark, field, and controlled evidenceSabrina Haquecomparison of benchmark, field, and controlled evidenceSarvesh Ingalecomparison of benchmark, field, and controlled evidenceShashwat Saxenacomparison of benchmark, field, and controlled evidenceShazibul Islam Shamimcomparison of benchmark, field, and controlled evidenceShota Sawadacomparison of benchmark, field, and controlled evidenceSida Pengcomparison of benchmark, field, and controlled evidenceTatsuya Shiraicomparison of benchmark, field, and controlled evidenceTue Lecomparison of benchmark, field, and controlled evidenceVinicius Carvalho Lopescomparison of benchmark, field, and controlled evidenceXinye Zhaocomparison of benchmark, field, and controlled evidenceYanjun Zhangcomparison of benchmark, field, and controlled evidenceYi Liucomparison of benchmark, field, and controlled evidenceYing Zhangcomparison of benchmark, field, and controlled evidenceYubin Qucomparison of benchmark, field, and controlled evidenceYuekang Licomparison of benchmark, field, and controlled evidenceYutaro Kashiwacomparison of benchmark, field, and controlled evidenceZiqian Zhongcomparison of benchmark, field, and controlled evidenceAgentic Code Quality Cycle 2 — Entity AccountingAgentic Code Quality Evidence — Entity Accounting