Cursor spent its first three years wrapping other companies' models in a slick editor. At its #compile keynote on June 16, 2026, the company signaled a much bigger ambition. The new Cursor AI model is a from-scratch system reported to exceed 1.5 trillion parameters, trained on more than 100,000 GPUs, and pitched as intelligent beyond coding. It arrived alongside two other launches, a Git platform called Origin and an iOS app, that together sketch a plan to own the full loop of how software gets written when agents do most of the typing.
- The new Cursor AI model is built from scratch with no open-source base, reportedly above 1.5 trillion parameters and trained on over 100,000 GPUs.
- It uses roughly 10 to 20 times more compute than Cursor's earlier Composer models and is sized in the range of frontier systems like Opus and GPT.
- Origin is a Git platform designed for AI agents, built on the Graphite team Cursor acquired in December 2025.
- Cursor Mobile brings agent control to iOS, cloning your repo to a cloud machine and working on a separate branch.
The announcements, reported by The Decoder, mark a shift from tool to platform. Anysphere, the company behind Cursor, is no longer content to be the interface layer on top of someone else's intelligence. It wants the model, the version control, and the device in your pocket to all be its own.
What the Cursor AI model actually is
The headline number is the parameter count. Co-founder Michael told the audience the new Cursor AI model exceeds 1.5 trillion parameters, which puts it in the same weight class as the largest frontier systems rather than the smaller, faster models most coding tools rely on. For comparison, Cursor described it as on par in size with Anthropic's Opus and OpenAI's GPT line.
What sets it apart from Cursor's earlier work is how it was built. The company's previous Composer models were tuned on top of existing open-source bases. This one is trained from scratch with no open-source foundation, a far more expensive and ambitious undertaking. Cursor said the model uses ten to twenty times more compute than its previous efforts, a jump that only makes sense if the company believes a purpose-built model can beat a fine-tuned one at the specific job of writing and reasoning about code.
The phrase Cursor keeps using is intelligent beyond coding. That hints at a model meant to handle the surrounding work of software development, planning a change, reading a large codebase, reasoning across files, not just autocompleting the next line. Whether it delivers on that is unknown, because the model is still training. Cursor said it should ship within the next few weeks of the keynote, which means the parameter count and the compute figures are claims about a system the public has not yet tested.
At announcement the model was still in training and not publicly available. The parameter count, GPU count, and compute multiplier are figures Cursor disclosed on stage, not independently verified benchmarks.
Training from scratch on 100,000 GPUs
Training a 1.5-trillion-parameter model from a blank slate is one of the most capital-intensive things a software company can attempt. The reported figure of more than 100,000 GPUs is the kind of cluster that, until recently, only a handful of dedicated AI labs could assemble. That Cursor is doing it at all says something about how the economics of the category have changed, and about who is now backing the company.
The decision to skip an open-source base is the riskiest part. Starting from an existing model like a Llama or Qwen checkpoint saves enormous time and money, because the model already knows language and a great deal about code. Training from scratch throws that head start away in exchange for full control over the data, the architecture, and the behavior. Cursor is betting that control over the whole stack produces a better coding model than inheriting someone else's foundation and adapting it.
That bet is only rational if you have both the money and the chips, and Cursor now has an unusual source for both.
The SpaceX connection behind the compute
The new model was trained through a collaboration with SpaceX, and the relationship runs deeper than a hosting contract. Anysphere, Cursor's parent company, was recently acquired by SpaceX, with reports putting the commitment around $60 billion. That ties Cursor directly to the same compute empire that has made SpaceX one of the largest sellers of AI computing power, running the Colossus data centers that also serve labs like Anthropic and Google.
Seen that way, the 100,000-GPU training run is less surprising. A company with access to a gigawatt-scale cluster through its parent can attempt a from-scratch frontier model in a way a standalone editor startup never could. The acquisition turned a compute problem into an internal resource, which is exactly the kind of vertical integration that lets Cursor justify the ten-to-twenty-times compute increase over Composer.
It also reframes the competitive picture. Cursor is no longer just competing with other editors. It is now part of a larger bet that owning the model, the chips, and the developer surface together produces something none of those layers can on their own.
Origin, a Git platform built for agents
The second announcement is the one most likely to reshape day-to-day workflows. Origin is a Git platform, but Cursor framed it as built from the ground up for AI agents rather than for human developers. The product comes out of Graphite, the code-review and stacking startup Cursor acquired in December 2025, and co-founder Tomas, who joined through that deal, is leading it.
The problem Origin tries to solve is what happens when agents, not people, are the main contributors to a repository. Traditional Git workflows assume a human reads the diff, resolves the conflict, and clears the failing test. When dozens of agents are committing in parallel, those assumptions break. Cursor said it stress-tested Origin by simulating thousands of agents reading and writing to a single repository at the same time, a scenario that would overwhelm a normal review process.
How Origin handles merge conflicts and CI
Origin's headline capabilities target the friction points that slow agent-driven development. It resolves merge conflicts automatically, fixes failed CI tests, and handles review comments. In a human workflow each of those is a manual step that can stall a pull request for hours. In an agent workflow they happen often enough that automating them is the difference between a system that scales and one that grinds to a halt.
At announcement Origin was running internally and with select partners, available by waitlist rather than to everyone. Cursor targeted broad availability for fall 2026. The platform is built on a new Git framework running across cloud providers, which suggests Cursor is rethinking version control at the infrastructure level, not just adding a UI on top of standard Git.
If Origin works as described, it positions Cursor against GitHub and GitLab, not as a nicer client but as a fundamentally different model of what a code-hosting platform is for. That is a direct challenge to the incumbents who have owned developer version control for over a decade.
Cursor Mobile and the cloud agent loop
The third launch is the most concrete for everyday users. Cursor Mobile, in iOS beta, brings agent control to a phone. The idea is that the heavy work of coding no longer requires sitting at a laptop. You can assign a task, review the agent's edits, and unblock something that got stuck, all from a mobile screen.
The interesting part is the architecture underneath. When you start an agent from the app, Cursor clones your repository from GitHub or GitLab, spins up a cloud machine, and has the agent work on a separate branch. You are not running the model on your phone. You are dispatching a job to a cloud worker and checking in on its progress. Cloud agents use a curated selection of models and always run in what Cursor calls Max Mode, the highest-capability setting.
How a cloud agent task flows from a phone
The flow is worth spelling out because it shows where Cursor thinks development is heading. You describe a change in plain language. The system clones the repo and provisions a fresh environment. An agent works on an isolated branch so nothing touches your main line until you approve it. You review the result, sometimes as screenshots the agent produces, comment on what needs adjusting, and either merge or send it back for another pass. The app also offers remote control access to agents running on your own machine, so the phone becomes a remote for both local and cloud work.
That model treats coding less like typing and more like managing. The developer sets direction and reviews output, while the agent does the mechanical work in a sandbox. It is the same pattern Origin assumes at the repository level, applied to the individual task.
Cursor's path from autocomplete to agents
To understand why this leap is so large, it helps to recall where Cursor started. The product began as a fork of Visual Studio Code with smarter autocomplete, then grew into an editor where you could chat with your codebase and let the assistant make multi-file edits. Its Composer models, tuned on open-source bases, powered much of that, and they were good enough to make Cursor one of the most talked-about coding tools of the past two years.
Each step pushed more of the work onto the model. Autocomplete predicted the next token. Chat answered questions about the code. Agents began making changes across files and running commands. The new Cursor AI model is the logical endpoint of that progression, a system meant to drive the whole loop rather than assist a human at the keyboard. Building it from scratch is Cursor's admission that borrowed foundations were holding back what agents could do.
The acquisition by SpaceX accelerated that timeline dramatically. A company that might have spent years saving for a frontier training run instead got access to one of the largest GPU clusters in existence. That is why the jump from Composer to a 1.5-trillion-parameter model happened in a single product cycle rather than over several.
Where Origin fits against GitHub and GitLab
Origin is the announcement that should worry the incumbents most. GitHub and GitLab were designed for a world where humans open pull requests, review diffs, and merge once a teammate approves. That model has held for more than a decade because the bottleneck was always human attention. Origin assumes the bottleneck has moved.
When agents generate code faster than people can review it, the constraint becomes the machinery around the commit, not the commit itself. Origin's automatic conflict resolution and CI repair are aimed squarely at that constraint. Cursor is not trying to build a prettier GitHub. It is arguing that the entire shape of a code-hosting platform should change when the primary contributor is software.
The risk for Cursor is that GitHub, owned by Microsoft, and GitLab are not standing still on agent features, and they hold the enormous advantage of where the world's code already lives. Migrating version control is one of the stickiest decisions a team makes. Origin will have to be dramatically better at the agent workflow, not marginally nicer, to pull repositories away from platforms that already host them. That is a high bar, and fall 2026 is when we find out if Cursor can clear it.
Why an editor company is building all three at once
Launching a frontier model, a Git platform, and a mobile app in one keynote is not three separate products. It is one strategy expressed three ways. Each piece assumes a world where agents do the bulk of the writing and humans supervise. The model provides the intelligence, Origin provides the version control that survives many agents working at once, and the mobile app provides the supervision surface that frees the human from the desk.
This is a vertically integrated bet on AI-native development. By controlling the model, Cursor is not at the mercy of another lab's pricing or deprecation schedule. By controlling version control, it can design for agent throughput instead of retrofitting human tools. By controlling the device experience, it captures where the supervision happens. Each layer reinforces the others, which is the same logic that makes hard-to-copy platforms out of what would otherwise be a collection of features.
For developers and teams evaluating tools, the practical takeaway is to watch how these pieces interlock at launch. A from-scratch model is only as useful as the workflow around it, and Cursor is clearly trying to ship the workflow and the intelligence as a single package rather than asking users to assemble them.
The open questions before launch
Plenty remains unproven. The model is still training, so its real-world coding performance against established systems is unknown. Parameter counts and compute figures make for impressive slides, but they are not benchmarks, and a larger model is not automatically a better one for a narrow task like code. The proof will come when developers can run it on their own repositories and compare results.
Origin and the mobile app carry their own questions. Automatically resolving merge conflicts and fixing failed tests sounds excellent until an automated fix introduces a subtle regression that a human would have caught. Teams will want to understand how much control they keep over what agents commit, and how Origin handles the cases where the automated resolution is wrong. The waitlist-only rollout and the fall 2026 availability target mean there is time for those answers to emerge.
There is also the strategic risk of fighting on three fronts at once. Building a frontier model, a Git platform, and a mobile client each demands a different kind of engineering and a different competitor. Anthropic and OpenAI defend the model layer, GitHub and GitLab defend version control, and the broader tooling market is crowded. Cursor's wager is that doing all three together is a defensible position rather than three thin fights.
A platform bet that will be judged on shipping
What Cursor unveiled at #compile is a coherent vision of how software gets built when agents carry most of the load. The new Cursor AI model supplies the reasoning, Origin rebuilds version control for a world of parallel agents, and Cursor Mobile moves supervision off the desk. The SpaceX acquisition is what makes the most expensive piece, a from-scratch frontier model, plausible at all.
The vision is clear and the timing is aggressive. The keynote promised a model within weeks and a Git platform by fall, dates that turn ambition into something testable. If the model ships and holds up against Opus and GPT on real coding work, and if Origin genuinely tames the chaos of many agents in one repo, Cursor will have turned an editor into a platform. If the pieces arrive late or fall short of the slides, the company will have made a very expensive case for staying in its lane. Either way, the next few months will settle which it is.