The most horrible thing I have seen with AI in coding is that it tends to add vestigial bits of code for no reason - this or that class that nobody uses at no point in the commit history, or stuff that gets added, then we decide to implement the feature in a different way, but parts of the old implementation stick around.
No comments yet.