Hacker News new | ask | show | jobs
by Tenoke 1775 days ago
>Otherwise, I hope copilot makes it big. It'll create a new generation of developers that are dependent on these tools to do their work.

There's definitely other scenarios, like my preferred one of Copilot being legal itself but devs being responsible for using code generated from it, same as if they were using a more direct copy-paste or search tool.

1 comments

How could they, when they don't know the origin of the code? Copilot would have to provide them with all the licenses of all of the projects that went into producing that particular snippet of code, and I'm pretty sure that's impossible beyond just listing every license every time.
Well, it's all from public repos that you can search and I imagine they can also include a tool that analyses how close to which repos the produced code is so you can check for yourself.
Knowing why and understanding how or why a machine learning algorithm did something is a much harder or just impossible.