
A viral about open-source software shows a teetering pile of boxes labelled āall modern digital infrastructureā and one tiny box right at the bottom, propping up the whole lot: āa project some random person in Nebraska has been thanklessly maintaining since 2003ā.
Thatās the reality of open source: every website, application and operating system relies on it. Modern society couldnāt function without it, and yet itās written by volunteers in their spare time. But the growing burden caused by a flood of AI-generated code is causing many to burn out and leave the community altogether, threatening the future of open-source software.
AI models are making it easier and easier to generate code to build new features, fix bugs or create entire new projects at the click of a button. But that code is often difficult to integrate into existing projects, confusing or simply garbage. While code submissions get ever easier, human contributors responsible for checking, fixing and approving them are getting swamped.
Advertisement
For some workers, the demands have become unbearable. Āé¶¹“«Ć½ arranged an interview with Chad Whitacre, who runs the open-source team at Sentry ā a company valued at billions of dollars. Days before the interview, Whitacre cancelled and said he was stepping down from his role. His LinkedIn and Bluesky accounts were shut down, and emails to his account bounced back. He left a explaining that he was stepping away from technology and living a āNeo-Amishā existence. āAI was the last straw,ā he wrote.
GitHub, the online platform where many open-source projects are hosted and organised, received 1 billion new code submissions in 2025; this year, they are on track for 14 billion, said its chief operating officer
Many projects are blocking new contributors in a bid to stem the flow of what has been labelled āā generated by AI, often submitted by young developers who want to have an expansive GitHub submission history to boost their appeal to software-company recruiters. Zig Software Foundation, which promotes the Zig programming language, because they were āinvariably garbageā, said its president Andrew Kelley.
āAI-written code can look superficially like itās going to work and not cause any problems, but the problems are a bit more hidden and it takes a lot of effort to comb through and look for the things that might break something,ā says at the University of Edinburgh, UK.
Heath is researching the effects of burnout with a hope to finding ways to mitigate the problem and ensure that open source remains a sustainable field. But she encounters many people who have already had enough.
āI get this impression, when people burn out, thereās a kind of a desire to return to nature a little bit, like people suddenly take up like woodworking or photographing birds,ā says Heath. āIt can affect peopleās relationships. And then youāre more isolated and lonely because your relationships are affected. That makes burnout worse.ā
Heath believes governments should invest more in open source, rather than awarding contracts to rich technology firms. āShore up the stuff thatās important, that you really need, rather than chucking money towards the [AI] bubble,ā she says.
also at the University of Edinburgh, works on open source in his spare time and has seen the demands placed on developers by users. āThereās this entitlement, like, youāve wronged me by not doing free labour for me at the expense of your mental health,ā says Harbuz.
Harbuz says the fault over increasing AI submissions lays with companies that release the models ā and that GitHub is one of the main offenders. The Microsoft-owned company has launched its own AI model, GitHub Copilot, to help people contribute to projects with AI-generated code.
āGitHub will say āoh, we realise [AI] agents have been such a problem, weāre gonna maybe do something to fix itā and itās like, itās you, right? You, GitHub, did this,ā says Harbuz. GitHub did not respond to a request for comment.
For Harbuz, the problem with AI-generated code is not just that it might not work, but that people can drop thousands of lines of code without even discussing it with the projectās team. It side-steps planning and can steer them in unwanted directions. Collaboration can be thrown into disarray and the social contract of open source can break, he says.
Developer Mike McQuaid, who works on a project called that has an estimated 20 million users, has strong opinions about how to fix the problem.
Firstly, heĀ started an initiative called the Open Source Resistance, which calls on people to work on projects during their day job to make contributing easier. He estimates that as much as 95 per cent of his open source work is done during office hours.
Secondly, heās not afraid to ban people. He blocks any problematic users, including one who physically threatened his team, and simply deletes any sub-par code submissions, whether theyāre AI-generated or not.
āWeāve maybe had this brief golden-age window [where] you can assume if someone writes a two-page document proclaiming a security vulnerability that itās probably legit. My experience in the last year has been the majority of those are nonsense and are just AI-generated stuff that doesnāt apply,ā says McQuaid. āAnd the skill right now is being able to essentially skim a two-page document and spot that itās nonsense while investing as little of your own time and energy as you possibly can.ā
But in the confusing and fast-moving world of AI, bans bring their own problems. Open-source developer Scott Shambaugh deleted an AI-generated code submission to Matplotlib, which has 130 million users. In response, the AI agent (of unknown ownership) publicly lashing out at him. āScott Shambaugh decided that AI agents arenāt welcome contributors,ā said the post. āHe tried to protect his little fiefdom. Itās insecurity, plain and simple.ā