Remix.run Logo
himata4113 2 hours ago

I personally found it really amusing how they weaponized the legal system to DMCA all the claude code source code repositories. Code ingested into the model is not copyrightable, but produced code apparently is when by legal definition computer generated code can not be copyrighted and that's one of their primary arguments in legal cases.

kristopolous 24 minutes ago | parent | next [-]

I did an interesting spin to avoid it: burned through about 850M tokens getting Claude abstracted as a set of PRD style architectural instructions so you can do your custom fork effortlessly.

There's even a GUI called claudia for a piecemeal extraction with a PRD.

https://github.com/kristopolous/Claudette

I've got a web, rust and tkinter version (for fun) being coded up right now just making sure this approach works.

The answer is.... Mostly...

Enjoy

yeahforsureman an hour ago | parent | prev [-]

I guess you'd be assuming that both the original CC code and its ports are computer/AI-generated? As a lawyer, though, I'd still maintain that you wouldn't need much original human input in the CC code to kind of ruin that theory. The threshold for copyright protection isn't that high, really.

Aloisius 17 minutes ago | parent [-]

The copyright office has indicated that AI generated elements lacking human contributions to the expression (rather than input) would still not be copyrightable even if some human authored elements are made to the expression as well.

Seems like it would be a nightmare to provide evidence of what parts of a half a million line codebase were written by humans if no one bothered to track it.