Comment we solved this decades ago (Score 1) 51
Just because a machine wrote the code doesn't mean we can't use our standard static analysis tools on it to spot problems and enforce organizational coding inspections. This would necessarily include making sure your imports and includes are valid and allowed from license, performance, behavior, and sanity perspectives. Or are we just throwing everything out and letting an undergrad with a chatGPT account do it all now?
Coding standards, tools, and inspections are more important when the input mechanism is faulty.