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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Is AI assisted programming going to change productivity expectations?

11 点作者 caprock3 个月前
So, many of us have been working with various IDE which has tightly integrated conversation and code generation features. With minimal prompting, one can extend existing programs to add intricate and complex functionality. It writes good code, and matches all the surrounding style etc.<p>Traditionally, programming (in a meta sense) is about this loop between thinking about what to code, and then writing that code. Sometimes you have to break the loop and go learn how to do something.<p>Very very generically speaking, your work-a-day software engineer might spend a morning like this:<p>A. Spend an hour reviewing requirements and decide what code to write, how it should be factored, etc.<p>B. Spend a few hours writing that code<p>Now, with good code generation from AI, step B might be cut down to 30 minutes for time to generate and then review the generated code.<p>I&#x27;m finding this experience to be very interesting.<p>Do you think this is going to be widespread enough that expectations around productivity are going to raise? Is it more likely that I have to deliver 4x more jira points or that I get 4x more free time each data in the office?

5 条评论

muzani3 个月前
$20 pays for about an hour of extra productivity per month. If you get that much, you have your ROI.<p>Is that an hour not spent googling? Is that an hour of extra energy because I didn&#x27;t need to sift through a 5000 line log dump? It&#x27;s pretty good.<p>The actual value I get from agents is it&#x27;s a rubber duck+Google, not that it writes code. It&#x27;s also a journal of my previous train of thought. I can &#x27;code&#x27; while in the train now, or 15 min before a meeting instead of blocking out 4 hours.<p>It&#x27;s closer to 2x for me, realistically. But anything more than 2 hours per month seems greedy.<p><i>But</i> that 2x productivity doesn&#x27;t mean I get twice as much done. It means some of my colleagues get laid off, some interview&#x2F;freelance&#x2F;side hustle because they&#x27;re worried about getting replaced by AI. The whole mess means return to office which ends up in 0.5x productivity and 1x net productivity.<p>But we need a few less engineers and managers so I guess that $20 and the $20000 office space is worth it in the end.
CM303 个月前
I wouldn&#x27;t be surprised if expectations have already increased in many years because of these tools. A lot of coding tests for new roles seem to expect a level of work that would have taken a week or so a few years back, and I half suspect they&#x27;ve been tuned on applicants using ChatGPT&#x2F;Claude&#x2F;whatever to handle everything.<p>So it would make sense for a lot of companies to think &quot;well, these LLMs making coding &#x27;trivial&#x27; now, let&#x27;s ask our developers to do a lot more work now they don&#x27;t need to think too much about it&quot;. The fact that debugging AI generated code can be hellish, or that these systems have more and more obvious limitations the further you get from the ideal situation (coding CRUD systems in JavaScript or PHP) probably won&#x27;t cross their minds.
andrewfromx3 个月前
slowly over time yes but don&#x27;t worry, you will always just have to do what an average human does. If you want a raise, a little bit more than average. If you want to be a founder? 100x more. It&#x27;s the same system, same median averages and bell curve.
PaulHoule3 个月前
expectations yes, results no<p>See <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42833695">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=42833695</a>
aristofun3 个月前
&gt; Traditionally, programming (in a meta sense) is about this loop between thinking about what to code, and then writing that code. Sometimes you have to break the loop and go learn how to do something.<p>Nope. Meta-traditionally-philosophically programming is about software _engineering_.<p>Code is just a byproduct, intermediary, leftovers etc of the process. Liability, not an asset.