Ask HN: How are you getting on with AI coding assistants?
Hi
This is such a fast moving area, would be good to get your take on the optimal setup and any tips or recommendations.
I'm looking to add a coding assistant to VS Code, I was going to subscribe to Github Copilot but then I saw there are a bunch of interesting looking VS Code extension AI assistants that presumably are more cost effective by purchasing tokens for an API key:
Tabnine
Amazon Q
Continue
Codeium
Blackbox
CodeGPT
Gemini Code Assist
Cody
Double
Thanks for any advice or feedback on your experience with these tools!
8 comments
[ 4.7 ms ] story [ 33.5 ms ] threadFor bigger tasks I use ChatGPT macOS desktop app.
I also built a simple desktop tool (https://prompt.16x.engineer/) that help me embed source code context into the prompt.
This way I can copy paste the prompt directly into ChatGPT, instead of relying on IDE extensions.
https://16x.engineer/2024/02/03/chatgpt-coding-best-practice...
My experience is that you can't trust it completely for obvious reasons, so you need to know what you are doing before you can rely on these tools.
I have tried Amazon Q and was severely disappointed.