Original: Simon Willison · 07/02/2026
Summary
Unvouched users can’t contribute to your projects. Mitchell Hashimoto’s new system to help address the deluge of worthless AI-generated PRs faced by open source projects now that the friction involved in contributing has dropped so low.Key Insights
“Unvouched users can’t contribute to your projects.” — Explaining the core functionality of Vouch to restrict contributions.
“Integration into GitHub is as simple as adopting the published GitHub actions.” — Highlighting the ease of integrating Vouch with GitHub projects.
“Decide for yourself what works for your project and your community.” — Emphasizing the flexibility and autonomy Vouch offers to project maintainers.
Topics
Full Article
Published: 2026-02-07
Source: https://simonwillison.net/2026/Feb/7/vouch/#atom-everything
Vouch Mitchell Hashimoto’s new system to help address the deluge of worthless AI-generated PRs faced by open source projects now that the friction involved in contributing has dropped so low.
The idea is simple: Unvouched users can’t contribute to your projects. Very bad users can be explicitly “denounced”, effectively blocked. Users are vouched or denounced by contributors via GitHub issue or discussion comments or via the CLI. Integration into GitHub is as simple as adopting the published GitHub actions. Done. Additionally, the system itself is generic to forges and not tied to GitHub in any way. Who and how someone is vouched or denounced is up to the project. I’m not the value police for the world. Decide for yourself what works for your project and your community.
Key Takeaways
Notable Quotes
Unvouched users can’t contribute to your projects.Context: Explaining the core functionality of Vouch to restrict contributions.
Integration into GitHub is as simple as adopting the published GitHub actions.Context: Highlighting the ease of integrating Vouch with GitHub projects.
Decide for yourself what works for your project and your community.Context: Emphasizing the flexibility and autonomy Vouch offers to project maintainers.
Related Topics
- [[topics/ai-agents]]
- [[topics/github]]
- [[topics/open-source-contributions]]
Related Articles
what is the point of libraries now that you can just generate them?
Geoffrey Huntley · explanation · 61% similar
An AI Agent Published a Hit Piece on Me
Simon Willison · explanation · 59% similar
Guillermo Rauch: Vercel CEO on how v0 hit 3,200 PRs merged per day (and lets anyone ship)
Lenny Rachitsky · tutorial · 59% similar
Originally published at https://simonwillison.net/2026/Feb/7/vouch/#atom-everything.