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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

Ask HN: What is your opinion on the idea of “AI/LLM driven development?”

6 点作者 djangpy大约 2 年前
I have been a developer for quite some time now, and am working on some big projects. Being in the lucky spot where I am also working at a &quot;open&quot; company which has all their code publicly available, I have put ChatGPT in the passenger seat, and am increasingly more doing ADD (AI Driven development).<p>My flow has been to ask ChatGPT when I am stuck, or when I want to build functionality but am not sure how. Over several sprints now I have delivered feature after feature, aided by AI giving me pseudo-code, input, and help on debugging issues in 5 minutes what previously was taking me an hour. I went from knowing &quot;some JavaScript&quot; as a backend-dev, to doing a whole development cycle with UI&#x2F;UX to writing the JavaScript features into existence.<p>I&#x27;ve been doing this since the day ChatGPT has been released, and in the past months I feel like I am peaking. I have not been vocal about it (afraid to being &quot;found out&quot;), so my colleagues and my employer don&#x27;t know the full extend of my ADD cycle, but the overall reception is great. I have also learned so much, that it feels like I am doing something illegal. Gone are the days of reading boring documentation, watching 3 hour long YouTube videos and first embarking personal projects... instead, prompt and just hack it together, and let the AI help you refactor and perfect it (and yes, I see the problems with that too). And honestly, I love it ... I was starting to get bored, this put the spark back into my software career.<p>Before ChatGPT I tried Copilot many times, but it never felt use-full because it was restricting creativity while writing code. But with ChatGPT I feel like I can be as creative as I want and keep making prompt adjustments.<p>---<p>So I am wondering, how are people really feeling about this? Is there a case for ADD? Are other people working this heavily with LLM&#x27;s?<p>(PS. None of this was written by ChatGPT!)

3 条评论

dtagames大约 2 年前
Yes! And using it more all the time. I share very little of my progress and discoveries at work because AI isn&#x27;t welcomed there. Mostly it&#x27;s crickets when I bring it up, and I&#x27;ve even written extensive intros with demos from our own code. Still, I&#x27;m the only believer.<p>I was in software when the internet was invented, too, and many people panned that. I think LLMs will change the software industry forever and for the better. I think it&#x27;s fantastic!<p>Recent write-up of mine: &quot;Last Night an AI Saved My Life (Figuratively)&quot; [0]<p>[0] <a href="https:&#x2F;&#x2F;link.medium.com&#x2F;1K9mOiRbNyb" rel="nofollow">https:&#x2F;&#x2F;link.medium.com&#x2F;1K9mOiRbNyb</a>
评论 #35477566 未加载
jerojero大约 2 年前
I use chatGPT sometimes to ask it to do certain simple things for me, but I guess what I do at work is much more dependent on very specific knowledge rather than code itself. So actually most of my work is spent on the debugger, maybe with higher context awareness the program will be more useful but as of now it hasn&#x27;t really changed my life in any significant degree.<p>That being said, I want to program something in flutter on my own time, and this is something I&#x27;ve never done before. I suspect chatgpt&#x2F;copilot would be fairly useful for this context. I only have access to gpt 3.5 though.
veqq大约 2 年前
Opinions don&#x27;t really matter in the face of amazing progress like this. Aesthetically, I am against this. But who cares? When your development velocity goes 10x, it&#x27;s selfjustifying.<p>Perhaps or probably you&#x27;ll run into some awkward situations later on and I&#x27;m curious about the scale&#x2F;scope of the solutions you&#x27;re working on, but if you&#x27;re learning and filling out tickets, good for you and your company&#x27;s getting more out of it than they would have otherwise.