Comment Re:To get value out of coding assistance.. (Score 1) 37
I agree with your premise, but I do think there are a few additional specific was AI can be helpful. For example, I find it useful to get AI to generate code to call an unfamiliar API, the first time I use it. Also, when the syntax is obscure, such as SQL Server XML or JSON manipulation commands. These are easy to review, hard to generate. The underlying principle is right on: Know exactly when to use AI, and when to skip it.
There is another reason I use AI: to generate drudgework code that I don't want to mess with myself. I don't even care if it takes a bit longer, it's worth it to me because I don't have to do an annoying task.