The post says open source maintainers are getting buried under AI-generated pull requests that are cheap to produce and expensive to review. The analogy to early email spam landed because the failure mode is the same. A channel that worked when contributions were scarce breaks when the cost of sending collapses. People kept coming back to one point: the problem is not just bad code, it is forced review labor. Even a plausible PR burns maintainer time because someone still has to understand it, test it, and decide whether the submitter knows what they are doing.
Most of the useful discussion was about incentives and filters. The strongest explanation for motive was hiring pressure. Job seekers, schools, and anyone told to build a visible
GitHub trail now have a reason to spray contributions at public repos, and AI makes that cheap. That also means classic advice like “look at open source contributions when hiring” is getting weaker as a signal. Several people said this is a textbook
Goodhart’s law problem. Once GitHub activity became a career metric, it started attracting behavior optimized for appearances rather than project value.
On solutions, people were skeptical that better AI reviewers alone fix this. GitHub’s new PR limits were seen as helpful but partial, because rate limits still allow one unwanted message from every spammer and are easy to game around with drafts or fake reputation. More promising ideas centered on adding friction and trust. Small projects reported success requiring a short voice or video call before first merges. Others favored
web-of-trust style contribution policies, closed PRs except from known contributors, or maintainer-controlled rewrites where outside contributors suggest changes but do not own the final patch. The throughline was blunt: open source repos now need sender reputation, identity, and intentional gating, not just better code review tooling.