@nixCraft I don't know, I worked on a project that used an LLM for some text analysis so we weren't against using them to help code... BUT: one guy we got in was just terrible, the LLM tells were all over his terrible code which I don't think he understood.
I tend to use it but to get to the place I want: yesterday I wanted to get some custom tags from a word doc, in a project where we can't use many libraries, and python-docx doesn't fully support this.
So I used this to find the solution then iterated, refined, edited out its weirdness, until the code was small and maintainable.
People using it like junior devs used stackoverflow (paste without understanding) are going to have a hard time, but its more work for us to clean up later.