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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: Do you use AI to generate majority of your production code?

4 点作者 simanyay大约 2 个月前
These days I often see extraordinary claims from reputable industry and other insiders that AI writes most of the code and human programmers are simply supervising it.<p>For example, this morning I was reading [1] and it had the following claim: “ If you really want to grasp how much better A.I. has gotten recently, talk to a programmer. A year or two ago, A.I. coding tools existed, but were aimed more at speeding up human coders than at replacing them. Today, software engineers tell me that A.I. does most of the actual coding for them, and that they increasingly feel that their job is to supervise the A.I. systems.<p>Jared Friedman, a partner at Y Combinator, a start-up accelerator, recently said a quarter of the accelerator’s current batch of start-ups were using A.I. to write nearly all their code.”<p>As a programmer myself, whenever I read this I feel like there’s a giant group chat going on and I’m excluded. I use AI in my work, mostly through Zed assistant, but with the latest available models the output and reasoning is nowhere in quality where I’d let it generate majority of the code and ship it to production.<p>Am I missing something? Do people really generate majority of the code that then successfully operates in production at any significant business scale?<p>[1] - https:&#x2F;&#x2F;archive.ph&#x2F;XykVf

5 条评论

JohnFen大约 2 个月前
I don&#x27;t, no, but that&#x27;s not the most interesting thing in my workplace. The most interesting thing is that despite working for a company that produces deep learning systems, none of the devs here (that I&#x27;m aware of) are using &quot;AI&quot; for production code. Almost all of us have been playing around with it, but so far haven&#x27;t found enough value there to use it for real.
uberman大约 2 个月前
I use co-pilot for enhanced tab-completion of small blocks of code. Basically, it saves me some typing now and again. I find it guesses incorrectly a third of the time but I often still tab complete then go back and fix it. Is this &quot;using ai to write 90% of my code&quot;?<p>When I have used copilot conversation mode and requested a refactoring or provided what I felt was a clear description of my task, the result shave always been a failure that required more time to resolve than if I had just done the work myself.<p>These are issues I could see and determine where wrong. I weep for the future where these changes get pushed live because no-one knows what the vibe-coders did any more.
评论 #43462870 未加载
dabinat大约 2 个月前
I use it mostly as glorified auto-complete. I don’t think it’s good at replacing the creative parts of coding, but it’s very good at replacing the grunt work. I use it to write the majority of my unit tests, for example. (They of course still need tweaking, but it saves me significant amounts of time.)
评论 #43462887 未加载
riskyingo大约 2 个月前
We did some 1 month copilot test then decided not to use it.<p>I used and still use gpt 4 for some exploratory and learning with a mixed experience here too. I ask it to populate some tests here and there or to provide debugging pointers and once to help me design a logo.
caprock大约 2 个月前
Try cursor and 3.5 sonnet. It&#x27;s definitely good enough. It&#x27;s good if you give it specific functions to write or if you write a well structured plan in markdown.