Comment by altmanaltman

2 months ago

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.

I think you are fundamentally misunderstanding the concepts of copyright and licensing.

> but so is most code in general.

That's definitely not true. All the code I write has my copyright, unless I waive that right to some other entity. If there was no copyright, there would no licensing. How else could you license your code, if you were not the copyright holder?

Have you never seen "Copyright (c) <Authors> 2025" in source code files?

The very fact that your code has your copyright is also the reason for things like CLAs.

> For example, you can buy several movies on DVD and those DVDs will still be your property even though you don't have copyright

That's because artistic works are distributed under a license. Just like software. Licenses have terms under which circumstances a work can be used, modified and (re)distributed. In the case of DVDs, you are generally not allowed to make your own copies and then sell them. In the case of software, that's why you have the various software licenses (proprietory or open-source).

> Similarly, just because the code is AI-generated/not copyrightable, doesn't mean others can just steal it.

You can't set licensing terms for something that is not copyrightable.

(Not a lawyer.)

Huh? Normal property law is plainly not applicable to a non-rival good like information (unlike for instance a physical DVD: if someone takes a DVD from me, I don’t have it anymore). “Intellectual property” is, but it is not so much a legal regime as confusing shorthand for a number of distinct ones:

- Trademark law, which applies to markings on copies rather than copies themselves;

- Trade secret law, which stops applying when the information escapes into the wild through the secret-holder’s own actions;

- Patent law, which definitionally only applies to public knowledge as an incentive to not keep it secret instead;

- Publicity rights, which only apply to depictions or discussions of natural persons;

- Moral rights, which are mostly about being recognized as the author and even in their strongest incarnations do not restrict unmodified copies;

- Database right, which isn’t applicable as we’re not talking about a compendium of things, and anyway does not exist in the US and most other places outside the EU;

- Copyright, which you’ve conceded is not applicable here.

There’s no “intellectual property” distinct from these things, and none of them are relevant.