Comment Re:For me, it is last few months... (Score 2, Interesting) 40
The answer to that is "absolutely not"
If you can't code worth a damn, then of course the AI is going to find a lot of "bugs" and many of those bugs aren't even bugs, they generate warnings in the compiler otherwise the program would not compile in the first place. The first thing you do when you want to eliminate bugs is "treat all warnings as errors"
You don't need AI for that.
I'm sure AI is useful for finding errors that don't show up as warnings first, but I can tell you first and second hand that your average open source project has thousands of bugs in them, and they're ignored because the compiler is allowed to ignore warnings, especially those about truncation and incorrect cast's.
Do not let the AI recommend solutions unless the code going into it is already 100% correct, otherwise you may simply be "unplugging the oil pressure light" rather than servicing the vehicle.