|
|
| | Ask HN: Best AI Code Assistant? | | 55 points by register on Oct 12, 2024 | hide | past | favorite | 88 comments | | I would like to hear the community's opinion on the best code assistant they've tried. Ideally, I'm looking for something that allows experienced backend developers to save time (targeting languages C# and Java) and is good at handling boilerplate and complex requests. So far, I've tried Copilot, but to say that I'm disappointed is an understatement. It's essentially just auto-complete on steroids (when it works), and I don't see any real value. What's your experience? |
|

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact
|
I use Copilot in VS Code as a typing assistant, but for the most part I find copy and paste into the chat interfaces is the most valuable way to use LLMs for coding.
Even more so with the Claude Artifacts feature, which lets me see an interactive prototype of frontend code instantly - and ChatGPT Code Interpreter, which can run, test, debug and rewrite Python snippets for me.