Earlier quoted context omitted.
> For one unfamiliar with the domain, this can take hours or a full day Yes, I did say expert. > But several times slower still than GPT. Almost all the output needs to be re-read, modified and integrated in the project. This often takes longer than just typing it out, even from docs -- because you're still forced to think through the solution -- which is most of the time. Typing is quick
> Almost all the output needs to be re-read, modified and integrated in the project. This often takes longer than just typing it out You'd be very suprised. Try measuring it.
I use plenty of code completion tools already, so I feel similar to them. Sometimes it saves me time, sometimes it doesn't.
For me personally, language servers have been the best thing, you can explore libraries, auto-complete nicely, without as the other poster said, worrying about verifying the correctness.