Fetching from the wire…
Top 5 · 2026-04-05 · source-backed
Fourteen times more commits. Not 14% more. 14x.
GitHub COO Kyle Daigle dropped this number in a conversation covered by Simon Willison: the platform is currently running at 275 million commits per week, which annualizes to roughly 14 billion for 2026. In all of 2025, GitHub saw 1 billion total. GitHub Actions usage tells the same story from a different angle. It quadrupled from 500M minutes/week in 2023 to 2.1 billion minutes this week.
There's only one explanation for commit volume growing 14x in a year. Machines are writing code. A lot of it.
I've been watching my own commit patterns change since I started using Claude Code daily, and my output roughly tripled. But 14x across the entire platform means something different is happening at scale. Companies aren't just using AI to write code faster. They're running agents that generate commits autonomously. The Anthropic 2026 Agentic Coding Trends Report backs this up: 78% of Claude Code sessions now involve multi-file edits, up from 34% a year ago. Average session length went from 4 minutes to 23 minutes.
Here's what worries me. Code review doesn't scale 14x. Testing doesn't scale 14x. The 12,000 AI-generated blog posts that OneUptime committed in a single push this week (143-point HN discussion about content quality) is the writing equivalent of what's happening to code. Volume goes vertical. Quality control stays flat.
If you're running a team, the question isn't whether AI is generating code in your org. It is. The question is whether your review and testing infrastructure can handle the throughput. Every CI/CD pipeline, every code review process, every security scan was designed for human-speed commit rates. We're now operating at machine speed.
What to do: audit your CI/CD pipeline capacity against actual commit volume trends. If your Actions minutes are climbing faster than your test coverage, you've got a gap that's going to bite you.
Each link below shares sources, entities, or timing with this story.
The most quotable line in a Linux kernel commit this year: "a debug session from hell, enormously helped by an AI doing much of the grunt-work." Torvalds landed drm/xe: Don't hand out the flat CCS storage as usable VRAM on August 22. The commit message is the artifact. He note...
Alibaba released Qwen3.6-27B on April 22. Dense architecture. Open weights. 77.2% on SWE-bench Verified, within 3.7 points of Claude Opus 4.6. On SkillsBench, it scores 48.2% versus its own 397B MoE predecessor's 30.0%. That's a 77% improvement with 14.8x fewer parameters. Let...
A security scanner. The tool your team trusts to find vulnerabilities. That was the entry point. The TeamPCP campaign compromised Aqua Security's Trivy scanner (a GitHub Action used in CI/CD pipelines), then used that foothold to backdoor LiteLLM's CI/CD pipeline, then pivoted...
Simon Willison has been writing software for over 25 years. He's one of the most disciplined, transparent engineers in the Python ecosystem. And yesterday he published an essay admitting he no longer reviews every line of code that Claude Code generates for his production proj...
I've been telling people for months that the agent code I review is *correct and awful*. Correct in the sense that it compiles, passes the tests, does the thing. Awful in the sense that a 400-line function does the work of 80, the same helper exists three times under different...
Every story above generates tokens, and tokens are money. rtk is the clearest "do this today" item in the whole dataset. It's a single Rust binary, 59,658 stars, created January 22 and pushed as recently as June 7, that proxies common dev commands and claims 60 to 90% reductio...
MindPattern daily
One email a day at 7 AM. Sources and a take on every story. Unsubscribe anytime.