Remix.run Logo
rob74 4 days ago

What's crazy is that a company that sells an IDE (that's not even a particularly good one compared to competitors like JetBrains) integrating some AI plugins could be worth more than $60B...

ozim 4 days ago | parent | next [-]

In terms of IDE yeah it is not that great.

I do have Copilot in VSCode and Cursor.

I thought both should be equal in solving problems - turns out Cursor with the same model selected somehow was able to solve tasks that Copilot would get stuck or run in loops.

They have some tricks on managing file access that others don’t.

sigmoid10 4 days ago | parent | next [-]

Cynics on HN easily dismiss AI service wrappers (and many of them are in fact overblown and not worth their own code). But writing a genuinely good harness with lots of context engineering and solid tool integration is in fact not that easy. The biggest issue is that model providers also see what the community likes and often move on with their own offerings that are tailored to their own models, potentially at the training stage. So even if you have the best harness for something today, unless you are also a frontier LLM provider, there's zero guarantee you will still be relevant in the future. More like the opposite.

KaiserPro 4 days ago | parent | next [-]

> But writing a genuinely good harness with lots of context engineering and solid tool integration is in fact not that easy.

true, but its not worth $60 billion fucking quid.

sigmoid10 4 days ago | parent | next [-]

It's not like someone paid $60 billion for a product the way you pay for bananas at the store. They invested a much smaller amount and essentially bought an option to acquire. And even if you don't believe the company's assets are worth the current valuation, an acquisition can still make sense if you believe that valuation will go up further. And if they actually do acquire, it will probably still not be in cash. They'll just be swapping stocks. That is essentially how all startup funding works. There is nothing strange about this. It merely reached new dimensions thanks to AI.

KaiserPro 4 days ago | parent [-]

I mean yes, you are right, but they also paid $10 billion for that option. Which is also far too much for a harness.

jappgar 4 days ago | parent | prev | next [-]

it's insanity.

the whole thing is driven by irrational stock market investers who NEED ai to be the thing that saves the world.

they're betting everything on it.

4 days ago | parent [-]
[deleted]
4 days ago | parent | prev | next [-]
[deleted]
jmalicki 3 days ago | parent | prev [-]

I mean they doubled revenue from $1B/yr to $2B in a month.

At some point it can be valued as a high growth business, the code that backs it is almost irrelevant if the business is strong.

unknownx113 2 days ago | parent [-]

trusting a startup to accurately report its revenue in this market is about the dumbest thing you can do

edg5000 4 days ago | parent | prev | next [-]

> (...) writing a genuinely good harness with lots of context engineering and solid tool integration is in fact not that easy.

This. They are after the harness engineering experience of the Cursor people, I'd assume the they want to absorb all that into Grok's offerings.

The value and the room for innovation on the harness side seems to be underestimated.

Oddly the harness also affects model training, since even GLM/Z.ai for example train (I suspect) their model on the actual Claude Code harness. So the choises made by harness engineers affects the model. For Kimi/Moonshot and OpenAI the company makes their own harness. Alibaba uses Gemini.

Very interesting dynamics.

amunozo 4 days ago | parent | prev | next [-]

There are plenty of harder things in the world and very few are worth 60B.

AnthonyR 4 days ago | parent [-]

Something being harder and attributing value to that makes no sense. Sure a big moat is important for value but "difficult to do" is just a unidimensional angle.

ozim 19 hours ago | parent [-]

Showing naked butt on the internet seems easy.

Earning millions that way is much more complicated.

matthewdgreen 4 days ago | parent | prev | next [-]

"But writing a genuinely good harness with lots of context engineering and solid tool integration is in fact not that easy."

It is surprisingly easy to do it once someone else has done the work. Increasingly that's the nature of AI-based software engineering: point it at an existing tool and ask it to carefully duplicate features until it has parity. As you pointed out, frontier LLM companies happen to be well positioned to sell the resulting products.

zozbot234 4 days ago | parent | prev [-]

Isn't Codex TUI available for free though? Besides others like Pi and OpenCode of course.

mobiuscog 4 days ago | parent [-]

It can use local/oss models, but it doesn't make it simple to do (easiest with ollama) and it's not clear what else you 'lose' by making that choice.

If you had a really good (big) local model, maybe it's an option, but on the more common smaller (<32b) models, it will have similar problems in looping, losing context, etc. in my experience.

It's a nice TUI, but the ecosystem is what makes it good.

unknownx113 2 days ago | parent [-]

mac studio 512gb versions are entirely sold out for this reason precisely

Cthulhu_ 4 days ago | parent | prev | next [-]

Sure, but is it worth 60 billion?

jvwww 4 days ago | parent | next [-]

Their annualized revenue run rate is on track to surpass $6 billion by the end of 2026 so it's not ridiculous for them to be valued at $60 billion at some point. Also worth noting that if they do get access to SpaceX compute, they could start pretraining their own model. Composer is good but its built on top of Kimi 2.5.

ozim 4 days ago | parent | prev | next [-]

Definitely not if someone frames it "shitty IDE with some plugins".

But if someone frames it "engineering talent that knows how to make LLMs even better at software development than competition" it might.

I see with my own work it works so it is not like Devin that was basically a scam that was valued at 10 billion.

In this kind of context yeah feels like it is quite possible to be worth 60 billion.

andrewinardeer 4 days ago | parent | prev [-]

SpaceX thinks so.

PowerElectronix 4 days ago | parent | next [-]

SpaceX the space rocket and internet satellite company? Or SpaceX the Elon Musk piggy bank used to buy up all his financial misadventures?

SiempreViernes 4 days ago | parent | prev [-]

You mean Musk thinks xAI need to be shown making AI investments to keep getting outside funding.

khasan222 4 days ago | parent | prev | next [-]

I actually now think ai prompt writing in the IDE is completely overkill nowadays.

IDEs are made for just a human to interact with code. I think the paradigm of forcing these tools that weren’t built for this to do this, is us trying to fit a square peg in a round hole.

Call me old, but don’t put ai in my ide. My ide was made for a human, not an ai. For the established players for sure it makes sense since they already have space on our machines. But for the new ones imo terminal, or dedicated llm interfaces are where it’s at.

If I’m writing code sure suggest the next line. If the machine is writing code, let it, and just supervise properly. and have the proper interface that allows the strength of each

Zetaphor 3 days ago | parent [-]

My IDE has nicer tooling for things like diffs, and has all of my LSP's configured which the harness can utilize

MithrilTuxedo 4 days ago | parent | prev | next [-]

>They have some tricks on managing file access that others don’t.

I thought it was a Windows thing. My Windows work computer is so heavily managed and monitored I assumed that was why Copilot stops being able to get terminal output or find the file I'm looking at. It's the same problem in IntelliJ and VSCode, with different models trying to find things in different ways.

Now that I think of it though, I've only used Copilot at work. At home I use Debian but I've never tried using Copilot. Claude, OpenCode, Gemini, and IntelliJ's AI Chat pointed at local Ollama models never have issues finding files or reading files and terminal output.

eloisant 4 days ago | parent | prev [-]

They're using the code intelligence from the IDE to run the AI, while Claude Code only does greps.

AI coding is much more than just the model - all the tools that human use in IDE are also useful for AI. Claude Code on the other hand just works with grep.

wahnfrieden 4 days ago | parent | prev | next [-]

They are now a Codex clone and without the subscription pricing. You have to spend thousands to get what you get from a $200 Codex subscription. How do they compete with this except from users who haven't caught on yet, or businesses that are unbothered to spend thousands a month per dev and wouldn't consider just subscribing to 1-3 $200 subscriptions instead?

And their price is so high because it's markup on API rates. API rates, even without markup, are just insanely irresponsible for anyone to be spending on full-time daily usage.

mandeepj 4 days ago | parent | next [-]

> users who haven't caught on yet

They are catching up fast!

https://www.businessinsider.com/chamath-palihapitiya-ai-cost...

altacc 4 days ago | parent [-]

Tellingly, from his full post: "Mostly because I do not yet see an equivalent uptick in productivity or revenue..."

https://x.com/chamath/status/2029634071966666964

I suspect that as the value a company provides is more than its code, then increasing code churn does not lead to an equivalent increase in revenue. Even for a tech company, a business' concept, connections, knowledge, assets, non-coding staff, etc.. are a significant value and increasing code doesn't increase the throughput of that value. For non-tech companies code is the grease in the gears, not the gears themselves.

wahnfrieden 4 days ago | parent [-]

Codex is coming for those non coding use cases too. Is Cursor?

dtagames 3 days ago | parent | prev | next [-]

Whose pricing is above API rates? Not Cursor. It's 100% at each model provider's published API rate. With a bigger sub, you get it cheaper than that.

Cursor makes a ton of money because the product is great. It's easily the most sophisticated harness out there, and it isn't an IDE anymore. It's an agent dashboard since version 3.

Suffice it to say it's not all idiot money being thrown at them by users.

zozbot234 4 days ago | parent | prev | next [-]

API rates on local models are quite cheap, and you can even run them locally. Yes, the hardware for doing so at speed is expensive, but people used to drop the equivalent of what would be $50k or $100k today on an individual workstation for full-time use. It's justified if the productivity gain is strong enough.

wahnfrieden 4 days ago | parent [-]

But that’s not competitive. The only reason to do that is out of need for privacy. Which is critical for some. The tradeoff is that the models are relatively bad. I don’t see how Cursor can win from this use case especially if to get the privacy benefit you need to spend a huge amount. You can already run Codex for free with local models too.

modo_mario 4 days ago | parent | prev | next [-]

What's the advantage over github copilot actually? They seem to have all the same access and features (except for this sheduling thing?) for cheaper.

4 days ago | parent | prev | next [-]
[deleted]
sighthrowaway 4 days ago | parent | prev | next [-]

> users who haven't caught on yet

If you think this of users who use cursor then I don’t think you’ve used cursor much at all.

chimprich 4 days ago | parent | next [-]

I've used Cursor a lot. Until recently it was mandated by my employer. I can't see the attraction at all. It's a (bad IMO) IDE integration, a reasonable model (but I still generally preferred Claude over Composer), and a bunch of other tools that weren't very developed (like cloud environments and multi-agent orchestration). It's a suite of tools, most of which have superior alternatives. What am I missing?

hmmmmm03 4 days ago | parent | next [-]

You have model choice in cursor… why would you use composer?

wsddfree 4 days ago | parent | prev [-]

[dead]

echelon 4 days ago | parent | prev [-]

What do you mean?

Only the foundation model companies offer cheap/subsidized compute.

If you're an app layer company, you're offering a 10x worse deal to your customers.

Foundation model companies are willing to lose money to win loyalty. Remains to be seen if it'll work.

sighthrowaway 4 days ago | parent [-]

If you’re more worried about cost than you are being productive and getting good results then sure, stick with foundational model company apps.

paganel 4 days ago | parent [-]

“Being productive” without taking inputs/costs into consideration is an oxymoron.

jmmcd 3 days ago | parent | next [-]

But euros spent on tokens is a tiny fraction of the overall costs of the project.

paganel 3 days ago | parent [-]

That’s the thing, I have never seen detailed costs of what people are spending their money on. I know that for Claude there’s a $200 monthly subscription through which assigned credits one burns pretty fast, at which point (and I may be wrong on this, because I’ve never used the thing) one can run extra code on a “pay as you use it” basis? Again, I might be wrong on this.

I’ve also seen it mentioned a lot of people having 2, 3 or even more subscriptions, which I’m pretty sure that can easily go South when it comes to costs.

But, again, and the most important point, I’ve never seen a detailed post on what people spend on this AI thing on a monthly basis (let’s say).

sighthrowaway 4 days ago | parent | prev [-]

A company that cares more about cost than results is probably a terrible company to work for. They will give you 10yo dell laptop with 8gb memory and complain that you’re slow when it takes 15m to build the application.

So no it’s not an oxymoron.

SiempreViernes 4 days ago | parent [-]

Productivity is literally a statement of the relationship between the result and the cost, presumably you found that out after reading the reply and that is why you switched from "productivity" to "results" in your reply.

hmmmmm03 4 days ago | parent | next [-]

Until you learn what productivity is we can’t continue the conversation.

SiempreViernes 3 days ago | parent [-]

Please at least try to keep track of which sockpuppet you are using in this thread sighthrowaway.

gsykll 3 days ago | parent [-]

[flagged]

wsddfree 4 days ago | parent | prev | next [-]

[dead]

urwrong3 4 days ago | parent | prev [-]

[dead]

otabdeveloper4 4 days ago | parent | prev [-]

API rates are the real rates. Subscription costs are the "first hit is free" subsidized pricing.

wahnfrieden 4 days ago | parent [-]

They’re not the “real rates”, they’re the rates that are being charged for API use. API reportedly has a margin of profit

You also neglect that products like Cursor run on two margins, their own plus the API provider’s. That’s always going to come at a premium

otabdeveloper4 3 days ago | parent [-]

Yes, the rates with a margin of profit are the real rates.

The rates without a margin of profit (or with a negative one) are not real.

astrashe2 4 days ago | parent | prev | next [-]

General Motors is worth $72B.

ultratalk 4 days ago | parent [-]

That feels more like a reflection of how terrible most GM cars are than about the inflated valuation of Cursor, which is what I infer you were trying to imply.

ymolodtsov 4 days ago | parent | prev | next [-]

Their revenue and growth justified it. Plus, for xAI that could be the only way to get a SOTA coding model they want so hard.

singularity2001 4 days ago | parent [-]

I thought cursor became mostly obsolete with Claude Code and Codex TUIs?

jjav 3 days ago | parent | next [-]

> I thought cursor became mostly obsolete with Claude Code and Codex TUIs?

I wouldn't think so. At work I have both cursor and claude code and while I use both, cursor is by far the most pleasant to use. If I had to give one up, I'd let claude go.

user34283 4 days ago | parent | prev | next [-]

Are TUIs not yesterday’s hot thing?

The way I work now in the Codex desktop app is that I spin up 3-5 conversations which work in their dedicated git worktree.

So while the agent works and runs the test suite I can come back to other conversations to address blockers or do verification.

Important is that I can see which conversation has an update and getting desktop notifications.

Maybe I could set this up with tabs in the Terminal, but it does not sound like the best UX.

unknownx113 2 days ago | parent [-]

That's probably more a personal preference than objective measurement. A lot of people already spent most of their dev time in the terminal, so for someone like myself that uses neovim claude code or codex cli are much easier than using the GUIs.

dmix 4 days ago | parent | prev | next [-]

The solution is use both. They both have their usecases. Cursor's autocomplete and quickly highlight a few lines -> throw into context, plus it's got a very good file index/API (which burns much less tokens than Claude's grep'ing) and whatever else they are doing underneath to optimize it for coding.

Claude is still gold standard if you're not in an IDE though.

kid64 4 days ago | parent [-]

Grep'ing doesn't use tokens, it uses grep.

dmix 3 days ago | parent | next [-]

Reading files is always the biggest token burning when coding. If it can't find stuff quickly or has to use less and head to trim it before finding it, then you're just wasting context window

Cursor both lets you highlight specific lines multiple times per chat and is much quicker at finding stuff.

jmalicki 3 days ago | parent | prev [-]

Claude has to use more tokens to read the grep output.

freedomben 4 days ago | parent | prev [-]

That matches my anecdatal experience with a couple dozen devs. Many wnet hard on the Cursor train and have mostly gotten off now with CC and Codex TUIs available

dubeye 4 days ago | parent | prev | next [-]

Because of user count? Same was said about instagram. with all due respect, devs don't seem to understand business

jcelerier 4 days ago | parent | next [-]

Or devs are just different users who care about different things and have different experiences.

Reminds me of the famous dropbox post: https://news.ycombinator.com/item?id=9224 - I don't even know if dropbox still exists in 2026 but i'm still happily using rsync and mailing things around because dropbox has just absolutely never worked reliably for me, unlike my 2007 gmail account.

Likewise, if it were up to me, instagram and any business whose business model revolves around ads would be banned (because ads would be banned because advertisement is harmful in general).

dubeye 4 days ago | parent [-]

It's fine to care about different stuff, but if you want to understand the valuation of a company, then your experience only goes so far. it's not going to make any sense unless you broaden your scope of interest to the metrics that impact valuation.

jcelerier 4 days ago | parent [-]

I don't read OP's post we're talking about ("What's crazy is that a company [...] could be worth more than $60B...") as not understanding, but as disagreeing that our world should work in such a way where this state of affair is even remotely considered acceptable

dubeye 4 days ago | parent [-]

It's an interesting idea that society should somehow prevent companies valuation being linked to how many people use their product.

Unsure how it would work in practice.

i_think_so 4 days ago | parent | prev | next [-]

But do devs know a which IDE is better? That seems to be a rather important question here.

dubeye 4 days ago | parent [-]

It's not 'the' most important question.

matthewdgreen 4 days ago | parent | prev | next [-]

Are you using the same AI engineering tools you were using 2-3 years ago? 1 year ago? I'm not. Without a network effect, capturing revenue is hard.

dubeye 4 days ago | parent [-]

My use is not relevant. It's not ideal to extrapolate from your own personal habits. cursor's user volume and growth is the important thing

alvis 4 days ago | parent | prev [-]

Who are the users? I haven't seen many pro users using cursor

freehorse 4 days ago | parent | next [-]

Companies. Single devs can jump around IDEs and TUIs more easily but that’s not what companies tend to do.

dubeye 4 days ago | parent | prev [-]

  you've formed an opinion on the value of the company without knowing how many users it has? Kind of proves my point, no?
alvis 4 days ago | parent | prev | next [-]

can't X recreate one with 1B? As an IDE, honestly I can't even understand it needs more than 1M to create

Chrisszz 4 days ago | parent [-]

It's not about the tech, it's about the pool of users that use Cursor, by acquiring Cursor you get a bunch of users + subscribed and already paying pool of people instead of just rebuilding something from scratch and convincing people to change their tools with a new one

RyanHamilton 4 days ago | parent [-]

Is it about the users or the data the users generate. Pretty easy to see the day devs are replaced by the data they themselves generated. Companies are only going to get one chance to grad this data. Similar to the internet cutoff.

Chrisszz 3 days ago | parent [-]

True, especially with Composer (the finetuned model by cursor)

s08148692 4 days ago | parent | prev | next [-]

the IDE has little value

What they want is the massive user base, the data (Cursor has a lot of high quality coding data for training), the teams expertise in coding models and agents, and the Composer models

60 billion is a large number but these frontier labs are burning billions a month in compute alone, and SpaceX is IPOing soon so they'll have a lot of cash to spend

noahbp 17 hours ago | parent | next [-]

This is it. I can’t believe the other commenters are unaware that Cursor recently fine-tuned an open-source model and brought it to the frontier, even if it remained there briefly.

Elon/xAI want Grok to become useful for coding. Cursor has enough data and expertise to create a useful coding model. They found a price and an arrangement that made sense for both parties.

4 days ago | parent | prev | next [-]
[deleted]
DeathArrow 4 days ago | parent | prev | next [-]

>and the Composer models

You mean Kimi K2.5? They can get that for free.

xnx 4 days ago | parent | prev [-]

How massive is the Cursor user base?

mrweasel 4 days ago | parent [-]

The numbers I could find says 1 million, with about 35% paying.

I'd say that a million users is pretty good, but 350.000 paying users isn't, if you're a $60B company. Someone else mentioned that Anysphere has a $1B ARR, but I seriously doubt that each user is forking over ~$3000 per year.

jmalicki 3 days ago | parent | next [-]

Over $2B ARR now.

Why do you doubt $3k/yr? Corporate usage skews a lot higher, when it's evaluated against hiring, not as a nice to have addon.

If $10k/yr means you get work done with one less hire that's an easy decision.

unknownx113 2 days ago | parent | prev [-]

enterprise contracts. ARR is almost definitely juiced by counting future contract value

CryptoBanker 4 days ago | parent | prev | next [-]

Cursor sells its own models as well now

tietjens 4 days ago | parent [-]

It's own RT'ed open source models right?

4 days ago | parent | prev | next [-]
[deleted]
nguyentranvu 4 days ago | parent | prev | next [-]

> What's crazy is that a company that sells an IDE (that's not even a particularly good one compared to competitors like JetBrains) integrating some AI plugins could be worth more than $60B...

yes. plus $2b ARR, 1m DAU

StingSS 4 days ago | parent | prev | next [-]

Welcome to the era of vibe-based valuations

villgax 4 days ago | parent | prev | next [-]

* MicroSoft is shaking in the corner lol

Cthulhu_ 4 days ago | parent [-]

MS is doing just fine I'm sure

ludicrousdispla 4 days ago | parent | prev | next [-]

AI yielding such incredible cost savings. /s

oulipo2 4 days ago | parent | prev | next [-]

Cursor is useless

elAhmo 4 days ago | parent | prev [-]

> that's not even a particularly good one compared to competitors like JetBrains

Massive understatement calling it "a not particularly good plugin". If it were that simple there wouldn't be a need to even do this.