Remix.run Logo
tempaccount420 3 hours ago

You're confused, AI can't itself hold copyright, but the human who triggered the AI to write the code holds the copyright instead.

spacechild1 3 hours ago | parent | next [-]

IIUC, a person can only claim copyright if they have significantly transformed the output. Unaltered LLM output is not copyrightable per US court decisions.

The whole thing is a legal mess. How do you know the LLM did not reproduce existing code? There is an ongoing legal battle in German between GEMA and OpenAI because ChatGPT reproduced parts of existing song lyrics. A court in Munich has found that this violates German copyright law.

altmanaltman 40 minutes ago | parent [-]

I think you're misunderstanding copyright and ownership.

A copyright over code means that ONLY you can use that code, and nobody else; otherwise, you can sue them. For example, if you are an arist, you want to protect your IP this way.

Yes, AI generated code is not copyrightable but so is most code in general. It is very hard to truly get a copyright for a piece of code. But just because you don't have copyright to something doesn't mean it's not your property.

For example, you can buy several movies on DVD and those DVDs will still be your property even though you don't have copyright and if someone does steal those DVDs, it will be considered theft of your property. Similarly, just because the code is AI-generated/not copyrightable, doesn't mean others can just steal it.

Think about it - so many codebases are not legally protected as copyrighted material but are absolutely protected by IP laws and enforced by the companies that own them.

selcuka 43 minutes ago | parent | prev | next [-]

This is even worse. My Claude Code instance can theoretically write the same code as your instance for a similar prompt. Why should one of us be able to have the copyright?

heavyset_go 2 hours ago | parent | prev | next [-]

See: https://newsroom.loc.gov/news/copyright-office-releases-part...

3 hours ago | parent | prev | next [-]
[deleted]
altmanaltman 37 minutes ago | parent | prev [-]

No the human cannot hold the copyright also. They can own the property rights to the code and protect it. It's not like the rule is "AI cannot copyright stuff but humans can" but rather code is rarely copyrighted and in its case, ownership is much more important.

If your code was generated by you and you store it in your system and have property rights over it, you can enforce legal actions even without holding a copyright over the code.

In general, it is kind of weird to want to copyright code. How do you patent a for-loop for example