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.

2 points | by dhosek 1 day ago

4 comments

  • pickle-wizard 5 hours ago
    I don't use AI for writing code directly. If I am working with a new framework or SDK I'll ask it for examples of how to do something, and then write the final implementation myself. This saves a lot of time digging through poorly written docs or decade old StackOverflow posts. However do keep in mind that it does sometimes make stuff up, so you have to keep an eye on it.

    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.

  • the__alchemist 10 hours ago
    When you get stuck on something, or recognize a tedious task, pass an LLM the minimal set of info to complete the task. Fn sigs, structs, the error msg, and a terse description.
  • MongooseStudios 1 day ago
    Don't give in to the dark side! But if you must, there's actually stuff built in to JetBrains IDE's

    https://www.jetbrains.com/help/ai-assistant/code-completion....

  • hollownobody 18 hours ago
    Try Claude code, codex-cli, or gemini-cli. They are CLIs, as their name indicates. The Gemini one is free.