Live data from Hacker News

SpaceX to buy Cursor for $60B

reuters.com

791–800 of 1001 posts

Re: SpaceX to buy Cursor for $60B

#791

I stopped using Cursor when I started getting comfortable with Codex/Claude. Cursor is just annoying with the constant popups and it's just not as good. Now my workflow is to use my normal editor, add a todo describing what I want, and then ask Codex+gpt-5.5 to implement it. It absolutely nails it. Using codex is so much more like working with a partner vs the noise and annoyance of Cursor. That said, I think we're i…

I use cursor 8+ hours/day at work, and have full (and effectively unlimited) access to Claude Code and Codex - tools which I also use personally. I suspect that your "constant popups" were when you were using the editor - a mode that I'll confess I haven't touched in 3+ months. Workflow in Cursor is actually awesome - I'm a little outdated in how I use it - I still establish goals/objectives, rather than managing the…

Yes, I tried to use Cursor as an editor. Terrible idea in hindsight.

So your workflow now looks like mine except I prefer a different editor and only use the latest and greatest model so Cursor basically offers nothing over Codex.

I disagree about prompt engineering, but it's one of those things that probably varies because of what language you use, what problems you solve, and the degree to which you care about the output. Unless I'm writing tests, I keep AI on a very short leash because I'm writing critical code used by a very large number of users. I have noticed big differences in output quality depending on how I steer AI. Without steering, it will happily leave in dead code, change the use of variables so they need to be renamed, assume or fail to assume invariants, etc. As I said in another comment, I think we won't need to do that for very much longer, but right now it seems essential.

Re: SpaceX to buy Cursor for $60B

#792
post #684

Congrats to the Cursor team! When I first saw the company built on top of vscode in such a crowded field way back at the end of 2022, I thought "forget having a moat, they are renting their castle from the invaders!" - I couldn't see how see how a single team could execute well enough to effectively muscle their way in between Microsoft and OpenAI, who at that point looked destined to control the developer ecosystem…

I am out of the loop with Cursor. Did they make their own LLM model or do you mean they just capture what is being sent to other models and that is valuable?

They have a few in models that powered the app, including one that applied edits. Recently they also started fine tuning Kimi models under the “composer” brand, and Composer 2.5 is a very cost effective coding model. But I suspect that the real value is in the distribution they have, which is what I primarily meant.

Re: SpaceX to buy Cursor for $60B

#793

I stopped using Cursor when I started getting comfortable with Codex/Claude. Cursor is just annoying with the constant popups and it's just not as good. Now my workflow is to use my normal editor, add a todo describing what I want, and then ask Codex+gpt-5.5 to implement it. It absolutely nails it. Using codex is so much more like working with a partner vs the noise and annoyance of Cursor. That said, I think we're i…

Also C++ engineer, but from my perspective, for large tasks, agentic coding is still lacking no matter how well I describe desired output. So in that cases I fall back to manual coding and cursor tab helps a lot with boring parts

Define "large tasks".

I actually don't let AI take on large tasks beyond test writing and refactoring helper scripts/utils. I keep it on a very short leash for driver/middleware code since the quality bar needs to be extremely high for our codebase. Up until recently I didn't even trust it for that, but some experiments show it's fairly good and even detected issues outside of the refactored functions which I did let it touch. This is with a good amount of 'thought engineering' though where I try to think hard about how to emphasize certain factors and define the problem as best I can.

Re: SpaceX to buy Cursor for $60B

#794
post #684

Congrats to the Cursor team! When I first saw the company built on top of vscode in such a crowded field way back at the end of 2022, I thought "forget having a moat, they are renting their castle from the invaders!" - I couldn't see how see how a single team could execute well enough to effectively muscle their way in between Microsoft and OpenAI, who at that point looked destined to control the developer ecosystem…

I am out of the loop with Cursor. Did they make their own LLM model or do you mean they just capture what is being sent to other models and that is valuable?

they probably just stole all private codebases cursor ever saw. That + the ARR more than justifies the valuation even without any internal model.

Re: SpaceX to buy Cursor for $60B

#796

I stopped using Cursor when I started getting comfortable with Codex/Claude. Cursor is just annoying with the constant popups and it's just not as good. Now my workflow is to use my normal editor, add a todo describing what I want, and then ask Codex+gpt-5.5 to implement it. It absolutely nails it. Using codex is so much more like working with a partner vs the noise and annoyance of Cursor. That said, I think we're i…

I use cursor 8+ hours/day at work, and have full (and effectively unlimited) access to Claude Code and Codex - tools which I also use personally. I suspect that your "constant popups" were when you were using the editor - a mode that I'll confess I haven't touched in 3+ months. Workflow in Cursor is actually awesome - I'm a little outdated in how I use it - I still establish goals/objectives, rather than managing the…

I think I do this with Claude every day. I don’t see why I need to pay for cursor to get this too.

Re: SpaceX to buy Cursor for $60B

#797
post #214
post #102

Is anyone on HN still actually using Cursor in 2026? Everyone I've spoken with is now using either Claude Code or Codex (or Copilot because their companies force them to).

It's my primary. Claude Code for personal stuff on the weekends. I really just prefer the GUI of having the changes easily highlighted. If I can get something to apply that with Claude Code or Codex or OpenCode or whatever, I'd swap over without thinking.

The Claude Code extension in VSCode is similar enough. I used to use Cursor, but now I use VSCode+CC to take advantage of the better pricing CC offers for always-on frontier. I found Cursor's affordable "Auto" option unreliable, often wasting my time with dumb models.

Re: SpaceX to buy Cursor for $60B

#799
Props to Elon: he IPOs a space based telecom company wrapped in a bunch of garbage companies (xAI et al) as a meme stock and then uses those Elon bucks to go and buy a company to make his struggling ai ambitions relevant.

The formula is: create paper wealth, use that paper wealth to buy something else, and rinse and repeat.

The rich just live in a different part of the multiverse than the rest of us.

Re: SpaceX to buy Cursor for $60B

#800

> "In its IPO filing, the company had said Cursor's access to developers' data, including coding requests and design decisions, could help improve its AI models such as Grok." They're all stealing your IP and selling it back to your competitors in the form of tokens.

Yes, that is in fact how models get better at coding. Such a ridiculous stance: "I want LLMs to code for me, but I want them to be trained on other people's code, not mine, duh".

[deleted]
Post reply on HN