> When you put your name on an article that's written by ChatGPT or Claude, you're basically putting a provenance mark on it saying: I take responsibility for this. I haven't written it, but I'm putting my name on it. That doesn't give you copyright, but it does give you liability for the content
If the AI is treated as an agent during inference, distinct from its user and not merely as a tool, then this should also apply during training too.
Based on this, it seems that AI agents are consuming people's code without permission. The MIT license only gives rights to "any person obtaining a copy of this software".
So the rights are given to a 'person', and the rights pertain specifically to a person who performed the act of 'obtaining a copy of this software'.
MIT license says 'obtaining a copy' and uses the word 'software', not 'code'. 'Software' is to 'code' what 'shop' is to 'building'; if you bought the shop, it doesn't necessarily mean you own the building. These are two different things and require different clauses. MIT explicitly separates the two and emphasizes that the author of the software retains copyrights (presumably over the code as this is the only thing over which they could claim copyright).
The code is different from the software; you can write the exact same software which behaves in the exact same way using completely different code; can be poorly written or well written. The difference is extremely meaningful to the person who invested effort to write the code in a clean way.
If we say that the agent is a separate entity from the person who ran it during inference, surely the same distinction can be made concerning the person who ran the agent during training. So the term 'person' from the MIT clause doesn't seem to apply here since the person running the agent has been factored out (just as they were during inference). Also, the agent is not obtaining a copy of the software; it's obtaining copies of the code which is copyright and independent of the software (as the MIT license clearly asserts).