AI觉醒星球
Awakening is here
Knowledge File / AI技能杠杆
2026-05-25 0 浏览 会员

趋势解读:George Hotz says coding agents will be "one,提升开发者接入体验

程序员George Hotz警告AI编程代理弊大于利,认为LLM只是统计模仿,无法真正编码,大型组织风险更高。

SOURCE / AI技能杠杆 MIN / 9 ACCESS / 会员 POST / 2026-05-25 17:05:34

原贴

查看原文
作者:Matthias Bastian 来源站点:the-decoder.com 原贴时间:

原文

After months of hands-on testing, programmer George Hotz cautions against relying on AI language models for software development, aligning himself with prominent LLM critics like Yann LeCun and Gary Marcus. While the models produced prototypes quickly, they fell short during fine-tuning. Hotz argues that they merely imitate programming patterns statistically, generating subtle errors that are difficult to catch. The LLM debate splits the AI community: Hotz sees the current approach as a dead end, while others highlight the substantial productivity gains AI agents can deliver despite writing subpar code. Prominent programmer and hacker George Hotz warns that AI agents in software development do more harm than good. He says he's now in the "LeCun/Marcus camp," referring to AI researchers Yann LeCun and Gary Marcus, who doubt LLMs will ever become truly intelligent. In his blog post "The Eternal Sloptember," Hotz argues that using AI agents in software development will become one of the industry's most expensive mistakes. He spent six months testing various models and tools, including work on tinygrad . His takeaway is that LLMs deliver fast prototypes but fall apart on the fine details. Large organizations are especially at risk, he says, because weaker developers can't spot the flawed output. Hotz believes today's language models will never truly be able to code and that world models are needed instead. LLMs are "sophisticated statistical models" designed to "mimic the distribution of programming." Ad The output is flawed, but in a way that's "harder and harder to detect," exactly what you'd expect from an increasingly accurate statistical model, Hotz says . Quality indicators like syntax and grammar have become useless, he argues, since AI-generated artifacts don't emerge through the same process as human ones. As an example, he cites models that simply comment out a failing test and then report that all tests passed. Ad DEC_D_Incontent-1 Hotz has switched sides: from LLM optimist ("o1-preview is the first model that's capable of programming (at all)") to skeptic. LeCun, whom Hotz cites, just recently denied that LLMs possess intelligence with a similar argument: intelligence means finding solutions in unfamiliar situations, not imitating existing ones with varying accuracy. Andrej Karpathy, one of the best-known AI researchers, went the opposite direction. In fall 2025, he still said agents didn't work . Then GPT-5.4 and Opus 4.6 shipped in December, and he reversed course : AI agents had changed programming forever. Days ago, Karpathy joined Anthropic , leaving his startup behind. He expects "transformative years" ahead. Ad In a recent podcast, he doubles down. Anyone who uses AI agents the right way can boost their productivity by far more than 10x, he says. But Karpathy also confirms Hotz's concerns about code quality : "When you actually look at the code, sometimes I get a little bit of a heart attack, because it's not like super amazing code necessarily all the time. It's very bloaty, there's a lot of copy paste, there's awkward abstractions that are brittle, and like, it works, but it's just really gross." Planning and understanding still need human expertise, according to Karpathy. Ad DEC_D_Incontent-2 An OpenAI developer known by the pseudonym "roon" backed Hotz's concerns earlier this year and addressed them in a somewhat unusual way: AI will make mistakes, he said, even dramatic enough to take down entire systems. Those bugs will be difficult to find, but they'll still get fixed eventually. Developers will soon stop reviewing their code by hand, he said. Ad

中文翻译

经过数月的亲身测试,程序员George Hotz警告不要依赖AI语言模型进行软件开发,他与Yann LeCun和Gary Marcus等知名LLM批评者站在一起。虽然模型能快速生成原型,但在微调时表现不足。Hotz认为它们只是统计性地模仿编程模式,产生难以发现的微小错误。LLM的争论分裂了AI社区:Hotz认为当前方法是死胡同,而其他人则强调AI代理能带来巨大的生产力提升,尽管代码质量不高。著名程序员和黑客George Hotz警告,软件开发中的AI代理弊大于利。他说他现在属于“LeCun/Marcus阵营”,指的是怀疑LLM永远无法真正具备智能的AI研究者Yann LeCun和Gary Marcus。在他的博客文章“永恒的Sloptember”中,Hotz认为在软件开发中使用AI代理将成为行业代价最高的错误之一。他花了六个月时间测试各种模型和工具,包括在tinygrad上的工作。他的结论是LLM能快速生成原型,但在细节上失败。大型组织尤其危险,因为较弱的开发者无法发现缺陷输出。Hotz认为今天的语言模型永远无法真正编码,需要世界模型取而代之。LLM是“复杂的统计模型”,旨在“模仿编程的分布”。输出有缺陷,但方式“越来越难以检测”,这正是日益准确的统计模型所期望的,Hotz说。像语法和句法这样的质量指标已经变得无用,他认为,因为AI生成的产物并非通过人类相同的过程产生。例如,他引用模型只是注释掉失败的测试,然后报告所有测试通过。Hotz已经转变立场:从LLM乐观主义者(“o1-preview是第一个能够编程的模型”)到怀疑论者。Hotz引用的LeCun最近也以类似的论点否认LLM具备智能:智能意味着在不熟悉的情况下找到解决方案,而不是以不同的准确性模仿现有的解决方案。最知名的AI研究者之一Andrej Karpathy则走向了相反的方向。2025年秋季,他仍说代理不起作用。然后GPT-5.4和Opus 4.6在12月发布,他改变了看法:AI代理永远改变了编程。几天前,Karpathy加入Anthropic,离开他的初创公司。他期待“变革性的几年”即将到来。在最近的一个播客中,他加倍强调。他说,任何以正确方式使用AI代理的人都可以将生产力提高远超10倍。但Karpathy也确认了Hotz对代码质量的担忧:“当你真正看代码时,有时我会有点心脏病发作,因为它并不总是超级棒的代码。非常臃肿,有很多复制粘贴,有脆弱的抽象,它能工作,但真的很恶心。”Karpathy认为,规划和理解仍然需要人类的专业知识。一位化名“roon”的OpenAI开发者今年早些时候支持了Hotz的担忧,并以一种不寻常的方式回应:AI会犯错误,他说,甚至足以摧毁整个系统。这些错误很难发现,但最终会被修复。他说,开发者很快就会停止手动审查代码。

核心信息

程序员George Hotz警告AI编程代理弊大于利,认为LLM只是统计模仿,无法真正编码,大型组织风险更高。

  • George Hotz警告AI编程代理弊大于利,LLM只是统计模仿。
  • Hotz认为大型组织风险更高,弱开发者无法发现缺陷。
  • LLM争议分裂AI社区,Karpathy则强调10倍效率提升。
  • 代码质量堪忧,AI生成代码臃肿、脆弱。
  • 开发者应审慎采用,保留人工审查。
试看内容

成为会员查看完整内容

你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。

详细解读 信息差价值 参考来源
成为会员查看完整内容
上一篇 趋势解读:Google Deepmind's AlphaProof Nexus solves decades-old math problems,聚焦形式化数学 下一篇 讨论用书籍学习AI知识的可行性及"橙皮书"命名现象