3 ms·
> It's asking somebody who writes code to now read and debug others code. That's exactly right. Open source projects are currently drowning under LLM generated
by sameerds 6d ago
> It's asking somebody who writes code to now read and debug others code.
That's exactly right. Open source projects are currently drowning under LLM generated PRs, where those who used to write code are simply punting that work to AI, but still expecting others to review it. It's not okay to expect such a free lunch. If you moved the labour of writing code one step away, then you are yourself the first line of defence now, so you better start reviewing code that you claim to be yours.
- sfn42 5d agoThat's what I do and expect my colleagues to do. Even before LLMs I was reviewing my own PRs before submitting them to others. I still do that. I work closely with Claude to create something good that I'm happy with, then I review it and test it to ensure it's good. And only then do I submit the PR to colleagues for final review. I expect the same from colleagues, I'm not interested in treating them as a middle man between me and Claude.