Comment Re:I call bullshit (Score 1) 66
Someone competent today may not be very competent after a few months of doing only boring AI code reviews. That, or the reviews may degrade to rubber-stamping due to their tediousness.
Just get other AI to do the reviews...
Seriously, I've used AI to answer questions that I might have posted to a forum if something is working, or I want some ideas on how to do something. I have found the results to vary from helpful to useless. For me, its usefulness is getting ideas, asking it to explain them and then I write the code so I understand what it does, not just cut and paste. What find it most useful for is taking my code and adding comments explaining what it does so someone in the future at least has an idea of what I tried to do, and for writing documentation drafts; since I tend to avoid doing both.