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

marsbit发布于2026-06-17更新于2026-06-17

文章摘要

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.

热门币种推荐

相关问答

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.

你可能也喜欢

SBF提出新代币偿还FTX受害者,但这可能实现吗?

摘要:据报道,正在服刑的FTX创始人萨姆·班克曼-弗里德(SBF)近期表达了通过发起一个新的代币项目来偿还FTX受害者的个人愿望。这一说法因极具话题性而引发关注,但其与法律现实存在巨大差距。 核心信息点: * 这只是SBF的个人希望,并非一个积极的、可行的计划。 * 背景是,美国上诉法院已于2026年6月12日维持了对SBF的25年刑期判决。 * 目前没有任何经过验证的、在法律上可行的代币项目存在。 文章分析指出,作为一名正在服长期刑期的重罪犯,SBF在运营公司、筹集资金、发行证券或管理代币项目方面面临显而易见的法律障碍。即使他个人相信新方案能偿还受害者,法院、监管机构、债权人或破产管理人也不太可能允许。 该言论之所以仍受关注,是因为FTX倒闭是加密货币历史上的标志性事件,任何关于偿还受害者或新计划的提及都会触动市场记忆。这同时也引出了一个更广泛的行业问题:失败的平台能否利用代币来弥补损失?在FTX的案例中,法律和声誉障碍远高于普通的重组故事。 因此,本文的立论点不应是SBF将推出代币,而应强调他个人幻想与法律现实之间的张力:即便司法系统已做出严厉判决,他仍 reportedly 设想一条基于代币的偿还路径。任何实际的偿还过程,仍将严格遵循法律程序、破产结构和债权人追偿机制,而非一个来自监狱牢房的想法。

bitcoinist5小时前

SBF提出新代币偿还FTX受害者,但这可能实现吗?

bitcoinist5小时前

贝莱德以BITA为代码推出备兑看涨比特币ETF

贝莱德推出了一款新的比特币ETF产品——iShares Bitcoin Premium Income ETF,交易代码为BITA。与单纯的现货比特币基金不同,该产品采用备兑看涨期权策略,旨在通过出售期权获得权利金收入,并向投资者提供每月派息,为寻求加密相关收益但不愿直接使用DeFi或离岸借贷产品的投资者提供了新选择。 这种策略意味着产品在比特币横盘或震荡市场中可能表现更佳,但在比特币价格快速上涨时,其收益可能会落后于单纯的现货持有。这并非产品缺陷,而是其设计核心:贝莱德将比特币波动性打包成一种收入策略,为更保守或注重收益的投资者提供了更接近传统期权ETF的产品形式。 BITA的推出表明比特币ETF市场正迅速超越单纯的现货产品,进入策略多样化阶段,如赚取溢价收入、对冲和结构化敞口等。这标志着比特币正逐渐被视作可整合进更广泛基金架构的市场要素,而不仅仅是孤立资产。 该产品主要吸引那些已接受比特币投资逻辑,但希望在经纪账户内获得更平滑、以收益为导向产品的投资者,以及寻求在不单纯依赖价格升值的情况下讨论比特币敞口的投资顾问。它并非现货比特币或IBIT的替代品,而是一种不同的工具。关键在于投资者是否理解其收益与上涨潜力之间的权衡。

bitcoinist7小时前

贝莱德以BITA为代码推出备兑看涨比特币ETF

bitcoinist7小时前

日本加息,为什么全世界都在紧张?

日本央行在2026年6月将政策利率提升至1%,这是自1995年来的首次。尽管1%的利率在主要经济体中并不高,但由于日本长期充当全球最低成本融资中心的特殊角色,此次加息引发了全球市场的广泛关注。 过去二十余年,日本近乎零的利率环境催生了大规模的日元套利交易。国际资本以极低成本借入日元,转而投资于全球高收益资产,如美国科技股和新兴市场债券,这为全球资产价格上涨提供了重要的流动性基础。日本加息意味着这一廉价资金源头开始收紧,可能引发全球资本的去杠杆化调整。 日本长期维持超低利率,源于其人口老龄化、长期通缩和高额政府债务等结构性约束。然而,疫情后全球通胀传导、国内工资持续增长(近年春斗涨薪均超5%)以及日元贬值压力,共同推动其货币政策转向。 市场担忧的核心并非当前1%的利率水平,而是日本持续三十年的超宽松货币政策框架发生根本性转变的趋势。这种变化将重塑全球套利交易的逻辑和风险资产的定价基础。不过,决定全球资本最终流向的关键,仍在于美日之间的利差变化。如果未来美联储进入降息周期而日本继续加息,两者货币政策差异的收窄可能对国际资本市场产生更深远的影响。 简言之,日本加息标志着全球最重要的低成本融资来源进入正常化进程,这可能引发建立在廉价日元资金之上的全球资本配置体系进行深度重估。

marsbit10小时前

日本加息,为什么全世界都在紧张?

marsbit10小时前

交易

现货
合约

热门文章

如何购买S

欢迎来到HTX.com!我们已经让购买Sonic(S)变得简单而便捷。跟随我们的逐步指南,放心开始您的加密货币之旅。第一步:创建您的HTX账户使用您的电子邮件、手机号码注册一个免费账户在HTX上。体验无忧的注册过程并解锁所有平台功能。立即注册第二步:前往买币页面,选择您的支付方式信用卡/借记卡购买:使用您的Visa或Mastercard即时购买Sonic(S)。余额购买:使用您HTX账户余额中的资金进行无缝交易。第三方购买:探索诸如Google Pay或Apple Pay等流行支付方法以增加便利性。C2C购买:在HTX平台上直接与其他用户交易。HTX场外交易台(OTC)购买:为大量交易者提供个性化服务和竞争性汇率。第三步:存储您的Sonic(S)购买完您的Sonic(S)后,将其存储在您的HTX账户钱包中。您也可以通过区块链转账将其发送到其他地方或者用于交易其他加密货币。第四步:交易Sonic(S)在HTX的现货市场轻松交易Sonic(S)。访问您的账户,选择您的交易对,执行您的交易,并实时监控。HTX为初学者和经验丰富的交易者提供了友好的用户体验。

2.6k人学过发布于 2025.01.15更新于 2026.06.02

如何购买S

相关讨论

欢迎来到HTX社区。在这里,您可以了解最新的平台发展动态并获得专业的市场意见。以下是用户对S(S)币价的意见。

活动图片