Ask HN: Do you think differently about working on open source these days?
31 gillyb 57 8/11/2025, 2:13:02 PM
Wondering if anyone here has changed their opinion on open sourcing their projects or contributing to open source now that LLM's are a thing...
I don't know yet what I think, but my latest side project I decided to create privately on github.
I am bothered that I was able to reproduce code from my blog through an LLM (suggesting exact same default values). That was not licensed for permissive use.
I still contribute to open source because I still use a lot of it. In my mind I owe it to the community to contribute back, and if nobody did the same my workflow would be a lot worse.
That said, capital has always been squeezing open source. Whether it was the Embrace; Extend; Extinguish mantra of Microsoft, Amazon's hosting of Open Source in AWS to control the market for it, or Oracle's litigiousness about trademarks and patents. To say nothing of all the companies who profit from it and give nothing back in return.
LLMs being trained on Open Source software is nothing new with respect to capital attempting to consume it and profit from it but not giving anything back in exchange.
So no, I'm not worried, I'm not going to change anything. I expect maybe we see a license that says you cannot use it as AI training material at some point in the future, and the lawyers will fight over that for a decade or two.
I always licensed my projects under GPL variants. That contract was broken by LLM vendors. So now I'm taking my toys and going home.
All my new projects are hosted on Sourcehut. I trust Drew when he says they are not letting LLM bots have at it.
Its not just the dev either. I'm no longer posting any content on blogs. Almost all of my other online interactions have moved to private channels and closed forums. I'm no longer giving my work away for free, unless you've passed the entry tests.
I wish pro-copy-left people could see this better. The future is brighter than you think.
I am assuming you are commenting in good faith, but it does tingle my gaslight-senses.
https://arstechnica.com/tech-policy/2025/08/ai-industry-horr...
Are people open sourcing their works in hopes to make money and that's their concern? I've never heard of that from people involved in open source.
Whether that process is intermediated by a LLM or not is not really relevant.
I think that open source libraries (but maybe not applications) may be even more relevant now than ever. More application code will be written, and there is still a need for correct and reliable components.
As mentioned in the comment, private on GH has no bearing, it is still in full sight of the AI.
From what I can tell, OSS submissions are on the rise as people embrace AI to work on things they could not previously.
https://news.ycombinator.com/item?id=44729461
However, it is quite fun to remove the boring part in programming with AI, so any hobby code I write I won't be making them public.
Currently I'm working on a way to use models trained from MIT-licensed code (eg. Comma) by using normal commercial model to supervise it. I believe this make the output code only be tainted with permissive code, and so I can now slowly use AI to write open source code again.
Where you are right though is that it does lower the barrier for people to copy simpler projects. For large ones, the llms are still not up to par.
Unless you want people to pay a llm plugin per-project which is akin to having a subscription service for netflix, hulu, disney plus, amazon prime, etc. Just bad UX. I think there is no fighting it.
Now that we have LLMs I can make them tell off the people harassing me and generate features that do the opposite of what they asked for
Personally, I would select only training material for open models. Pandora's box is already open, but if we are going to have LLMs, I want them to be available to everyone and not gated by a small number of companies. Since open models generally have less of a benefit of scale in terms of GPUs, I want them to have the benefit of more available/higher quality training data.
"A little copying is better than a little dependency" becomes much easier to fulfil with AI, in a literal sense, and I support a lot of "little dependencies"
I mean I am fucking shocked that people don't get this, our whole fucking modern world, all the parts that make stuff work, every last bit of it is built on top of or dependent on OSS.
There isn't a single lab, company, person or country that doesn't use and benefit from open source. Whether they know it or not.
It is what has supported widespread fractal improvement starting at the individual level. It's the greatest grassroots story movement ever and it's still driven by grassroot adoption.
It's like programatic peer review writ large with no gate keeping journals and its changed humanity forever, if we ever deflect that asteroid headed towards earth or if we make it to the stars, or if we figure out how to avoid the heat death, it's because open source got us there.
Fitting that open-source was popularized by people who worked with nanotechnology, https://www.facesofopensource.com/christine-peterson/
You're concerned about LLMs stealing your code, yet you're still using Github in any form? You should be careful even using VSCode at this point, regardless of whatever promises they make.
Putting everything on github (public or private) is corporate OSS brainrot, as is MIT-everything-by-default (rather than copylefting everything).
In fact, back in the SF era, GPL variants dwarfed MIT/BSD by a wide margin:
https://redmonk.com/sogrady/2014/11/14/open-source-licenses/
http://sogrady-media.redmonk.com/sogrady/files/2014/11/black...
Put simply… Too much drama, too little technical joy.
I had my best technical achievement writing proprietary software at one faang, if i have to be honest.
I'm currently working on a new project(my first big one from scratch using LLM coding), and using a few open source library. 9x under MIT. 2x BSD 3 clause, and 1 apache 2.0.
None of them are copyleft? I didnt do that intentionally. I dont know what i plan to license it; I typically go gpl. It's private until I decide i guess.
My big 'think differently' is that i gain a bunch of responsibility for the project. Do I want that? Am i ready for this long term commitment?
I don't love the idea of my work training an ai without compensation either.
How is it different then if a Company uses your code without paying you due to a permissive license? It sounds like Open Source doesn't fit your mindset.
> privately on github
So Microsoft and their AI will have access to your code but people won't.
I'm not a prolific open source contributor anyways, but i'm wondering if the tides are changing in regards to open source.
I can imaging that many people in the open source community - even if they're giving away their code for free under the most permissive licenses, still somewhere enjoy the fact that people know they're looking at their code on github or wherever it may be hosted. But now that slowly people shifting to only looking at code via LLM chat apps, then they might want to contirbute less to open source... just wondering... ?
This is absolutely not true
In theory if we wanted to be very inclusive we could do things based on web of trust or P2P tech or in-person sneakernet. It'd be fun, but it'd be slow.