Paul Jialiang Wu agentic-portfolio ✉️ Free list
← Back to portfolio

AI-Native Series · ANDON · Agentic PR Review and CI/CD · Episode 1 of 5

The PR Flood Is Measured, Not Felt

Agentic PR review and CI/CD, episode 1. Merged pull requests on GitHub more than tripled in the years coding agents arrived; inside one company that measured itself, human review became the narrow pipe; and this month an AI was allowed to count as a required approver. This episode puts numbers, N and dates on the flood, says what changed in the last thirty days, and explains, with five whys, why a machine gate comes before any reviewer, human or model.

By Paul Jialiang Wu · agentic-portfolio-lovat.vercel.app · 2026-09-09 · Episode 1 of 5

Cover: white ground with a black left rail. Eyebrow ANDON · AGENTIC PR REVIEW & CI/CD · EPISODE 1 OF 5 · THE PR FLOOD above the serif title The PR Flood Is Measured, Not Felt, two grey lines: Merged PRs tripled as agents arrived. Human review became the narrow pipe. Episode 1: the numbers, what changed this month, and the machine gate first. Three grey cards: WHAT IT IS, a 5-episode series, A·N·D·O·N, 4 horizons, about 140 verified sources, 1 live repo; WHO IT IS FOR, maintainers behind on PRs, engineers, founders, the curious student; WHAT YOU LEAVE WITH, 10 gates as a contract, plus the 5 Whys behind each choice. A black band: THE ONE FINDING · ONE ENTERPRISE, 802 DEVELOPERS, 196,212 PRs, JAN 2024 → APR 2026 — throughput 2.09×, human review coverage 89% → 68%. Faster than humans can review. GitHub's answer, 2026-09-01: an AI may now count as a required approver.
The one finding, with its scope: one enterprise, 802 developers, 196,212 pull requests, January 2024 to April 2026.

1-minute takeaway — what you'll walk away with

What this is. Episode 1 of ANDON, a five-part series on agentic PR review and CI/CD, written after a four-horizon research pass (30 days, 30 months, 30 years, 300 years) and while building the gates for a real repository. This episode is the PR flood itself: how big, measured where, what changed in the last month, and why the first gate must be a machine that has no opinions.

Why it matters. For an engineer: the bottleneck moved from writing code to judging it, and the tools that judge it are now allowed to press merge. For a founder: review capacity is the constraint on how fast agents can be let loose, and it is a number you can read from your own repository in five minutes. For a student: this is what "the constraint moved" looks like in data, and the oldest answer to it is a pair of iron plugs from 1821.

What you can do after reading. Measure your own flood with three commands, decide which of the ten machine gates you are missing, and install them from the 30-minute contract below. Then read episodes 2 to 5 for the four rules that make an AI reviewer trustworthy: never silent, data not prose, only inside the envelope, negative test.

ANDON — the series spine
  1. A · Assess — The PR flood is measured, not felt this episode
  2. N · Never silent — Jidoka for repositories episode 2
  3. D · Data, not prose — The rule that cannot drift episode 3
  4. O · Only in the envelope — Blast radius is a path list episode 4
  5. N · Negative test — A gate is installed only once it has gone red episode 5

What this series covers, and why the PR flood is episode 1

Coding agents open pull requests. Many of them. A repository that used to receive a few human PRs a week now receives dozens from Copilot's coding agent, Codex, Claude Code, Cursor and Devin, each polite, each plausible, each waiting for a person to say yes. This series is about what stands between those PRs and the main branch: the machine gates, the AI reviewers, the merge queue, and the one human decision that should remain human. It is written for maintainers who are behind, engineers deciding what to automate, founders deciding what to trust, and students who want to see a constraint move in real data.

The name is the Toyota cord. On a Toyota line any worker can pull the andon cord to stop production when something is wrong, and the cord is only trusted because it is pulled, often. The five letters are five rules, each one an episode, each one already enforced in a private manufacturing quality-management repository I co-build, where the gates in this series were installed during the research: Assess the flood with numbers before choosing a gate; Never silent, a gate that could not run says so on the PR; Data not prose, rules live in one file and are drift-checked; Only inside a path envelope may an AI cause a merge; Negative test, pull the cord on purpose before trusting the green.

The flood is episode 1 because every later choice depends on its size. A gate designed for five PRs a week is a different object from one designed for fifty, and the research turned up a specific reason to distrust intuition here: in the one randomized trial of AI coding tools on experienced developers in the dossier, participants believed the tools had made them about 20 percent faster and measured 19 percent slower. Feel is not a measurement. So this episode is numbers first, with their N and their dates, then the thirty days that changed the merge button, then the one picture that carries the series, then the worked case, then the five whys behind putting a machine gate first.

The flood in numbers

Three kinds of numbers exist, and they do not agree, which is itself the finding. Platform counts, field studies inside companies, and controlled experiments each measure something different, so the table gives each its scope.

What was measuredNumberScope and date
Merged pull requests per month on GitHub~25M → >90M (3.6×)Platform-wide, January 2023 to mid-2026, GitHub's own blog, 2026-06-18 [1]
Pull requests merged in one year518.7M (+29%)Octoverse 2025, 2025-10-28; the Copilot coding agent alone opened over 1M PRs in its first five months [2]
Fully agent-written PRs merged per week at one company>1,000Stripe, 2026-02-09; human-reviewed, "no human-written code" [3]
Per-capita throughput under a "2×" mandate2.09×One enterprise, 802 developers, 196,212 PRs, January 2024 to April 2026 [4]
Share of PRs with at least one human review, same study89% → 68%Same enterprise; AI review coverage rose from about 19% to 84% over the same period [4]
Merged PRs per developer after adopting a CLI coding agent+24%Tens of thousands of Microsoft engineers, observational, 2026-07-01 [5]
Time to complete a task with AI tools, randomized−19% (slower); developers believed about +20%16 experienced open-source developers, 246 tasks, early 2025; a rerun reported in February 2026 found −4% for new recruits with wide intervals, and the authors changed the design over selection effects [6, 7]
Projects showing coding-agent traces22–29%128,018 GitHub projects, 2026-01-26 [8]
Agent PR acceptance rate, stratified by agent68–80%7,156 PRs: Codex 79.9%, Cursor 74.4%, Claude Code 72.6%, Devin and Copilot 68.0%, 2026-02-09 [9]
Agent PRs whose description misstates the code1.7% of PRs are highly inconsistent; those merge at 28.3% vs 80.0% and take 3.5× longer23,247 agent PRs, 2026-01-08 [10]
Repositories with two agents active on overlapping PRs40.2%; cross-agent conflict rate 41.7% vs 19.8% within one agent33,596 agent PRs, 2,807 repositories, 2026-07-06 [11]
Main-branch breakage, AI-assisted vs not1.9% vs 4.4%200K+ merges, 477 organisations using a merge queue, 2026-07-27; 94% of queues process one PR at a time [12]

Read the table as a shape rather than a verdict. Volume tripled at platform scale and doubled inside the one company that measured itself carefully. The share of that volume a human actually reviewed fell by a fifth in the same company, while the share reviewed by a model went from a fifth to most of it. Agent PRs are accepted at roughly the human rate once you stratify by agent and task, but the ones that fail are larger, touch more files, fail CI, or say something their diff does not do. And the controlled evidence on whether any of this makes an individual faster is, at best, unsettled: the randomized trial found a slowdown, and its authors have since said the design cannot survive developers refusing the no-AI arm.

The company-level numbers are the ones a maintainer feels. CodeRabbit put it in one sentence when it announced $10M of free review for public repositories on 2026-08-26:

"AI has completely collapsed the cost of producing a contribution, shifting the great bottleneck of software development from generating code, to judging it."
— CodeRabbit, 2026-08-26 [13]

The maintainer of curl measured the same thing from the receiving end: about 20 percent of 2025 security submissions were AI slop and about 5 percent were genuine, and in January 2026 the project ended its bug bounty after the valid-report rate fell below 5 percent [14, 15].

What changed in the last thirty days

The research window closed on 2026-09-09, and the month before it moved the merge button itself.

Put together: the tools that write the code can now review it, approve it, fix the checks and merge it, and the decision of whether they may is a repository setting. That makes the setting the design, which is what the next four episodes are about.

One picture for five episodes: the kitchen's three passes

A plate leaves a serious kitchen through three passes, and they differ in kind, not in strictness. The scale, the thermometer and the ticket check are pass one; they have no opinions, and an underweight plate does not leave, whoever cooked it. The sous-chef tastes and writes a note, "salt is high on the third ladle, whether it goes out is yours," which is pass two; the note points at a ladle. The chef reads the note, tastes that spoonful, and says out or not, pass three. Cold starters the sous-chef has tasted go out without the chef, because a wrong dressing is a remake, not a refund; the hot line always waits.

KitchenRepositoryEpisode
The scale: no opinions, underweight never leavesMachine gates G1 to G10: tenant filter and permission on every write route, no secret shapes, model change implies migration, every id column a foreign key, bilingual docs together, tests, golden cases, provenance, size, and every gate able to go red1 and 5
The kitchen's own stop: the mixer that halts when a spring breaks, and the cook who says "the scale is broken" instead of guessingA gate or reviewer that could not run posts "unmeasured" on the PR; a response-time bot that does not depend on anyone remembering2
The recipe card everyone reads the same wayRules as data in one file, rendered into the documentation and the reviewer prompt, drift-checked in CI3
Cold starters go out without the chef; the hot line never doesAn AI may cause a merge only inside a path envelope it did not choose, as one of five conditions; application code, migrations and CI are never inside it4
Weighing a known weight before service to prove the scale reads trueEvery gate ships with a self-test that makes it fail on a planted defect; a reviewer counts as installed only after it has gone red on a known-bad PR5
Table titled THE SERIES SPINE · FOUR HORIZONS · WHAT EACH ONE SETTLED ABOUT GATES with columns HORIZON, LANDMARKS (VERIFIED), THE PRINCIPLE A 2026 GATE INHERITS. Rows: 300 years (1785 to 2009): Blanc's 50 locks, the 1821 Ordnance bore plugs one to pass the other not to enter, the 1896 Toyoda loom that stops itself, the 1924 Shewhart control-chart memo, the 1950 andon cord, 1956 Western Electric rules, the 2009 WHO checklist; principle: go or no-go, never looks fine, the machine halts itself, anyone may pull the cord, rules written so two people read the chart the same way. 30 years (1999 to 2023): Beck and Fowler daily integration, Bacchelli and Bird 2013, bors, McIntosh 2014, Micco 2017 84 percent flakes, Google 2018 24 lines under 4 hours, SLSA and sigstore 2021, merge queue 2023; principle: small, fast, always-green main, test the merge result, separate flake from fault, a green build is not provenance. 30 months (2024-03 to 2026-08): Devin, Copilot agent, Octoverse 518.7M PRs, GitHub 25M to 90M per month, Stripe 1,000 agent PRs per week, enterprise 2.09x with human review 89 to 68 percent, agent PRs merge 68 to 80 percent, mis-described PRs merge at 28 percent, kernel humans sign; principle: the bottleneck moved to judging, provenance is a trailer nobody checks, no one formalised a review SLA, the merge queue is next. 30 days (2026-08-09 to 09-09), boxed in black: 09-01 Copilot can approve, 09-02 Agent Merge, 08-12 CodeRabbit 143M, 09-07 policy census 83.3 permit 48.8 disclose 14.9 forbid; principle: the AI reaches the merge button, whether it may press it is a repository setting, so the setting is the design. Footer: every landmark is in the series dossier with a verification status.
The series spine. Every landmark carries a verification status in the dossier; the 1821 plugs and the 1896 loom are episode 5's and episode 2's, the 2013 and 2018 review studies are episode 3's, and the last row is this episode's.

The older rows are named here so the figure asserts nothing the text does not. Blanc stripped fifty musket locks and reassembled them from randomly chosen parts before witnesses in 1785 [38]. Google's 2018 study of about nine million reviewed changes found a median of 24 lines modified and a median full-review latency under four hours [39]. McIntosh and colleagues found in 2014 that low review coverage and participation predict up to two and five additional post-release defects per component [40]. Micco reported in 2017 that 84 percent of Google's pass-to-fail transitions came from flaky tests [41]. SLSA and sigstore arrived in 2021 as the response to SolarWinds [42]. And the WHO surgical checklist trial of 2009 cut deaths from 1.5 to 0.8 percent across eight hospitals [43]. The remaining landmarks in the figure: Beck named continuous integration as an Extreme Programming practice in 1999 and Fowler wrote its canonical description in 2000, with the rule that nobody has a higher-priority task than fixing the build [44, 45]; the Rust project's bors bot has tested the merge result rather than the branch since 2013, and GitHub made the merge queue a first-class feature in July 2023 [46, 47]; Devin launched in March 2024 and GitHub's Copilot coding agent entered public preview in May 2025 [48, 49]; and Shewhart's memorandum proposing the control chart is dated 16 May 1924 [50]. Each returns in the episode that owns it.

The worked case: one repository on 2026-09-09

The repository is a quality-management system for factories, where every record may be pulled as evidence in a customer audit, and where a merged defect is a false record rather than a bug. Two people maintain it: a domain co-founder and me, and most of my contributions are produced by an AI session with me directing. On the morning this episode's research finished, I read the repository's numbers with the same three commands anyone can run, and they had the literature's shape at one tenth the scale.

Diagram titled ONE PRIVATE REPOSITORY, READ ON 2026-09-09 · THE FLOOD AT SMALL SCALE. Left card, WHAT THE NUMBERS SAID: 39 merged PRs, 30 authored by an AI session; 0 reviews on any of those 30; 9 co-founder PRs, all merged in one batch after 4 to 8 days; largest PR +16,739 / −12,330, 41 files; 3 PRs open 57 hours with zero maintainer response; 0 of 6 gate scripts had ever been made to go red on purpose; 1 budget quota-exhausted alarm, actually a cancelled job; CI minutes used this month 352 of 2,000. Right card, THE MACHINE GATES (PASS 1 · THE SCALE): G1 tenant filter and permission on every write route, G2 no secret shapes, G3 model change implies migration, G4 every id column declares a foreign key, G5 bilingual docs together, G6 tests green and G7 golden cases reproduce, G8 provenance, G9 size, G10 every gate can go red; note: G8 to G10 were added by this episode's research; red greys the merge button once branch protection is on. Black band: THE SAME SHAPE AS THE LITERATURE, ONE ORDER OF MAGNITUDE SMALLER — agent throughput up, human review not happening, gates never proven, alarms mis-fired; enterprise 2.09x and 89 to 68 percent, this repo 30 of 39 agent PRs and 0 of 30 reviewed, same curve.
Read from the repository by script, not from memory. The three commands are in the contract below.

The dossier behind this series holds about 140 sources, each marked fetched, search-verified or unverified. The repository's own numbers on the day: thirty-nine merged PRs; the largest a UI rebuild of +16,739 and −12,330 lines across 41 files; 352 of the month's 2,000 CI minutes used. Thirty of thirty-nine merged PRs were authored by the AI session, and none of those thirty had a review, because the person who could review them was the person directing the agent. The co-founder's nine PRs had waited four to eight days and then merged in one afternoon. Three new PRs from him had been open fifty-seven hours with no response from anyone. None of the six gate scripts had ever been made to fail on purpose; the seventh gate, the test suite itself, is the one gate that is not a script. And the script that watches the CI minute budget had raised a "quota exhausted" alarm on a job that turned out to be a concurrency cancellation, nine seconds old.

That last line is the one to keep. A detector that mis-fires is worse than none, because the next alarm gets ignored, and this repository had already lost most of late August (2026-08-21 to 08-30, eleven days by its own log) to a CI that died silently on exhausted Actions minutes, with nobody watching the alarm. Episode 5 is about that. Episode 2 is about the fifty-seven hours. This episode's job was the seven gates on the right of the figure, and the research added three: a provenance gate, because the literature shows AI markers on only 14.4 percent of private merges and the repository was relying on a convention nobody checked; a size gate with a lower limit for agent-assisted PRs, because the PRs that fail are the large ones; and a self-test contract, because zero of the six gate scripts had ever gone red.

Five whys: why the machine gate comes first

The series' distinguishing device is the same question asked five times, until the answer stops being a preference and becomes a mechanism. Here it is for episode 1's choice, that the first pass is a machine with no opinions, before any reviewer.

#Why?BecauseEvidence
1Why not let the AI reviewer be the gate?Because the model's verdicts on a diff are probabilistic, and a merge condition that can be argued with becomes something contributors argue with. The scale does not negotiate.Automated reviewers "underperform" on real PRs and are better at functional errors than design issues; a deployed industrial reviewer reports 26.7 percent of its comments outdated [31, 32]
2Why must the machine gate cover tenant isolation, secrets, migrations and foreign keys specifically?Because those are the failures that produce a false record in a quality system, and a false record is the one defect an audit cannot forgive. They are also fully decidable by a script.The repository's own rules, and the pattern from 1821: a bore plug either passes or it does not [33]
3Why should the gate results be attached to the AI brief verbatim rather than re-judged?Because a second opinion on a settled check is noise, and noise is what makes people stop reading briefs. Human reviewers spend their attention on understanding, not on re-running the scale.Bacchelli and Bird, ICSE 2013: reviews are "less about defects than expected" and more about understanding [34]
4Why do the rules have to be written down as data?Because two reviewers reading the same chart will otherwise reach different verdicts, which is the exact problem Western Electric solved in 1956 by publishing the run rules.Western Electric rules: "to ensure that line workers and engineers interpret control charts in a uniform way" [35]; episode 3
5Why does the gate have to be made to fail on purpose before it counts?Because a gate that has never gone red is indistinguishable from a decoration with a green light, and this repository had three of those within a month: a linter that skipped silently when it was not installed, a PR-template bot documented as existing that never existed, and the silent CI days of late August. The loom is trusted because it stops.Toyota's own account of the 1896 weft-break stop and the 1950 andon cord [36, 37]; episode 5

The root, in one sentence: a merge condition has to be something nobody can argue with, which means a machine, which means it must be written down and it must be able to say no. Everything an AI reviewer adds sits on top of that, never instead of it.

Build it in 30 minutes: the machine-gate layer as a contract

Thirty minutes is the budget the contract sets for a reader who copies this into a fresh repository; it is not a time I measured. The seven original gates in the worked case (six scripts plus the test suite) took several sessions; the three new ones took one day including the research.

ElementSpecification
Measure firstThree commands, five minutes: list merged PRs with author, merger, size and review count; list open PRs with age and labels; list the last sixty CI runs with conclusion. Write the numbers down with the date before touching a gate.
InputsThe diff against the merge base; the list of changed files; the commit messages (for trailers); the PR body (for pasted evidence).
The seven gates, minimumG1 every write route carries a tenant filter and a permission check (an AST pass, not a grep); G2 no secret shapes in added lines, positions reported, values never echoed; G3 a model change without a migration in the same PR is a block; G4 every *_id column declares a foreign key or carries a reasoned waiver; G5 paired-language docs change together; G6 the test suites; G7 a golden case library where deterministic functions must reproduce their standard outputs.
The three the flood addsG8 provenance: a commit carrying an AI co-author marker must also carry a trace to its session or tool, a bot may never sign off, and an agent-assisted PR must paste its verification output; G9 size: effective lines above a data-driven limit block, with a lower limit for agent-assisted PRs and lockfiles excluded; G10 self-test: every gate exposes a flag that proves it can fail on a planted defect, and a runner fails CI if any gate lacks one.
InvariantA red gate greys the merge button under branch protection. No gate skips silently: a missing tool, a missing key or an exception is a red, never a green.
Stop ruleGates run once per push. There is no retry inside a gate; a flaky result is a gate defect to fix, not a reason to loop.
Thresholds as dataOne JSON file: warn at 400 effective lines, block at 3,000, block at 1,500 for agent-assisted, block at 60 files. Changing it is a PR.
Deliberately missingNo AI in this layer at all. No flaky-test quarantine yet. No merge queue until the plan supports branch protection. Each is an episode or a plan decision, not a gap in the contract.
# Measure first (five minutes, any repo)
gh pr list --state merged --limit 100 --json number,author,mergedBy,additions,deletions,changedFiles,reviews
gh pr list --state open   --json number,createdAt,author,labels,reviews
gh run list --limit 60    --json conclusion,createdAt,updatedAt

# Then the gate layer, one command locally == CI
make gate    # lint · tenant-perm · graph · pr-ready(P1..P6) · selftest · migration · tests · eval

Same story, five exits

ReaderThe one decisionThe one action
StudentThe constraint moved from writing to judging; learn to judge.Read one agent PR a day in a public repo and write down, before looking at the review, whether it should merge and why.
EngineerMeasure the flood before choosing a gate.Run the three commands above on your repo today and put the numbers in the README.
FounderReview capacity, not model quality, caps how many agents you can run.Ask what share of last month's merged PRs had a human review, and whether the number is going the enterprise's way.
Executive"An AI may approve" is now a setting; decide it on purpose.Ask who owns the setting and what the envelope is before someone enables it by default.
InvestorThe money moved to governance of change, not generation of code.Ask a team to show you a gate going red on purpose; the ones that can have a process.

Patterns, anti-patterns, and the first principle

Patterns that held. Numbers with N and date before any design. A machine layer that decides only what a script can decide, and decides all of it. Gate results attached to the reviewer's brief verbatim. Thresholds in a data file. A self-test on every gate.

Anti-patterns the research named. Trusting how the flood feels (the randomized trial's 20 percent illusion). Letting a probabilistic reviewer be a merge condition. Relying on a provenance convention nobody checks. Treating a large agent PR like a large human PR. Alarms that fire on the wrong fingerprint and get switched off.

The first principle, in one sentence. Before anyone or anything judges a change, a machine with no opinions must have weighed it, and that machine must be able to say no.

Reality mission

By the time episode 2 ships, the repository in the worked case will have run its new response-time bot for the first time on the three PRs that were at fifty-seven hours, and the labels it applied will be in the dossier. If it did not label them, episode 2 says so.

Read next

Episode 1 of ANDON · Agentic PR Review and CI/CD. Every number is scoped where it appears; the kitchen is a model, not a measurement. The gates, the spec and the tests described here exist in a private repository; their shapes are reproduced in the contract so nothing depends on access to it. The four-horizon dossier that this episode may cite from is logged in the portfolio's plans directory.

References

  1. GitHub, How pull request limits are cutting down the noise, 2026-06-18. github.blog
  2. GitHub, Octoverse 2025, 2025-10-28. github.blog
  3. Stripe, Minions: Stripe's one-shot, end-to-end coding agents, 2026-02-09. stripe.dev
  4. He, Agarwal, Denisov-Blanch, Azaletskiy, Koyejo, Vasilescu, AI Writes Faster Than Humans Can Review: A Longitudinal Study of an Enterprise 2x Mandate, arXiv:2607.01904, 2026-07-02. arxiv.org — the review-coverage figures are the study's own; the companion Microsoft study is [5].
  5. Murphy-Hill, Butler, Savelieva, Adoption and Impact of Command-Line AI Coding Agents, arXiv:2607.01418, 2026-07-01. arxiv.org
  6. METR, Measuring the Impact of Early-2025 AI on Experienced Open-Source Developer Productivity, 2025-07-10. metr.org
  7. METR, We are Changing our Developer Productivity Experiment Design, 2026-02-24. metr.org
  8. Robbes, Matricon, Degueule, Hora, Zacchiroli, Agentic Much? Adoption of Coding Agents on GitHub, arXiv:2601.18341, 2026-01-26. arxiv.org
  9. Pinna, Gong, Williams, Sarro, Comparing AI Coding Agents: A Task-Stratified Analysis of PR Acceptance, arXiv:2602.08915, 2026-02-09. arxiv.org
  10. Gong, Pinna, Bian, Zhang, Analyzing Message-Code Inconsistency in Agent-Authored PRs, arXiv:2601.04886, 2026-01-08. arxiv.org
  11. Xu, Subramanian, Karthik, AI Agent PRs on GitHub: Frequency, Structure, and Merge Conflict Rates, arXiv:2607.04697, 2026-07-06. arxiv.org
  12. Mergify, State of Merge Queues 2026, 2026-07-27. mergify.com
  13. CodeRabbit, CodeRabbit commits more than $10 million to open source, 2026-08-26. coderabbit.ai
  14. Daniel Stenberg, Death by a thousand slops, 2025-07-14. daniel.haxx.se
  15. Daniel Stenberg, The end of the curl bug-bounty, 2026-01-26. daniel.haxx.se
  16. GitHub Changelog, Copilot code review can now approve pull requests, 2026-09-01. github.blog
  17. GitHub Changelog, Copilot code review: Resolution reasons and expanded capabilities, 2026-08-27. github.blog
  18. GitHub Changelog, GitHub Copilot weekly releases: August 31, 2026-09-04. github.blog
  19. Microsoft, Visual Studio Code 1.136, 2026-09-02. code.visualstudio.com
  20. Cursor, Cloud Agents and Cursor Harness Improvements, 2026-08-19. cursor.com
  21. GitHub Docs, Copilot code review (concepts). docs.github.com
  22. GitHub Changelog, Upcoming changes to GitHub Copilot policies and billing, 2026-08-28. github.blog
  23. Anthropic, Code Review, Claude Code documentation. code.claude.com
  24. Hora, Robbes, Zacchiroli, "We Permit the Use of AI, but […]": The Landscape of AI Policies in Popular Open Source Projects, arXiv:2609.07542, 2026-09-07. arxiv.org
  25. The Register, Debian votes to let contributors code with AI, 2026-08-30. theregister.com
  26. LWN.net, GCC steering committee announces AI policy, 2026-07-29. lwn.net
  27. Linux kernel documentation, Using AI coding assistants in Linux kernel development. docs.kernel.org
  28. SiliconANGLE, CodeRabbit bags $143M to help companies get a grip on the explosion of AI-generated code, 2026-08-12. siliconangle.com
  29. Qodo, What's new, releases 2.8 (2026-08-16) and 2.9 (2026-09-07). docs.qodo.ai
  30. Mergify, Changelog, entries 2026-08-12 to 2026-09-08. docs.mergify.com
  31. Zeng et al., SWR-Bench: Assessing LLM Performance in Real-World Code Review Comment Generation, arXiv:2509.01494. arxiv.org
  32. Sun et al., BitsAI-CR: Automated Code Review via LLM in Practice, arXiv:2501.15134, 2025-01-25. arxiv.org
  33. Raber, Malone, Gordon, Cooper, Conservative Innovators and Military Small Arms: An Industrial History of the Springfield Armory, 1794–1968, U.S. National Park Service, 1989/2006, p. 138. npshistory.com
  34. Bacchelli, Bird, Expectations, Outcomes, and Challenges of Modern Code Review, ICSE 2013, author's copy. sback.it
  35. Western Electric rules, citing the Statistical Quality Control Handbook, 1956. en.wikipedia.org (secondary; the 1956 handbook itself was not fetched)
  36. Toyota Motor Corporation, Toyota Production System. global.toyota
  37. Toyota UK, TMUK's 25 Objects – Andon Cord, 2017-12-11. mag.toyota.co.uk
  38. Roser, 230 Years of Interchangeable Parts – A Brief History, AllAboutLean, 2015-07-08. allaboutlean.com
  39. Sadowski, Söderberg, Church, Sipko, Bacchelli, Modern Code Review: A Case Study at Google, ICSE-SEIP 2018, author's copy. sback.it
  40. McIntosh, Kamei, Adams, Hassan, The Impact of Code Review Coverage and Code Review Participation on Software Quality, MSR 2014. rebels.cs.uwaterloo.ca
  41. Micco, The State of Continuous Integration Testing @Google, ICST 2017 keynote. aster.or.jp
  42. Google Security Blog, Introducing SLSA, an End-to-End Framework for Supply Chain Integrity, 2021-06-16. security.googleblog.com
  43. Harvard Gazette, Surgical safety checklist drops deaths and complications by more than one-third, 2009-01, reporting Haynes et al., NEJM 360:491-9. news.harvard.edu
  44. Beck, Extreme Programming Explained: Embrace Change, Addison-Wesley, 1999 (catalogue record). books.google.com
  45. Fowler, Continuous Integration, 2000, revised 2006 and 2024. martinfowler.com
  46. Wilson, Rust infrastructure can be your infrastructure, 2015-03-17. huonw.github.io
  47. GitHub Changelog, Pull request merge queue is now generally available, 2023-07-12. github.blog
  48. Cognition, Introducing Devin, 2024-03-12. cognition.com
  49. GitHub Changelog, GitHub Copilot coding agent in public preview, 2025-05-19. github.blog
  50. Best, Neuhauser, Walter A Shewhart, 1924, and the Hawthorne factory, Quality & Safety in Health Care, 2006. pmc.ncbi.nlm.nih.gov