Skip to content
TopicTracker
来自 HackerNews查看原文
译文语言译文语言

LLM生成代码的Amdahl定律

理论上,LLM或许能生成数百万行正确代码。但对于任何重要的代码,验证其正确性的唯一方法是逐行手动审计,这比亲自编写代码更难——因为编写时你能构建概念层次和思维模型来理解代码。因此,在编写你真正关心的代码时,LLM带来的加速存在根本性限制。主要反驳点可能是“当有人类工程师为你工作时会怎样”,但这会分散注意力:有时你可以完全信任工程师,而对LLM则完全做不到这一点。

相关报道

  • The author discusses the frustration that given the same bytes of input, compilers do not reliably produce the same bytes of output, highlighting the complexity and unpredictability of compilation processes.