logoalt Hacker News

conradfryesterday at 9:14 AM3 repliesview on HN

Is there a OSS licence that excludes LLM?


Replies

david_shawyesterday at 9:27 AM

I'm not sure about licenses that explicitly forbid LLM use -- although you could always modify a license to require this! -- but GPL licensed projects require that you also make the software you create open source.

I'm not sure that LLMs respect that restriction (since they generally don't attibute their code).

I'm not even really sure if that clause would apply to LLM generated code, though I'd imagine that it should.

show 2 replies
blibbleyesterday at 2:50 PM

those that require attribution

so... all of them