Human stewardship matters more than who typed the code
Human stewardship matters more than who typed the code
Posted Jul 25, 2026 7:05 UTC (Sat) by emk (subscriber, #1128)In reply to: Human stewardship matters more than who typed the code by grothesque
Parent article: Codeberg: Protecting our FLOSS commons from LLMs
I, too, was puzzled by Codeberg's seemingly weird attitude towards solo developers that kept cropping up in phrases like, "It seems like many ‘vibe coders’ don't realize that they don't actually have a community around them." I mean, there's a surprising amount of code in major Linux distributions developed by people who don't have "a community around them." The brutal fact is that XKCD is right (https://xkcd.com/2347/), and a lot of foundational code is kept running by one unpaid volunteer. Or it's effectively abandoned, and the distros pass around patchsets to keep it building, with no upstream to ever merge patches. Community can be a damn scarce thing in the open source world sometimes. Goodness knows that 1,000 stars on GitHub frequently results in 3 drive-by PRs in 5 years.
Personally, while I have real concerns about where this whole AI thing is going, I'm genuinely happy to see end users using LLMs to throw together personal software. Now they have software that does exactly what they need, that doesn't spy on them, and that they can customize. When I got involved in free software several decades ago, that was originally the dream: Users in control of their own systems, with the freedom to change things! But now there's apparently a political movement in the "open source" community which is aggressively criticizing these users for figuring out a way to put together custom tools.
Sure, frontier models are way too electricity hungry. But we've reached the point where there are MIT-licensed, open-weight coding models that run on 5 year old gaming GPUs, and that use about 280W when generating. They sure aren't Fable, but they do actually work. Stick 'em in a read-only sandbox (like your tool supports) and they can even help troubleshoot a Linux system, keeping all the data 100% local. It was a revelation the first time I asked a local model, "Ugh, what's wrong with systemd?", and it actually figured it all out.
I do dread many of the places this all might go. But seeing users take control over their computers? That's the one undeniably bright spot, to my eyes.
