https://github.com/openclaw/openclaw/pulls
I have been following the repo this week and it seems that the situation has only accelerated. In the beginning of the week the repo was getting around 25 PRs per hour, now the rate is closer to 100 per hour.
I haven't pulled accurate statistics, but quick look and napkin math shows that this is hundreds of thousands lines of code sent to review every day. With the struggling GitHub tooling you can see that so far in the past 7 days 4663 PRs were opened, and 653 of those were merged, generating around quarter a million added lines. This month (1.-6.3.) the project has consumed 765031 build minutes, 531 days worth of compute. And like mentioned, this is only accelerating daily.
What do you think about this future of open source software development?
Horos•8h ago
As PR velocity reaches this scale — 100 per hour, hundreds of thousands of lines a day — I find myself wondering about the collective immune system side of this.
If we're not yet organized around injection and obfuscation at the community level, PR saturation itself becomes a distinguishable attack vector — and not just for backdoors.
Two distinct risks worth separating:
Offensive saturation: flood a competitor or a fast-moving startup with automated PRs. Their human review bandwidth collapses. Real community contributions drown in noise. The project slows, maintainers burn out, momentum dies. No backdoor needed — attrition is enough.
Forced opening: a project overwhelmed by volume lowers its review standards to survive. It merges faster, checks less. The saturation wasn't meant to block — it was meant to open. Once standards drop, real injection becomes trivial.
The unsettling part: this vector requires no particular skill, is already available, and is organically indistinguishable from legitimate viral growth. To envision an open source that survives AI, maybe we need to envision an open source AI that protects open source.
Genuinely curious if others are thinking about this, and whether anyone has seen serious work in this direction already.