Earlier quoted context omitted.
The current github terms of service don't seem to mention this use when they describe the license granted github. https://docs.github.com/en/site-policy/github-terms/github-t... 4. License Grant to Us We need the legal right to do things like host Your Content, publish it, and share it. You grant us and our legal successors the right to store, archive, parse, and display Your Content, and make incidental copies, as n…
> show it to you and other users...analyze it on our servers...share it with other users...perform it I don't know, sounds pretty similar to training on ML programs, even if they don't explicitly say "machine learning" in the ToS.
GitHub Copilot investigation
71–80 of 1001 posts
Re: GitHub Copilot investigation
#72Re: GitHub Copilot investigation
#73This is a bit off-topic, but I wonder if there are people/teams right now creating git repos, doing the source code equivalent of "SEO" on it, and embedding backdoors in stupidly overoptimized for the training process code? I wonder when we'll hear about the first big hack that gets traced back to production code pushed live after CoPilot "suggested" eval(base64decode({webshell}))
Re: GitHub Copilot investigation
#74Earlier quoted context omitted.
The current github terms of service don't seem to mention this use when they describe the license granted github. https://docs.github.com/en/site-policy/github-terms/github-t... 4. License Grant to Us We need the legal right to do things like host Your Content, publish it, and share it. You grant us and our legal successors the right to store, archive, parse, and display Your Content, and make incidental copies, as n…
> show it to you and other users...analyze it on our servers...share it with other users...perform it I don't know, sounds pretty similar to training on ML programs, even if they don't explicitly say "machine learning" in the ToS.
This would, at a minimum, preclude charging for Copilot.
This is missing the point though. Microsoft claims their use of source code for Copilot is fair use. If they are correct about that, licenses don't matter, this EULA doesn't matter, etc. Everyone should be focusing on this claim, arguing about any other detail before that is decided is a waste of time.
Re: GitHub Copilot investigation
#75> Microsoft characterizes the output of Copilot as a series of code "suggestions". Microsoft "does not claim any rights" in these suggestions. But neither does Microsoft make any guarantees about the correctness, security, or extenuating intellectual-property entanglements of the code so produced. Once you accept a Copilot suggestion, all that becomes your problem: > "You are responsible…
Could you help me understand the link between the two?
Re: GitHub Copilot investigation
#76Re: GitHub Copilot investigation
#77Everything else aside, the design on this site is among the best I've ever seen. Amazing typography, great to read on a phone.
I think it's very hard to skim for some reason.
Also, the section breaks and headers and boxes lack obvious rhyme or reason. It scans a tiny bit like a classy version of Time Cube. You keep getting hit with different font sizes and font styles and lines and ribbons and colors and you're not quite sure why.
Re: GitHub Copilot investigation
#78I'd be rather saddened if Copilot was shut down or neutered because of a few vocal few protesting against it. It's been a massive productivity improvement to our senior devs, and I got so used to it that it's an annoyance when Copilot doesn't respond.
It would be because it's illegal and violates the licenses, desires, and intentions of the thousands of workers who wrote the code in its corpus.
You act like Microsoft is trying to do a public service and people are angry about it. The reality is that they're taking billions of hours of work and using it to build a product that only they control.
If they re-released Copilot as FOSS, a lot of the valid criticisms would evaporate.
Re: GitHub Copilot investigation
#79One issue I see with Copilot is that they get free access to all open-source data on GitHub, but using GitHub APIs to download the data yourself isn't possible (rate limiting). This is an unfair advantage. Copilot is not only making money off of open-source, they are making money off of open-source in a way others can't. I would love to see a lawsuit which requires GitHub to provide their full Copilot dataset.
Re: GitHub Copilot investigation
#80I've been trained on open source code, and there are likely many algorithms that I've internalized that are very similar to the "standard" way of performing an operation. Is there a reason why an AI being trained on the same open source code isn't a similar situation? I agree that wholesale pasting of code chunks is an issue, but that hasn't been my experience with Copilot. I'm not arguing for Copilot here...I'm genu…