Live data from Hacker News

GitHub Copi­lot inves­ti­ga­tion

githubcopilotinvestigation.com

341–350 of 1001 posts

Re: GitHub Copi­lot inves­ti­ga­tion

#341

Can someone clarify if copyright violation is actually considered "illegal"? As far as I know it's a civil matter and not something a state or federal government would attempt to prosecute.

It’s a crime in certain cases, as piracy site owners can attest.

Re: GitHub Copi­lot inves­ti­ga­tion

#342

Open source has trained me and countless others. We have learned from it. Why shouldn’t machines learn from it too? Is co-pilot copy-pasting slabs of code verbatim? I see Copilot as a net positive. Open source is for sharing and learning. Copilot is sharing and learning on steroids.

Yes, copilot IS copying code verbatim from GitHub hosted repos, right now.

The license and attribution are stripped from regurgitated copied code snippets. Verbatim with no context, no attribution, no citation, no reference to the project it’s part of…

If the people don’t known which project the code was taken from, how can they one day contribute to that codebase?

Copilot is an interloper who doesn’t even tell you which project the code snippet was ripped off from!!

Re: GitHub Copi­lot inves­ti­ga­tion

#343

Oh man. I want to continue using co-pilot. It has improved my productivity and made me excited to do things that I previously felt like a chore. Also, programmers please do not hinder on other programmers work. If you do, someone higher up in the ladder with eat your cake at every opportunity.

Yes, we’d all find our work easier if we could just steal other people’s work.

Re: GitHub Copi­lot inves­ti­ga­tion

#344
post #293

Hey, I despise bait and switch from large corps. But I also find it unsustainable this idea that societies and legal resources are wasted fighting for IPs. The code is out there. Millions of people are being trained and writing code based of the learnings of open data. Designers have "mood boards". Developers have open source. Right now I don't have sympathy for MS, but in a few years any you developer could just do…

This is copyright. I put it out there with a government guaranty that I get to retain ownership out of it. Society at large benefits because more people put their stuff out their. You want to break that deal and you will end up with less sharing. Why are you for information silos? I am for open ideas and sharing. You are for stealing and breaking the moral agreement because distributing my code in the form of an AI a…

Copyright is not universal. And it will be increasingly be less so.

Re: GitHub Copi­lot inves­ti­ga­tion

#345
post #42

It seems like there's no good license that places absolutely no restrictions or requirements on people using your code (such as attribution and respecting patent rights) worldwide. I want my code to be used the way people treated text in the old days. There's texts that have been re-written, added to and edited by thousands of people over the centuries and yet they don't come with thousands of pages of attribution no…

Just put it in the public domain.

Re: GitHub Copi­lot inves­ti­ga­tion

#347
post #117

Earlier quoted context omitted.

> 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. I wonder how many people on HN would be on the side of the creators if we were talking about content created by Walt Disney and whether pirating was ethical?

Wait, I'm not sure what you are trying to say? Can you clarify?

There’s an assumption that hackers are automatically anarcho-communist, and unconditionally, wholeheartedly, vocally supportive of content piracy, which is not correct.

Re: GitHub Copi­lot inves­ti­ga­tion

#348
post #78
post #52

I'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.

Copilot wouldn't be shut down or neutered because "a few vocal people" protested against it. 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 t…

> 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.

Yeah, the vocal few.

Do you think I give a rats ass that Copilot is duplicating my OS code?

I have to imagine most people are completely ambivalent. Of course I have no proof, I just can’t imagine anything else.

The lines probably fall somewhere along the MIT vs GPL camps.

Re: GitHub Copi­lot inves­ti­ga­tion

#349

Maybe I'm in the minority, but I think the prospect of someone autocompleting and getting a snippet that came from me, they found it useful, and are going to incorporate it is great. It means my thoughts and logic are shaping culture in a mimetic feedback loop.

That's not the problem. If you want to license your work in a way that allows that, you are free to do so. The issue is that Microsoft did that with code that was published under licenses that either did not grant that right, or which explicitly forbade them from doing so.

Also charging for it.

Re: GitHub Copi­lot inves­ti­ga­tion

#350
It's always interesting to see the buzz that occurs when Copilot is brought up as a topic. This place is called "HackerNews", yet routinely people forget that a "hacker" is somebody using technology to overcome novel problems. Doesn't GitHub Copilot fall into this category? Why is there such an outcry over a technology that has been in the public's hands for less than a year? I'm almost certain that the team responsible for Copilot is going to try to figure out how to avoid spitting out code verbatim, as that's obviously not a good look.

It's most likely the case that in 1, 3, 5 years, Copilot won't be spitting out code blocks verbatim. It will generate rightsize code, trained on lots of publicly available code, and start reducing the surface area required to code/develop.

Stable Diffusion doesn't get in trouble right now because the artwork looks like permutations of different works; text is easy to copyright, style is more challenging, but artists are facing up against the same reality. There's no rolling this back; ML models are going to remove a ton of cruft from creative/labor based endeavors, and people are going to need to evolve to stay relevant.

Post reply on HN