cd /news/ai-infrastructure/pushing-4-7m-commits-an-hour · home topics ai-infrastructure article
[ARTICLE · art-68991] src=mattrickard.com ↗ pub= topic=ai-infrastructure verified=true sentiment=↑ positive

Pushing 4.7M Commits an Hour

A custom git server built by Corigin achieved 4.79 million pushes per hour to a single repository across 1,408 branches (p50, 322ms) and 27.8 million clones per hour of a NextJS starter template (p50, 220ms), according to benchmarks published by founder Matt Rickard. The server is designed to support the scale of AI agent workflows, where frontier labs like Anthropic, DeepMind, and Cognition run millions of experiments that require fast, parallel git operations. Corigin's new git server implementation and wire protocol are available at corigin.dev.

read1 min views1 publishedJul 22, 2026

The winning software teams will throw away orders of magnitude more code than they merge.

I ran a benchmark against the custom git server I’m building,

4.79 million pushes per hour to a single repository across 1,408 branches (p50, 322ms).27.8 million clones per hour of a repository containing the NextJS starter template (p50, 220ms).

4.79M commits won’t make it to master, but the frontier labs are running that many experiments at scale, and the rest of us will be soon.

Anthropic wrote a working C compilerwith a swarm of 2,000 Claude Code sessions coordinating over gitBun’s Rust rewritedid 695 commits/hr for two weeksDeepMind’s AlphaCode 2generated 77 million program candidates for 770 submissions in competitive programming.Cognition is running Agentic MapReduceover their codebase to scan for security vulnerabilities.Modal can spin up a million sandboxes in seconds, but what’s the point if those sandboxes have nowhere to read or write?

GitHub won’t be the place that the work gets recorded. Branches and repositories should not be sacred. Every agent should use them, liberally. Every parallel agent gets a branch. Every agent turn gets snapshotted and stored in git, so you can provably correlate what turns corresponded which changes.

That’s exactly what I’m building at Corigin . A new git server implementation and wire protocol built from scratch. Distilled down to the essentials that agents need from first principles. Fast, scalable, and easy for agents to use because it’s just git

. We benchmarked with git clone and git push

.

You can try it today at corigin.dev . Try it with MapReduce skill I made to run sharded reviews or edits over your codebase. Or use it to run parallel cloud agents.

── more in #ai-infrastructure 4 stories · sorted by recency
── more on @corigin 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/pushing-4-7m-commits…] indexed:0 read:1min 2026-07-22 ·