TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: 4x more output realistic with Copilot?

1 点作者 theyinwhy6 个月前
Hi HN, our managers (large multi-national enterprise) introduced Copilot last week and told us they expect developers to ship 4 times more features from now on. Is this a realistic goal in any way or form?

3 条评论

al_borland6 个月前
No. I ran across the metrics in my company on Copilot usage. Something like 20% of suggestions were accepted. And in my own usage, I can tell you that rarely are those suggestions just accepted in a way where I can move on. I often accept it as a reference, and then end up writing my own thing. AI has not really helped me write faster code, it has mostly speed up searching for syntax or the right library to use.<p>Writing code is also not the bottleneck in my work. It&#x27;s the meetings and getting requirements needed to write the code, or waiting for decisions to be made on what we&#x27;re doing. AI isn&#x27;t speeding up those things at all, so I haven&#x27;t really seen any impact on speed of delivery.
G1N6 个月前
Of course not. While some development acceleration might be expected, at best you&#x27;ll get some multiple that is representative of the overall quality and experience of the devs you work with.<p>Copilot has definitely helped me speed up via not having to type a lot of boilerplate and line completion, but I&#x27;d say that would be at most ~50% speed up when it comes to greenfield development and half that when it comes to maintenance work (and even these figures are probably generous). A 4x speed up sounds ridiculous; expectations like this are how your codebases get filled with GPT generated garbage that is connected together with GPT generated glue and then wrapped with GPT duct tape and a bow
评论 #42167581 未加载
AnimalMuppet6 个月前
Ask them if Copilot is making them 4x as fast at figuring out what the right features are.