Comment Those Pull Requests (Score 1) 56
I received my first AI-generated pull request recently. It was... not great. A lot of extra code that was not necessary at all, some odd naming conventions, and the size of it all made the whole change set difficult to parse. This wasn't a typical "Well, this works and it's okay, it's just not the way I would do it." Some sections were legitimately terrible.
I have been using AI tools somewhat, but mostly to examine existing structures and answer questions. It's pretty good at that. But the code? I prefer to write it myself. That way I don't forget how it all works, like the people in this article. I am hoping that I can continue to do this for the most part because telling a machine to "just kinda do the thing, y'know" and relying on non-deterministic output scares the crap out of me. Doubly so when I stop being able to understand what's being done to the system.
And one of the devs in the article is from a fintech firm? Really? Man. This isn't good. Well, for them, anyway. For the rest of us it sounds like we have a lot of cleanup work to do...