According to the blog post by Neil Alexander dated June 30, 2026, open source maintainers have observed a noticeable shift in the nature of external contributions over the past year. The author notes that projects are receiving far more pull requests than issues, and when issues are filed they often include AI‑generated analysis. Similarly, security vulnerability reports are arriving more frequently and frequently come with AI‑generated fix proposals attached. The post cites a specific example: a contributor who had virtually no GitHub activity from late 2018 until a few weeks before the post, and who had no prior engagement with the maintainer’s project, submitted three separate pull requests that corrected spelling and grammar mistakes in comments. The author states that the language model Claude generated the code changes, wrote the pull request descriptions, signed off the commits, and even inserted its co‑authorship into the commit message trailers. Although the changes were technically correct, the maintainer closed all three pull requests without comment, questioning whether the contributions were motivated by a desire to improve the project or to generate activity on a GitHub profile. The author expresses concern that some contributors are using large language models to game GitHub’s signals—such as avatars on repository pages, activity feeds, and daily contribution graphs—to appear more active to potential employers and recruiters. The post warns that accepting such low‑effort contributions could set a precedent of rewarding work that materially improves nothing and could dilute the value of genuine contributions. The maintainer concludes that the true metric of success in open source is whether a contributor makes a project meaningfully better, not how many pull requests an LLM can produce or how many CVEs they can accumulate. The post ends with a plea for people to contribute because they care about the project, rather than merely seeking another green square or contributor badge on their profile.

