Neither? I'm surprised nobody has said it yet. I turned off AI autocomplete, and sometimes use the chat to debug or generate simple code but only when I prompt it to. Continuous autocomplete is just annoying and slows me down.
This is where I landed too. Used Cursor for a while before realizing that it was actually slowing me down because the PR cycle took so much longer, due to all the subtle bugs in generated code. Went back to VSCode with a tuned down Copilot and use the chat or inline prompt for generating specific bits of code.
Ask HN: Cursor or Windsurf?
271–280 of 410 posts
Re: Ask HN: Cursor or Windsurf?
#272Neither? I'm surprised nobody has said it yet. I turned off AI autocomplete, and sometimes use the chat to debug or generate simple code but only when I prompt it to. Continuous autocomplete is just annoying and slows me down.
To be fair, I think the most value is added by Agent modes, not autocomplete. And I agree that AI-autocomplete is really quite annoying, personally I disable it too. But coding agents can indeed save some time writing well-defined code and be of great help when debugging. But then again, when they don't work on a first prompt, I would likely just write the thing in Vim myself instead of trying to convince the agent.…
I simply cannot see how I can tell an agent to implement anything I have to do in a real day job unless it's a feature so simple I could do it in a few minutes. Even those the AI will likely screw it up since it sucks at dealing with existing code, best practices, library versions, etc.
Re: Ask HN: Cursor or Windsurf?
#273Earlier quoted context omitted.
Does it have Cursor’s “tab” feature?
Sort of. The quality is light and day different (cursor feels like magic, Zed feels like a chore).
Re: Ask HN: Cursor or Windsurf?
#274Re: Ask HN: Cursor or Windsurf?
#275Earlier quoted context omitted.
To be fair, I think the most value is added by Agent modes, not autocomplete. And I agree that AI-autocomplete is really quite annoying, personally I disable it too. But coding agents can indeed save some time writing well-defined code and be of great help when debugging. But then again, when they don't work on a first prompt, I would likely just write the thing in Vim myself instead of trying to convince the agent.…
Are you using these in your day job to complete real world tasks or in greenfield projects? I simply cannot see how I can tell an agent to implement anything I have to do in a real day job unless it's a feature so simple I could do it in a few minutes. Even those the AI will likely screw it up since it sucks at dealing with existing code, best practices, library versions, etc.
Re: Ask HN: Cursor or Windsurf?
#276Neither? I'm surprised nobody has said it yet. I turned off AI autocomplete, and sometimes use the chat to debug or generate simple code but only when I prompt it to. Continuous autocomplete is just annoying and slows me down.
I said this in another comment but I'll repeat the question: where are these 2x, 10x or even 1.5x increases in output? I don't see more products, more features, less bugs or anything related to that since this "AI revolution".
I keep seeing this being repeated ad nauseam without any real backing of hard evidence.
If this was true and every developer had even a measly 30% increase in productivity, it would be like a team of 10 is now 13. The amount of code being produced would be substantially more and as a result we should see an absolute boom in new... everything.
New startups, new products, new features, bugs fixed and so much more. But I see absolutely nothing but more bullshit startups that use APIs to talk to these models with a few instructions.
Please someone show me how I'm wrong because I'd absolutely love to magically become way more productive.
Re: Ask HN: Cursor or Windsurf?
#277Earlier quoted context omitted.
This is where I landed too. Used Cursor for a while before realizing that it was actually slowing me down because the PR cycle took so much longer, due to all the subtle bugs in generated code. Went back to VSCode with a tuned down Copilot and use the chat or inline prompt for generating specific bits of code.
What is a "PR cycle"?
Re: Ask HN: Cursor or Windsurf?
#278Earlier quoted context omitted.
What is a "PR cycle"?
open a pull request, reviewer finds a bug and asks for changes, you make changes and re-request a review...
Re: Ask HN: Cursor or Windsurf?
#279Earlier quoted context omitted.
How much did that cost you? How long did you spend reading and testing the results?
That wasn’t really the point I was getting at, but as you asked… The reading doesn’t involve much more than a cursory (no pun intended) glance, and I didn’t test more than I would have tested something I had written manually.
Re: Ask HN: Cursor or Windsurf?
#280For daily work - neither. They basically promote the style of work where you end up with mediocre code that you don't fully understand, and with time the situation gets worse. I get much better result by asking specific question to a model that has huge context (Gemini) and analyzing the generated code carefully. That's the opposite of the style of work you get with Cursor or Windsurf. Is it less efficient? If you ar…
But how do you dump your entire code base into Gemini? Literally all I want is a good model with my entire code base in its context window.