Live data from Hacker News

SpaceX to buy Cursor for $60B

reuters.com

611–620 of 1001 posts

Re: SpaceX to buy Cursor for $60B

#611
Good for them. I stopped using it abruptly once I joined the claude cli + vim train but I am sure they will be happy to cash out. I think a lot of other devs stopped using it too so good timing.

Re: SpaceX to buy Cursor for $60B

#612

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 also work with C++, and I use Codex (desktop) which writes 99.99% of my code, plus Visual Studio, which is nice for reading and navigating code. For webdev I do VSCode + Codex. I started with Cursor back in the day, but switched to Claude Code and then Codex when Cursor got too expensive. If price wasn't an issue, maybe I'd prefer Cursor only because I can easily switch between models. But that's it. I always disli…

I love the accept reject flow because I still constantly have to stop AI models from writing awful architecture or reimplementing code we already wrote elsewhere

Re: SpaceX to buy Cursor for $60B

#614
post #552

Earlier quoted context omitted.

the reason to use cursor nowadays isn't the IDE (though it's helpful perhaps once a week), but how it makes running models from multiple providers trivial out of the box. I don't have to juggle keys or drop to a shell tool call, it supports calling out to e.g. gemini in a subagent natively. I have multiple models cross-reviewing plans and diffs as a matter of course. claude code was seriously annoying with the flicke…

OpenCode and Pi do those things as well, and without a whole annoying IDE bundled in.

OpenCode is miserable from a security perspective. Well clarification the plans they offer where they bundled in free models that train on your use. You are then left to use an OpenRouter which I find pretty flaky for at least the leading Chinese models.

Re: SpaceX to buy Cursor for $60B

#615
post #489

A space company is buying an IDE for roughly the cost to build 150 of world's most expensive modern hospitals [1]. How is this in SpaceX's interest? Isn't it kinda bizarre that Elon is pivoting SpaceX to something else? 1. https://www.cnbc.com/2026/06/16/spacex-spcx-cursor-acquisiti...

The total addressable market (TAM) for SpaceX is finite. There are only so many nation-states and large corporations that want to launch payloads into orbit. And even if their internet service provider is uniquely capable for now, it only fills a strategic need for certain customers. So instead, Musk and Co. need to find bubbling market trends that look like they will have huge gigantic TAMs to justify the potential…

Musk would argue infinite. They literally want to create offworld colonies, with everything that entails. Obviously it's crazy, but it beats the pants off more adtech.

I'm bullish on DC in space with laser links. The whole sentient sun/railgun on the moon... hey, go big or go home. I would have probably just asked MBS for money on that one, and renamed the railgun "the line (of ketamine)".

Re: SpaceX to buy Cursor for $60B

#616
I've tried most of the tools out there but have used cursor most consistently. Sure, some of the UI quirks get in the way sometimes, but I've found its auto complete predictions to be unparalleled. More importantly, these days I mainly use its Ask mode, Plan mode, and Agent mode. I like that I can use Opus via subscription pricing without Claude Code's wild and buggy harness. And I find cursor's plan mode to perform better than Claude's, but that may just be my personal preferences. I know cursor stopped being the cool thing a few months back, but I genuinely feel most effective with it!

But I'll stop using it now, for the same reason I wouldn't buy a Tesla, or support that maniac in any other way. And I'm sad about that :(

Re: SpaceX to buy Cursor for $60B

#617

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…

Yep in my experience the weakest engs in my org are the ones still using Cursor. not a good outlook IMO

Opposite. The weakest engineers trust CC or codex, stopped reviewing the code and push slop PRs. Those still acting in the loop move faster with better architecture and coding patterns and aren't losing their skills.

Re: SpaceX to buy Cursor for $60B

#618
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).

Zed with Claude code is the best of both worlds

My biggest worry is that Zed gets acquired.

Re: SpaceX to buy Cursor for $60B

#619
They sold at the top. My entire TEAM was weaned off cursor in the last year. New setup - 50% of them do (Codex Desktop, Claude Desktop) + Zed for IDE and the other 50% use (claude code + codex cli) on cmux -- a ghostty based terminal that adds some bells and whistles, literally for notifications when claude is done.

IMHO, the codex desktop app is very powerful for development + testing given it can easily control the computer.

Re: SpaceX to buy Cursor for $60B

#620

Earlier quoted context omitted.

Yep in my experience the weakest engs in my org are the ones still using Cursor. not a good outlook IMO

I know this is not always true. But the same people who like cursor still are the same people who are less familiar with the terminal. And I don't know what it is but it feels the less familiar you are with a terminal, the less skilled you tend to be. Definitely not a 100% case. But has been common in my experience

Totally disagree. I find people still using cursor or other IDE centric flows want to review the code and be more interactive. Claude Code and Codex push agent autonomy and speed. Sorry but they go off the rails too much.
Post reply on HN