Started maintaining a small library at work and now I genuinely understand why maintainers go quiet

Reddit r/artificial News

Summary

A developer shares their experience maintaining a small open-source library, describing how issue volume, feature requests, and AI-generated pull requests lead to burnout, and urges users to sponsor maintainers.

Built a little internal utility about a year ago, open sourced it because why not, figured maybe 10 people would find it useful. It slowly picked up a few hundred stars and then the issues started coming in. Not a flood or anything but enough and what surprised me was how much of it wasn't really bugs it was people wanting features that made sense for their use case but would've made zero sense for the original scope of the thing. Or issues that were basically "your README didn't account for my specific setup." I like helping people, I thought I would enjoy this and I did at first but somewhere around month 4 I noticed I was dreading opening GitHub notifications. The AI-generated PRs made it worse honestly. Not because the code was always bad but because they'd come in with confident descriptions, look reasonable on the surface and then you'd spend 30 minutes tracing through edge cases only to realize whoever sent it hadn't actually tested it against anything real. At human contribution pace that was manageable. At "someone hit generate and submit" pace it's just a different problem. I have immense respect for maintainers of anything with serious adoption now. The people keeping libraries that half the internet depends on running are doing it mostly for free, mostly in their spare time,and mostly while dealing with issue reporters who write like they're filing a complaint with customer support. If you use open source software and it's saved you hours of work, go sponsor someone. Even a few dollars a month means something and most of these folks have a GitHub sponsors page just sitting there.
Original Article

Similar Articles

The Maintainer's Dilemma

Lobsters Hottest

A blog post exploring the challenges faced by open-source maintainers, including backlog of pull requests, the impact of AI tools on code review, and the dilemma of balancing quality with burnout.

I don't want your PRs anymore

Lobsters Hottest

An open-source maintainer explains why they now prefer LLM-generated code over community PRs, arguing that AI assistance reduces risk and friction while shifting the value of contributions toward feedback, bug reports, and design discussions.