Earlier quoted context omitted.
This is the way. All this IDE churn makes me glad to have settled on Emacs a decade ago. I have adopted LLMs into my workflow via the excellent gptel, which stays out of my way but is there when I need it. I couldn't imagine switching to another editor because of some fancy LLM integration I have no control over. I have tried Cursor and VS Codium with extensions, and wasn't impressed. I'd rather use an "inferior" edi…
Ironically LLMs have made Emacs even more relevant. The model LLMs use (text) happens to match up with how Emacs represents everything (text in buffers). This opens up Emacs to becoming the agentic editor par excellence. Just imagine, some macro magic acound a defcommand and voila, the agent can do exactly what a user can. If only such a project could have the funding like Cursor does...
Ask HN: Cursor or Windsurf?
181–190 of 410 posts
Re: Ask HN: Cursor or Windsurf?
#182Earlier quoted context omitted.
Cursor and Windsurf are both forks of VS Code, an editor.
Yes very observant, modified forks with their agents built in. Zed does not have any built in, sublime does not have agents built in but if you like you can continue this disingenuous discussion.
Re: Ask HN: Cursor or Windsurf?
#183Neither? 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.
Cursor/Windsurf and similar IDEs and plugins are more than autocomplete on steroids. Sure, you might not like it and think you as a human should write all code, but frequent experience in the industry in the past months is that productivity in the teams using tools like this has greatly increased. It is not unreasonable to think that someone deciding not to use tools like this will not be competitive in the market in…
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 whole task over to Gemini 2.5Pro in agentic mode, and it was able to refine to a working solution. The point I’m trying to make here is that it uses MCP to interact with the TS compiler and linters in order to automatically iterate until it has eliminated all errors and warnings. The MCP integrations go further, as I am able to use tools like Console Ninja to give the model visibility into the contents of any data structure at any line of code at runtime too. The combination of these makes me think that TypeScript and the tooling available is particularly suitable for agentic LLM assisted development.
Quite unsettling times, and I suppose it’s natural to feel disconcerted about how our roles will become different, and how we will participate in the development process. The only thing I’m absolutely sure about is that these things won’t be uninvented with the genie going back in the bottle.
Re: Ask HN: Cursor or Windsurf?
#184Windsurf at the moment. It now can run multiple "flows" in parallel, so I can set one cascade off to look into a bug somewhere while another cascade implements a feature elswhere in the code base. The LLMs spit out their tokens in the background, I drop in eventually to reveiew and accept or ask for further changes.
Cursor offers this too - open different tabs in chat and ask for different changes; they’ll run in parallel.
Re: Ask HN: Cursor or Windsurf?
#185I wish your own coding would just be augmented like somebody looking over your shoulder. The problem with the current AI coding is that you don't know your code base anymore. Basically, like somebody helping you figure out stuff faster, update documentation etc.
Re: Ask HN: Cursor or Windsurf?
#186Earlier quoted context omitted.
Ironically LLMs have made Emacs even more relevant. The model LLMs use (text) happens to match up with how Emacs represents everything (text in buffers). This opens up Emacs to becoming the agentic editor par excellence. Just imagine, some macro magic acound a defcommand and voila, the agent can do exactly what a user can. If only such a project could have the funding like Cursor does...
Nothing could be worse for the modern Emacs ecosystem than for the tech industry finance vampires ("VCs," "LPs") to decide there's blood enough there to suck. Fortunately, alien space magic seems immune, so far at least. I assume they do not like the taste, and no wonder.
Re: Ask HN: Cursor or Windsurf?
#187Has anyone had any joy using a local model? Or is it still too slow? On something like a M4 Macbook Pro can local models replace the connection to OpenAi/Anthropic?
Re: Ask HN: Cursor or Windsurf?
#188Neither? 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 the way. All this IDE churn makes me glad to have settled on Emacs a decade ago. I have adopted LLMs into my workflow via the excellent gptel, which stays out of my way but is there when I need it. I couldn't imagine switching to another editor because of some fancy LLM integration I have no control over. I have tried Cursor and VS Codium with extensions, and wasn't impressed. I'd rather use an "inferior" edi…
Re: Ask HN: Cursor or Windsurf?
#189The agents are a bit beta, it can’t solve bugs very often, and will write a load of garbage if you let it.
Re: Ask HN: Cursor or Windsurf?
#190Earlier quoted context omitted.
Junie in Ask mode: > Which LLM are you? > I am Claude, an AI assistant created by Anthropic. In this interface, I'm operating as "Junie," a helpful assistant designed to explore codebases and answer questions about projects. I'm built on Anthropic's large language model technology, specifically the Claude model family. Jetbrains wider AI tools let you choose the model that gets used but as far as I can tell Junie doe…
That just means it's using Sonnet, not that it's using Claude Code.