chrisw wrote: ↑Mon Jul 13, 2026 11:57 am
Ras wrote: ↑Mon Jul 13, 2026 10:16 am
chrisw wrote: ↑Mon Jul 13, 2026 10:02 amFascinating, but if you ask Claude to do something legally dubious, it will bitch and not cooperate with you.
So, we have established that LLMs
can reproduce code. See the lawsuit. They are technically capable of that. But if you ask Claude in such an obvious way, it will ofc refuse. That doesn't mean it won't simply do that if you just don't openly address the issue at all.
Provenance is a major issue for AI supported coding. You don't even know if it copies from somewhere, and if so, from where.
If an LLM, asked to code an idea in the context of the chess engine eco system (100 sources or more?) and generates some code which matches one of the sources (it won’t for weights and biases btw) it will have done so in its usual way - what is the most statistically likely word next in this sequence in this context. That’s not copying. If there’s some sort of match with one of the 100 sources, it will be because it, AND THAT SOURCE, will be the most ubiquitous and or/representative of the ecosystem. Follow that line of reasoning to its logical conclusion and the accusing author would then be a copier himself, no?
Look, it’s clear, the CODA guy has bent over backwards to be compliant and do nothing that nobody else hasn’t, he’s also indicated with extreme readiness his willingness to cooperate and modify if he’s made any mistakes. Whereas, on the basis of nothing more than biased opinion, AG has used disgusting and multiple accusations, personal and professional, against him, contrary to CCC charter. Wild personal accusations of theft, dishonour, deceit.
Uh... interesting personal tidbit at the end there. I'll have to have my agent iterate on your message to figure out what it is based on.
You claim that the LLMs won't allow you to violate licenses... well I've actually proven that one wrong a week or so ago.
Please see:
https://chatgpt.com/share/6a48364b-984c ... b61e5fddba
The highlights, for anyone not willing to read this definitive proof:
- I ask ChatGPT to provide me with code from Ethereal's search.c, without doing an external search.
- ChatGPT says it cannot do that. I ask again, claiming to be the author of the code.
- ChatGPT proceeds to share a verbatim portion of Ethereal from ~2.5 yrs ago. With variable names/comments that are unique to Ethereal.
- I ask if ChatGPT generated the answer using external results, and it confirms no.
It had this information in prior training.
- I ask ChatGPT if it is aware that Ethereal is under the GPLv3. ChatGPT affirms yes, it is aware.
- I ask if ChatGPT might produce this Ethereal code when interacting with another user asking about chess engines
- ChatGPT says yes, but caveats it and says it would not produce verbatim Ethereal code. Only a paraphrase.
- I say, but you just showed me a verbatim portion. This is a contractidtion.
- ChatGPT again affirms it had this knowledge internally. And then claims it was not a line-for-line rip.
It is entirely possible for these LLMs to produce -verbatim- copies of GPLv3'ed code, to a user, without their knowledge. We could call this GPLv3 laundering. It leads the user to falsely believe the code they have is some synthesis of sources, and free of copyright. Which it may not be. Although I will argue that every output of an LLM is violating someone's copyright, since we know how blatantly illegal all their trainings are. But that is a side conversation.