Hacker News new | ask | show | jobs
by drivingmenuts 426 days ago
I find AI handy in two cases - writing quick boilerplate and assisting when I'm coming to grips with a library. In my case, I've never used the Qt libraries at all, and I'm trying to learn how to use them. Most of the code gets rewritten several times as I try different things, but it's handy to have something fill in the blanks if I can't remember the name of a function.

Ultimately, it's me who's responsible for the end product and I accept that and review the code. But it's definitely been handy.