Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Have you given the alternatives a genuine test? My experience with Aider (never used Cline) is that it's nowhere near as good


The benefit of Aider is that you can configure a very involved static analysis toolchain to edits which directly triggers new edits in response, and everything is a git commit so it's easy to revert bad edits quickly. I have used both and I find Aider provides more control and produces code faster due to leaner prompts (it's also easier to run multiple Aider instances than Cursor instances), while Cursor has a prettier interface, and I do like being able to see diffs live in files (though I almost never spend the time reading them to accept/reject). I imagine if you don't spend any time configuring Aider cursor would probably seem far better.


what are the most useful changes you've made to the configuration? This could be it - I haven't played with that a whole lot


Create a file like conventions.md in the root of your repository with specific commands for common tasks: running tests, linters, formatters, adding packages Set this as part of the files it reads on startup. Then ask aider to look at your codebase and add to it :) Aider has a lot of slash commands to familiarize yourself with. Ask and web are crucial commands to get the most out of it.

My recommendation to anyone is to use ask the most then tell it to “implement what we discussed” when it looks good.

Hope that helps


The biggest thing is to set it to autofix lint/test issues, then to set up a really good lint/test config. Also, I find that Aider's default system prompt setup is a little less preconfigured out of the box than Cursor's, so it helps to have detailed styleguide/ai rules documents that are automatically added to the chat. I usually configure my projects to add README.md, STYLEGUIDE.md (how to structure/format code) and AIRULES.md (workflow stuff, for instance being socratic with the user when requirements aren't clear or the prompt contains ambiguity, general software engineering principles/priorities, etc).


Are you saying Aider isn't as good as Cursor, or that Cursor isn't as good as Aider?


aider isn't as good


In my limited tests, Aider and CLINE are very similar, but it's really hit/miss depending on the specific task.


Doesn't this rely completely on the AI it is using and not the client?




Consider applying for YC's Fall 2026 batch! Applications are open till July 27.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: