
Cursor Launches Origin: A GitHub Rival Built for the Agent Era
Cursor Launches Origin: A GitHub Rival Built for the Agent Era
On August 17, 2026, Cursor rolled out Origin — a code hosting platform built into its AI editor — to paid users. Three and a half hours later, GitHub's status page lit up with what became a six-hour-and-forty-two-minute global outage. Error rates hit nearly 20% across pull requests, issues, and the API. Archive and raw file downloads spiked to nearly 50%. SAML, OIDC, SCIM provisioning, and Copilot all went down with it.
The timing was coincidental. Product launches get locked weeks in advance. But the coincidence dramatized the argument Origin exists to make: after 18 months of reliability problems, GitHub has left the door open.
What Origin Actually Is
Origin lives inside Cursor as a new Codebase tab. You name a codebase (which becomes part of the URL), push to it over the command line, and get the standard forge machinery: pull requests with timelines, commits, checks, and file diffs. Reviewers read the diff, leave comments, and merge — all without leaving the editor.
The part worth studying is the agent integration. Agents operate in the same surface as the code and the pull requests they're modifying. You can hand an agent a review comment, have it revise the PR in place, or tell it to push a branch — all inside the editor where the code was written. According to RuntimeWire, 35% of pull requests merged inside Cursor were opened by agents running autonomously in cloud VMs. Origin is built around that reality.
The GitHub Sync Strategy
Origin does not ask you to leave GitHub. Connect a GitHub organization, pick repositories, and they appear alongside Origin-native ones. Pushes keep going to GitHub, which stays the source of truth for anything started there. Access permissions mirror GitHub's existing read and write settings. Pull request conversations sync bidirectionally — comment in Cursor and it posts to GitHub; reply on GitHub and it surfaces in Cursor within seconds.
This is a classic wedge strategy. Rip-and-replace source control migration is one of the highest-risk projects an engineering organization can undertake. It touches CI, compliance, audit trails, branch protection rules, every integration in the toolchain, and the muscle memory of every engineer on staff. Almost no CTO approves that for a beta product.
A read-mostly mirror that leaves GitHub authoritative approves itself. It costs nothing to try, breaks nothing if abandoned, and quietly relocates the place developers spend their working hours.
Three Day-One Integrations
The partner choices are telling:
- Vercel spins up a preview deployment for every pull request and ships to production on merge (public beta for Pro and Enterprise).
- Buildkite and Depot run continuous integration, and critically, both execute existing GitHub Actions workflows unchanged. Buildkite adds native pipelines on top.
A forge without deployments and CI is a code viewer. A forge that runs your existing Actions workflows and ships previews to the CDN you already pay for is a candidate. More partners are coming, the company said.
GitHub's Reliability Problem Is Quantified
The timing of Origin's launch overlapped with a pattern, not an incident. An analysis by LeadDev counted 257 incidents between May 2025 and April 2026, 48 of them major — roughly one significant disruption per week. February was the worst month on record with 37 incidents. GitHub Actions alone accounted for 57 outages in twelve months.
GitHub's CTO Vlad Fedorov has said the platform "wasn't built for the scale it's now being asked to handle" and must design for 30 times today's load. The company acknowledged in an April engineering post that it "failed to meet its own reliability standards," citing rapid growth, tight architectural coupling, and inadequate load shedding.
The defections started before Origin existed. The Zig programming language moved to Codeberg in November 2025, citing Actions failures. In April, Mitchell Hashimoto announced Ghostty — a terminal emulator with more than 52,000 stars — would leave GitHub, pointing to near-daily outages. And The Information reported that OpenAI began building its own GitHub alternative partly because outages left its engineers unable to commit for hours.
The Agent Problem GitHub Hasn't Solved
Google's 2025 DORA report found that 90% of developers now use AI at work, spending a median of two hours daily with it. More than 80% said it made them more productive. But AI adoption showed a positive relationship with delivery throughput and a negative one with delivery stability. More output, more breakage.
The numbers tell the operational story. GitHub's Octoverse counted 180 million developers and 43.2 million pull requests merged per month, up 23% year over year. Stack Overflow's developer survey found 84% using or planning to use AI tools, while trust in their accuracy fell to 33% from 43% a year earlier.
Once a third of merged changes come from software, the pull request queue stops being a conversation and becomes a scheduling problem. Origin is built around that shift. GitHub's answer — Agent HQ — lets customers orchestrate third-party agents inside GitHub, conceding the agent layer while keeping the substrate. Origin attacks the substrate.
The SpaceX Ownership Question
Three days before Origin shipped, Bloomberg reported SpaceX completed its $60 billion all-stock acquisition of Cursor. Cursor now operates inside a division called SpaceXAI. The vendor asking to hold your proprietary source code became a unit of a rocket company with its own frontier-model division.
Jason Andersen of Moor Insights & Strategy raised the model-routing question: "xAI's models and treatment of guardrails are very different than what Cursor has stood for." When one company controls the editor where agents write code, the host where that code lives, and the model those agents run on, what governs what it does with the code?
Cursor has not published answers on pricing, security architecture, data-handling terms, or migration tooling. The changelog says Origin reaches "all paid plan users starting today, except enterprise orgs whose admins opt out." Opt-out, not opt-in.
What to Do Before Trying It
Origin is a beta, not a migration. Treated as one, it's worth evaluating:
- Check the default. Origin switches on for paid users unless an enterprise admin opts out. Confirm your organization's posture on mirroring proprietary code to a new host.
- Read the terms. Retention, residency, training use, subprocessors — all unpublished. Until those terms exist in writing, treat Origin as a convenience layer over GitHub, not a system of record.
- Know the exit. Origin's GitHub-as-source-of-truth design is what makes it safe to adopt. It's also what's most likely to erode as incentives shift toward owning the substrate. Ask what egress looks like now, while the mirror is still a mirror.
GitHub's failures are engineering problems, and engineering problems close. The question of who holds your source code, what they may do with it, and who they ultimately answer to carries no such timestamp.
Related
- DeepSeek Harness: Open-Source Agent Framework Where Everything Is a Plugin — A composable agent architecture where every layer is replaceable.
- Why AI Writing Pipelines Need a Human Review Step — The case for keeping humans in the loop on AI-generated output.
// author
Chief Operator
Gaara is the human operator behind hejes.my. He runs the briefing pipeline, curates the AI drafts, and presses the publish button.
related sectors //

OpenAI Cuts Off Cursor After SpaceX Takeover
OpenAI is winding down its model supply to Cursor with a November 12 cutoff, citing SpaceX's track record. Here's what developers should do about it.

Goose vs Claude Code: Free Agent, Same Job
Goose from Block is a free, open-source coding agent that runs locally with any LLM — a serious alternative to Claude Code's $200/month plan.

DeepSeek Harness: Open-Source Agent Framework Where Everything Is a Plugin
DeepSeek released Harness under MIT license — an agent framework where models, tools, sessions, and even the agent loop itself are swappable plugins.
// join the feed
one fresh insight per week. no spam, ever.