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

科技回声

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

GitHubTwitter

首页

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

资源链接

HackerNews API原版 HackerNewsNext.js

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

I was wrong about AI Coding

3 点作者 rsecora4 天前

4 条评论

NitpickLawyer4 天前
&gt; The issue, particularly in my use case, is that the codebase I’m working on is a Kubernetes controller, which is quite complex, comprising hundreds of rules and business logic.<p>What amazes me is that people still hold this bias that somehow LLMs can&#x27;t do complex. I mean languages are pretty complex. Understanding intent and responding accordingly in <i>most</i> languages, in <i>most</i> slangs &#x2F; idioms &#x2F; frfr nocaps, <i>is</i> quite complex in of itself. And we can all agree that LLMs today get intent. If you ask for a poem you get a poem, if you ask for a piece of code you get a piece of code. It might not be the best poem, or the best code, but intent -&gt; output is pretty much solved.<p>Then it amuses me that somehow devs think their &quot;language&quot; is complex. Again, we do these things in meta languages to simplify things. Vocabularies are limited, the set of things we can call into are limited, and everything is somewhat standardised and heavily documented along the way. To think this is somehow more complicated or more complex than free language is funny to me.<p>Then there&#x27;s the tooling. It has finally caught up with the best you could do ~1 year ago with libraries and lots of glue. &quot;Agentic&quot; now is much easier. Working in an existing codebase is easier. Agents can now search (semantic, AST, etc), can read files, write in specific files, diff, use tools, and so on. Every layer helps.<p>I&#x27;m happy to see people changing their minds. I&#x27;ve talked to a lot of skeptics over the past year. I&#x27;ve done the &quot;here, let me show you&quot; with a couple of friends. They all eventually changed their minds. I think a lot of people have visceral reactions to any hype. And they overcompensate with denial. I&#x27;ve heard it before, I&#x27;ll hear it again...
gus_massa2 天前
&gt; <i>Hallucination is a big issue. AI answers are full of wrong assumptions.</i><p>IIUC this is your old opinion and you (partially?) changed it. It would be better to write that list in past tense.
incomingpain4 天前
I started a new project last week. I was replacing an old mangled project, so much of the design and what it needs to do is already well understood.<p>I built the new one with django. So prompting chatgpt to give me the general code and then I clean it up for my needs to was sooooo good. I got it completed in a few days which is insane.<p>Its absolutely insane if you dont use AI to code.
chrsw4 天前
AI coding has made substantial progress. An AI can generate a function or snippet very quickly that’s just as good as I can write, sometimes.<p>Image generation is still a joke.<p>And if you ever want to snap yourself out of the AI hype bubble, ask any model to generate a simple electronic schematic.