Comment Re:it's a tool (Score 1) 50
Maybe I'm out-of-date or a control freak, but I don't want my codebases to contain custom code that I need to rely on but that I didn't write myself. I barely trust my own code, much less code that an opaque AI generated that I consequently only half-understand.
With code I wrote myself, the way it works is a direct reflection of my own thought process, and by the time it's done, I've spent enough time writing and refining it that I'm intimately familiar with it and can tell you exactly what every line does, why it's there, and why I wrote it that way and not some other way.
Which isn't to say I don't use AI, but I'm using it either to review the code I wrote ("check this for any potential bugs") or to provide me with examples of some common technique, which I can then study and rewrite to my personal taste before adding it to my codebase.