Cursor、GitHub 障害を機に独自コードホスティング「Origin」展開
本文の状態
日本語全文を表示中
詳細モードで約20分の本文を読めます。
同じ出来事の情報源
この情報源を基点に整理
VentureBeat AI
Cursor がコードホスティングプラットフォーム「Origin」の提供を開始し、直後に発生した GitHub の大規模障害が同社の競争優位性を浮き彫りにした。
AI深層分析を開く2026年8月18日 09:32
AI深層分析
キーポイント
GitHub 障害とのタイミング
Cursor が Origin の展開を開始してから約3.5時間後、GitHub で6時間42分にわたる大規模なグローバル障害が発生し、エラー率が急上昇した。
AI エージェント統合の強化
Origin はコード、プルリクエスト、AI エージェントを同一環境に統合し、開発者がブラウザを開かずに編集やレビューを完了できる機能を提供する。
主要パートナーとの連携
Vercel による自動プレビューデプロイ、Depot および Buildkite を活用した継続的インテグレーションがローンチ日に利用可能になった。
既存ワークフローとの完全互換性
DepotやBuildkiteなどのパートナーはGitHub Actionsのワークフローを変更せずに実行可能であり、Vercelはプルリクエストごとのプレビューデプロイを提供する。
GitHubを真のソースとして維持する戦略
OriginはGitHub組織への接続を通じてコードを表示・編集できるが、プッシュ先と権限管理はGitHubに委ねるため移行リスクを回避している。
重要な引用
"We were going to ship this earlier, but GitHub was down."
"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"
"Your code, PRs, and agents are now in the same place"
"Pushes keep going to GitHub, which stays the source of truth for anything started there"
編集コメントを表示
編集コメント
GitHub の障害という不測の事態が、Cursor Origin の価値を劇的に際立たせた事例である。これは単なるタイミングの一致を超え、AI エージェント時代におけるインフラ選定の重要性を浮き彫りにした点で注目に値する。
Source Article
元記事を日本語で読む
本文に関係しない購読案内、埋め込み通知、サイト内プロモーションは除いています。
Cursor は月曜日の朝、有料ユーザー向けに自社コードホスティングプラットフォーム「Origin」の提供を開始しました。それから約 3 時間半後、GitHub のステータスページが点滅し、6 時間 42 分にわたる世界的なサービス低下が発生しました。GitHub のインシデントログによると、プルリクエスト、イシュー、API におけるエラー率は約 20% に達し、アーカイブや生ファイルのダウンロードでは約 50% に上りました。エンタープライズ向けシングルサインオンも影響を受け、SAML、OIDC、SCIM プロビジョニング、Team Sync がすべて停止しました。Copilot も同様に利用不能となりました。
開発者コミュニティは、いつものように反応を示しました。
「Cursor Origin でリポジトリをホストし、Origin 自体が Vercel にホストされているため、Vercel へのデプロイも Cursor Origin を経由して行えます」と Vercel の最高経営責任者(CEO)Guillermo Rauch は X で投稿しました。「GitHub と違って、こちらはオンラインです😁」と笑顔で投稿した理由を問われ、Rauch は「状況を和らげようとしたんです。実は私たち自身も GitHub の影響で現在立ち往生しています」と返答しました。
Cursor で働く Matt Palmer は、自社のローンチを引用ツイートし、その日のベストラインを残しました。「もっと早く出荷する予定でしたが、GitHub がダウンしていたので延期になりました」。つまり、競合他社である GitHub の障害が、GitHub 代替サービスのローンチを遅らせるという皮肉な結果となりました。
製品発表は通常数週間前から調整されるもので、Cursor が今回のタイミングを計画的に設定したという証拠はありません。しかし、この偶然が同社にとって大きな追い風となりました。なぜなら、Origin の存在意義を劇的に示すことになったからです。
過去18年間、チームのソースコードをどこにホストするかを選ぶことは、エンジニア組織が行う最もつまらない決定の一つでした。Cursor は、AI エージェントがこの状況を再び「重要な課題」に変えたのだと賭けています。技術的な意思決定者にとって、これが今回の真のニュースです。単なる新製品の話ではなく、ガバナンスの問題を伴う新たな調達に関する問いかけなのです。
Origin の内部:Cursor のコードホスティングプラットフォームが実際に何をするのか
Origin は、Cursor 内の新しい「Codebase」タブに位置しています。チームはコードベースに名前をつけ、それが URL の一部となります。その後、コマンドラインからそこにプッシュします。ここからは、フォージ(開発基盤)から期待される機能が提供されます。Git をラップし、ストレージ、権限管理、チェック、マージを処理するサービス層です。
すべてのリポジトリにはプルリクエストが用意されています。タイムライン、コミット、チェック、変更されたファイルなどが含まれます。レビュアーはブラウザのタブを開くことなく、差分(diff)を読み込み、コメントを残し、マージを実行できます。
Cursor がその基盤技術の周りに構築した仕組みこそ、注目すべき点です。現在、エージェントはコードや修正対象のプルリクエストと同じ画面内で動作します。「コード、プルリクエスト、そしてエージェントが同じ場所にある」と変更ログには記されています。
開発者は画面上のファイルについて質問したり、レビューコメントをエージェントに渡してその場でプルリクエストを修正させたり、ブランチのプッシュを指示したりできます。これらすべてが、コードが書かれたエディタ内で完結します。
リリース初日に 3 つの統合機能が提供されましたが、パートナー選定には深い意図が感じられます。Vercel は、各プルリクエストに対してプレビューデプロイメントを起動し、マージ時に本番環境へ展開します。これは Pro および Enterprise ユーザー向けに公開ベータ版として利用可能です。
Depot と Buildkite は継続的インテグレーション(CI)を提供しますが、何より重要なのは、既存の GitHub Actions ワークフローを変更せずに実行できる点です。Buildkite にはネイティブパイプライン機能も追加されています。
この互換性レイヤーこそが、Cursor の戦略を凝縮したものです。Cursor はチームにビルドシステムの書き換えやエンジニアの再教育、デプロイメントパイプラインの撤去を求めていません。既存のコードに対する「もう一つの窓」を試すよう求めているだけです。これは承認を得るにははるかに容易な提案です。
同社はさらに多くのパートナーが加わると述べており、特に最初に獲得したパートナーこそが重要だと強調しています。なぜなら、Origin が実際の業務に耐えうるプラットフォームかどうかを評価するチームにとって、それが決定的な要素となるからです。
デプロイや CI 機能を持たないフォージは単なるコードビューアーに過ぎません。しかし、既存の Actions ワークフローを実行し、すでに契約している CDN にプレビューを配信できるフォージであれば、採用候補として十分になり得ます。
GitHub を「唯一の真実(ソース・オブ・トゥルース)」とし続けることが、Origin の最も賢い設計選択である理由
企業が最も慎重に検討すべき決断がこれです。なぜなら、これが Origin がセキュリティ審査を突破できるかどうかを左右するからです。
Cursor はユーザーに GitHub から離れるよう求めません。GitHub 組織を接続し、リポジトリを選択するだけで、Origin ネイティブのリポジトリと並んで表示されます。「Pushes は引き続き GitHub に送信され、そこで開始されたすべての事柄のソース・オブ・トゥルースとして GitHub が維持されます」と変更ログには記載されています。アクセス権限は、並行システムを構築するのではなく、GitHub の既存の読み取り/書き込み設定に準拠します。プルリクエストの会話も双方向で同期され、Cursor でコメントすると GitHub に投稿され、GitHub で返信やリアクションをすると数秒以内に Cursor に反映されます。
これは典型的な楔の戦略であり、よく練られたものです。ソース管理システムの丸ごと乗り換えは、エンジニア組織が取り組む中で最もリスクの高いプロジェクトの一つです。これには継続的インテグレーション(CI)、コンプライアンス証拠、監査証跡、ブランチ保護ルール、ツールチェーン内のあらゆる統合、そして社員の一人ひとりの筋肉記憶まですべてが関わってきます。ベータ版の製品に対して、ほぼすべてのCTOがこのような移行を承認することはありません。
GitHub を権威として残しつつ、読み取り専用のミラーを設けるアプローチなら、自己完結型の承認が可能です。試すコストはゼロで、中止しても何も壊れません。そして、開発者が作業時間を費やす場所を静かに移転させることができます。Cursor のレビュー体験がより優れていることが証明されれば——Cursor はそれが実現するように実際に大金を投じています——真実の源(ソース・オブ・トゥルース)は最終的に注目の集まる場所に追随します。
その資金は、2025 年12月に Cursor が買収したコードレビュースタートアップの Graphite に使われました。Axios の報道によると、この買収額は Series B ラウンドでの評価額である 2.9 億ドルを大きく上回る金額でした。Graphite は「スタックされたプルリクエスト」を開発しました。これは、承認待ちの間に依存する変更を停止することなく、開発者が継続してリリースできるワークフローです。Cursor は買収発表の際、「コードを書く場所と協働する場所の境界線は、ますます恣意的に感じられるようになった」と述べており、「まだ共有できないより過激なアイデア」も約束しました。Origin がその過激なアイデアです。Graphite の共同創業者である Tomas Reimers は、今年6月に Cursor が開催した初の Compile コンファレンスでステージ上で Origin を発表し、現在はその開発を率いています。
AI エージェントがコードレビューをソフトウェア開発の新たなボトルネックに変えている
エージェントネイティブな開発環境(フォージ)が必要とされる根拠は、一見すると単純ながら、この市場では珍しくも明確な証拠に裏付けられた主張に基づいています。それは「コードを書くこと」がもはや制約要因ではなくなり、「レビューして統合すること」が新たなボトルネックになっているという事実です。
Google が 2025 年に発表した DORA レポートは、約 5,000 人の技術専門家のデータに基づいたものです。それによると、現在開発者の 90% が職場で AI を活用しており、1 日あたりの平均利用時間は 2 時間です。また、80% 以上が「生産性が向上した」と回答しています。しかし、AI の導入はソフトウェアの納品スループットにはプラスの影響を与える一方で、安定性にはマイナスの影響を及ぼしていることも明らかになりました。つまり、「より多くの出力」が「より多くの不具合」を生んでいるのです。レポートの著者は AI を「増幅器(amplifier)」と表現し、高性能な組織の強みをさらに強化する一方、課題を抱える組織の欠陥も拡大させると指摘しています。
利用量の増加に信頼が追いついていません。Stack Overflow が 2025 年に実施した開発者調査では、177 カ国から 49,009 人の回答を得ました。その結果、84% の人が AI ツールの利用または導入を検討していると答えましたが、その精度に対する信頼度は前年の 43% から 33% に低下し、不信感は 31% から 46% に上昇しました。回答者の 3 分の 2 が「ほぼ正解だが、完璧ではない AI の解決策」を最大のストレス要因として挙げています。
また、GitLab が Harris 社に委託して実施した第 9 回 DevSecOps サイバーセキュリティ調査(対象者 3,266 名)では、運用上の遅延に関する具体的な数字が示されました。73% の人が「雰囲気コーディング(vibe-coded)」された出力で問題に直面しており、70% が AI の導入によりコンプライアンス管理が困難になったと回答しています。さらに、人間のレビューなしに AI に日常業務を任せることができるのはわずか 37% にとどまりました。
GitHub の Octoverse 2025 によると、開発者は 1 億 8000 万人、リポジトリは 6 億 3000 万、月間のマージされたプルリクエスト数は 4320 万件に達し、前年比で 23% の増加を記録しました。この規模は着実に拡大しています。
RuntimeWire が報じた内部データは、Origin というプラットフォームが存在する理由を最もよく説明しています。Cursor 内でマージされたプルリクエストの 35% は、クラウド上の仮想マシンで自律的に動作するエージェントによって作成されたものです。
人間のために設計された Forge(開発環境)では、プルリクエストは「誰かが意図を持って開いたもの」という前提があります。しかし、マージされる変更の 3 分の 1 がソフトウェアから発生するようになると、そのキューは対話の場ではなく、単なるスケジューリングの問題へと変貌します。
これは本質的なアーキテクチャ上の議論であり、Cursor の最大の強みです。
GitHub の信頼性危機が、Cursor に獲得する必要のない機会をもたらしました。
代替手段が必要とされる供給側の理由はシンプルです。GitHub は不安定であり、その経営陣自身がそれを認めているからです。
LeadDev の分析によると、2025 年 5 月から 2026 年 4 月の間に 257 件の障害が発生し、そのうち 48 件が重大なものでした。これは週に 1 回程度の頻度で大きな混乱が生じていたことを意味します。特に 2 月は過去最悪の月となり、37 件の障害が発生しました。GitHub Actions だけで 12 ヶ月間に 57 件の停止事故を記録しています。
最高技術責任者(CTO)の Vlad Fedorov氏は、「このプラットフォームは現在の規模に対応するために設計されたものではない」と指摘し、今後は現在の負荷量の 30 倍を見据えた設計が必要だと述べています。InfoQ が報じた 4 月のエンジニアリング記事では、同社は「自社の信頼性基準を満たすことができなかった」と認めました。その理由として、急激な成長、緊密すぎるアーキテクチャの結合、そして不十分な負荷分散が挙げられています。
今回の障害は、GitHub のステータスページ上で 15 日間に 7 件目となる出来事でした。
疲労感は言葉に表れています。Origin が稼働した際、ある開発者は X(旧 Twitter)で「GitHub はエージェント時代に対応できる作りになっていないと感じる」と投稿しました。「頻繁にダウンするが、これまで多くの実用的な代替手段はなかったからだ」と続いています。
Origin が設立される前から、離脱の動きは始まっていた。Zig プログラミング言語は 2025 年 11 月、Actions の機能不全を理由の一つとして Codeberg へ移行した。また 4 月には、GitHub で 52,000 以上のスターを獲得しているターミナルエミュレータ「Ghostty」の創設者である Mitchell Hashimoto が、同プロジェクトも離脱すると発表。その背景には、レビューや CI(継続的インテグレーション)が数時間にわたって停止するほどの頻発する障害があった。
さらに The Information は 3 月、マイクロソフトが大きな株式を持つ OpenAI が、GitHub の代替品開発に着手したと報じた。理由の一つは、障害によりエンジニアが長時間コードをコミットできなくなったことだ。この情報は Tom's Hardware でも伝えられている。
マイクロソフトの組織体制も改善には寄与していない。2025 年 8 月、GitHub の最高経営責任者(CEO)だった Thomas Dohmke が退任し、後任は置かれなかった。同事業部のリーダーシップは、執行役員である Jay Parikh が率いるマイクロソフトの CoreAI 組織に吸収された。The Information は同年 5 月のレポートで、Parikh が部下に対し、Cursor や Anthropic のようなコード支援ツールが将来的に GitHub を不要にする可能性があると警告していたと伝えている。
GitHub 自身がエージェント時代に対応した「Agent HQ」では、Anthropic、OpenAI、Google、Cognition、xAI など他社のエージェントを GitHub 内で連携・管理できる機能を備えている。これはエージェント層の支配権を認めつつ、その下にある基盤(サブストレート)を維持するという一貫した戦略だ。しかし Origin は、まさにこの基盤そのものを狙っている。
SpaceX が Cursor を買収した今、あなたのソースコードは誰のものなのか?
このサイクルの基準からみても、Cursor の台頭は驚異的なものだった。2022 年に MIT の学生 4 名によって設立された Anysphere は、2023 年 10 月に TechCrunch の報道によると OpenAI Startup Fund から 800 万ドルを調達し、その後、評価額 25 億ドルで 1 億ドル、99 億ドルで 9 億ドル、そして昨年 11 月には評価額 293 億ドルで 23 億ドルの資金調達を果たした。今年 5 月には Bloomberg が、年間収益が 30 億ドルに達し、年間 10 万ドル以上を支払う顧客が 3,000 社を超えていると報じた。
そして Origin のリリースから 3 日前、Bloomberg は SpaceX が Cursor を株式総額 600 億ドルで買収したと伝えた。この合意は TechCrunch が 6 月、SpaceX の史上最高値となる IPO の数日後、かつ xAI の吸収から半年後に報じている。現在、Cursor は「SpaceXAI」と呼ばれる部門内で運営されている。顧客の独自ソースコードを預かる立場にあるベンダーが、先端的なモデル部門を持ち、組織的な慎重さで知られない創業者を擁するロケット企業の傘下の一部門となったのは、先週の出来事だ。
Moor Insights & Strategy の Jason Andersen は、この買収が成立する前の 6 月、Tech Times に対してモデルのルーティングに関する疑問を投げかけた。「xAI のモデルやガバナンス(ガードレール)への対応は、Cursor がこれまで掲げてきた理念とは全く異なる」と。この指摘は、現在の chief information security officer(CISO)が答えなければならない問いを浮き彫りにした。エージェントがコードを書くエディター、そのコードが保存されるホスト、そしてエージェントが動作するモデルのすべてを 1 つの企業が支配している場合、その企業がコードをどう扱うかを規制するのは何なのか?
Cursor は公式見解を発表していない。ランタイムワイヤー(RuntimeWire)はローンチ前に、Origin の価格設定、セキュリティアーキテクチャ、データ処理規約、移行ツールのいずれも未公開であると指摘していたが、月曜日の変更ログにもこれらの情報は含まれていない。発表されたのは、「本日より有料プランの全ユーザーに提供を開始するが、管理者がオプトアウトを選択した企業組織は対象外」という一文のみだ。「オプトイン」ではなく「オプトアウト」。これは管理者が二度読み込むべき重要な文言である。
評価すべき過去の事例もある。7 月、マインドガード(Mindgard)の研究チームは、Cursor が Windows プロジェクトのルートディレクトリに配置された悪意のある git.exe をユーザーが開いた瞬間、何の警告もなく実行してしまう脆弱性を明らかにした。これは 2025 年 12 月に初めて報告されたリポジトリ汚染(repository-poisoning)の欠陥だ。ハッカーニュース(The Hacker News)によると、Cursor はこの問題についてパッチ適用を拒否し、「共有責任モデルの範囲外」として却下した一方、研究者との連絡が「迅速に行われなかった」ことは認めた。CVE(共通脆弱性識別子)も発行されていない。同様の欠陥クラスは、GitHub Copilot CLI、Google の Gemini CLI、OpenAI の Codex にもパッチ未適用のまま存在しているが、「リポジトリを預けてください」という訴求が製品の根幹にある製品において、ベンダーが修正を拒否した脆弱性が不都合な注釈として残ることは問題だ。
エンジニアリングリーダーは、Origin をツールチェーンに導入する前に何を整理すべきか。
Origin はベータ版であり、移行先として扱うべきではありませんが、そのように評価する価値は十分にあります。同期モードを使えば、プラットフォームチームはブランチ保護ルールを一切変更せずに、エージェントネイティブなレビュー環境がサイクル時間を短縮できるかどうかを低リスクで測定できます。
しかし、権威ある決定を下す前に解決すべき課題が三つあります。
一つ目はデフォルト設定の問題です。Origin は有料ユーザーに対して自動的に有効化され、エンタープライズ管理者が明示的にオプトアウトしない限り無効になりません。つまり、自社のコードを新しいホストに複製するかどうかについて組織として明確な判断を下していない場合、その決定は事実上他者に任された状態になります。自社の対応方針を確認するのは来週の月曜日のタスクであり、来四半期に持ち越すべき課題ではありません。
二つ目は文書化の問題です。データ保持期間、居住国、トレーニング利用、下請け業者の扱い、そして Cursor が SpaceX に報告する体制に変更が生じたことへの対応など、重要な情報が未公開のままです。製品ページが契約書代わりになるわけではありません。これらの条件が書面として整備されるまでは、Origin は「記録システム」としてではなく、GitHub の上に重ねられた利便性レイヤーとして扱うのが防衛的な立場となります。これは、Origin のアーキテクチャがすでにそうであるという点と都合よく一致しています。
三つ目は出口戦略です。Origin が採用を安全なものにしているのは、Actions への互換性と GitHub を真のソース・オブ・トゥルースとする設計のおかげです。しかし、これらの特徴こそが、Cursor のインセンティブが借用から基盤の所有へとシフトするにつれて最も損なわれやすい部分でもあります。ミラーリングがまだ単なる複製である今のうちに、データのエグレス(流出)をどうするかを確認しておくべきでしょう。
これらすべてが、Cursor の主張を誤りであるとする根拠にはなりません。GitHub は「退屈で信頼できるインフラ」として地位を築いてきましたが、過去 18 ヶ月はその評判を損ないながら過ごしました。その間、同社の入口に届くコードの約 3 割が人間ではなく AI によって書かれるようになりました。
Origin は、この現実的な課題に対する真摯な解決策です。これを構築したチームは、必要な企業を買収し、確かな基盤を築きました。
しかし、GitHub の不具合と Cursor の取り組みは性質が異なります。企業が両者を混同すべきではありません。月曜日のサービス停止は UTC 20:22 に解消されました。可用性の問題はエンジニアリングの課題であり、技術的な問題には解決期限があります。一方、「ソースコードを誰が保有し、何をされる可能性があるか、最終的に誰に責任を負うのか」という問いには、そのような期限はありません。月曜日に「信頼」を訴求していた企業が、その点に関する利用規約をまだ公表していないのです。
原文を表示
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.
関連記事
News to Guide
ニュースの次に確認する
発表内容を、現在の料金や仕様と照らし合わせられる関連ガイドです。
今日のまとめ
AIデイリーブリーフで今日の重要ニュースをまとめ読み