I think I got my first AI generated PR: https://github.com/ZeeZide/CodeEditor/pull/39
Not quite sure what to do with it. I can't start reviewing AI stuff for other people 🙈
Is there something like proof-of-human-work? (i.e. to guarantee that someone actually reviewed and tested the thing?)
Fix bold text flickering and theme switching on every view update by tayl0r · Pull Request #39 · ZeeZide/CodeEditor

Summary Fix bold text flickering on every click/interaction: applyNewTheme(_:andFontSize:) was calling highlightr.setTheme(to:) on every SwiftUI view update even when the theme and font size hadn...

GitHub
@helge I would at least require a video showing the before and after.
@david @helge Yeah, I don’t blame open source libraries saying “We outright ban obviously AI generated PRs, because we can’t be certain we’re not the first person reviewing this code.”
Equally, if the solution _does_ fix the issue, great, you might not want to miss that. But the time saved by getting the AI to fix it can and should be spent on the dev. doing a better write up, providing more proof-of-fix, and demonstrating some element of human pre-push review.