Earlier quoted context omitted.
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…
SpaceX to buy Cursor for $60B
941–950 of 1001 posts
Re: SpaceX to buy Cursor for $60B
#942Re: SpaceX to buy Cursor for $60B
#943Earlier quoted context omitted.
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.
What?
> An IDE at this point is best as a tool for code review.
I heard from a friend that most devs building serious stuff still write code. It's shocking but true. (No code review needed.)
Re: SpaceX to buy Cursor for $60B
#944Re: SpaceX to buy Cursor for $60B
#945A 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...
Re: SpaceX to buy Cursor for $60B
#946I 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…
Re: SpaceX to buy Cursor for $60B
#947A 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 all in a stock that may very well be near its zenith when this closes (or maybe not. This is so far past fundamentals it’s impossible to tell). They’re spending Monopoly money. It also seems like SpaceX is poised to Hoover up all of Elons companies so it’s might not be “just a space company” for long.
They also seem to be desperate to buy their way into a monopoly, even though the company itself has a long track record of failing to deliver anything noteworthy.
Re: SpaceX to buy Cursor for $60B
#948I 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…
- Composer 2.5 is cheap, fast, and very effective; I don't even use other models that much anymore, as it's usually marginally better for way more cost, though sometimes I do for specific things like making better translations for our app than a coding-specific model could normally output
- It makes setting up and maintaining Cloud Agents super easy, the agent can basically set up itself and if anything changes that makes it not update properly, then it tells you and can fix itself easily
- Easy to move agents from remotely in the cloud to local and vice versa
- Easy to work with agents via either comments on GitHub, or via the web app on my phone (though it is relatively constrained relative to the actual desktop UI, which is a bummer)
- Code reviews with Bugbot is surprisingly good now vs when it first came out, as is the Security Agent, while being an order of magnitude cheaper than stuff like Claude reviews
- Automations are easy to configure and manage - crons, in response to repo events, etc. For example I don't use Renovate or Dependabot much anymore since LLMs can update deps and investigate subtle breaking changes much better than a dumb version bump script can
- Limits are obvious rather than Anthropic's mysterious quota amount that they don't explain at all
- Queueing up messages rather than the agent taking in new messages mid-work and then trying to mesh them together somehow - I find queueing much more predictable and easier to work with
- Plan mode is good too, but not particularly different than any other agent
- Easy to jump into the Editor view and actually go in and manually code things or interactively code with the LLM when you need to, since sometimes LLMs just suck at doing certain things autonomously. I'm not in the "stop coding bro" camp, I still like to take the wheel fairly often.
Re: SpaceX to buy Cursor for $60B
#949Re: SpaceX to buy Cursor for $60B
#950> "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.
The users of those tools are stealing too. The model is trained on free software licensed under specific terms and the output of a prompt will strip those licenses and their terms.