logoalt Hacker News

phkahlertoday at 3:04 AM1 replyview on HN

If feeding the source code through a complier yields a derivative work, why wouldn't feeding it to an LLM give the same result?


Replies

gpmtoday at 3:18 AM

Because compilers and LLMs do different things, and what is done matters, so you can't reason by stepping from one to the other.

Compilers don't axiomatically yield derivative works, they simply in practice do because for non-trivial programs they preserve copyrightable elements of the work in the output.

show 2 replies