Ask HN: I give in, what are the resources for picking up AI-assisted coding?
I’m very much an AI skeptic. My limited exposure has me thinking, OK, it sometimes reduces typing, but it’s as often wrong as not, but then I hear people talking about big productivity increases with AI. So what are the tools people are using? Ideally, I don‘t want to have to learn a new IDE (I’m firmly ensconced in the Jetbrains family of IDEs), but I guess if I must I must. Pointers to good tutorials (I prefer text over video) and documentation would be welcome.
5 comments
[ 0.27 ms ] story [ 22.9 ms ] threadhttps://www.jetbrains.com/help/ai-assistant/code-completion....
I'm a solo dev and also use it to rubber duck what I am planning to do. I can give it my requirements and it helps me to refine my plan. This is what I mostly use it for.
I know people say it is great for writing boilerplate, but I just don't find myself writing much boiler plate.
https://simonwillison.net/2025/Mar/11/using-llms-for-code/
He has several other posts describing other small projects he's done.