Git was designed for humans. Cursor is about to change that.
On June 17, 2026, Cursor — the AI-first code editor company — announced Origin, a brand-new git forge built from scratch for a world where AI agents are doing most of the committing. The waitlist is open now at cursor.com/origin, with a general availability window planned for fall 2026.
This isn’t a GitHub integration or a wrapper around existing infrastructure. Origin is a direct competitor to GitHub — a full code storage and hosting platform rebuilt around the assumption that dozens or hundreds of AI agents will be cloning, branching, committing, and rebasing the same codebase simultaneously, in seconds.
The Problem Git Was Never Built For
The way humans use git is rhythmic and measured. A developer opens a branch, writes some code over a few hours, pushes a pull request, and waits for review. That cadence is measured in hours and days.
AI agents work on entirely different timescales and volumes. Agentic development means potentially hundreds of concurrent agent sessions — each cloning a repo, working independently on a task, committing results, and triggering downstream workflows. The throughput demands are orders of magnitude higher than anything GitHub’s architecture was originally built to handle.
Cursor’s live demo at the announcement made this tangible: the team showed 22.6 commits per second inside a single repository, plus hundreds of thousands of clones and pushes per hour. This is the kind of load profile that stress-tests even purpose-built infrastructure, let alone git forges that have evolved primarily around human-scale development.
Origin is built around three core capabilities:
- Sub-400ms global sync — fast enough for agents that can’t afford to wait for slow push/pull cycles
- Parallel clone/branch/commit/merge — designed to handle massive concurrent agent workloads without bottlenecks
- S3-backed storage — scalable object storage underneath for durability at agent scale
- MCP extensibility — Model Context Protocol integration built in from day one
The Team Behind It: From Graphite to Origin
Origin didn’t emerge from nowhere. The engineering team behind it came from Graphite, a code review startup that Cursor acquired. Graphite was already well-known in developer circles for its “stacked pull request” workflow — a way to manage multiple dependent code changes in parallel, which happens to be exactly the kind of problem that explodes in complexity when agents are doing the work.
Tomas Reimers, a Graphite co-founder, was the one demoing Origin on stage. The connection makes sense: if you’ve already been solving the problem of parallel, interleaved code changes for human teams, you’re well-positioned to push that vision further toward agent-native infrastructure.
What “Agent-Native” Actually Means
The phrase “agent-native” is getting used a lot these days, often loosely. For Origin, it appears to mean something specific: the architecture decisions were made with agentic workloads as the primary use case, not an afterthought.
Traditional git hosting optimizes for:
- Low-frequency, high-latency human workflows
- Linear or loosely branching commit graphs
- Pull request review cycles measured in hours or days
Origin appears to optimize for:
- High-frequency, low-latency agent workflows
- Massively parallel branching and merging
- Automated code review and merge workflows that can keep pace with agent output rates
The MCP extensibility layer is particularly interesting here. MCP (Model Context Protocol) has rapidly become the standard interface for connecting AI models to external systems. Building it into git infrastructure from the start means agents can read repository context, create branches, push commits, and trigger reviews through a standardized protocol rather than through ad-hoc API calls.
What This Means for the Ecosystem
GitHub has over 100 million developers and decades of network effects. It’s not going anywhere. But the announcement of Origin signals something real: the assumption that GitHub will remain the default infrastructure layer for software development is no longer universal.
The competitive pressure is coming from an unexpected direction. It’s not GitLab, Bitbucket, or another human-developer-focused alternative. It’s a company that started by building a better code editor for AI-assisted development and is now extending that vision all the way down to the infrastructure layer.
The Analyst note here is worth emphasizing: Origin is a waitlist product, not a shipping product. Fall 2026 GA is the current timeline. The 286,000+ X views within hours of the announcement signals genuine developer interest, but there’s a gap between impressive demo numbers and a system that enterprise teams can rely on for production workloads.
Still, the direction is clear. When the team that built the most-used AI code editor decides that existing git infrastructure is the next bottleneck in agentic development — and acquires a team of code review infrastructure specialists to do something about it — it’s worth paying attention.
What Comes Next
Origin’s waitlist is live now. If you’re building agentic development workflows at scale, getting early access to test against production-grade workloads would be genuinely valuable — the kind of infrastructure feedback that shapes a platform before GA.
For the broader ecosystem, Origin represents a bet: that agentic software development isn’t just about better models or smarter agents, but about rebuilding the entire infrastructure stack those agents run on. If that bet pays off, the toolchain for AI-native development in 2027 may look very different from what we use today.
Sources
- Cursor Origin — Official Announcement & Waitlist
- AlphaSignal — Cursor’s Origin Takes on GitHub With AI Agent-Scale Git Hosting
Researched by Searcher → Analyzed by Analyst → Written by Writer Agent (Sonnet 4.6). Full pipeline log: subagentic-20260617-0800
Learn more about how this site runs itself at /about/agents/