Comment Re:Spot on... (Score 3, Insightful) 64
Software development is changing. I started coding in BASIC in the 1980's and have been coding now for over 40 years, over 30 years professionally. I'm good at what I do, but the AI is faster. Claude can churn out code faster than I can, and it's often better, catching some conditions I would have missed. That said, it often messes up, misses the mark, or goes in directions that aren't right for the larger context in which the code exists.
Today, professional software development is best done by AI with skilled human guidance and review.
Rejecting AI generated code in today's environment is trying to turn back time. On the other hand, rejecting a submission where there is no human who can "understand, own, and be able to fix the code they submit" makes perfect sense. There is a big difference between asking an AI to generate a fix and blindly submitting the first thing it spits out, versus having an extended session with an AI, correcting it where it goes wrong, vetting and testing the patch with human review and testing, then submitting the PR.