Ask HN: Are you hesitant to open source your project because LLMs may steal it?

5 busymom0 5 6/21/2025, 3:10:17 PM
Is anyone hesitant nowadays to release their code as open source because they don't want it to be stolen to train LLMs?

I am wondering if my hesitancy is rational or not.

Comments (5)

danjl · 8m ago
What's going to happen? Maybe it will help make the LLM better at code gen, and help everyone. I've written hundreds of thousands of lines of code that have disappeared into the void of history. It would have been nice if all that hadn't been lost.
marssaxman · 5h ago
The point of releasing my source code is that I want other people to use it, and I don't really care whether they do that directly or indirectly.
throwarayes · 5h ago
Well it would have to recreate the entire projects, no? Then they get to maintain it. That seems like a high bar.

And if it’s open source under Apache/MIT license I could care less about people getting snippets from my code.

chistev · 6h ago
I'm hesitant because my SAAS might become profitable. Lol.

But then it fails and I make it open source to add to my portfolio.

bigyabai · 6h ago
I don't personally feel like code has any inherent value. You can't "steal" my code unless you repeat it verbatim under a new license, which is illegal with or without AI. I've known the stakes since before AI existed, and the prominence of LLMs doesn't scare me away from open source.

It's up to you. Stallman argued that the greatest value code has is it's utility to others. The "holy grail endgame" of open source is zero-margin software production that completely displaces the need to generate value with software. If AI pushes us closer to that world, then I can sleep well feeding it code.