Lately I switched to using a triple monitor setup and coding with both Cursor and Windsurf. Basically, the middle monitor has my web browser that shows the front-end I'm building. The left monitor has Cursor, and right one has Windsurf. I start coding with Cursor first because I'm more familiar with its interface, then I ask Windsurf to check if the code is good. If it is, then I commit. Once I'm done coding a featur…
Why not just write a script that does this but with all of the model providers and requests multiple completions from each? Why have a whole ass editor open just for code review?
Ask HN: Cursor or Windsurf?
251–260 of 410 posts
Re: Ask HN: Cursor or Windsurf?
#252I'm glad there are finally multiple options for agentic for JetBrains so I no longer have to sometimes switch over to VSCode and its various versions. Copilot at work and Junie at home. I found nothing about my VSCode excursions to be better than Sublime or IntelliJ.
Re: Ask HN: Cursor or Windsurf?
#253Earlier quoted context omitted.
I think you’re right, and perhaps it’s time for the “autocomplete on steroids” tag to be retired, even if something approximating that is happening behind the scenes. I was converting a bash script to Bun/TypeScript the other day. I was doing it the way I am used to… working on one file at a time, only bringing in the AI when helpful, reviewing every diff, and staying in overall control. Out of curiosity, threw the w…
How much did that cost you? How long did you spend reading and testing the results?
Re: Ask HN: Cursor or Windsurf?
#254Re: Ask HN: Cursor or Windsurf?
#255Re: Ask HN: Cursor or Windsurf?
#256I expect, or hope for, more stability in the future, but so far, from aider to Copilot, to Claude Code, to Cursor/Windsurf/Augment, almost all of them improve (or at least change) fast and seem to borrow ideas from each other too, so any leader is temporary.
Re: Ask HN: Cursor or Windsurf?
#257You need none of these fancy tools if you iterate over specs instead of iterating over code. I explain it all in here: https://www.cleverthinkingsoftware.com/spec-first-developmen...
Re: Ask HN: Cursor or Windsurf?
#258Earlier quoted context omitted.
I can't even get simple code generation to work for VHDL. It just gives me garbage that does not compile. I have to assume this is not the case for the majority of people using more popular languages? Is this because the training data for VHDL is far more limited? Are these "AIs" not able to consume the VHDL language spec and give me actual legal syntax at least?! Or is this because I'm being cheap and lazy by only t…
It completely fails to be helpful as a C/C++. I don’t understand the positivity around it but it must be trained on a lot of web frameworks.
Re: Ask HN: Cursor or Windsurf?
#259Neither? 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.
Yeah, I use IntelliJ with the chat sidebar. I don't use autocomplete, except in trivial cases where I need to write boilerplate code. Other than that, when I need help, I ask the LLM and then write the code based on its response. I'm sure it's initially slower than vibe-coding the whole thing, but at least I end up with a maintainable code base, and I know how it works and how to extend it in the future.
Re: Ask HN: Cursor or Windsurf?
#260Earlier quoted context omitted.
Yep: https://zed.dev/blog/edit-prediction
It would be great if there was an easy way to run their open model ( https://huggingface.co/zed-industries/zeta ) locally ( for latency reasons ). I don't think Zeta is quite up to windsurf's completion quality/speed. I get that this would go against their business model, but maybe people would pay for this - it could in theory be the fastest completion since it would run locally.
We are living in a strange age that local is slower than the cloud. Due to the sheer amount of compute we need to do. Compute takes hundreds of milliseconds (if not seconds) on local hardware, making 100ms of network latency irrelevant.
Even for a 7B model your expensive Mac or 4090 can't beat, for example, a box with 8x A100s running FOSS serving stack (sglang) with TP=8, in latency.