Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
11–20 of 24 posts
Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#12Did anyone have similar experience with Cody comparing cody with cursor? Most of the metrics does not correlate much with everyday programming tasks. Excluding sourcegrah employees who usually comment on these comparisons comments.
Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#13Why was this nuked from the front page? I was really looking forward to this discussion.
Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#14Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#15I'm using Zed alongside its new LLM integration with Claude Sonnet 3.5 and I'm really really enjoying it. The workflow and the way you control what goes into the context feels very good and efficient and mimics the way I've been using LLMs before, just MUCH faster and convenient.
I have an idea for a small side-project and I have been trying this workflow for styling via tailwind, adding some interactivity, etc. It can get surprisingly good, especially by easily sharing terminal output, access to files and folders and other convenient things.
Definitely worth checking out!
Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#16Why was this nuked from the front page? I was really looking forward to this discussion.
Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#17Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#18With Continue you can use your own local copy of an LLM, and also query LLM API endpoints, so therefore better for a pay as you go solution and cheaper if you are a heavy user. Also you can carry on using VS Code as your editor of course.
This is my understanding of the trade offs. I assume that Cursor has better functionality and is better at coding for it to be a serious option compared with the VSCode extensions. I'm going to try out both and see what I like best.
Re: Ask HN: What's your experience with Cursor and Sonnet 3.5 for coding?
#19So far, it feels transformational for my productivity. I've been using the ChatGPT and Claude webapps a few times a week for specific problems for a year, but this level of integration makes a big difference. Particularly for parts of the stack I'm not super experienced with -- I'm a backend/ML developer, but I was putting together a web UI with Tailwind for a personal project yesterday. I highlighted the ~20 lines of HTML for a menu bar, pressed Cmd+K and typed "can you make this take up a little less space on mobile?" and it adjusted the breakpoints and sizes of multiple elements perfectly. Pretty cool stuff.