AI Focus

Author: Paul Kinlan
Hello, I’m Paul Kinlan, a Developer Advocate on Chrome and a Web Developer. There’s a significant shift in the industry driven by AI, and I’m developing an opinion through a collection of essays and projects on how AI is changing the medium of the web and web development at large.

damn claude, that's a lot of commits

In early January 2026 I was listening to Transistor Radio, the Semi-Analysis podcast, where Doug O’Laughlin was talking about how good Claude Code had become. I follow a lot of analysis sites covering what’s happening in LLMs, Ben Thompson, Semi-Analysis, and others, and this one stuck with me. Then in February they published “Claude Code is the Inflection Point”, showing you could track AI coding tool usage through Co-Authored-By trailers in commit messages. I wanted to see the numbers for myself, so I built scripts to pull data from GitHub’s search API across every AI coding tool I could find: commits, PRs created, PR interactions, and issue comments.

The week of September 29 2025, there were 27.7 million public commits on GitHub. Claude Code accounted for 180,000 of them, about 0.7%. By the week of March 16 2026, total weekly commits had grown to 57.8 million (itself a 2.1x increase, likely driven in part by AI tooling), and Claude Code accounted for 2.6 million, or 4.5%. All AI coding tools combined now sit at roughly 5% of every public commit on GitHub. For context, GitHub’s Octoverse 2025 report recorded 986 million code pushes for the year, with monthly pushes topping 90 million by May 2025, and that trajectory hasn’t slowed down.

AI share of all public GitHub commits over 6 months

Claude Code went from 0.7% to 4.5% of all public GitHub commits in six months

(You’ll notice a dip in the share chart around early March. That’s not Claude slowing down, it’s total GitHub commits spiking to 61.8 million that week, roughly double the norm. Claude’s absolute numbers kept climbing, but the denominator jumped so the percentage dipped temporarily. The last week is also incomplete, only covering through March 27.)

Claude Code weekly commits on GitHub from October 2025 to March 2026

Claude Code weekly commits on GitHub

GitHub total commits versus Claude Code commits

Total GitHub commits (bars) versus Claude Code commits (line)

There’s a clear inflection around late December 2025. Before that, Claude Code was growing linearly, 180K to 370K per week over three months. Then something shifts. By February it’s over a million per week. By mid-March, 2.6 million.

Claude Code is now generating more commits per week than every other AI coding tool combined. Here are the 6-month totals from late September 2025 through late March 2026:

Tool6-Month CommitsMethodExample Query
Claude20,963,874Co-Authored-By trailersearch
Copilot Agent2,550,612Bot author accountsearch
Cursor854,505Co-Authored-By trailersearch
GitHub Copilot833,379Co-Authored-By trailersearch
Jules548,364Bot author accountsearch
Codex173,031Co-Authored-By trailersearch
Happy76,478Co-Authored-By trailersearch
Devin62,675Bot author accountsearch
Aider47,769Co-Authored-By trailersearch

21 million Claude commits in six months. Damn! The next closest is Copilot’s SWE agent at 2.5 million.

All AI coding tools weekly commits comparison

AI coding agent commits per week, all tools

The all-tools chart makes the scale gap obvious but hides what’s happening with everyone else. Remove Claude and the other tools have their own stories.

AI coding tools weekly commits excluding Claude

AI coding agent commits per week, excluding Claude

Copilot’s agent mode launched and quickly ramped to 200K+ commits per week. Cursor had a dramatic spike in late January, peaking over 200K weekly commits before dropping sharply (likely a change in their trailer behaviour rather than actual usage decline). Jules has been climbing steadily. Codex and Devin are smaller but growing.

But the data has a lot of limits.

  • This only counts public repositories. Most enterprise development happens in private repos, and we can’t see any of that. Codex or GitHub Copilot could easily be dominant behind closed doors and we’d never know.
  • The detection methods are uneven. Claude Code adds a Co-Authored-By trailer to every commit by default. Anthropic has done a good job of making that visible, and it’s basically free marketing: every public commit advertises the tool. Other tools aren’t as aggressive about marking their output. Copilot’s inline completions leave no trailer at all. Codex is a good example: npm download trends show it being installed at a very high rate, but that’s not showing up in commit trailers on public GitHub. That gap could mean Codex users are mostly in private repos, or that Codex doesn’t tag commits as consistently, or both.
  • The GitHub search API is unreliable at this scale. If you run the same query multiple times, you’ll often get wildly different numbers back. A search for “Co-Authored-By: Claude” across the full six months might return 8 million on the first try, 16 million on the second, and then settle at around 20 million. I ran these queries until they settled, but anyone clicking the links in the tables might see something different depending on when they hit it. These numbers are estimates, not exact figures.

The data overrepresents tools that tag their output, underrepresents tools used in private repos, and misses inline completions entirely. What it does show is the trend, and the trend is hard to argue with.

it’s not just commits

Commits are the most obvious trace, but not the only one. I tracked AI bot activity across pull requests and issues too.

BotPRs Commented OnPRs Reviewed
Copilot PR Reviewer1,999,1732,000,595
CodeRabbit1,852,444759,541
Codex Connector1,129,790598,577
Gemini Code Assist691,762600,541
Copilot SWE Agent324,127-
Cursor165,053163,495
Sourcery164,621153,160
Devin92,650-
Claude48,71728,939
Claude Code (text marker)37,479-
AI bot PR comments over 6 months

AI bot PR comments, 6-month totals

Copilot’s PR reviewer has touched 2 million pull requests. CodeRabbit is close behind at 1.85 million. Codex Connector (which I only found because it showed up on one of my own repos) has commented on over a million PRs. Gemini Code Assist is reviewing 600K. These are infrastructure at this point.

PR creation:

ToolPRs Created (6 months)
Dependabot10,993,067
Renovate2,804,964
Copilot SWE Agent1,412,476
Claude Code (body marker)1,385,322
Jules269,456
Sweep66,826

Setting aside dependency bots (Dependabot and Renovate, which have been doing this for years), Copilot’s SWE agent and Claude Code are each creating around 1.4 million PRs over six months. About 230,000 pull requests per month, each.

On issues, AI bots are active commenters too. GitHub Actions dominates (868K issues), but CodeRabbit (36K), Claude (26K), and Dosu (24K) are all leaving commentary on issue threads.

what this means

I tracked over 30 distinct AI bot accounts active on GitHub, and that’s just the ones with public identities. Code reviewers, coding agents, security fixers, optimizers, documentation generators, issue triagers. A year ago most of these didn’t exist or were experiments. Now they’re part of how software gets built.

LLMs and agentic loops are writing code at scale, right now. What does this mean for the future? I honestly don’t know. I don’t know if the growth will even continue. Is Claude Code’s lead insurmountable, or will Copilot and Codex close the gap once you account for private repos? What does it mean for the economics of software engineering? We’re at over 5% of commits to public GitHub being agent-driven. That’s crazy to think about.

I’ve been thinking about the economics of this too. I wrote about the token salary, looking at what happens when you treat AI tokens as a line item alongside engineer compensation. Programming turns out to be overwhelmingly input-token-heavy (95%+ input), which makes the cost calculations much cheaper than most people assume. In token slinging I looked at how token costs are reshaping software economics, similar to the early days of cloud billing. I think we’re in a transition as significant as the shift from desktop to mobile, and the commit data is one of the clearest signals it’s already happening.

All the scripts are linked above, and the raw CSV data is downloadable: commits, PR interactions, PRs created, issue comments, and total GitHub commits. Every row includes the GitHub search URL used to generate it, so you can check any number yourself.

More essays