Former GitHub CEO Launches Distributed Git Network for Agents

Entire, the startup from former GitHub CEO Thomas Dohmke, launched a preview of a distributed Git network on July 8, 2026 for AI coding-agent workloads, according to Entire and multiple trade reports. The product mirrors GitHub repositories into regional infrastructure so agent fleets can reduce latency, avoid central bottlenecks, and preserve agent-session context. For practitioners, the key issue is that agentic development turns source control into high-volume read infrastructure with new requirements for caching, auth propagation, provenance, and audit trails.
Agentic development changes source control from a human collaboration system into high-volume infrastructure for software-producing agents. Entire's launch is useful because it names the bottleneck: many autonomous agents reading, branching, reviewing, and explaining code can stress centralized hosting patterns that were designed around humans.
What happened
Entire, founded by former GitHub CEO Thomas Dohmke, launched a preview of a distributed Git network for AI coding agents. Entire's own blog argues that Git hosting needs to evolve for a world where agents are major producers of code. SD Times, ZDNet, The Next Web, GeekWire, and The New Stack reported that the network mirrors GitHub repositories onto regional infrastructure and is initially behind a waitlist.
Technical context
Mirroring can reduce read latency and central rate-limit pressure, but it also introduces consistency, authorization, provenance, and CI/CD policy questions. Agent session logs, semantic search, and review metadata become part of the code system rather than side-channel notes. That is useful for auditability, but it can expand storage and privacy obligations.
For practitioners
Platform teams experimenting with coding-agent fleets should model source-control traffic separately from human developer traffic. The important checks are cache invalidation, branch isolation, token scope, audit-log retention, and whether agent-generated explanations can be tied back to specific commits and prompts.
What to watch
The adoption signal is whether large teams use Entire as a complement to GitHub or whether it begins to compete with central code-hosting workflows for agent-heavy repositories.
Key Points
- 1Agent fleets create parallel read-heavy source-control traffic that can strain centralized code-hosting assumptions at production scale.
- 2Regional Git mirrors can reduce latency, but they add consistency, authorization, and CI/CD policy complexity.
- 3Session logs tied to commits improve provenance while creating new storage, privacy, and retention obligations.
Scoring Rationale
The launch is notable infrastructure for agentic software development, especially given Dohmke background and the scale pressures around coding agents. It is still a preview product behind a waitlist, so the score remains below major-platform-shift territory.
Sources
Public references used for this report.
View 4 more sources
- Entire launches a distributed Git network built for AI coding agentsthenextweb.com
- Former GitHub CEO's startup Entire unveils its answer to the crush of ...geekwire.com
- Entire is building a Git network for agents - The New Stackthenewstack.io
- Ex-GitHub CEO Thomas Dohmke Unveils Entire, a $60M Startup ...rcpmag.com
Practice interview problems based on real data
1,625 SQL & Python problems across 15 industry datasets — the exact type of data you work with.
Try 250 free problems

