Ask HN: How does one review code when most of the code is written by AI?
2•daemon_9009•1h ago
Hi, I spawn multiple cloud agents, but the issue is in reviewing them. even if the model is giving demo artifacts in output, it is not enough to verify all the cases. We have automation test suites, but they are often behind the development. I had tried github copilot review for PRs but it outputs too many nitpicks and false postivies that it becomes irritating to find the real true positive cases!
how are you guys handling this surge in code review?