TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Do you use GitHub Copilot?

4 pointsby siddharthgoel88almost 3 years ago
I remember last year there was a lot of buzz and discussions around Github Copilot and it&#x27;s impact on day to day life of software engineers. Recently noticed that Github Copilot is out of pilot and would be charging money for it soon. With this I was wondering :<p>* Is someone actually using Github Copilot for day to day work?<p>* How often do you use it to write parts of the production code?<p>* What are the use cases for it?<p>* Is it worth it?

5 comments

anon2020dot00almost 3 years ago
It offers a free trial so you can try it for yourself. It&#x27;s very easy to use and to setup.<p>My impression is that most developers will find it useful as a better code completion and even code documentation tool. Of course, it doesn&#x27;t replace actually reading and writing code but just writes the boilerplate to speed things-up.<p>Some people don&#x27;t like it because it makes the actual coding part faster and so they probably feel threatened in some way but the actual coding is actually not the most important part of a software engineer&#x27;s job (design is the more important part) and as Copilot shows can be automated in a sense already.
ksajalmost 3 years ago
I&#x27;ve been experimenting with it.<p>All I can really say is that there is some utility in its completions. But I found that you still have to go through everything it comes up with, because there is a lot of cruft out there that it will happily give to you.<p>As long as you are really precise with your comments and how you structure your code and comment prompts, it seems to do really well. Almost like magic. But it easily goes off on tangents, quite like how you can get your cell phone text messenger to produce crazy sentences by prompting it with a word and accepting completions as-is.<p>Also, it is all too easy to send it into a loop where it continually repeats lines or complete code sections it has already produced.<p>All the stuff about it going against licenses... I don&#x27;t know if that is actually the case, BUT it is important to note that Github has standardized licenses for the repos, and therefore there is absolutely no excuse if co-pilot isn&#x27;t obeying them. They&#x27;re part of Github&#x27;s work flow!<p>Until I see something that I know came attached to a license that wouldn&#x27;t allow it, I&#x27;m not falling for that particular claim. I would expect them to obey the individual licenses that Github provides each repo.<p>Is it worth it? Not yet. But I have no doubt it will be. I have another month to try it free. But I have a feeling I&#x27;ll just let it slide as a novelty item I once worked with. I see its potential, and I think it is an amazing toy. But if I was developing co-pilot, I would handle it considerably differently.
oraphalousalmost 3 years ago
Thanks for the reminder to cancel my subscription...<p>I found it getting in the way of the default vscode completions - particularly around auto-import of modules.
metadatalmost 3 years ago
No. Not useful if you&#x27;re half competent. Not ethically&#x2F;morally justifiable at all.<p>See: <a href="https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=pastMonth&amp;page=0&amp;prefix=true&amp;query=Copilot&amp;sort=byPopularity&amp;type=story" rel="nofollow">https:&#x2F;&#x2F;hn.algolia.com&#x2F;?dateRange=pastMonth&amp;page=0&amp;prefix=tr...</a>
cercatrovaalmost 3 years ago
Yes. I like it, it&#x27;s great. It often shows me novel ways of solving problems, given those are small enough. It won&#x27;t generate an entire file for you but it can generate a substantial amount of boilerplate that is very useful for rote CRUD operations.<p>Regarding the ethical aspect, that&#x27;s simply not something I think about. It&#x27;s a tool like any other, it&#x27;s like saying Stack Overflow is unethical because people copy and paste from it. Copilot is merely generating what you would&#x27;ve written anyway from looking at SO and documentation.