Former GitHub CEO Launches Git Network Built for AI Coding Agents


TL;DR

  • Preview Launch: Entire has opened a waitlisted preview of a regional GitHub mirroring network built for AI coding agents.
  • What It Does: Agents can clone and fetch from regional Entire mirrors while GitHub remains the upstream repository for mirrored projects.
  • Benchmark Caveat: Entire claims up to 570K clones per hour, but the results are company-run and the highest write-throughput path depends on Entire-native or unmirrored branches.
  • Roadmap Boundary: Native repositories, self-hosted nodes, an open-source Git backend, and broader decentralization remain planned rather than generally available.

Entire, the developer-platform startup founded by former GitHub chief executive Thomas Dohmke, has opened a waitlisted preview for a regional Git hosting network designed for AI coding agents. The preview lets developers mirror existing GitHub repositories onto Entire so agents can clone and fetch from regional copies rather than repeatedly hitting the upstream host.

The launch matters because agentic coding changes the traffic pattern around repositories. A human developer may clone once, pull occasionally, and push when a branch is ready. An agent fleet can clone, inspect, checkpoint, and push repeatedly across many parallel sessions. GitHub has acknowledged that agentic development workflows have accelerated sharply since late 2025 and forced it to plan for far higher scale; separate reporting has tied that pressure to April reliability incidents and later cloud-capacity questions.

Dohmke has framed Entire’s distributed Git network for AI coding agents as a return to Git’s original design. “By design, Git was always meant to be decentralized,” he wrote in the launch post. The important technical question is narrower: how much of today’s agent-driven repository load can Entire move away from a central GitHub origin, and under what workloads?

What Entire’s Preview Actually Does

The preview starts with a mirror, not migration. A developer authorizes the Entire GitHub App, creates a mirror, and then gives humans or agents an entire:// remote for the selected region. Entire’s mirror workflow describes this as a synced, read-optimized copy of a GitHub repository; the team can keep its existing GitHub workflow while selected users and agents clone or fetch through Entire. The broader Entire documentation positions repository mirroring as the bridge between existing Git projects and Entire’s agent-context tools.

That distinction matters. Entire can absorb heavy read traffic from agents by serving clones, fetches, refs, commits, files, diffs, and merge bases from the chosen regional cell. But for ordinary mirrored branches, a push through the mirror is still forwarded to the upstream GitHub repository, and GitHub write access, branch protection rules, and required checks still apply. In other words, the preview’s clearest immediate benefit is read offload and regional proximity, not a full replacement for GitHub’s write path.