GitButler Lands $17 Million Series A to Rebuild Version Control for the AI Development Era

Git was designed in 2005 to solve the version control problems of its era. Twenty‑one years later, AI coding assistants are generating thousands of lines of code daily, teams are working across multiple parallel branches simultaneously, and the assumptions baked into Git's core architecture are starting to show their age. GitButler is betting there is a better way, and Andreessen Horowitz agrees.
The company, founded by Scott Chacon, who co‑founded GitHub before its $7.5 billion acquisition by Microsoft, has raised a $17 million Series A led by a16z. Fly Ventures and A Capital also participated. Peter Levine of a16z, who previously worked with Chacon on GitHub's board, joins as a new board member through the round.
GitButler is not trying to replace Git. Its platform is Git‑compatible, working on top of existing repositories using the standard .git directory format. What it adds is a workflow layer specifically designed for the way developers actually work today, particularly when working alongside AI coding agents like Claude, Cursor, or GitHub Copilot.
The core features the platform introduces:
- Parallel virtual branches, presented as visual kanban‑style lanes, letting developers work on multiple branches simultaneously without duplicating the repository
- Stacked branches that handle dependent changesets and automatically create stacked GitHub pull requests
- Unlimited operation history and undo, useful when AI‑generated experiments need to be rolled back
- Agent‑specific commands designed to let AI tools like Claude navigate the version control system directly, not just through human‑facing interfaces
- Elimination of Git's staging area, removing a common source of friction and confusion
The version control market sits at approximately $1.48 billion in 2026 and is projected to reach $5.89 billion by 2034, driven by the adoption of trunk‑based development and AI‑assisted coding. GitButler's timing aligns with the moment when AI tool adoption is pushing the limits of what the existing tooling can handle.
Chacon has described the core problem in direct terms: context falls apart between tools, between people, and now between people and AI agents. Git was built to manage human collaboration with linear workflows and manual staging. AI coding tools generate massive volumes of code across parallel tasks in ways that break those assumptions.
The $17 million gives GitButler the runway to prove whether a new version control client can establish itself as the standard for AI‑era development, or whether the evolution will happen through GitHub and GitLab integrating similar capabilities into the existing ecosystem. Either way, the fact that a16z is placing this bet signals that the question is considered live and worth funding.