AI coding is kinda like doing a google search and clicking the “I’m feeling lucky” button. I LOVE it. PHPStorm give me suggestions as I type code and sometimes the suggestion is better AND more consistent than what I planned to do.
I’ve had pretty good results with Go code too. I asked for something specific with replacing a string in a pattern and I assumed it would give me a RegEx pattern. It did not. So when I asked for RegEx version it gave me one that doesn’t work in the normal Go library. And in the long run I ended up using something similar to what it originally gave me.
So yeah, I think it’s just a better search engine that puts it in an easier format. In the long run you still have to debug it and approve of the results.