Earlier quoted context omitted.
I, with my software developer hat, am not excited by AI. Not a bit, honestly. Esp. about these big models trained on huge amount of data, without any consent. Let me be perfectly clear. I'm all for the tech. The capabilities are nice. The thing I'm strongly against is training these models on any data without any consent. GPT-3 is OK, training it with public stuff regardless of its license is not. Copilot is OK, trai…
> training on with GPL/LGPL licensed code without consent is not That’s actually fine (kind of the idea of specifying a license). What is not fine is using that code in non-GPL licensed code.
Actually yes. I'm not against the tech. I'm against using my code without consent for a tool which allows to breach the license I put my code under.
IOW, if Copilot understood code licenses and prevented intermixing incompatibly licensed code while emitting results for my repository, I might have slightly different stance on the issue.