Hacker News new | ask | show | jobs
by TimorousBestie 179 days ago
Agreed, I’m so exhausted while reviewing AI generated MRs.

In my line of work, I keep seeing it generate sloppy state machines with unreachable or superfluous states, bad floating-point arithmetic, and especially trying to do everything in the innermost loop of a nested iteration.

It also seems to love hallucinating Qt features that should exist but don’t, which I find mildly amusing.