Live data from Hacker News

Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?

news.ycombinator.com

1–10 of 24 posts

Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?

#1
Just came across this Kaparthy tweet:

  Programming is changing so fast... I'm trying VS Code Cursor + Sonnet 3.5 instead of GitHub Copilot again and I think it's now a net win. Just empirically, over the last few days most of my "programming" is now writing English (prompting and then reviewing and editing the generated diffs), and doing a bit of "half-coding" where you write the first chunk of the code you'd like, maybe comment it a bit so the LLM knows what the plan is, and then tab tab tab through completions. Sometimes you get a 100-line diff to your code that nails it, which could have taken 10+ minutes before.

  I still don't think I got sufficiently used to all the features. It's a bit like learning to code all over again but I basically can't imagine going back to "unassisted" coding at this point, which was the only possibility just ~3 years ago.
[0] https://x.com/karpathy/status/1827143768459637073

I wanted to get some broader feedback before setting everything up. What’s your experience with this stack?

Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?

#2
Just set it up 2 days ago. I fully agree with his take. Cursor does a lot to reduce the headache of copy pasting results from ChatGPT/Claude.

Makes coding with AI much faster and less of a chore. You still need to know what you're doing as the models are fantastic at boilerplate but often get things wrong. But it's significantly sped up iteration for me, and hence translates to more fun.

Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?

#9
I haven't tried Cursor, but I've been messing around with Aider (aider.chat) with interesting results. With it, you add files to its context and then describe the edits you want. It then writes a commit with (hopefully) those changes. You can use it with pretty much any model, though only close-to-SOTA models work well. I've had pretty good results with Deepseek Coder, which is tens of times cheaper than Claude.
Post reply on HN