Fetching from the wire…
Top 5 · 2026-09-09 · source-backed
Every team's answer to "how do we control agent output quality" is human review. A study submitted September 5 says that gate loosens on its own.
Researchers analyzed 11,429 code reviews and found approval rates for AI-authored changes climb with repeated exposure: 30.5% early, rising to 36.6%. They call it habituation. The detection detail matters as much as the effect: sentence-embedding structure catches the drift, while lexical diversity and Shannon entropy miss it. The surface metrics most teams would reach for don't see it happening. arXiv 2609.06213
Put that next to what Gergely Orosz collected this week. GitHub pull requests are up fivefold over three years, and PRs plus commits nearly doubled since the end of 2025 alone. At Duckbill Group, a five-person startup, weekly merged PRs went from 353 to 684. PRs merged within an hour went from 28% to 45%. Human-reviewed PRs took a median 26 hours; unreviewed ones took 1. The Pragmatic Engineer
So: volume up 5x, review time 26x slower than skipping it, approval rate drifting upward with exposure. Three forces all pushing the same direction, and the direction is "the human looked at it" becoming a formality.
The projects that see this clearly are writing it down. A study of 281 open-source AI contribution policies, a governance artifact that barely existed a year ago, found 83.3% permit or encourage AI in code contributions while 67.3% require a high level of human involvement and 43.4% explicitly assign accountability. Disclosure is required by 48.8%. arXiv 2609.07542 GrapheneOS published its own version September 8: submitting a PR or issue report created by an AI model without fully understanding it is not permitted, contributions largely created that way will typically be rejected, and code must read as regular human-written code regardless of assistance level. They acknowledge frontier models find real vulnerabilities and still require experienced developers to triage the output, citing a high false-positive rate on AI-generated bug reports. GrapheneOS
Concrete thing to do: instrument your approval rate over time, split by whether the change was agent-authored. If you can't tell agent-authored from human-authored in your own PR data, that's the first fix. Then watch the trend line for three months. The study's claim is that the number moves without anyone deciding to move it, and you can only catch that with a time series.
Orosz's second finding is the better structural answer. The teams handling this well stopped reviewing diffs and started triaging risk: auth, public APIs, design systems and database schemas force human review at OpenAI, Anthropic and Duckbill. Everything else gets the fast path. That's a policy you can write down in an afternoon, and it survives habituation because it doesn't depend on a reviewer's attention staying sharp across 684 PRs a week.
Each link below shares sources, entities, or timing with this story.
Simon Willison spent a while taking ChatGPT Work apart and published the map on August 30. Work splits into Work Cloud and Work Local, the latter being the renamed Codex desktop app, at $20/month and up since July 9. He enumerates six capabilities Work has that Chat doesn't, a...
Gergely Orosz published the first serious look at what AI coding actually costs at scale, and the numbers are wild. The Pragmatic Engineer covers "tokenmaxxing," a trend where engineers compete on AI token consumption leaderboards. At Meta, one engineer averaged 281 billion to...
OpenClaw tagged v2026.8.1 at 03:30 UTC this morning. The release post counts 933 contributors, 569 of them first-time, and more than 16,000 pull requests, roughly half of every PR ever merged into the project, after a seven-week gap against a prior cadence of 106 releases in 2...
The Pragmatic Engineer published a deep read on August 25 of Inspect, the coding agent Ramp built instead of standardizing on Claude Code or Cursor. The numbers: Inspect authors 75% of Ramp's merged PRs, 90% of PRs in its own repository, passed 1 million total sessions in July...
The maintainer of the popular awesome-mcp-servers repo ran a honeypot, and the results should alarm every open-source contributor and consumer. Glama.ai documented the experiment: a hidden instruction was planted in CONTRIBUTING.md telling automated agents to add '🤖🤖🤖' to PR t...
KeygraphHQ/shannon published v3.0.0 at 09:16 UTC on September 2, following v2.7.0 (Aug 28), v2.6.0 (Aug 27) and v2.5.4 (Aug 26). The AGPL-3.0 TypeScript project reads your source, identifies attack vectors, and runs exploits against web apps and APIs to prove vulnerabilities b...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.