Hacker News new | ask | show | jobs
by gordondavidf 2404 days ago
Scanning the title I quickly thought "Duh of course you can". But the complications of that have been eating at me for an hour now.

I can imagine of world of horrible patent trolls who have AI generating "art" constantly just so they can claim the work for themselves when a human artist creates something similar.

Thinking much further into the future: what will be really freaky is when society decides that only the AI has the right to copyright the AI's work.

1 comments

> I can imagine of world of horrible patent trolls who have AI generating "art" constantly just so they can claim the work for themselves when a human artist creates something similar.

You can do the same thing without AI.

For example: You can create all possible combinations of colored pixels in a grid of 800X600 with trivial code. Then you can publish all those combinations into a GitHub repo and now you own practically all art possible in a 800x600 grid.

As a bonus: you're now infringing the copyright of everyone who has ever created an 800x600 bitmap image.

Copyright is just incompatible with technology.

Unlike patents, the origin of the work is important for copyright infringement. In theory, two people who independently come up with the exact same image are not infringing on each other's copyright.

Of course, this ends up being a matter of likelihood. And if you generate all those combinations, but happen to select one in particular that is just like a pre-existing picture, the courts won't believe that was by accident. But the collection itself probably won't be infringing.

In addition to the sibling comment, as a pragmatic matter, one cannot. GitHub has a per-repo hard limit of 100GB of content, and allowing only 256 colors, your data set has 256^(800x600) members; this is unfeasible.
Actually in your example, the repo could be argued to be a "mere listing" of the possible colored grids, which is not copyrightable.