Contents
Meet Cursor Origin: The Git Platform Built for AI Agents
On June 16, 2026, at its Compile conference, Cursor announced Origin — a Git hosting platform designed from the ground up for the age of AI-assisted development. It’s fast, it’s agent-native, and it might just be the first serious challenger to GitHub in years.
What is Origin?
Origin is a Git-compatible code storage and collaboration platform. You push code, open pull requests, review changes — all the usual things. But underneath, it runs on Graphite‘s stacked PR engine (Cursor acquired Graphite in December 2025), and it treats AI agents as first-class citizens, not afterthoughts.
Instead of bolting AI onto an existing Git workflow, Origin starts from a simple question: what does a code hosting platform look like when most of your commits come from agents?
Why do we need it?
GitHub works great for human workflows. But AI agents work differently: they generate commits faster, they need structured context, and they struggle with the same merge conflicts humans do. When every agent push triggers a CI pipeline, and every CI failure needs a human to triage it, the bottleneck shifts from writing code to managing the feedback loop.
Origin addresses this by making agents full participants in the collaboration model — not just users of the API, but users of the workflow.
Key features
- Agent-driven merge conflict resolution — When an agent’s PR hits a conflict, Origin can automatically resolve it by re-running the agent against the updated target branch.
- CI auto-fix — If a CI check fails, Origin can trigger the agent to fix the issue and push a new commit.
- Stacked PRs (Graphite) — Break large changes into small, stacked, reviewable PRs.
- MCP/API extensibility — Origin exposes an MCP interface for agents to interact programmatically.
- Hybrid NVMe+S3 storage — Sustained 22.6 commits per second in a single repo.
Real vs. Promise
Join the waitlist at cursor.com/origin. GA is Fall 2026. Pricing TBD.
What developers should think about
If your team uses AI agents heavily, Origin is worth trying at launch. For most teams, watch the GA release, evaluate pricing, and test on a non-critical project first.