Cursor's New 1.5T Model Abandons Kimi Foundation, $60 Billion Stock Swap for Cursor, Musk's First Move Targets Microsoft's GitHub

marsbitPublished on 2026-06-17Last updated on 2026-06-17

Abstract

Cursor, a popular AI-powered coding tool, has been acquired by SpaceX in an all-stock deal valued at $60 billion. The announcement coincided with Cursor's unveiling of major new developments at the Compile conference: a new 1.5 trillion+ parameter AI model and a "GitHub for agents" platform called Origin. The upcoming model, trained from scratch on over 100,000 GPUs with 10-20x more computational power than before, marks a shift from Cursor's previous reliance on models like Kimi. Cursor's CEO, Michael Truell, emphasized the model will be a "generally intelligent" assistant, moving beyond just code generation to handle broader engineering tasks like planning, testing, and UI interaction. Simultaneously, Cursor introduced Origin, a "Git-native" code hosting platform designed for AI agents that perform thousands of operations daily, featuring automated conflict resolution for large-scale, AI-generated code changes. The acquisition by SpaceX provides Cursor with significant computational resources. Analysts suggest this combination—Cursor's expertise in reinforcement learning and SpaceX's computing power—could position them strongly in the AI race, potentially challenging established players like GitHub, Claude Code, and Codex.

Today, at the Compile conference, Cursor announced several product "futures": an upcoming 1.5T model utilizing more computing power, and Origin, a "GitHub-like" Git platform designed for AI agents.

This quickly drew widespread attention from users, as it came almost simultaneously with the news that SpaceX had officially announced it had exercised its option to acquire Cursor in an all-stock transaction. According to the agreement, Cursor will receive SpaceX stock valued at $60 billion, with the specific transaction expected to be completed in the third quarter of 2026. Previous reports indicated that Cursor had turned down acquisition interest from several major AI companies last year.

"At this rate, Cursor will become the #1 or #2 coding agent within a year. The team is incredible... and now backed by unlimited compute. This is the best acquisition since Instagram and YouTube." commented one netizen.

Secured Compute, Training Models from Scratch

Several netizens revealed that Cursor CEO Michael Truell shared details about the new model at today's Compile conference: a new model with over 1.5T parameters, no longer a shell over Kimi, pre-trained from scratch on over 100,000 GPUs.

Over the past few months, SpaceXAI has been jointly training a model with Cursor, which will soon be released on Cursor and Grok Build.

Speculation is that the new model Michael mentioned is the 1.5T foundation model Musk referred to on May 25th, followed by two reinforcement learning pipelines, one for Cursor and one for Grok.

At the conference, Michael revealed three key differences in the new model being trained.

First, it is large-scale, on the same magnitude as OpenAI's AGI-level models.

Second, it is trained from scratch, not fine-tuned from an open-source model. "We love open source and want to find more ways to give back to the community. But training a base model from the ground up allows us better control over model behavior and further coverage of the workloads that I and you truly care about," Michael said. Previously, Cursor was alleged to have been a shell over Kimi.

Third, and most crucially, the computational resources Cursor now uses are 10 to 20 times what was previously available. While the previous generation model used more resources than before, this marks the first truly massive increase in compute investment.

"This is hugely important," Michael stated. "In the past, from Composer 1 to Composer 2.5, the compute scale for training our models was actually quite small compared to frontier labs, which greatly limited what we could do. Many methods for making models better essentially run into the same problem: can we run more experiments, can we train the model longer. So, this order-of-magnitude increase in compute does allow us to create differentiated capabilities and, hopefully very soon, get those into your hands and deliver truly exciting, powerful new features."

However, netizen Lisan al Gaib pointed out, "Opus 4.5 to 4.8, and GPT-5 to GPT-5.5, aren't actually that huge! (They are all below 2 trillion parameters)." He continued, "This means the current performance of GPT-5.5 and Opus 4.8 is achievable for open-source models. Because guess what else is at this scale? DeepSeek-V4-Pro."

Gaib stated that the only remaining moat is scale:

So far, Anthropic is the only lab that has successfully transitioned to the ~10T parameter scale, which is also why I no longer think OpenAI can catch up by year-end. Anthropic just needs to keep pouring RL compute into Mythos, and it will keep improving for the next 1-2 years.

Google didn't go that big, and they pulled back a bit too much on sparsity. They also clearly don't know how to actually polish a model to usability with RL.

OpenAI is still haunted by the ghost of GPT-4.5.

xAI and Meta are still in the planning phase.

Previously, Wall Street investor Gavin Baker spoke highly of Cursor: "Besides Anthropic, Cursor has more 'proprietary code training data tokens' than any other lab in the world. Cursor's internal code model, Composer 2.5, is already approaching frontier model levels even before undergoing a full Colossus-level training."

Some netizens are optimistic about the acquisition deal: "Cursor excels at reinforcement learning, and SpaceX has enough computing power to train a 10T model. Therefore, SpaceX might win the AI race."

More Than Just Code

Additionally, some netizens noticed that Cursor's announcement tweet did not describe itself as "for developers," but simply as "useful AI." Therefore, they believe Cursor is likely to become a direct competitor to Codex and Claude Desktop.

To some extent, this aligns with Michael's emphasis on the new model's positioning at the conference: "This will be an intelligent model that's not just good at writing code."

Michael believes this is crucial for what the team wants to achieve. "Our goal is to enable anyone to build what they want with a computer. And right now, the bottleneck is shifting from 'writing code' itself to the full range of capabilities you'd want from an engineering colleague."

This means it needs to know how to use the tools an engineer uses; it needs to be able to monitor, plan, genuinely test software, and click buttons in an interface; it also means the team needs to present the user experience well, letting users clearly see what changes the agent has made.

"So, we're moving beyond just 'trustworthy coding' to give this model stronger general intelligence. The training for this has already started and will be released in the coming weeks. And all of this is powered by our collaboration with SpaceX. And as you know, this is more than just an ordinary partnership now," Michael said.

In his view, there aren't actually many AI players or institutions today that can truly co-design both the product layer and the model layer simultaneously. The company DNA of other players often comes from either big tech companies or started as labs before gradually moving towards the developer and product side. The company behind Cursor, for better or worse, is fundamentally built around developers. It's a company made up of people who genuinely want to make tools useful for developers.

Therefore, Michael believes that as the company enters its next phase, it's the first time a group of people who truly understand product details and developer workflows are combined with the ability to directly modify the foundational capabilities of the model. "What we can influence isn't just pixels on the screen; we can also edit the underlying capabilities of the model itself, and model capability is a very important part of the product."

It's worth noting that Cursor Mobile is now in beta, which includes remote control functionality for Mac hosts.

Git Platform for Agents, Challenging Microsoft's GitHub

In addition to the model, Cursor also announced Origin, an agent-native Git platform.

"Modern Git hosting platforms are designed for human developers: they only clone repos occasionally, push code a few times a day, not for AI agents that will clone and push thousands of times a day," Cursor engineer Austin Nick Piel stated on X. "Excited to be building a Git hosting platform for this new world."

Origin is Cursor's attempt to build a "agent-native" competitor to GitHub: it's a Git-compatible code hosting platform, but its underlying assumption is that in the future, a massive number of AI agents will be cloning, creating branches, committing code, rebasing, reviewing code, and fixing failed tasks in parallel.

Some netizens believe this also makes the company's acquisition of Graphite last year more interesting. "Graphite brought stacked PRs, code review workflows, merge queues, and a clearer collaboration experience, while Origin adds the code hosting layer underneath."

Thus, Cursor is no longer just "VS Code with AI." They are attempting to control the entire AI software factory: write code in Cursor, run agents in parallel, review code with a Graphite-style workflow, and host and merge code via Origin.

"GitHub was built for human-scale software development. Origin is packaged as the infrastructure for the next bottleneck: in an era of mass agent-generated code, how do you coordinate, review, and safely merge that code?" they summarized.

According to videos posted by netizens, Graphite co-founder Tomas Reimers was the one introducing Origin at the Compile conference.

Software development is far more than just writing code. It also includes testing, reviewing, merging, and deploying correctly. We've been working hard to find the best ways to accelerate these parts of the software development process.

"Over the past few years, we've noticed a trend: as these companies start adopting AI programming, the tools they've relied on in the past are beginning to become unreliable. That's because AI tools have completely transformed the industry over the last few years. They've given every developer the chance to become a 10x to 100x more productive developer," Tomas said. "But that change also requires developer tools to fundamentally change. That's why, after being acquired by Cursor, we accelerated our most ambitious project: rebuilding this layer of infrastructure from scratch."

Reportedly, Origin is scalable to handle agent workloads, supports API and MCP extensions, and has built-in agent mechanisms for automatically resolving merge conflicts and collaboration failures.

One developer commented, "My favorite feature is probably automatic conflict resolution. When dozens of AI agents submit code simultaneously, causing huge merge conflicts, Origin will be able to automatically fix those conflicts."

"Perhaps it's time for a competitor to GitHub, to see if that can bring about change," another netizen quipped. "GitHub watches everyone slowly recreate its features, one by one." Of course, some also questioned, "Cursor can't even manage its own customer service, and now they want to do Git?"

Officially, Origin is set to launch this fall, with a waitlist now open. Some developers worry that by the time this "future" product actually launches, people might have forgotten about it.

Conclusion

Many are impressed by the achievements of Cursor, founded in 2023 by four MIT graduates: starting as a crypto communications startup, later expanding into AI programming tools. The company was one of the earliest to fully integrate major model capabilities into an IDE. It is a fork of Visual Studio Code with deep AI integration. However, incumbent platforms and larger AI companies have since introduced similar features.

Currently, Cursor's annualized revenue has reached several billion dollars. But as Anthropic's Claude Code gained dominance in this space, Cursor's market share has also declined. Foreign media reports indicate that Cursor is still striving to achieve profitability.

Cursor's tools allow developers to switch between different AI models, including those from OpenAI, Anthropic, xAI, Google, and others. The company competes with Anthropic's Claude Code and OpenAI's Codex, products capable of writing code, debugging software, and automating tasks.

As a wholly-owned subsidiary of SpaceX, Cursor now has more computing power, and some analysts suggest SpaceX can also leverage this to win lucrative enterprise customers. Previously, many enterprise customers largely avoided using SpaceX's self-developed chatbot assistant, Grok. Competing with Claude and ChatGPT, Musk positions Grok as an "anti-woke," truth-seeking chatbot, but it still lags behind other frontier models.

News of Cursor's acquisition by SpaceX emerged as early as April. At that time, SpaceX signed a compute and option agreement with Anysphere, Cursor's parent company. SpaceX would provide Cursor with GPU cluster compute at a certain scale, and the two would collaborate to improve existing models, including Grok, and potentially jointly develop new AI models and related products.

At the time, this collaboration did not equate to an acquisition. According to SpaceX's prospectus, SpaceX obtained a right, but not an obligation, to acquire Cursor in the future at a pre-agreed price. If SpaceX exercised the option after this offering, the consideration would be paid in SpaceX Class A common stock, based on an implied equity valuation of $60 billion for Cursor and the volume-weighted average closing price of SpaceX Class A common stock over the seven consecutive trading days preceding the acquisition's completion.

The agreement also included a substantial exit "breakup fee." If SpaceX terminated the option agreement, or if Cursor terminated it due to a material breach by SpaceX, Cursor would be entitled to a $1.5 billion termination fee, plus $8.5 billion in deferred service fees under the agreement, totaling $10 billion. The fee could be paid in cash; if SpaceX's IPO had not been completed by then, it could also be paid in Class A common stock.

SpaceX completed its public offering last Friday, with its stock rising 19% on the first day, 20% on Monday, and about 5% on Tuesday, with a current market capitalization of approximately $2.66 trillion. After the stock price increase, SpaceX's market cap surpassed Amazon's on Tuesday, entering the ranks of the top 5 US-listed companies by market value.

Today, SpaceX's acquisition of Cursor is finalized, but it's also a new beginning. Whether the two can disrupt the current market landscape as many developers hope remains to be seen.

References:

https://www.wsj.com/business/spacex-agrees-to-buy-ai-coding-agent-cursor-for-60-billion-7a473340?st=2addXh&reflink=article_copyURL_share

https://x.com/morganlinton/status/2066946225837109735

This article is from WeChat official account "InfoQ" (ID: infoqchina), author: Chu Xingjuan.

Trending Cryptos

Related Questions

QWhat is the key reason why Cursor's new 1.5T+ model is significant, according to its CEO Michael Truell?

AThe key reasons are its scale, being on par with OpenAI's AGI-level models; its training from scratch, which allows for better control over model behavior; and most importantly, the 10 to 20 times increase in computational resources, which enables more experiments and longer training to achieve differentiated capabilities.

QWhat is Cursor's new 'Origin' platform, and who is its primary target competitor?

AOrigin is an 'agent-native' Git hosting platform designed for a future with numerous AI agents performing tasks like cloning, committing, and reviewing code in parallel. Its primary target competitor is Microsoft's GitHub.

QWhat was the reported implied equity value of Cursor in the SpaceX acquisition deal?

AThe implied equity value of Cursor in the SpaceX acquisition deal was $60 billion, to be paid in SpaceX A-class common stock.

QAccording to the article, what is the broader goal for Cursor's new model, beyond just writing code?

AThe broader goal is to build a useful AI model with stronger general intelligence. It aims to help anyone build what they want on a computer, encompassing all the capabilities one would expect from an engineering colleague, such as using tools, monitoring, planning, testing software, and interacting with interfaces.

QWhat was one of the major concerns or challenges mentioned for Cursor prior to the SpaceX deal?

APrior to the SpaceX deal, a major challenge for Cursor was that its market share was declining as Anthropic's Claude Code gained dominance in the AI programming tool space, and the company was still working towards achieving profitability.

Related Reads

The Verdict in Choi Tae-won's Divorce Case: Revealing the Inheritance Undercurrent Behind SK Hynix's Trillion-Won Empire

SK Group Chairman Chey Tae-won's high-profile divorce case, involving a record 1.38 trillion won settlement, has drawn attention to the succession plans for Korea's second-largest conglomerate, especially its crown jewel, SK hynix. Unlike traditional chaebol scripts centered on the eldest son, Chey's three children from his marriage to former President Roh Tae-woo's daughter, Roh Soh-yeong, are carving distinct, non-traditional paths. Eldest daughter Chey Yun-jung (b. 1989) is seen as the most evident successor. With a scientific and consulting background, she holds executive roles at SK bioscience and SK Inc.'s growth support department, focusing on future strategy and biopharma. Her marriage is to an AI infrastructure entrepreneur, not a traditional business alliance. Second daughter Chey Min-jung (b. 1991) took a unique route, voluntarily serving as a South Korean naval officer, including an anti-piracy deployment. She later worked on policy and strategy for SK hynix in Washington D.C. before co-founding an AI-driven healthcare startup. She married a former U.S. Marine Corps officer, connecting her to U.S. defense and policy circles—networks crucial for a global semiconductor giant. The only son, Chey In-geun (b. 1995), who studied physics like his father, worked briefly at SK E&S before joining McKinsey. Despite fitting the traditional "heir" profile as the eldest son, he remains silent and holds no public position or shares in SK, suggesting the old succession playbook is obsolete. As SK hynix's valuation soars, becoming a geopolitical asset in the AI era, the heirs' legitimacy is no longer automatic. They must prove themselves in fields like AI biotech, global policy, and strategic consulting. Their marriages also reflect new elite networks in tech and defense, not old political alliances. Their inheritance is the complex challenge of navigating a globalized, tech-driven world, not just a corporate throne.

marsbitYesterday 09:06

The Verdict in Choi Tae-won's Divorce Case: Revealing the Inheritance Undercurrent Behind SK Hynix's Trillion-Won Empire

marsbitYesterday 09:06

From OpenSea to OpenRouter: Is Alex Atallah Repeating His 'Exit at the Peak' Playbook?

From OpenSea to OpenRouter: Is Alex Atallah Repeating His "Exit at the Peak" Playbook? According to the Wall Street Journal, payments giant Stripe is in talks to acquire the AI model aggregation platform OpenRouter in a potential deal valuing the company near $100 billion. This would mark founder Alex Atallah's second creation of a company reaching a $100 billion valuation, following his co-founding of NFT marketplace OpenSea. OpenRouter, founded just over three years ago, has grown rapidly by acting as a unified gateway for developers to access over 400 AI models. It currently has about 10 million users and processes over 200 trillion tokens monthly. While the platform's annualized revenue is around $50 million, its valuation has skyrocketed from $1.3 billion in March 2026. The potential acquisition by Stripe, a company OpenRouter's founder once likened it to, represents a major expansion into AI infrastructure for the payments leader. This move echoes Atallah's previous timing with OpenSea, where he departed before the NFT market's significant downturn. For OpenRouter, selling now may be strategic. Despite its scale, its business model—charging a 5-5.5% fee on AI inference calls—faces pressure from competition, open-source models, and potential price wars among model providers, limiting its profitability narrative for an IPO. A key asset for potential acquirers like Stripe is OpenRouter's vast repository of real-world AI usage data, which offers unique insights into model performance and developer preferences that are difficult to replicate. Whether this potential deal signifies a new valuation benchmark for AI infrastructure or another market peak signal remains to be seen.

链捕手Yesterday 08:42

From OpenSea to OpenRouter: Is Alex Atallah Repeating His 'Exit at the Peak' Playbook?

链捕手Yesterday 08:42

Trading

Spot

Hot Articles

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of S (S) are presented below.

活动图片