Is it just me, or do the comments in this thread seem to be the exact opposite of the sentiment in the comments on similar Github Copilot threads? I just find it a bit ironic that programmers are irate about Github Copilot using their copyrighted material to train. However, if it's an ML model training off of copyrighted artists material, clearly its a transformative work. I just find the opposing sentiments for thes…
The difference appears to be that Github Copilot just reproduces, verbatim, snippets of code without actually doing anything transformative to it. You cannot describe a sort algorithm and have it spit out something other than a direct reproduction of someone else's implementation. With these artwork models, they can emulate general styles, occasionally known characters or bits of text will show up in the output, but…
It actually, by default I believe, now checks for exact collisions with any existing GitHub code (the training data) and removes them. These are somewhat rare in any case, is my understanding.
Not to detract from your other points. Just a common misconception I see a lot.