6 Sources
[1]
Cursor capitalizes on Github frustration, launches rival hosting platform
For as long as anyone can remember, Github has been the de facto code host preferred by a majority of developers. However, in recent times, the platform has struggled with widely reported outages and performance degradation and, as it drops the ball, Cursor is waiting to pick it up. The AI startup, which is now officially a part of SpaceXAI, launched Origin this week -- a new code hosting platform designed to do all of the things that developers typically use Github for: collaboratively work on codebases, browse and edit them, handle pull-requests (edits made by others asking to be added to the main codebase) and store them in repositories. This seems like a natural next step for Cursor, whose primary focus up until this point has been selling automated web development services through its AI Code Editor. Cursor has also said that "agent native" features will soon be available for Origin, although hasn't shared many details yet. The company also says it is building a wider "app ecosystem" to support broader coding efforts within Origin. Interestingly enough, using Origin doesn't require a user to stop using Github. Indeed, Origin is designed to allow developers to work alongside Github and pass code back and forth between the two in an interoperable manner. "Your GitHub repos can sit alongside the ones Cursor hosts," Cursor says in its blog. "Connect GitHub to Cursor, pick your org, and you'll see the repos you can sync. Select one and Cursor pulls it in." The launch of Origin coincides with ongoing frustration over a perceived dip in Github's services. Indeed, on the same day that Cursor launched its new platform, Github suffered a quite lengthy worldwide outage. For over six hours, the site's functions were reportedly degraded, with a nearly 20 percent error rate worldwide. This isn't the first time in recent times when this has happened either. Earlier this year, after a rash of outages, Github announced new actions to sate unhappy coders as its availability problems seemed to escalate. More broadly, the platform has suffered 257 outages over the past year, a recent analysis by LeadDev states. Such persistent issues have led to "a visible exodus of high-profile users" writes LeadDev's reporter Charles Humble. Still, if Cursor wants to compete with Github, it will have its work cut out for it. According to Github's own metrics, some 180 million developers use its platform as of last October. The platform, which was founded in 2007 and was acquired by Microsoft in 2012, continues to be the largest source code hosts in the world.
[2]
Decoding Origin: Cursor's GitHub rival that was launched during the latter's outage
Cursor's AI-native approach could simplify software development, but gaps in enterprise controls, security and ecosystem depth mean GitHub remains the safer system of record for now, analysts say. AI coding tools are increasingly becoming the place where developers write and modify software. SpaceX-owned Cursor now wants to bring code hosting into that same environment, potentially challenging GitHub's position as the center of the software development lifecycle (SDLC). The company, earlier this week, launched Origin, an early-beta code-hosting platform that brings repositories, pull requests, and code browsing into its AI coding environment, on the same day that Microsoft-owned GitHub faced an outage for nearly eight hours, disrupting several of its services, including Actions, API requests, Git operations, and Copilot. The move puts Cursor and GitHub on opposite sides of the same software development stack. GitHub built its position as the code-hosting and collaboration platform before expanding into CI/CD, security, project management, and AI-assisted development. Cursor is moving in the opposite direction, starting with an AI coding environment and adding code hosting around it.
[3]
Cursor launches Origin code hosting platform as GitHub outage exposes opening in AI coding race
Cursor began rolling out Origin, its own code hosting platform, to paid users on Monday morning. Roughly three and a half hours later, GitHub's status page lit up with what became a six-hour-and-forty-two-minute global degradation -- error rates near 20% across pull requests, issues and the API, and near 50% on archive and raw file downloads, according to GitHub's incident log. Enterprise single sign-on went down with it: SAML, OIDC, SCIM provisioning and Team Sync all failed. So did Copilot. The developer internet did what the developer internet does. "You can now host your repos in Cursor Origin and deploy to Vercel via Cursor Origin which is itself hosted on Vercel," Vercel chief executive Guillermo Rauch posted on X. "And unlike GitHub, it's online 😁" Asked why he was smiling, Rauch replied: "trying to make light of the situation. We ourselves are stuck because of github rn!" Matt Palmer, who works at Cursor, quote-tweeted his own company's launch with the day's best line: "We were going to ship this earlier, but GitHub was down." A GitHub outage, in other words, delayed the launch of a GitHub competitor. Product launches get locked weeks in advance, and no evidence suggests Cursor timed this one. But the coincidence did the company an enormous favor, because it dramatized the argument Origin exists to make. For eighteen years, choosing where to host your team's source code has been the least interesting decision an engineering organization makes. Cursor is betting that AI agents have made it interesting again -- and for technical decision makers, that is the real news here. Not a new product, but a new procurement question with a governance problem attached. Inside Origin: what Cursor's code hosting platform actually does Origin lives in a new Codebase tab inside Cursor. Teams name a codebase, which becomes part of its URL, then push to it over the command line. From there they get the machinery you would expect from a forge -- the service layer that wraps Git and handles storage, permissions, checks and merges. Every repository comes with pull requests: timelines, commits, checks and files changed. Reviewers read the diff, leave comments and merge, without ever opening a browser tab. What Cursor built around that machinery is the part worth studying. Agents now operate in the same surface as the code and the pull requests they are modifying. "Your code, PRs, and agents are now in the same place," the changelog reads. A developer can ask questions about the file on screen, hand an agent a review comment and have it revise the pull request in place, or tell it to push a branch -- all inside the editor where the code was written. Three integrations shipped on day one, and the choice of partners is telling. Vercel spins up a preview deployment for every pull request and ships to production on merge, available in public beta for Pro and Enterprise customers, its developer account said. Depot and Buildkite run continuous integration, and critically, both execute existing GitHub Actions workflows unchanged. Buildkite adds native pipelines on top. That compatibility layer is the whole strategy in miniature. Cursor is not asking teams to rewrite their build system, retrain their engineers or rip out their deployment pipeline. It is asking them to try a second window onto code they already have -- which is a far easier request to approve. More partners are coming, the company said, and the ones it landed first are the ones that matter to a platform team evaluating whether Origin can carry real work. 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. Why letting GitHub stay the source of truth is Origin's smartest design choice Here is the decision enterprise buyers should study most closely, because it determines whether Origin survives a security review at all. Cursor 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," the changelog says. Access permissions mirror GitHub's existing read and write settings rather than establishing a parallel system. Pull request conversations sync in both directions -- comment in Cursor and it posts to GitHub; reply or react on GitHub and it surfaces in Cursor "within seconds." This is a classic wedge, and a well-executed one. Rip-and-replace migration of source control ranks among the highest-risk projects an engineering organization can undertake. It touches continuous integration, compliance evidence, audit trails, branch protection rules, every integration in the toolchain and the muscle memory of every engineer on staff. Almost no chief technology officer approves that for a product in early beta. 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. If Cursor's review experience proves better -- and Cursor spent real money to make sure it would -- the source of truth eventually follows the attention. That money went to Graphite, the code review startup Cursor bought in December 2025 for what Axios reported was well above its $290 million Series B valuation. Graphite built stacked pull requests, the workflow that lets developers keep shipping dependent changes without waiting on approvals. Announcing the deal, Cursor wrote that "the boundary between where you write code and where you collaborate on it feels increasingly arbitrary," and promised "some more radical ideas we can't share just yet." Origin is the radical idea. Graphite co-founder Tomas Reimers unveiled it on stage at Cursor's inaugural Compile conference in June and leads its development. How AI agents turned code review into software's new bottleneck The case for an agent-native forge rests on a claim that is easy to state and, unusually for this market, well supported by evidence: writing code stopped being the constraint. Reviewing and integrating it became one. Google's 2025 DORA report, drawn from nearly 5,000 technology professionals, found that 90% of developers now use AI at work, spending a median of two hours a day with it, and more than 80% say it made them more productive. But AI adoption showed a positive relationship with software delivery throughput and a negative one with delivery stability. More output, more breakage. The report's authors describe AI as "an amplifier" that "magnifies the strengths of high-performing organizations and the dysfunctions of struggling ones." Trust has not kept pace with volume. Stack Overflow's 2025 developer survey of 49,009 respondents across 177 countries found 84% using or planning to use AI tools, while trust in their accuracy fell to 33% from 43% a year earlier and distrust climbed to 46% from 31%. Two-thirds named "AI solutions that are almost right, but not quite" as their leading frustration. GitLab's ninth annual DevSecOps survey, of 3,266 practitioners polled by Harris, put numbers on the operational drag: 73% had hit problems with vibe-coded output, 70% said AI made compliance management harder, and only 37% would let AI handle daily tasks without human review. The volume climbs regardless. GitHub's Octoverse 2025 counted 180 million developers, 630 million repositories and 43.2 million pull requests merged per month, up 23% year over year. And RuntimeWire reported the internal figure that best explains Origin's existence: 35% of pull requests merged inside Cursor were opened by agents running autonomously in cloud virtual machines. A forge built for humans assumes a pull request represents human intent, opened by someone you can ask what they meant. Once a third of merged changes come from software, the queue stops being a conversation and becomes a scheduling problem. That is a real architectural argument, and it is the strongest thing Cursor has going for it. GitHub's reliability crisis handed Cursor an opening it did not have to earn The supply-side case for an alternative is simpler: GitHub has been unreliable, and its own executives have said so. 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. GitHub Actions alone accounted for 57 outages in twelve months. Chief technology officer 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. In an April engineering post covered by InfoQ, the company acknowledged it "failed to meet its own reliability standards," citing rapid growth, tight architectural coupling and inadequate load shedding. Monday's outage was the seventh incident on GitHub's status page in fifteen days. The fatigue is audible. "GitHub really doesn't feel built for the agent era," one developer wrote on X as Origin went live. "It goes down way too often, but until now there haven't been many real alternatives." The defections started before Origin existed. The Zig programming language moved to Codeberg in November 2025, citing Actions failures among its reasons. In April, Mitchell Hashimoto announced that Ghostty -- a terminal emulator with more than 52,000 stars -- would leave too, pointing to near-daily outages that blocked reviews and CI for hours. And The Information reported in March that OpenAI, a company Microsoft holds a large stake in, began building its own GitHub alternative partly because outages left its engineers unable to commit for hours at a time, as Tom's Hardware relayed. Microsoft's structure has not helped. Thomas Dohmke resigned as GitHub chief executive in August 2025 and was never replaced; the unit's leadership was absorbed into Microsoft's CoreAI organization under executive vice president Jay Parikh. In a May report, The Information wrote that Parikh had warned deputies that coding tools from Cursor and Anthropic could eventually make GitHub obsolete. GitHub's own answer to the agent era, Agent HQ, lets customers orchestrate third-party agents from Anthropic, OpenAI, Google, Cognition and xAI inside GitHub -- a coherent strategy that concedes the agent layer and keeps the substrate underneath. Origin attacks precisely that substrate. Now that SpaceX owns Cursor, who actually holds your source code? Cursor's rise has been extraordinary even by the standards of this cycle. Founded in 2022 by four MIT students, Anysphere raised $8 million from the OpenAI Startup Fund in October 2023, per TechCrunch, then $100 million at $2.5 billion, $900 million at $9.9 billion, and $2.3 billion at $29.3 billion last November. In May, Bloomberg reported annualized revenue of $3 billion and more than 3,000 customers paying at least $100,000 a year. Then, three days before Origin shipped, Bloomberg reported that SpaceX completed its $60 billion all-stock acquisition of Cursor -- an agreement TechCrunch covered in June, days after SpaceX's record IPO and six months after it absorbed xAI. Cursor now operates inside a division called SpaceXAI. The vendor asking to hold your proprietary source code became, last Friday, a unit of a rocket company with its own frontier-model division and a founder not known for institutional caution. Jason Andersen of Moor Insights & Strategy raised the model-routing question to Tech Times in June, before the deal closed: "xAI's models and treatment of guardrails are very different than what Cursor has stood for." That piece framed the question a chief information security officer now has to answer. 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 an answer. RuntimeWire noted before launch that Origin's pricing, security architecture, data-handling terms and migration tooling were all unpublished, and Monday's changelog adds none of them. It says only that Origin reaches "all paid plan users starting today, except enterprise orgs whose admins opt out." Opt-out, not opt-in -- a sentence administrators should read twice. There is also a track record to weigh. In July, researchers at Mindgard disclosed that Cursor would execute a malicious git.exe planted in a Windows project's root the moment a user opened it, with no prompt -- a repository-poisoning flaw they first reported in December 2025. The Hacker News reported that Cursor declined to patch it, calling the issue out of scope under a shared-responsibility model while conceding it had not "closed the loop with the researcher in a timely manner." No CVE was issued. The same flaw class turned up unpatched in GitHub Copilot CLI, Google's Gemini CLI and OpenAI's Codex -- but a vulnerability the vendor declined to fix makes an awkward footnote for a product whose pitch is basically "let us hold your repositories." What engineering leaders should settle before they let Origin into the toolchain Origin is a beta, not a migration, and treated as one it is worth evaluating. The sync mode gives platform teams a low-risk way to measure whether an agent-native review surface shortens cycle time, without touching a single branch protection rule. But three things deserve resolution before anything authoritative moves. The first is the default. Origin switches on for paid users unless an enterprise administrator opts out, which means an organization that has not made an affirmative decision about whether proprietary code may be mirrored to a new host has effectively had that decision made for it. Confirming your posture is a Monday-morning task, not a next-quarter one. The second is the paperwork. Retention, residency, training use, subprocessors and what changes now that Cursor reports into SpaceX are all unpublished, and a product page is not a contract. Until those terms exist in writing, the defensible position is to treat Origin as a convenience layer over GitHub rather than a system of record -- which is, conveniently, exactly what its architecture already is. The third is the exit. Origin's Actions compatibility and its GitHub-as-source-of-truth design are the properties that make it safe to adopt. They are also the ones most likely to erode as Cursor's incentives shift toward owning the substrate rather than borrowing it. Ask what egress looks like now, while the mirror is still a mirror. None of which makes Cursor's argument wrong. GitHub earned its incumbency by being boring, dependable infrastructure, and it has spent eighteen months being neither while a third of the code arriving at its front door stopped being written by people. Origin is a serious answer to a real problem, built by a team that bought the right company to build it. But GitHub's failure and Cursor's are different in kind, and enterprises should not confuse them. Monday's outage resolved at 20:22 UTC. Availability is an engineering problem, 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 -- and on that one, the company that spent Monday selling trust has yet to publish its terms.
[4]
Cursor launches Origin code hosting service to compete with GitHub
Cursor launches Origin code hosting service to compete with GitHub Cursor today introduced Origin, a cloud service that software teams can use to store their code. The launch marks the company's first major product update since its $60 billion sale to SpaceX Corp. in June. Cursor develops one of the industry's most popular desktop-based vibe coding tools. The program uses artificial intelligence agents to automate programming tasks. Cursor can help developers craft code, modernize existing software and familiarize themselves with application modules written by colleagues. Origin is accessible via a new tab in the Cursor desktop client's interface. Developers can also interact with it via a dedicated command line interface tool. It speeds up tasks such as creating and copying code repositories. Origin is based on Git, a code repository management tool developed by Linux creator Linus Torvalds. One of the software's main selling points is a feature called branching. The capability enables members of a development team to create separate copies of a code repository, edit each replica separately and then combine the changes. Managing code changes without branching can be a highly error-prone task. Git also underpins GitHub, the most popular code hosting platform on the market. Cursor offers an integration that enables developers to copy projects from GitHub to Origin with a few clicks. When an upstream project in GitHub receives an update, the integration syncs the changes to Origin. It also syncs files in the opposite direction. Developers can use Cursor's built-in agents to edit code in Origin repositories. The vibe coding platform supports two types of agents. The first variety is hosted on the user's desktop, while the other runs in a cloud-based sandbox. The main difference between the two is that cloud agents can work on long-horizon coding tasks even when a developer's workstation is turned off. Developers with more advanced requirements can connect Origin to external services. The platform is launching with a pre-packaged connector for Vercel Inc.'s application hosting platform. According to Cursor, the integration enables developers to quickly create a test environment in which new application updates can be checked for bugs. There are also connectors for development tools from startups Depot Technologies Inc. and Buildkite Inc. Cursor will add more integrations in the near future. Additionally, the company plans to release unspecified "agent-native features." Many programming agents run in isolated cloud-based virtual machines. Developers equip those virtual machines with assets such as code repositories that are relevant to the work of the agents they host. Cursor might be planning to release features that will ease the creation of such sandboxes. Another possibility is that SpaceX will integrate Origin with Grok Build, a vibe coding tool it introduced in March.
[5]
Cursor launches Origin as GitHub outage highlights hosting alternative
Cursor began rolling out Origin, its code hosting platform, to paid users on Monday morning, hours before a global GitHub outage disrupted pull requests, issues, APIs and enterprise sign-on services. GitHub's incident log showed the degradation lasted six hours and 42 minutes, with error rates near 20% across pull requests, issues and the API, and near 50% on archive and raw file downloads. SAML, OIDC, SCIM provisioning, Team Sync and Copilot were also affected. Vercel Chief Executive Guillermo Rauch used the outage to promote the new service in a post on X. "You can now host your repos in Cursor Origin and deploy to Vercel via Cursor Origin which is itself hosted on Vercel," he wrote, adding: "And unlike GitHub, it's online 😁" Matt Palmer, who works at Cursor, wrote on X: "We were going to ship this earlier, but GitHub was down." Origin is built into a new Codebase tab inside Cursor. Teams can create codebases, push code from the command line, review pull requests, leave comments and merge changes without opening a browser tab. Cursor said AI agents operate in the same interface as the code and pull requests they modify. The company's changelog said developers can ask questions about files, hand review comments to an agent for revision and tell it to push a branch from inside the editor. Three integrations launched with Origin on the first day. Vercel said in a developer account post that it can create preview deployments for every pull request and ship to production on merge for Pro and Enterprise users in public beta, while Depot and Buildkite run continuous integration and support existing GitHub Actions workflows unchanged. Cursor is not requiring customers to leave GitHub. Its changelog said connected GitHub repositories remain on GitHub as the source of truth, permissions mirror GitHub access settings, and pull request conversations sync both ways within seconds. Cursor bought code review startup Graphite in December 2025 for a price Axios reported was well above Graphite's $290 million Series B valuation. Graphite co-founder Tomas Reimers unveiled Origin at Cursor's Compile conference in June and leads its development. Cursor's case for Origin comes as AI-generated code increases review volume. Google's 2025 DORA report, based on nearly 5,000 technology professionals, found 90% of developers use AI at work, while GitHub's Octoverse 2025 report counted 43.2 million pull requests merged per month, up 23% year over year. RuntimeWire reported that 35% of pull requests merged inside Cursor were opened by agents running autonomously in cloud virtual machines. Stack Overflow's 2025 developer survey found trust in AI tool accuracy fell to 33% from 43% a year earlier. LeadDev counted 257 GitHub incidents between May 2025 and April 2026, including 48 major incidents, while InfoQ cited an April engineering post in which GitHub said it had "failed to meet its own reliability standards." Monday's disruption was the seventh incident on GitHub's status page in 15 days. Some projects had already moved away from GitHub. Zig migrated to Codeberg in November 2025, citing GitHub Actions failures, and Mitchell Hashimoto said in April that Ghostty would leave GitHub after near-daily outages blocked reviews and CI for hours. Cursor's ownership structure has also changed. Bloomberg reported that SpaceX completed a $60 billion all-stock acquisition of Cursor three days before Origin launched, and Cursor now operates inside a division called SpaceXAI. Origin's pricing, security architecture, data-handling terms and migration tooling remain unpublished, RuntimeWire reported before launch. Cursor's changelog said Origin is available to all paid plan users starting immediately, except enterprise organizations whose administrators opt out. Security concerns remain part of the discussion. The Hacker News reported in July that Cursor declined to patch a repository-poisoning flaw disclosed by Mindgard, which said the editor could execute a malicious git.exe placed in a Windows project's root when a user opened it, and no CVE was issued.
[6]
SpaceX's Cursor Attacks Microsoft's $2 Billion GitHub Moat With Origin, A Repository Built For AI Agents
With nearly every facet of legacy coding tools under a concerted siege from AI agents, it was only a matter of time until AI labs turned their roving eyes towards Microsoft's GitHub and its fertile pickings. Well, SpaceX's Cursor has just launched the Origin, an AI-native repository for coding agents, taking a stab at Microsoft's GitHub-related moat. SpaceX's Cursor has designed Origin for agentic throughput, and equipped it with automated conflict resolution, stacked pull requests, and comprehensive metadata for agent-written code, overcoming many of GitHub's shortcomings Last week, SpaceX completed its $60 billion all-stock deal to acquire the AI startup Cursor. And today, Cursor has come forward with its fist swinging, so to say, taking a stab at Microsoft's GitHub with its very own Origin, an AI-native code repository that has been designed explicitly for coding agents. For the benefit of those who might not be aware, Origin differs from GitHub in a number of ways: Of course, GitHub is a massive juggernaut for Microsoft, generating around $2 billion in annual revenues. In comparison, SpaceX's Cursor has just launched Origin in a limited beta rollout phase, one that is unlikely to cause any immediate active churn within GitHub's massive enterprise customer base. Even so, every flood begins as a trickle, and Origin might just be the David to the Goliath that is GitHub. Follow Wccftech on Google to get more of our news coverage in your feeds.
Share
Copy Link
SpaceXAI's Cursor launched Origin, an AI-native code hosting platform that integrates repositories, pull requests, and AI agents in one environment. The timing proved strategic as GitHub suffered a 6-hour outage the same day, highlighting reliability concerns that have plagued the platform with 257 incidents over the past year.

Cursor Origin, the new code hosting platform from SpaceXAI's Cursor, began rolling out to paid users on Monday morning
1
. Just three and a half hours later, GitHub experienced a global degradation lasting six hours and 42 minutes, with error rates near 20% across pull requests, issues and the API, and near 50% on archive and raw file downloads3
. Enterprise single sign-on services including SAML, OIDC, SCIM provisioning, Team Sync and Copilot all failed during the incident5
.The timing dramatized the argument Origin exists to make. Vercel Chief Executive Guillermo Rauch posted on X: "You can now host your repos in Cursor Origin and deploy to Vercel via Cursor Origin which is itself hosted on Vercel. And unlike GitHub, it's online"
5
. Matt Palmer, who works at Cursor, added: "We were going to ship this earlier, but GitHub was down"3
.Origin lives in a new Codebase tab inside Cursor, bringing repositories, pull requests and code browsing into the AI-native coding environment
2
. Teams create codebases, push code via command line, review pull requests, leave comments and merge changes without opening a browser tab3
. The platform is based on Git, the repository management tool developed by Linux creator Linus Torvalds4
.What sets Origin apart is how AI agents operate in the same surface as the code and pull requests they modify. Developers can ask questions about files, hand review comments to an agent for revision, or tell it to push a branch—all inside the editor where the code was written
3
. Cursor supports two types of AI agents: desktop-hosted agents and cloud-based agents that can work on long-horizon coding tasks even when a developer's workstation is turned off4
.Cursor designed Origin to work alongside GitHub rather than replace it. Connected GitHub repositories remain on GitHub as the source of truth, with permissions mirroring GitHub access settings
5
. Pull request conversations sync in both directions—comment in Cursor and it posts to GitHub; reply or react on GitHub and it surfaces in Cursor within seconds3
.This interoperability strategy addresses a critical barrier. Rip-and-replace migration of source control ranks among the highest-risk projects an engineering organization can undertake, touching continuous integration, compliance evidence, audit trails, branch protection rules and every integration in the toolchain
3
. A read-mostly mirror that leaves GitHub authoritative requires far less approval risk.Three integrations shipped on day one, chosen to demonstrate Origin can carry real production work. Vercel creates preview deployments for every pull request and ships to production on merge, available in public beta for Pro and Enterprise customers
3
. Depot and Buildkite run continuous integration, and critically, both execute existing GitHub Actions workflows unchanged3
. Buildkite adds native pipelines on top of that compatibility layer4
.Cursor is not asking teams to rewrite their build system, retrain engineers or rip out deployment pipelines. The company plans to add more integrations and release unspecified "agent-native features" in the near future
1
. One possibility is integration with Grok Build, a vibe coding tool introduced by SpaceX in March4
.The launch capitalizes on mounting frustration with GitHub's reliability. LeadDev counted 257 GitHub incidents between May 2025 and April 2026, including 48 major incidents
5
. InfoQ cited an April engineering post where GitHub acknowledged it had "failed to meet its own reliability standards"5
. Monday's disruption marked the seventh incident on GitHub's status page in 15 days5
.These persistent issues have led to a visible exodus of high-profile users. Zig migrated to Codeberg in November 2025 citing GitHub Actions failures, and Mitchell Hashimoto said in April that Ghostty would leave GitHub after near-daily outages blocked reviews and continuous integration for hours
5
.Related Stories
The case for AI-driven development tools grows stronger as AI-generated code increases review volume. Google's 2025 DORA report, based on nearly 5,000 technology professionals, found 90% of developers use AI at work
5
. GitHub's Octoverse 2025 report counted 43.2 million pull requests merged per month, up 23% year over year5
. RuntimeWire reported that 35% of pull requests merged inside Cursor were opened by AI agents running autonomously in cloud virtual machines5
.Yet trust remains a concern. Stack Overflow's 2025 developer survey found trust in AI tool accuracy fell to 33% from 43% a year earlier
5
. Security questions also persist—The Hacker News reported in July that Cursor declined to patch a repository-poisoning flaw disclosed by Mindgard, and no CVE was issued5
.The launch marks Cursor's first major product update since its $60 billion all-stock acquisition by SpaceX in June
1
. Bloomberg reported the acquisition completed three days before Origin launched, with Cursor now operating inside a division called SpaceXAI5
. Cursor bought code review startup Graphite in December 2025 for a price Axios reported was well above Graphite's $290 million Series B valuation5
. Graphite co-founder Tomas Reimers unveiled Origin at Cursor's Compile conference in June and leads its development5
.Still, competing with GitHub's scale presents formidable challenges. GitHub reported 180 million developers using its platform as of last October
1
. The platform, founded in 2007 and acquired by Microsoft in 2012, remains the largest source code host in the world1
. Origin's pricing, security architecture, data-handling terms and migration tooling remain unpublished5
. Cursor's changelog said Origin is available to all paid plan users immediately, except enterprise organizations whose administrators opt out5
.Summarized by
Navi
[3]
30 Oct 2024•Technology

03 Apr 2026•Technology

26 Nov 2024•Technology

1
Technology

2
Technology

3
Technology
