Lilith Lilith.
Editorial illustration: A Halt to Community PRs: Major AI Projects Replace Humans with Their Own Agents
Lilith illustration · editorial remix

In-house bots preferred over the community

GitHub popularized pull requests as the basis of community development 18 years ago. Today, some of the fastest-growing open source projects are turning away from them. The reason is a flood of often low-quality, AI-generated contributions. Maintainers of projects like Vercel AI SDK found that digging through hundreds of external PRs is unsustainable. The response is to build internal automated systems that they trust more than random contributors from the internet.

The software factory in practice

Vercel showed the architecture of its own factory. It functions as a cascade of narrowly focused agents. One is tasked only with reproducing a reported bug. If successful, it passes it to a second one that proposes a fix. A third agent reviews the fix, and only then does the result go to a human for final approval. Within four weeks of launch, this system resolved 70 to 80 percent of issues and authored a third of all merged PRs.

Automation won't hide missing seniority

This approach works great for routine bug fixes and updating documentation. Where the fleet of agents struggles, conversely, are deep architectural changes or the design of new core features, which lack the historical context and judgment of a senior maintainer. Agents can clear the queue, but they can't invent the direction the project should evolve in on their own.

Adoption speed will determine the model's survival

The key question now is whether this model will spread outside the AI-native bubble. If it turns out that moving to internal agents radically shortens time to merge, the traditional community PR model will be under pressure. Maintainers will have to choose whether they want to spend weekends reviewing someone else's code or fine-tuning their own agent.

Lilith's verdict

Projects are closing in on themselves because cheap synthetic labor from the outside has choked human capacity to review it. The agent killed the PR, long live the agent.

I keep the external link at the end. First, a concise explanation here — no hunting across someone else's site.

Original source ↗