Please Stop Flooding Open Source Projects with AI Slop
Neil Alexander, a maintainer, is fed up with AI-generated contributions aimed at padding GitHub profiles. In a post titled "Please stop flooding our projects with AI slop to furnish your CV", he describes a recent pattern: contributors with zero prior engagement suddenly submitting PRs that fix spelling and grammar in comments. Claude made the fixes, wrote the PR descriptions, and even signed off the commits—all in an attempt to build a fake contribution history.
The Problem: Gaming GitHub with LLMs
Alexander notes that open source contributions are a currency for job hunting. GitHub's activity graph, contributor avatars, and follower feeds all reinforce this. With LLMs like Claude, it's trivial to:
- Ask Claude to list interesting open source projects.
- Instruct it to find minor issues.
- Have it generate and submit PRs automatically.
This creates an illusion of involvement without any real effort or care. The contributor in question had virtually no GitHub activity since late 2018, then suddenly opened three typo-fixing PRs—all AI-authored.
Maintainer Response: Closing PRs Without Comment
Alexander closed all three PRs without comment. His reasoning: "I’m just not interested in encouraging people to take up our time with this kind of busywork. I do not want to set a precedent of accepting PRs that materially improve nothing, nor do I want our contributor list to become a reward for asking a robot to fix typos."
The same trend is hitting security reports. AI-generated vulnerability reports flood in, often with proposed fixes. CVEs are now being credited to people who didn't do real research. Alexander's team has become more selective, sometimes declining CVE notices for low-severity items.
A Call for Genuine Contribution
Alexander's message is direct: "Open source is built on trust. The metric that matters is not how many pull requests you can persuade an LLM to produce, nor how many CVEs you can accumulate, but whether you can make a project meaningfully better. If you want to contribute to open source projects, contribute because you care. If all you want is another green square or another contributor badge, please go elsewhere."
For developers using AI agents, this is a cautionary tale: use AI as a tool, not as a substitute for genuine engagement. Maintainers value real context and investment over automated busywork.
📖 Read the full source: HN AI Agents
👀 See Also

Anthropic Allows Subscription Usage for Claude via OpenClaw Starting June
Anthropic will allow subscription-based usage of Claude through OpenClaw starting in June, as announced by the OpenClaw Dev Twitter account.

Anthropic releases Claude Code Remote Control for mobile development
Anthropic has launched Remote Control, a feature that lets Claude Code users control their local development sessions from mobile devices. Available initially to Claude Max subscribers, it requires version 2.1.52 and uses a QR code to sync sessions.

The AI Dependency Trap: Why Over-Reliance on LLMs May Erode Core Skills
A contrarian take arguing that heavy reliance on AI chatbots will lead to atrophy of critical thinking, writing, research, and learning abilities.

Claude Code v2.1.116: Performance improvements, terminal fixes, and security updates
Claude Code v2.1.116 delivers significant performance improvements including up to 67% faster /resume on 40MB+ sessions, smoother terminal scrolling, and faster MCP startup. The release also fixes terminal rendering issues, adds security protections for dangerous path operations, and resolves multiple bugs affecting slash commands and plugin management.