“Copilot puts the human at the center of the creative work that is software development. AI helps with the things you don’t want to do, so you have more time for the things you do.” … until we train our model on your usage data and totally replace you
GitHub Copilot: The Agent Awakens
31–40 of 260 posts
Re: GitHub Copilot: The Agent Awakens
#32Re: GitHub Copilot: The Agent Awakens
#33“Copilot puts the human at the center of the creative work that is software development. AI helps with the things you don’t want to do, so you have more time for the things you do.” … until we train our model on your usage data and totally replace you
Re: GitHub Copilot: The Agent Awakens
#34I use Copilot and it’s a game-changer for my productivity, but I really wish it was capable of natural language searching. So for example I could ask it “show me all places in the code where x is assigned a value but a flush() command is not immediately issued afterwards”.
I think Cursor can do this, if you @codebase, isn’t there something similar in copilot? E.g., your codebase being vectorized, indexed, and used as an embedding?
Re: GitHub Copilot: The Agent Awakens
#35“Copilot puts the human at the center of the creative work that is software development. AI helps with the things you don’t want to do, so you have more time for the things you do.” … until we train our model on your usage data and totally replace you
Better prepare for 2030 then as I am already doing so [0].
But from this year and in the next 5 years I'd also read this very carefully [1].
[0] https://news.ycombinator.com/item?id=42563239
[1] https://www.weforum.org/publications/the-future-of-jobs-repo...
Re: GitHub Copilot: The Agent Awakens
#36“Copilot puts the human at the center of the creative work that is software development. AI helps with the things you don’t want to do, so you have more time for the things you do.” … until we train our model on your usage data and totally replace you
If we actually could get to a world where programmers can be replaced, we'll also likely find that vast swathes of the population will be replaced. Then we'll need a totally new conversation on how society should look. That conversation is coming no matter what, because there will not be a global consensus to stop ML development, esp. on the war front.
Re: GitHub Copilot: The Agent Awakens
#37They'd better get on the IntelliJ integration fast— if I'm going to switch editors in order to use an LLM coding assistant, I may as well just switch to Cursor, which has a strong head start on them on the assistant and also has a much better autocomplete. I'm honestly surprised to see no mention here of them moving to replicate Cursor's autocomplete—IMO that is where Cursor's real edge lies. Anyone can wrap a chatbo…
Re: GitHub Copilot: The Agent Awakens
#38Later:
> GitHub Copilot’s new agent mode is capable of iterating on its own code, recognizing errors, and fixing them automatically.
Is this Microsoft/GitHub acknowledging they initially missed the mark, except they aren't really clear in the post that they're abandoning the approach of "AI pair programmer / not replacing the developer"? Seems really strange to re-iterate their "clear goal" and then in the next paragraph go directly against their goal? Are they maybe afraid of a potential backslash if it became more clear that they're now looking to replace (some) developers / the boring parts of development?
I have no opinions either way, but the messaging of the post seems to go into all different directions, which seems strange.
Re: GitHub Copilot: The Agent Awakens
#39“Copilot puts the human at the center of the creative work that is software development. AI helps with the things you don’t want to do, so you have more time for the things you do.” … until we train our model on your usage data and totally replace you
All AI tools I've used turned my daily into fighting the agent.
While LLMs can save time on tedious repetitive tasks, they are atrocities in producing bug free code. Even if they reached 99.999% accuracy without, they wouldn't be worth it: If I wrote a function and it turns out buggy, I can, even months later, investigate and find the culprit.
If an LLM introduces a bug, I would rather scrap everything. That is, every piece of code the thing produced for a given project.
If my boss tells me my job is to provide a patch, I quit.
And, LLMs have proven so far that they can't produce innovative solutions.
Re: GitHub Copilot: The Agent Awakens
#40They'd better get on the IntelliJ integration fast— if I'm going to switch editors in order to use an LLM coding assistant, I may as well just switch to Cursor, which has a strong head start on them on the assistant and also has a much better autocomplete. I'm honestly surprised to see no mention here of them moving to replicate Cursor's autocomplete—IMO that is where Cursor's real edge lies. Anyone can wrap a chatbo…
I wish cursor was an extension of VSCode and not a fork.