
TL;DR
At its Compile conference, Cursor announced Origin: a Git-compatible code hosting platform designed around AI agents as first-class users. Built on its Graphite acquisition, it promises agent-driven merge conflict resolution, stacked PRs, and MCP-extensible automation. Here is what was actually announced, what is still a waitlist promise, and why it matters for developers.
| Source | What it covers |
|---|---|
| Cursor Origin (cursor.com/origin) | Official product page and waitlist |
| eesel AI: What is Cursor Origin? | Feature breakdown, Graphite lineage, demo claims |
| explainx.ai: Cursor Origin git hosting | Announcement framing and feature list |
| BigGo Finance: Cursor unveils Origin | Announcement coverage |
On June 16, 2026, at its Compile conference, Cursor (Anysphere) announced Origin: a Git-compatible code hosting platform whose pitch is unusually blunt. The premise, as the company framed it: what if the primary users of your version control system are no longer human?
That is the whole bet. GitHub, GitLab, and every forge before them were designed around a human cadence: one engineer opens a branch, pushes a few commits an hour, opens a pull request, waits for a review. Cursor's argument is that agentic coding has broken that cadence. When dozens of background agents are committing in parallel, the bottlenecks move, and a forge tuned for humans starts to creak.
This post sticks to what was actually announced, separates the shipped facts from the demo-stage claims, and flags what is still just a waitlist.
Last verified: June 17, 2026.
Origin is a Git forge: repositories, branches, pull requests, and review, the same primitives you already know. It is Git-compatible, so existing tooling and git push workflows are meant to keep working, and Cursor has talked up GitHub migration tooling to ease the move.
The differentiator is the design center. Where a conventional forge optimizes for human review throughput, Origin is built around agents operating at machine speed: structured, agent-authored diffs, automated review routing for AI-generated PRs, and native integration with Cursor's own background agents.
Crucially, this is not a from-scratch effort. Origin is built on Graphite, the stacked-pull-request platform Cursor acquired, with Graphite co-founder Tomas Reimers leading the demo. That lineage matters: stacked PRs and the review tooling are proven technology, not vaporware. It is the agent-first layer on top that is new.
Get the weekly deep dive
Tutorials on Claude Code, AI agents, and dev tools - delivered free every week.
From the archive
Jun 17, 2026 • 9 min read
Jun 17, 2026 • 7 min read
Jun 17, 2026 • 8 min read
Jun 17, 2026 • 7 min read
Across the announcement and early coverage, the features that consistently show up:
Two of these, merge conflict resolution and CI-failure resolution, are the genuinely agent-native ideas. They target failure modes that barely register for a single human developer but become constant friction once a fleet of agents is committing in parallel.
Cursor's demo leaned on throughput figures to make the "machine speed" case. The most-quoted is 22.6 commits per second in a single repository, alongside claims of very high clone volumes per hour.
Treat those as demo-stage, vendor-supplied numbers, not independently benchmarked results. They illustrate the design goal, sustaining write and read rates that human-era forges were never built for, but they are staged figures, and some clone-count numbers circulating online have unclear timeframes or units. They are a useful signal of intent. They are not a verified production SLA.
Likewise, treat any third-party rumors of corporate acquisitions tied to the announcement as unverified; they did not come from Cursor's product announcement and are not part of what Origin is.
This is the most important section for anyone deciding whether to care today.
Real now: the announcement, the product vision, the Graphite foundation, and an open waitlist at cursor.com/origin.
Not yet: general availability. Origin is slated for fall 2026. Pricing has not been disclosed. Enterprise features, security and compliance posture, and self-host options are unannounced. The throughput claims are demo figures awaiting independent verification.
So this is real in the sense that a credible, well-funded company with proven forge technology (Graphite) has committed publicly to shipping it, with a date. It is a promise in the sense that you cannot run your team on it this week.
Even as a waitlist, Origin is a useful signal about where agentic development infrastructure is heading.
The honest tension is governance. A forge that auto-resolves merge conflicts and auto-fixes CI failures is removing exactly the friction points where humans currently catch bad changes. That is the value proposition and the risk in the same sentence. The teams that benefit most from agent-speed infrastructure are also the ones with the most to lose if the safety rails are tuned for throughput over correctness. Expect the interesting questions to be about audit trails, approval gates, and who is accountable for an agent-merged change, not about commits per second.
For now, the practical move is small: if you are already deep in the Cursor ecosystem and running background agents at volume, the waitlist costs nothing. Everyone else can watch for the fall release, independent throughput benchmarks, and a pricing page before forming an opinion. The idea is genuinely interesting. The product still has to ship.
Read next
Cursor just dropped their first in-house model. Composer is 4x faster than similar models and completes most coding tasks in under 30 seconds. Here's what actually changed and why it matters.
4 min readCursor's $50B valuation puts a developer tool above roughly 400 Fortune 500 companies. Here's a clear-eyed look at whether that valuation reflects reality - and which AI IDE actually fits your workflow in 2026.
7 min readCursor Automations lets AI agents run in the background based on triggers, not prompts. Here is how to set them up, configure triggers, and integrate into your workflow.
9 min readTechnical content at the intersection of AI and development. Building with AI agents, Claude Code, and modern dev tools - then showing you exactly how it works.
AI-native code editor forked from VS Code. Composer mode rewrites multiple files at once. Tab autocomplete predicts your...
View ToolCodeium's AI-native IDE. Cascade agent mode handles multi-file edits autonomously. Free tier with generous limits. Stron...
View ToolGives AI agents access to 250+ external tools (GitHub, Slack, Gmail, databases) with managed OAuth. Handles the auth and...
View ToolIssue tracking built for speed. Keyboard-first, sub-100ms UI. Cycles, roadmaps, GitHub integration. I use it to track al...
View ToolSpec out AI agents, run them overnight, wake up to a verified GitHub repo.
View AppEvery coding agent in one window. Stop alt-tabbing between Claude, Codex, and Cursor.
View AppCatch broken SKILL.md files in CI before they hit your team.
View AppA concrete step-by-step guide to moving your development workflow from Cursor to Claude Code - settings, rules, keybindings, and the habits that transfer.
Getting StartedConfigure Claude Code for maximum productivity -- CLAUDE.md, sub-agents, MCP servers, and autonomous workflows.
AI AgentsContext-aware follow-up suggestions derived from git history.
Claude Code
Cursor just dropped their first in-house model. Composer is 4x faster than similar models and completes most coding task...

Cursor's $50B valuation puts a developer tool above roughly 400 Fortune 500 companies. Here's a clear-eyed look at wheth...

Cursor Automations lets AI agents run in the background based on triggers, not prompts. Here is how to set them up, conf...

A practical architecture for multi-step Claude agents. Loop patterns, state management, error recovery, and the producti...

Cursor and Devin Desktop have converged on similar pricing but diverged hard on philosophy. Here is what actually matter...

Autocomplete wrote the line. Agents write the pull request. The shift from Copilot to Claude Code, Cursor Agent, and Dev...

New tutorials, open-source projects, and deep dives on coding agents - delivered weekly.