Live data from Hacker News

GitHub Copilot Coding Agent

github.blog

1–10 of 372 posts

Re: GitHub Copilot Coding Agent

#5

Check in unreviewed slop straight into the codebase. Awesome.

> Once Copilot is done, it’ll tag you for review. You can ask Copilot to make changes by leaving comments in the pull request.

To me, this reads like it'll be a good junior and open up a PR with its changes, letting you (the issue author) review and merge. Of course, you can just hit "merge" without looking at the changes, but then it's kinda on you when unreviewed stuff ends up in main.

Re: GitHub Copilot Coding Agent

#6
My buddy is at GH working on an adjacent project & he hasn't stopped talking about this for the last few days. I think I've been reminded to 'make sure I tune into the keynote on Monday' at least 8 times now.

I gave up trying to watch the stream after the third authentication timeout, but if I'd known it was this I'd maybe have tried a fourth time.

Re: GitHub Copilot Coding Agent

#7
These kinds of patterns allow compute to take much more time than a single chat since it is asynchronous by nature, which I think is necessary to get to working solutions on harder problems

Re: GitHub Copilot Coding Agent

#8
I tried doing some vibe coding on a greenfield project (using gemini 2.5 pro + cline). On one hand - super impressive, a major productivity booster (even compared to using a non-integrated LLM chat interface).

I noticed that LLMs need a very heavy hand in guiding the architecture, otherwise they'll add architectural tech debt. One easy example is that I noticed them breaking abstractions (putting things where they don't belong). Unfortunately, there's not that much self-retrospection on these aspects if you ask about the quality of the code or if there are any better ways of doing it. Of course, if you pick up that something is in the wrong spot and prompt better, they'll pick up on it immediately.

I also ended up blowing through $15 of LLM tokens in a single evening. (Previously, as a heavy LLM user including coding tasks, I was averaging maybe $20 a month.)

Re: GitHub Copilot Coding Agent

#10

My buddy is at GH working on an adjacent project & he hasn't stopped talking about this for the last few days. I think I've been reminded to 'make sure I tune into the keynote on Monday' at least 8 times now. I gave up trying to watch the stream after the third authentication timeout, but if I'd known it was this I'd maybe have tried a fourth time.

I’m always hesitant to listen to the line coders on projects because they’re getting a heavy dose of the internal hype every day.

I’d love for this to blow past cursor. Will definitely tune in to see it.

Post reply on HN