I've been using Copilot non-stop on every hobby project I have ever since they've let me in (2021/07/13) and I am honestly flabbergasted they think it's worth 10$/mo. My experience using it till this day is the following: - It's an amazing all-rounder autocomplete for most boilerplate code. Generally anything that someone who's spent 5 minutes reading the code can do, Copilot can do just as well. - It's terrible if y…
GitHub Copilot is generally available
551–560 of 796 posts
Re: GitHub Copilot is generally available
#552Earlier quoted context omitted.
Specifically, the problem is it produces _almost_ correct code, which is worse than incorrect code because it might fool you into trusting it.
Quite. So we agree that this code is incorrect, and thus, that we have a contradiction on our hands. To be clear: we’re in agreement that incorrect code that passes for correct at a glance is even worse than obviously-incorrect code.
Re: GitHub Copilot is generally available
#553Earlier quoted context omitted.
GitHub isn't liable. That's been established in court with regards to training AIs. Who is liable is you who may or may not have the legal right to use the code CoPilot spits out for you.
I don't think it's a clear cut as you make it out to be. Tortious interference is a common law remedy that might make Github/MS liable. If I induce you to break a contract with someone else they can come after me for damages. For example in this case, there are developers who have created GPL code. That code was licensed to some other developer. Github then encouraged people to upload git copies of the GPL code onto…
This may be a bit nit-picky, but I don't think that is correct.
Most books I've seen don't say anything about granting a license so there would be no explicit license that comes with them.
Maybe you could find an implicit license if normal use of a book required a license but it does not. Copyright law allows all the normal uses of a book without requiring permission of the copyright owner. You only need a license when you want to do something that requires permission.
Re: GitHub Copilot is generally available
#554I've enjoyed using it for free, but not sure it's worth the $10/mo yet. When it works great, it's a nice-to-have for speeding up development but has yet to give me anything I wouldn't be able to just write myself. And when I wish it would give me the answer to something I don't know how to do, it spits out something very wrong. Also feels kind of icky to train on open source projects and then charge for the output.
Given the cost of the infrastructure needed to run those large language models, it's very likely that Microsoft is still operating copilot at a loss. I don't see an issue with it being a paid service as it is a costly service to provide. What I pity however is that there's no free tier for hobbyists as paying a 10 usd monthly subscription wont make sense when you only code occasionally. For professionals using it eve…
Re: GitHub Copilot is generally available
#555Re: GitHub Copilot is generally available
#556Earlier quoted context omitted.
> monetizing the efforts ...and not compensating (or even attributing as required by the licenses) the authors for it.
It's not copying open source code. If you learn an algorithm to balance a binary tree from reading GPL code, and then go use that algorithm in your own closed-source project, with your own variables and types and context, are you breaking GPL? You're not copying the code. Just because you learned about it from reading GPL code doesn't mean that whenever you write tree balancing code from now until the end of time, al…
Re: GitHub Copilot is generally available
#557I assume that Copilot uses open source projects on GitHub to “learn” what to suggest. Some of these projects might be under, say, GPL v3. A developer uses Copilot for a commercial project and Copilot insert a complete function from a GPL v3 code into this project. Someone notices this and sues the commercial project for breaking GPL v3. Will GitHub pickup the tab?
Re: GitHub Copilot is generally available
#558Re: GitHub Copilot is generally available
#559Guys you're getting a lot of bad comments for one simple reason. You failed your delivery. 1) You should have managed the expectations of the users in a better way. Tell them it will become a paid feature from the begining, so nobody gets surprised 2) The way everyone unsderstood this today was too aggresive. An infinite warning in visual studio saying "hey, i've stop working, please sign up and pay or uninstall me".…
Re: GitHub Copilot is generally available
#560Shouldn't Copilot technically be FOSS since it trains on open source?
Even if the model was FOSS, the infrastructure needed to run it would be costly. Given the cost of single GPT-3 codex query, it's very likely that Microsoft/Github is still taking a huge operating loss at 10USD per month.