01100011
an hour ago
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 in a narrow window of time right now where any of this matters. Prompt "engineering" and working around your tools will be over in a year or so.
Fwiw I am a c/c++ systems engineer. I think anyone mentioning anecdotal experience like this should clarify. Maybe frontend JavaScript folks have a totally different take and that's expected.
redox99
5 minutes ago
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 disliked the "accept/reject" workflow in cursor, but that's probably optional nowadays I guess?
baq
7 minutes ago
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 flickering, maybe it's fixed now, I don't know.
cursor also has a (bad) cli if you need it, it seems it's mostly used to setup remote agents, but it does the job in a pinch.
ieie3366
14 minutes ago
Yep in my experience the weakest engs in my org are the ones still using Cursor. not a good outlook IMO
Jcampuzano2
8 minutes ago
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
jwilber
6 minutes ago
I don’t think mapping tooling to ability makes sense here, particularly when the “advanced” tools here just abstract more away, though I agree that Cursor is terrible. So many useless windows.
tombert
40 minutes ago
Same.
When I first used Cursor, I hadn't used any of the "Vibe Code" tools out there, so it was pretty neat to have an assistant directly tied to the editor.
Once I learned how to use Codex, I just used a tmux split with NeoVim and have the effect I wanted. I haven't felt compelled to use Cursor at work since.
zzleeper
22 minutes ago
Same path as you. Went from $60 cursor plan (often exceeding it which costed more in API) to a limitless $100 codex plan where I basically say "read the markdown and implement the instructions". Deepseek also works quite well, surprisingly!
(FWIW Im mostly using python for OCR, LLM calls, data analysis..)
mrnaught
30 minutes ago
>> Fwiw I am a c/c++ systems engineer. I think anyone mentioning anecdotal experience like this should clarify. Maybe frontend JavaScript folks have a totally different take and that's expected.
Similar experience, having transitioned from full-stack to a dedicated C/C++ stack, learned/experienced firsthand that there is no one-size-fits-all tool.
whstl
39 minutes ago
Cursor also seems to be doing something with the Claude models that makes it way slower and less efficient as times goes by.
Or it could be just Claude CLI doing something very well.
hparadiz
14 minutes ago
I recently made an npm package with a small C helper that runs in the background. The JS/TS code is 99.9% unit test covered and for sure "cleaner" code. Just my opinion though.
risyachka
3 minutes ago
Cursors target users are not developers but casual vibe coders.
devin
40 minutes ago
What are you saying is going to be over in a year or so?
jw1224
33 minutes ago
Not OP, but I generally agree. Models are powerful enough now to reliably instruct other models. They don’t need fancy tools or IDEs, just the command line.
With deterministic workflows, type-safe languages and test suites, agentic loops pretty much “can’t fail”. They will continue until the types resolve, the tests pass, and the project requirements are deterministically met.
By that point it’s literally just a case of typing a prompt in to a text field, and waiting.
FlamingMoe
32 minutes ago
My experience exactly... minus c++
Fiahil
31 minutes ago
Oh, you should try OpenSpec !
sergiotapia
30 minutes ago
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.
infecto
44 minutes ago
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.
ryukoposting
39 minutes ago
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!
infecto
16 minutes ago
Maybe that is it and agree.