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...
SpaceX to buy Cursor for $60B
571–580 of 1001 posts
Re: SpaceX to buy Cursor for $60B
#572A 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...
SpaceX is just a vibe company. Nothing they are doing makes sense on a valuation basis, which their investors are eventually going to painfully figure out.
Re: SpaceX to buy Cursor for $60B
#573Re: SpaceX to buy Cursor for $60B
#574A 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...
It's not like they could easily cash out all of those $60B. I always find it troublesome that we generally conflate cash with stonks, market caps, and such.
Re: SpaceX to buy Cursor for $60B
#575Earlier quoted context omitted.
I like your take and think the key takeaway is that there is no single answer for everyone. It’s like eMacs vs vim. My one question is what popups exist in cursor? It is my daily driver and I cannot recall any popups.
The code suggestions. It's highly distracting and pulls me out of my flow. I know how to code and I don't mind typing. I don't need AI making trivial suggestions. I want it to do exactly what I tell it to do.
Re: SpaceX to buy Cursor for $60B
#576Earlier quoted context omitted.
I like your take and think the key takeaway is that there is no single answer for everyone. It’s like eMacs vs vim. My one question is what popups exist in cursor? It is my daily driver and I cannot recall any popups.
I like cursor, but I'm assuming they're talking about how it hijacks your tab key. It's amazing when it works, and infuriating when I just want to insert a damn tab!
Re: SpaceX to buy Cursor for $60B
#577I 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…
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…
Re: SpaceX to buy Cursor for $60B
#578I 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…
On the flipside, I enjoy Cursor now and came back to it after leaving it over a year ago. The 2.5 model is fast as hell and very good. And whatever harness they have it's terrific, great results. I also really enjoy the fact that I can open my website in the Cursor in-app browser and just click and reference stuff. It's a really cracked workflow. The models can only get better for them.
If you do any kind of on-device work, it will spin up a local HTTP log server, and pipe logs from your real device (phone, hardware, etc.) to the server and do realtime debugging.
Claude will mostly guess, have you copy + paste logs, etc.
Re: SpaceX to buy Cursor for $60B
#579My whole team was on cursor for a few months. I enjoyed using it and thought it was the most complete of the agentic coding tools I tried. The thing that got me was the cost. I was switching between Opus and GPT 5.x and was spending anywhere between $500-1000/month. I was using a relatively normal workflow, paste in ticket, plan, execute with dumb sub agents, have the ai test and competing model to validate. The busi…
Re: SpaceX to buy Cursor for $60B
#580Back in the early days of Heroku (when I worked there), we were all fairly deep into the Ruby community. Ruby has never had a great reputation for performance, but... it seemed like almost a running joke that any time you went down a rabbit-hole trying to understand some weird performance issue you'd eventually discover that @tmm1 had already identified the same issue months earlier, patched it in core, and given an…