Live data from Hacker News

SpaceX to buy Cursor for $60B

reuters.com

621–630 of 1001 posts

Re: SpaceX to buy Cursor for $60B

#622

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

Honestly the TUI in most of these coding agents is so fancy I have trouble thinking of them as "terminal". I use Pi Coding Agent and the fact that it's terminal means it's easy to run inside something properly sandboxed in a YOLO mode using normal bash commands instead of relying on individually sandboxed tools.

Once I got the tmux settings for proper scrolling and whatnot it feels fine. Honestly the TUI of tmux is the one that really enrages me - so much complexity for just "I want to switch terminals on my remote".

Re: SpaceX to buy Cursor for $60B

#623

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…

Fable makes any IDE AI integration almost entirely unnecessary. Claude one shots pretty much everything, and fixing any small errors is easier when just talking to Claude again.

Anthropic is going to offer better pricing using their agentic harness. Why pay more for less?

An IDE at this point is best as a tool for code review. They need to start building better code review tools.

Re: SpaceX to buy Cursor for $60B

#626

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 loop which does so - but if you can think broadly enough - I find it's pretty efficient.

Key things I like about Cursor (and I recognize I'm dating myself a bit here): - Plan Mode is really solid - I shift-tab, have it go create the plan using whatever insanely expensive SOTA model is available - I will usually spend 5-10 minutes on the Plan - review it, maybe even tweak it a little. (though 90% of the time it's fine out of the gate)

  - Ability to select any model for every task - I'll switch between Opus 4.8 High/xHigh/...  I'll even switch to 1M context for the planning phase upfront.   

  - It does an *excellent* job managing permissions and looping the agents and spinning up sub-agents for you - you set the goal, run the plan mode - and then let it churn for however long is required - pretty common to have a 30-45 minute run and come back to a fully created/tested product.   

   
The nice thing about Cursor (and honestly Claude Code, Codex) - there isn't really any "prompt engineering" involved. You just say, "Go Build me x - it should have y,z features - and build it in golang for me" - and that's it - the 3-4 page Plan comes back - usually pretty credible - and then you click "build.".

Re: SpaceX to buy Cursor for $60B

#627

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

Cursor has a terminal based app that’s just as good as any of the other mainstream ones…

Re: SpaceX to buy Cursor for $60B

#629

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...

Calling it an IDE is under-representing cursor They have in-house models, and the data to train even more powerful ones. The cursor team is a proper AI lab.

> Calling it an IDE is under-representing cursor

On the contrary, it's over selling it: it's a not even a stand-alone IDE (like Zed, for instance) it's a mere fork of VSCode.

Post reply on HN