Remix.run Logo
aldousd666 3 hours ago

Copyright doesn't cover the results of code, nor the methods used in the code, techniques and algorithms aren't covered by copyright. Period. Copyright applies to 'the work'. If you don't copy the source code, it's not covered.

davebren 12 minutes ago | parent | next [-]

Whatever LLM they used copied the source code. It took their prompt and filled in the blanks of the spec by copying from the closest matching open source project. This is just what a next token predictor is going to do if you tell it to replicate software that's in its training set since that is the optimal way to predict the next tokens.

scosman 3 hours ago | parent | prev [-]

They copied strings, and visual design. Both of which are work, both of which are covered by copyright.

kube-system 3 hours ago | parent [-]

Designs and strings are only sometimes covered under copyright.

The elements of a design that are ornamental, utilitarian, or a general look and feel are not covered under copyright but would be covered under a design patent if one exists.

Strings are only covered under copyright if they are a sufficiently original work of human expression. Simple informational messages generally wouldn't qualify.