Hacker News new | ask | show | jobs
by PaulDavisThe1st 104 days ago
US courts have ruled that machine generated code cannot be copyright. Ergo, it cannot be licensed (under any license; nobody owns the copyright, thus nobody can "license" it to anyone else).

You cannot (*) use LLMs to generate code that you then license, whether that license is GPL, MIT or some proprietary mumbo-jumbo.

(*) unless you just lie about this part.

2 comments

This oversimplifies it.

You can't copyright a work that is only generated by a machine: "In February 2022, the Copyright Office’s Review Board issued a final decision affirming the refusal to register a work claimed to be generated with no human involvement"

But human direction of machine processes can be copyright:

"A year later, the Office issued a registration for a comic book incorporating AI-generated material."

and

"In most cases, however, humans will be involved in the creation process, and the work will be copyrightable to the extent that their contributions qualify as authorship. It is axiomatic that ideas or facts themselves are not protectible by copyright law and the Supreme Court has made clear that originality is required, not just time and effort. In Feist Publications, Inc. v. Rural Telephone Service Co., the Court rejected the theory that “sweat of the brow” alone could be sufficient for copyright protection. “To be sure,” the Court further explained, “the requisite level of creativity is extremely low; even a slight amount will suffice."

See https://www.copyright.gov/ai/Copyright-and-Artificial-Intell...

I have no doubt that I was oversimplifying it. The court case that determines whether code written by an LLM in response to various types of prompts has not yet been launched (AFAIK; if it has, it has not yet been decided).

But it will be a shitshow either way.

Would writing a prompt, or few, for an LLM qualify as "the requisite level of creativity is extremely low; even a slight amount will suffice"
Read the linked report - it discusses this.

The short answer is that it's possible if the prompt has sufficient control but only the parts controlled by the human are eligible for copyright.

Using AI doesn't automatically disqualify from copyright protection though.

If you take AI image (that cannot be copyrighted) and adjust it in photo edition software of your choice then the changes are potentially copyrightable and the resulting image can be copyrighted (you need to ensure that your changes pass the low bar of creativity).

It's not clear to me how much code you would need to modify by hand to qualify for copyright this way, but that's not an impossible avenue.