AI agents are quietly killing the only reward open source maintainers ever got
Will Open Source Survive the Agents That Replaced It?

AI agents can now generate code from a prompt, so fewer people discover or star the open-source packages that taught those agents. Maintainer Tim Hoffmann warns that review remains manual and burdens a few core developers. The author, who maintains a small Laravel package, argues that if nobody installs your package because the agent already learned from it, the incentive to publish the ground truth that agents depend on may vanish.
if nobody ever installs your package again because the agent already learned the pattern from it, were you still the one who wrote it?
- brightball
It seems like the opportunity is for open source to explode thanks to AI. This week I replaced my home security camera system with open source Frigate, because I was able to use AI to take the source code, replace the object detection models that were included with the code with something that was a better fit for my machine, customize how the videos were stored and under what circumstances. There's a lot more that I can do with it that I haven't yet as well.
I couldn't do that with the proprietary system.
It seems like we'll see a lot more customized open source options or rapidly accelerated open source projects thanks to this type of thing. I'm really curious to see if something like LibreOffice stops playing catchup with Microsoft and actually passes it.
If the improvement rate of Omarchy for Linux desktop experience can be a barometer for anything, I'm extremely optimistic.
The #1 barrier for me to do 90% of the things that I've done for myself over the last 3 months for the prior 10-15 years has been time. I'm more than capable of downloading Frigate and figuring out how to customize everything, modify and compile the code to do what I want, but it would have taken me hours to days to do it. Now I can setup a couple of stacked /goal prompts overnight and get there. It's fantastic.
- someguyiguess
I’ve often wondered the opposite. The number of pieces of software I used to pay for that I was able to replace with software I’ve built using agents is nearing double digits. I wonder how much longer people will need to pay huge software companies instead of just collaborate with a few other folks using AI and build their own better version.
- zkmon
Agents replaced open source? An Agent is an actor and open source is an artifact. An actor can't replace an artifact.
Opensource is defined by it's licensing terms and the community around it.
- JV00
I think there will be a difference between foundational software and application software. The more you go to the outer layer the more code will be generated on the spot, throw-away, single usage. On the other extreme, foundational software that is battle tested, security hardened, has survived waves of AI-hacking, will become irreplaceable and crystallise as a semi-immutable layer. Open source is in the best position to win foundational software while agents will dominate the outer layer of disposable code.
- Kuyawa
I told AI to create and editor just like Sublime (my editor for the last decade) and it did in less than 10 minutes. File tree, multi tabs, multi carets, syntax highlighting, code snippets, everything I need in an editor (except LSP for now, will be added in v2)
I haven't used Sublime this week, it works as expected and I can't be happier
Oh, and it cost only $2 to build using DeepSeek
Then I told DeepSeek Harness to build a clone of itself in Swift, unbelievably it did!
So, apps are in a downward spiral towards zero value, everybody can do their own. The real value is in market penetration and the race is going to be fierce