
Cursor.com
At Cursor's inaugural Compile conference on June 16, the San Francisco AI coding company debuted three products simultaneously: Origin, a git hosting platform built for AI agents rather than human developers; Cursor Mobile, a public iOS beta for managing agents from a phone; and a proprietary 1.5-trillion-parameter frontier model being trained from scratch on SpaceX's Colossus supercomputer — all on the same afternoon SpaceX formally confirmed it would acquire Cursor's parent company, Anysphere, for $60 billion in an all-stock deal, the largest acquisition of a venture-backed startup on record.
The three announcements together sketch a deliberate strategy: Cursor no longer wants to sit as a layer atop other companies' infrastructure. For four years, every line of code Cursor helped write ended up stored on Microsoft's GitHub. Every AI response it generated ran through Anthropic's or OpenAI's models. The Compile announcements are a systematic attempt to change that — and developers who have built their workflows around Cursor's model-agnostic approach need to understand what vertical integration means for the tool that reads their code.
GitHub was built in 2008 for a specific workflow: one developer, a handful of commits per day, a pull request, a human reviewer. That cadence — measured in hours and sometimes days — worked because humans can only type so fast. AI agents break that assumption entirely.
In Cursor's internal load tests, thousands of agents simultaneously cloned from and wrote to a single repository — a scenario no legacy git host was architected to handle. GitHub's data model, permission system, and event architecture carry a decade of assumptions about human-paced iteration. Its rate limits, pull-request queues, and merge-conflict workflows were tuned for sequential human review. When dozens of agents commit in parallel to the same codebase, those constraints become a structural bottleneck.
Origin was built from scratch to treat AI agents as the primary committers rather than the exception. Its core architecture uses NVMe-backed git file servers as the fast-path storage layer with S3 as the source of truth for unlimited replica scaling and 10-millisecond automatic failover. In Cursor's own stage demonstration at Compile, Origin handled 22.6 commits per second inside a single repository and approximately 296,000 clones per hour, with global synchronization latency below 400 milliseconds. These figures come from Cursor's conference demo and have not been independently verified under production conditions.
The feature that most directly addresses the agent-scale problem is automated merge conflict resolution. When traditional git requires human intervention to adjudicate competing changes to the same file, Origin's AI-powered conflict engine analyzes each agent's modification intent and resolves automatically in the majority of cases. For teams running parallel agents, this removes a bottleneck that cannot otherwise be staffed away. Origin also handles failed continuous integration tests autonomously and generates pull request descriptions and changelogs without human input.
Read more: Cursor Composer 2.5 Matches Claude Opus 4.7 on Coding Benchmarks at One-Tenth Cost
The platform was demoed on stage by Tomas Reimers, a co-founder of Graphite, the code review startup Cursor acquired in December 2025. Graphite's stacked pull request workflow — designed for managing large batches of dependent changes — forms the review layer sitting above Origin's storage infrastructure. Cursor has built the hosting layer on top of it. When Origin ships in fall 2026, Cursor will control the full development pipeline: the IDE where agents write code, the review layer where batched changes are evaluated, and the git host where all of it is stored.
The waitlist is open at cursor.com/origin. Pricing and a specific release date have not been disclosed.
Cursor's prior in-house models, including Composer 2.5 released in May 2026, were built on open-source base models with Cursor's own post-training and reinforcement learning applied on top. The model CEO Michael Truell announced at Compile breaks from that approach entirely.
The model is being trained from scratch, without any open-source foundation, on over 100,000 GPUs on SpaceX's Colossus supercluster in Memphis. At 1.5 trillion parameters, Truell placed it in the same size class as Anthropic's Opus models and OpenAI's GPT family. The training run uses 10 to 20 times more compute than any prior Cursor model. Unlike Composer 2.5, which was optimized specifically for software development tasks, the new model is designed for general-purpose knowledge work. Release is expected within weeks of the conference; no benchmarks had been published as of Compile.
The training data relationship with SpaceX is the detail that carries the most strategic weight. Cursor's commercial platform generates real developer workflow sessions: the full context of how engineers describe requirements, iterate on bugs, navigate codebases, and refine AI responses across extended conversations. That data reflects actual coding reasoning, not just finished code. By training on that signal, SpaceX gains something qualitatively different from scraping public GitHub repositories. Once the acquisition closes — expected in Q3 2026 pending regulatory approval — that training pipeline will belong to SpaceX entirely.
The iOS beta of Cursor Mobile launched the same day as Compile. The app's premise is practical: AI agents run continuously on a developer's machine or in the cloud, and developers increasingly need to supervise them without being at their laptop.
The beta supports starting, unblocking, and redirecting agentic tasks remotely; reviewing agent-generated diffs and leaving inline comments; examining screenshots of agent-produced visual output; and remote control of agents running on a developer's local machine. The app stays synchronized with the desktop IDE so context is never stale. No Android release timeline was announced.
The combination of the three announcements raises a structural question that prior Cursor coverage has mostly treated as a future concern: when a single company controls the editor where agents write code, the git host where that code is stored, and the model those agents run on, what governs what that company does with the code?
Git was invented specifically as a distributed system — every clone is a full backup, and no single entity controls the repository. That design was a deliberate rejection of centralized hosting. Origin re-centralizes that control under a single vendor who also trains the models doing the coding. That combination is genuinely new: no prior git host has also owned the model doing the writing.
Cursor's own data-use documentation distinguishes between a standard Privacy Mode, which permits some code data to be stored for product features, and a stricter legacy setting that retains nothing. Under Anysphere's independent ownership, that was a policy choice developers could evaluate on its own terms. Under SpaceX ownership, those choices sit inside an organization whose AI division — SpaceXAI, formed when SpaceX absorbed xAI in February 2026 — has faced documented controversy, including the generation of non-consensual deepfakes through its Grok chatbot. Jason Andersen of Moor Insights described enterprise concern directly: he questioned whether Cursor would retain the ability to route requests to Anthropic's Claude and OpenAI's GPT rather than Grok, noting that "xAI's models and treatment of guardrails are very different than what Cursor has stood for." The model-agnostic feature drove much of Cursor's enterprise adoption; SpaceX has not publicly addressed whether it will be preserved after the acquisition closes.
The Compile announcements arrived at a complicated moment for Cursor's competitive standing. Ramp corporate spending data shows Cursor's share of the AI coding tool market declining from roughly 41% in June 2025 to approximately 26% by May 2026, even as its annualized revenue grew to approximately $4 billion. The market share erosion tracks the rise of Anthropic's Claude Code, which reached $2.5 billion in annualized revenue by February 2026 and roughly doubled its weekly active users in the first two months of that year.
The structural cause of the pressure is one Truell has acknowledged publicly: Cursor paid retail pricing for Anthropic's Claude API while Anthropic ran wholesale economics on its own Claude Code. The SpaceX acquisition, and the jointly trained Colossus model, are partly a solution to that margin problem. SpaceX's AI division had its own problems to solve entering the deal: all eleven of xAI's co-founders had departed by March 2026, and Musk publicly acknowledged xAI "was not built right the first time." The Compile product launches represent Cursor's answer to both pressures — vertical integration as a response to margin exposure, and a new proprietary model as a response to model dependency.
Read more: SpaceX Seals $60 Billion Cursor Acquisition Four Days After Record IPO
Origin's fall general availability will be the first real test of whether the Compile announcements represent a structural upgrade for developers or a positioning statement. The economics have not been disclosed. Whether the SpaceX acquisition closes without conditions — particularly given the likely antitrust review in the United States and European Union given Cursor's presence at roughly 64% of Fortune 500 companies — will determine how quickly the vertical integration strategy can be executed. And whether the new frontier model performs at the level the parameter count implies, when it ships in the coming weeks, will determine whether Cursor has actually closed the model dependency that made it vulnerable to Claude Code.
Developers with strict requirements about where their code lives and which AI models can read it face a specific decision: the Compile announcements make Cursor more capable and potentially more affordable, but they also make the answer to "who controls this stack" more consequential than it has ever been.
What is Cursor Origin and how does it differ from GitHub?
Origin is a git hosting and code collaboration platform Cursor announced at Compile on June 16, 2026. Unlike GitHub, which was built for human-paced development, Origin was designed from scratch for workflows where many AI agents commit to a single repository simultaneously. Its architecture uses NVMe-backed file servers with S3 as the source of truth, supports AI-powered automated merge conflict resolution for parallel agent workloads, and targets sub-400-millisecond global synchronization latency. It is scheduled for general availability in fall 2026; the waitlist is open at cursor.com/origin. No pricing has been announced, and the demo performance figures shown at Compile have not been independently verified.
Why did Cursor build its own git platform instead of staying on GitHub?
GitHub carries a decade of design assumptions about human-paced code review: sequential merge workflows, pull-request queues designed for one reviewer reading one diff, and rate limits tuned for individual developer cadence. When AI agents run in parallel — committing, rebasing, and generating pull requests at machine speed — those assumptions become structural bottlenecks. Origin is Cursor's answer built from first principles for agent-scale workloads. It also completes a vertical integration strategy: by controlling the hosting layer, Cursor removes its dependence on a platform owned by Microsoft, which also sells competing developer AI tools through GitHub Copilot.
Is Cursor still model-agnostic after the SpaceX acquisition?
As of the acquisition announcement on June 16, 2026, Cursor continues to support routing requests to Anthropic's Claude models, OpenAI's GPT models, and its own Composer models. SpaceX has not announced any change to Cursor's model partnerships. The concern raised by analysts is whether SpaceX's ownership of xAI's Grok will influence which models Cursor prioritizes after the deal closes, expected in Q3 2026. Cursor has not issued a public commitment on model neutrality under SpaceX ownership, and SpaceX has not addressed the question publicly. That remains the most consequential open question for enterprise teams that chose Cursor specifically because they could control which AI model reads their code.
What is the new Cursor frontier model and when does it ship?
The model is a 1.5-trillion-parameter general-purpose language model trained from scratch on SpaceX's Colossus supercomputer in Memphis using over 100,000 GPUs. It uses 10 to 20 times more compute than prior Cursor models and is positioned in the same parameter class as Anthropic's Opus and OpenAI's GPT families. Unlike Cursor's prior Composer models, it is not built on an open-source base. At the time of the Compile announcement, training was actively underway and a release was expected within weeks. No benchmark scores had been disclosed publicly.
