RSSAmplifier

Matt Rickard · Jul 21, 2026

Pushing 4.7M Commits an Hour

0
Sign in to vote or save

Matt Rickard

Jul 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.

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.

Subscribe for email updates on startups, engineering, and AI

Read the original on mattrickard.com

Comments

Nothing yet. Say the first thing.

    Sign in to join the conversation.