So if MSFT's message here is "software engineers don't have to know how to code," what's the value of knowing how to code? Seems at odds with their core customers' self interests.
GitHub Copilot X – Sign up for technical preview
231–240 of 771 posts
Re: GitHub Copilot X – Sign up for technical preview
#232Earlier quoted context omitted.
Someone asked me to pay for a team subscription for Copilot. As I'm CTO (and thus legally responsible for those agreements that you normally just click through); I read the terms of service, and they do not actually grant license to the code. They say in very clear terms: YOU ARE RESPONSIBLE FOR TAKING SUGGESTIONS. So, as I don't want to encourage people to think that they can simply copy over copilot solutions I dec…
Do you also disallow your employees from reading github, stack overflow, or other sources of code?
Re: GitHub Copilot X – Sign up for technical preview
#233You should write tests, then the A.I writes the code. It almost doesn't matter what the code is, as long the AI can regenerate the code from tests.
Re: GitHub Copilot X – Sign up for technical preview
#234I would love to hear from other people here but I tried it for a while and dropped my subscription. For short things it was nice, but the larger the suggestion the worst it got. I found myself constantly mentally debugging the output it suggested, I do not know if it was faster but I was mentally exhausted by it, unable to go for long periods of time. Dumb code completion is predictable, I know I'll need to press dow…
I'm using it for Typescript + NodeJS development. I find Copilot most valuable when it's something I'd need to Google anyway, like how to format a date string or how to do X in selenium. 8 out of 10 times the answer is right, and the other times it is at least interesting (gives me an idea of what to look for).
This quick feedback is _way_ faster than googling and keeps me in the IDE, and also just makes it more enjoyable to code when there is this "pair programming" partner that I can interact with via code/comments and it will generate ideas for me, even if they aren't all perfect.
Re: GitHub Copilot X – Sign up for technical preview
#235Earlier quoted context omitted.
I hope that Copilot X will be brought to other IDEs as well, not just Visual Studio [Code].
Seems that you didn't bother checked their site before commenting. Check it out here[0], but TLDR: they have VS, VS code, Jetbrains and NeoVim logos in there. [0] https://github.com/features/preview/copilot-x
Re: GitHub Copilot X – Sign up for technical preview
#236Earlier quoted context omitted.
No, I don't think it's comparable to a junior engineer. It works best for pretty short snippets of code. It also can't decide when to run the program and how to interpret/make changes based on the results.
So… a junior developer? I (mostly) kid but some seniors I know struggle at those things.
Re: GitHub Copilot X – Sign up for technical preview
#237Microsoft really seems to have wrapped up the developer ecosystem with VS Code and the Github acquisition combined with OpenAI. They are going to have an absurd amount of data to optimize their models thanks to that, not sure how other AI focused companies can overcome that have to wonder at what point developers remember how anti-developer Microsoft used to be and potentially move away from their ecosystem. Credit t…
It sure looks like they're setting themselves up to (again) be in a position where no one can get around them.
Re: GitHub Copilot X – Sign up for technical preview
#238Scary. For the first time in my life, I feel like my expertise is at risk of being rendered obsolete. Maybe not this year, but the writing is on the wall. Soon coding without an AI will feel as antiquated as delivering food by horse. And resistance is futile because markets will punish those who refuse. We'll probably need less and less developers as AI advance. Just like we need less manual labor in farms today. And…
> Governments will have to ponder about what to do with a world of people who became inferior to machines at almost everything. Universal Basic Income? Inferior to machines at almost everything? Most jobs are safe, look at the 25 most common jobs in the US - cashier, food preparation worker, stocking associate, laborer, janitor, construction worker, bookkeeper, server, medical assistant, bartender, administrative ass…
The only reason why they haven't already been replaced is because humans can be exceptionally cheap. Much easier to hire somebody to sit at a desk for $10/hour doing repetitive tasks than spend millions implementing systems across the board to do what they do (for now).
Re: GitHub Copilot X – Sign up for technical preview
#239Scary. For the first time in my life, I feel like my expertise is at risk of being rendered obsolete. Maybe not this year, but the writing is on the wall. Soon coding without an AI will feel as antiquated as delivering food by horse. And resistance is futile because markets will punish those who refuse. We'll probably need less and less developers as AI advance. Just like we need less manual labor in farms today. And…
Re: GitHub Copilot X – Sign up for technical preview
#240What I'd love to see in the future is a proper refactoring UX. This new chat interface is probably a good start, as it seems able to replace code blocks in your original source file. But most code changes in the real world require changes in multiple locations. And I don't usually have questions for the AI, I have small tasks for it to do. I hope we can get to a point where I can give quick commands to a Copilot-like…
There are multiple startups for this. You can test the concept on my site https://aidev.codes although I don't have github integration yet.