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.

GitHub Copilot Coding Agent

551 pointsby net013 days ago

44 comments

taurath3 days ago
&gt; Copilot excels at low-to-medium complexity tasks in well-tested codebases, from adding features and fixing bugs to extending tests, refactoring, and improving documentation.<p>Bounds bounds bounds bounds. The important part for humans seems to be maintaining boundaries for AI. If your well-tested codebase has the tests built thru AI, its probably not going to work.<p>I think its somewhat telling that they can&#x27;t share numbers for how they&#x27;re using it internally. I want to know that Microsoft, the company famous for dog-fooding is using this day in and day out, with success. There&#x27;s real stuff in there, and my brain has an insanely hard time separating the trillion dollars of hype from the usefulness.
评论 #44032660 未加载
评论 #44034231 未加载
评论 #44040069 未加载
评论 #44039697 未加载
评论 #44031984 未加载
评论 #44032481 未加载
评论 #44036046 未加载
评论 #44032560 未加载
评论 #44035450 未加载
评论 #44034036 未加载
评论 #44038655 未加载
Scene_Cast23 days ago
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).<p>I noticed that LLMs need a very heavy hand in guiding the architecture, otherwise they&#x27;ll add architectural tech debt. One easy example is that I noticed them breaking abstractions (putting things where they don&#x27;t belong). Unfortunately, there&#x27;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&#x27;ll pick up on it immediately.<p>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.)
评论 #44031897 未加载
评论 #44032187 未加载
评论 #44034168 未加载
评论 #44038737 未加载
评论 #44032283 未加载
评论 #44031945 未加载
评论 #44040235 未加载
评论 #44031847 未加载
评论 #44037654 未加载
评论 #44036141 未加载
评论 #44041891 未加载
评论 #44034783 未加载
nodja2 days ago
I wish they optimized things before adding more crap that will slow things down even more. The only thing that&#x27;s fast with copilot is the autocomplete, it sometimes takes several minutes to make edits on a 100 line file regardless of the model I pick (some are faster than others). If these models had a close to 100% hit rate this would be somewhat fine, but going back and forth with something that takes this long is not productive. It&#x27;s literally faster to open claude&#x2F;chatgpt on a new tab and paste the question and code there and paste it back into vscode than using their ask&#x2F;edit&#x2F;agent tools.<p>I&#x27;ve cancelled my copilot subscription last week and when it expires in two weeks I&#x27;ll mostly likely shift to local models for autocomplete&#x2F;simple stuff.
评论 #44032807 未加载
评论 #44038280 未加载
评论 #44033185 未加载
bencyoung1 day ago
Some example PRs if people want to look:<p><a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;runtime&#x2F;pull&#x2F;115733">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;runtime&#x2F;pull&#x2F;115733</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;runtime&#x2F;pull&#x2F;115732">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;runtime&#x2F;pull&#x2F;115732</a> <a href="https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;runtime&#x2F;pull&#x2F;115762">https:&#x2F;&#x2F;github.com&#x2F;dotnet&#x2F;runtime&#x2F;pull&#x2F;115762</a>
评论 #44042425 未加载
评论 #44040891 未加载
评论 #44040597 未加载
评论 #44046932 未加载
评论 #44041850 未加载
bionhoward2 days ago
Major scam alert, they are training on your code in private repos if you use this<p>You can tell because they advertise “Pro” and “Pro+” but then the FAQ reads,<p>&gt; Does GitHub use Copilot Business or Enterprise data to train GitHub’s model? &gt; No. GitHub does not use either Copilot Business or Enterprise data to train its models.<p>Aka, even paid individuals plans are getting brain raped
评论 #44036011 未加载
评论 #44036433 未加载
jagged-chisel2 days ago
I’ve been trying to use Copilot for a few days to get some help writing against code stored on GitHub.<p>Copilot has been pretty useless. It couldn’t maintain context for more than two exchanges.<p>Copilot: here’s some C code to do that<p>Me: convert that to $OTHER_LANGUAGE<p>Copilot: what code would you like me to convert?<p>Me: the code you just generated<p>Copilot: if you can upload a file or share a link to the code, I can help you translate it …<p>It points me in a direction that’s a minimum of 15 degrees off true north (“true north” being the goal for which I am coding), usually closer to 90 degrees. When I ask for code, it hallucinates over half of the API calls.
评论 #44040339 未加载
评论 #44038605 未加载
shwouchk2 days ago
I played around with it quite a bit. it is both impressive and scary. most importantly, it tends to indiscriminately use dependencies from random tiny repos, and often enough not the correct ones, for major projects. buyer beware.
评论 #44035306 未加载
评论 #44036263 未加载
评论 #44034984 未加载
评论 #44036802 未加载
allthenopes252 days ago
&quot;Drowning in technical debt?&quot;<p>Stop fighting and sink!<p>But rest assured that with Github Copilot Coding Agent, your codebase will develop larger and larger volumes of new, exciting, underexplored technical debt that you can&#x27;t be blamed for, and your colleagues will follow you into the murky depths soon.
muglug3 days ago
&gt; Copilot excels at low-to-medium complexity tasks<p>Oh cool!<p>&gt; in well-tested codebases<p>Oh ok never mind
评论 #44032662 未加载
评论 #44032566 未加载
评论 #44032506 未加载
评论 #44031999 未加载
boomskats3 days ago
My buddy is at GH working on an adjacent project &amp; he hasn&#x27;t stopped talking about this for the last few days. I think I&#x27;ve been reminded to &#x27;make sure I tune into the keynote on Monday&#x27; at least 8 times now.<p>I gave up trying to watch the stream after the third authentication timeout, but if I&#x27;d known it was this I&#x27;d maybe have tried a fourth time.
评论 #44031756 未加载
评论 #44032580 未加载
评论 #44031914 未加载
quantadev2 days ago
I love Copilot in VSCode. I have it set to use Claude most of the time, but it let&#x27;s you pick your fav LLM, for it to use. I just open the files I&#x27;m going to refactor, type into the chat window what I want done, click &#x27;accept&#x27; on every code change it recommends in it&#x27;s answer, causing VSCode to auto-merge the changes into my code. Couldn&#x27;t possibly be simpler. Then I scrutinize and test. If anything went wrong I just use GitLens to rollback the change, but that&#x27;s very rare.<p>Especially now that Copilot supports MCP I can plug in my own custom &quot;Tools&quot; (i.e. Function calling done by the AI Agent), and I have everything I need. Never even bothered trying Cursor or Windsurf, which i&#x27;m sure are great too, but _mainly_ since they&#x27;re just forks of VSCode, as the IDE.
评论 #44038623 未加载
评论 #44034946 未加载
fvold2 days ago
The biggest change Copilot has done for me so far is to have me replace my VSCode with VSCodium to be sure it doesn&#x27;t sneak any uploading of my code to a third party without my knowing.<p>I&#x27;m all for new tech getting introduced and made useful, but let&#x27;s make it all opt in, shall we?
评论 #44033482 未加载
moi23882 days ago
“ Copilot excels at low-to-medium complexity tasks”<p>Then we have <i>very</i> different interpretations of what constitutes a medium complexity task
评论 #44038882 未加载
lofaszvanitt2 days ago
This is quite alarming: <a href="https:&#x2F;&#x2F;www.cursor.com&#x2F;security" rel="nofollow">https:&#x2F;&#x2F;www.cursor.com&#x2F;security</a><p>And this one too: <a href="https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;site-policy&#x2F;privacy-policies&#x2F;github-general-privacy-statement" rel="nofollow">https:&#x2F;&#x2F;docs.github.com&#x2F;en&#x2F;site-policy&#x2F;privacy-policies&#x2F;gith...</a>
Arubis2 days ago
I&#x27;m building RSOLV (<a href="https:&#x2F;&#x2F;rsolv.dev" rel="nofollow">https:&#x2F;&#x2F;rsolv.dev</a>) as an alternative approach to GitHub&#x27;s Copilot agent.<p>Our key differentiator is cross-platform support - we work with Jira, Linear, GitHub, and GitLab - rather than limiting teams to GitHub&#x27;s ecosystem.<p>GitHub&#x27;s approach is technically impressive, but our experience suggests organizations derive more value from targeted automation that integrates with existing workflows rather than requiring teams to change their processes. This is particularly relevant for regulated industries where security considerations supersede feature breadth. Not everyone can just jump off of Jira on moment&#x27;s notice.<p>Curious about others&#x27; experiences with integrating AI into your platforms and tools. Has ecosystem lock-in affected your team&#x27;s productivity or tool choices?
评论 #44042708 未加载
评论 #44037434 未加载
jerpint3 days ago
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
评论 #44032802 未加载
kookamamie1 day ago
Which GitHub subscription level is required for the agent?<p>I found it very confusing - we have GH Business, with Copilot active. Could not find a way to upgrade our Copilot to the level required by the agent.<p>I tried using my personal Copilot for the purpose of trialing the agent - again, a no-go, as my Copilot is &quot;managed&quot; by the organization I&#x27;m part of.<p>Also, you will want to add more control over to who can assign things to Copilot Agent - just having write access to the repository is a poor descriminator, I think.
评论 #44041281 未加载
Abhishek_372 days ago
Is there anything that satisfies the people here ? Copilot today is perhaps the only AI that is actually assisting for something productive.<p>Microsoft, besides maybe Google and OpenAI, are the only ones that are actually exploring towards the practical usefulness of AIs. Other kiddies like Sonnet and whatnot are still chasing meaningless numbers and benchmarking scores, that sort of stuff may appeal to high school kids or immatures but burning billions of dollars and energy resources just to sound like a cool kid?
asadm2 days ago
In the early days on LLM, I had developed an &quot;agent&quot; using github actions + issues workflow[1], similar to how this works. It was very limited but kinda worked ie. you assign it a bug and it fired an action, did some architect&#x2F;editing tasks, validated changes and finally sent a PR.<p>Good to see an official way of doing this.<p>1. <a href="https:&#x2F;&#x2F;github.com&#x2F;asadm&#x2F;chota">https:&#x2F;&#x2F;github.com&#x2F;asadm&#x2F;chota</a>
caseysoftware2 days ago
So, fun thing.. LinkedIn doesn&#x27;t use Copilot.<p>I recently created an course for LinkedIn Learning using generative AI for creating SDKs[0]. When I was onsite with them to record it, I found my Github Copilot calls kept failing.. with a network error. Wha?<p>Turns out that LinkedIn doesn&#x27;t allow people onsite to to Copilot so I had to put my Mifi in the window and connect to that to do my work. It&#x27;s wild.<p>Btw, I love working with LinkedIn and have 15+ courses with them in the last decade. This is the only issue I&#x27;ve ever had.. but it was the least expected one.<p>0: <a href="https:&#x2F;&#x2F;www.linkedin.com&#x2F;learning&#x2F;build-with-ai-building-better-sdks-with-generative-ai&#x2F;from-theory-to-practice-building-sdks-with-generative-ai" rel="nofollow">https:&#x2F;&#x2F;www.linkedin.com&#x2F;learning&#x2F;build-with-ai-building-bet...</a>
评论 #44037926 未加载
joelthelion2 days ago
I don&#x27;t know, I feel this is the wrong level to place the AI at this moment. Chat-based AI programming (such as Aider) offers more control, while being almost as convenient.
sync2 days ago
Anthropic just announced the same thing for Claude Code, same day: <a href="https:&#x2F;&#x2F;docs.anthropic.com&#x2F;en&#x2F;docs&#x2F;claude-code&#x2F;github-actions" rel="nofollow">https:&#x2F;&#x2F;docs.anthropic.com&#x2F;en&#x2F;docs&#x2F;claude-code&#x2F;github-action...</a>
评论 #44035381 未加载
alvis2 days ago
God save the juniors...
2OEH8eoCRo02 days ago
Kicking the can down the road. So we can all produce more code faster but there is NSB. Most of my time isn&#x27;t spent writing the code anyway.
softwaredoug2 days ago
Is Copilot a classic case of slow megacorp gets outflanked by more creative and unhindered newcomers (ie Cursor)?<p>It seems Copilot could have really owned the vibe coding space. But that didn’t happen. I wonder why? Lots of ideas gummed up in organizational inefficiencies, etc?
评论 #44032859 未加载
net012 days ago
on a other note <a href="https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;dmca&#x2F;pull&#x2F;17700">https:&#x2F;&#x2F;github.com&#x2F;github&#x2F;dmca&#x2F;pull&#x2F;17700</a> GitHub&#x27;s automated auto-merged DMCA sync PRs get automated copilot reviews for every single one.<p>AMAZING
评论 #44035950 未加载
OutOfHere3 days ago
GitHub had this exact feature late last year itself, perhaps under a slightly different name.
评论 #44032819 未加载
评论 #44032190 未加载
guestbest2 days ago
I go back and forth between ChatGPT and copilot in vs code. It really makes the grammar guessing much easier in objc. It’s not as good on libraries and none existent on 3rd party libraries, but that isn’t maybe because I challenge it enough. It makes tons of flow and grammar errors which are so easy to spot that I end up using the code most of the time after a small correction. I’m optimistic about the future especially since this is only costing me $10 a month. I have dozens of iOS apps to update. All of them are basically productivity apps that I use and sell so double plus good.
OutOfHere2 days ago
Which model does it use? Will this let me select which model to use? I have seen a big difference in the type of code that different models produce, although their prompts may be to blame&#x2F;credit in part.
评论 #44033411 未加载
评论 #44036285 未加载
yobid202 days ago
So far, i am VERY unimpressed by this. It gets everything completely wrong and tells me lies and completely false information about my code. Cursor is 100000000x better.
sethops12 days ago
&gt; Copilot coding agent is rolling out to GitHub Mobile users on iOS and Android, as well as GitHub CLI.<p>Wait, is this going to pollute the `gh` tool? Please tell me this isn&#x27;t happening.
评论 #44036275 未加载
评论 #44035802 未加载
anonzzzies1 day ago
So can I switch this to high contrast Black on White on mobile instead? I cannot read any of this (in the bright sunlight where I am) without pulling it through a reader app. People do get why books and other reading materials are not published grey on black, right?
accurrent1 day ago
I wonder what the coding agent story will be for bespoke hardware. For instance I&#x27;d like to test somethings out on a specific gpu which isnt available on github. Can I configure my own runners and hope for the beat? What about bespoke microcontroller?
qwertox2 days ago
In hindsight it was a mistake that Google killed Google Code. Then again, I guess they wouldn&#x27;t have put enough effort into it to develop into a real GitHub alternative.<p>Now Microsoft sits on a goldmine of source code and has the ability to offer AI integration even to private repositories. I can upload my code into a private repo and discuss it with an AI.<p>The only thing Google can counter with would be to build tools which developers install locally, but even then I guess that the integration would be limited.<p>And considering that Microsoft owns the &quot;coding OS&quot; VS Code, it makes Google look even worse. Let&#x27;s see what they come up with tomorrow at Google I&#x2F;O, but I doubt that it will be a serious competition for Microsoft. Maybe for OpenAI, if they&#x27;re smart, but not for Microsoft.
评论 #44034555 未加载
评论 #44034666 未加载
评论 #44034671 未加载
评论 #44034375 未加载
nicative1 day ago
How does that compare to using agent mode in VS Code? Is the main difference that the files are being edited remotely instead of on your own machine, or is there something different about the AI powering the remote agent compared to the local one?
hidelooktropic2 days ago
UX-wise...<p>I kind of love the idea that all of this works in the familiar flow of raising an issue and having a magic coder swoop in and making a pull request.<p>At the same time, I have been spoiled by Cursor. I feel I would end up preferring that the magic coder is right there with me in the IDE where I can run things and make adjustments without having to do a followup request or comment on a line.
herbst2 days ago
It could be an amazing product. But the aggressive marketing approach from Microsoft plastering &quot;CoPilot&quot; everywhere makes me want to try every alternative.
theusus2 days ago
I have been so far disappointed by copilot&#x27;s offerings. It&#x27;s just not good enough for anything valuable. I don&#x27;t want you to write my getter and setter. And call it a day.
评论 #44032863 未加载
azhenley2 days ago
Looks like their GitHub Copilot Workspace.<p><a href="https:&#x2F;&#x2F;githubnext.com&#x2F;projects&#x2F;copilot-workspace" rel="nofollow">https:&#x2F;&#x2F;githubnext.com&#x2F;projects&#x2F;copilot-workspace</a>
bagol2 days ago
Lately, vscode updates are all about copilot
tracyhenry1 day ago
I&#x27;m honestly surprised by so much hate. IMHO it&#x27;s more important to look at 1) the progress we&#x27;ve made + what this can potentially do in 5 years and 2) how much it&#x27;s already helping people write code than dismissing it based on its current state.
m3kw91 day ago
How good does your test suite and code base have to be for the agent to verify re fix properly including testing things to at can be broken else where?
sudhar1722 days ago
Nice
r0ckarong3 days ago
Check in unreviewed slop straight into the codebase. Awesome.
评论 #44032708 未加载
评论 #44031741 未加载
评论 #44031699 未加载
评论 #44031680 未加载