Earlier quoted context omitted.
> I've been looking for a copy-left "source available" license that allows me to distribute code openly but has a clause that says "if you would like to use these sources to train an LLM, please contact me and we'll work something out". I haven't yet found that Frankly do you think AI companies have even the remotest amount of respect for these licenses anyways? They will simply take your code if it is publicly scrap…
I wonder if there is a "loaded" lawsuit here that could be a win-win for license enforcement case law in LLMs. Take a litigious company like Nintendo. If one was to train an LLM on their works and the LLM produces an emulator, that would force a lawsuit. If Nintendo wins, then LLMs are stealing. If Nintendo loses, then we can decompile everything.
Coding agents could make free software matter again
61–70 of 351 posts
Re: Coding agents could make free software matter again
#62I think the opposite. It will make all software matter less. If trendlines continue... It will be faster for AI to vibe code said software to your customized specifications than to sign up for a SaaS and learn it. "Claude, create a project management tool that simplifies jira, customize it to my workflow." So a lot of apps will actually become closed source personalized builds.
And then you get a new hire who already knows the common SaaS products but has to re learn your vibe coded version no one else uses where no information exists online. There is a reason why large proprietary products remain prevalent even when cheaper better alternatives exist. Being "industry standard" matters more than being the best.
Re: Coding agents could make free software matter again
#63Having over a decade of open source software I've written freely available online, I actually really appreciate the value that AI && LLMs have provided me. The thing that leaves a bad taste in my mouth is the fact that my works were likely included in the training data and, if it doesn't violate my licenses (GNU 2/3), it certainly feels against the spirit of what I intended when distributing my works. I was made redu…
I think there's no meaningful case by the letter of the law that use of training data that include GPL-licensed software in models that comprise the core component of modern LLMs doesn't obligate every producer of such models to make both the models and the software stack supporting them available under the same terms. Of course, it also seems clear in the present landscape that the law often depends more on the conv…
Re: Coding agents could make free software matter again
#641. they were trained on FLOSS repositories without consent of the authors, including GPL and AGPL repos
2. the best models are proprietary
3. folks making low-effort contribution attempts using AI (PRs, security reports, etc).
I agree those are legitimate problems but LLMs are the new reality, they are not going to go away. Much more powerful lobbies than the OSS ones are losing fights against the LLM companies (the big copyright holders in media).
But while companies can use LLMs to build replacements for GPL licensed code (where those LLMs have that GPL code probably in their training set), the reverse thing can also be done: one can break monopolies open using LLMs, and build so much open source software using LLMs.
In the end, the GPL is only a means to an end.
Re: Coding agents could make free software matter again
#65Having over a decade of open source software I've written freely available online, I actually really appreciate the value that AI && LLMs have provided me. The thing that leaves a bad taste in my mouth is the fact that my works were likely included in the training data and, if it doesn't violate my licenses (GNU 2/3), it certainly feels against the spirit of what I intended when distributing my works. I was made redu…
I feel kind of good knowing that my code, design decisions, styles, are now part of the data shaping all software now.
Re: Coding agents could make free software matter again
#66I think the opposite. It will make all software matter less. If trendlines continue... It will be faster for AI to vibe code said software to your customized specifications than to sign up for a SaaS and learn it. "Claude, create a project management tool that simplifies jira, customize it to my workflow." So a lot of apps will actually become closed source personalized builds.
This isn’t going to happen. I can already build a ticket tracker in a weekend. I’ve been on many teams that used Jira, nobody loves Jira, none of us ever bothered to DIY something good enough. Why? Because it’s a massive distraction. It’s really fun to build all these side apps, but then you have to maintain them. I’m guessing a lot of vibeware will be abandoned rather than maintained.
Re: Coding agents could make free software matter again
#67I’m not so sure… what I see as more likely is that coding agents will just strip parts from open source libraries to build bespoke applications for users. Users will be ecstatic because they get exactly what they want and they don’t have to worry about upstream supply chain attacks. Maintainers get screwed because no one contributes back to the main code base. In the end open source software becomes critical to the e…
But the users would have to maintain their own forks then. Unless you stream back patches into your forks, which implies there's some upstream being maintained. Software doesn't interoperate and maintain itself for free - somebody's gotta put in the time for that. I think as long as AI isn't literal AGI, social pressures will keep projects alive, in some state. There definitely is something scary about stealing entir…
The advantage of decoupling from supply chain attacks is so large that I expect this to be standard practice as soon as later this year.
Re: Coding agents could make free software matter again
#68Earlier quoted context omitted.
But the users would have to maintain their own forks then. Unless you stream back patches into your forks, which implies there's some upstream being maintained. Software doesn't interoperate and maintain itself for free - somebody's gotta put in the time for that. I think as long as AI isn't literal AGI, social pressures will keep projects alive, in some state. There definitely is something scary about stealing entir…
Agents can clearly strip out functionality from libraries already. They can certainly backport patches to whatever parts you strip out. The advantage of decoupling from supply chain attacks is so large that I expect this to be standard practice as soon as later this year.
Re: Coding agents could make free software matter again
#69Re: Coding agents could make free software matter again
#70Earlier quoted context omitted.
This isn’t going to happen. I can already build a ticket tracker in a weekend. I’ve been on many teams that used Jira, nobody loves Jira, none of us ever bothered to DIY something good enough. Why? Because it’s a massive distraction. It’s really fun to build all these side apps, but then you have to maintain them. I’m guessing a lot of vibeware will be abandoned rather than maintained.
Who said you’re building it? You’re telling your AI to build it while you go play golf or something.