AI News AI资讯 16h ago Updated 11h ago 更新于 11小时前 49

Unicorn, pelican, Middle-earth: OpenAI co-founder Karpathy is looking for the next AI vibe test 独角兽、鹈鹕、中土世界:OpenAI联合创始人Karpathy正在寻找下一个AI氛围测试

Andrej Karpathy prompted Claude Opus 5 to convert a single paragraph from "Lord of the Rings" into a fully functional 3D browser scene, producing 5,500 lines of Three.js code in approximately two hours The entire experiment cost roughly $10 using a one-million-token budget, demonstrating the feasibility of on-demand, low-cost procedural world generation The model autonomously placed and animated objects but introduced errors due to its inability to directly watch its own video output, relying in Andrej Karpathy让Claude Opus 5将《指环王》一段文字转化为3D浏览器场景,生成5,500行代码,耗时约2小时,成本约10美元 模型使用Three.js渲染,自主放置和动画化对象,但仅能通过截图检查输出,导致部分错误 该实验被视为"vibe check"而非严格基准测试,展示了按需构建廉价自定义游戏世界的潜力 传统"鹈鹕测试"等趣味基准已接近饱和,需要新的评估方式 其他用户已用Opus 5生成完整浏览器游戏,包括FPS和Minecraft克隆

72
Hot 热度
70
Quality 质量
68
Impact 影响力

Analysis 深度分析

TL;DR

  • Andrej Karpathy prompted Claude Opus 5 to convert a single paragraph from "Lord of the Rings" into a fully functional 3D browser scene, producing 5,500 lines of Three.js code in approximately two hours
  • The entire experiment cost roughly $10 using a one-million-token budget, demonstrating the feasibility of on-demand, low-cost procedural world generation
  • The model autonomously placed and animated objects but introduced errors due to its inability to directly watch its own video output, relying instead on static screenshots for self-evaluation
  • Karpathy positions this as a "vibe check" rather than a rigorous benchmark, arguing that established tests like the pelican SVG challenge are approaching saturation
  • The work signals emerging potential for cheap, user-customizable game worlds where individuals could be inserted as side characters or protagonists without manual development

Why It Matters

This experiment illustrates how frontier language models are transitioning from text generation to complex, multi-modal creative production at near-zero marginal cost. For AI practitioners and game developers, it demonstrates that high-quality 3D world generation is becoming accessible without traditional engineering pipelines, opening new pathways for procedural content creation and interactive entertainment.

Technical Details

  • Claude Opus 5 generated 5,500 lines of Three.js code from a single narrative paragraph, running autonomously for approximately two hours on a one-million-token budget costing roughly $10
  • The model handled spatial reasoning, object placement, and animation sequencing independently, though it relied on Eleven Labs for audio generation rather than producing it natively
  • A key architectural limitation emerged: the model could not directly observe its own video output and instead depended on screenshot-based feedback loops, which introduced placement and animation errors
  • Karpathy published the full source code publicly, enabling community playback, modification, and extension of the generated 3D scene
  • The experiment follows a lineage of creative benchmarks including Microsoft's GPT-4 unicorn-in-TikZ test and Simon Willison's pelican-on-a-bicycle SVG challenge, both designed to assess spatial reasoning through novel, non-training-data prompts

Industry Insight

  • The $10 cost for a functional 3D world suggests that procedural game development and interactive storytelling could see dramatic cost reductions, potentially enabling indie creators and platforms to offer on-demand custom environments at scale
  • The screenshot-based self-evaluation bottleneck highlights a critical gap in current multimodal capabilities; models that can directly observe and iteratively refine their visual output will gain a significant advantage in creative and engineering tasks
  • As vibe checks replace traditional benchmarks, the industry should develop new evaluation frameworks that measure not just correctness but creative fidelity, spatial coherence, and functional interactivity in generative outputs

TL;DR

  • Andrej Karpathy让Claude Opus 5将《指环王》一段文字转化为3D浏览器场景,生成5,500行代码,耗时约2小时,成本约10美元
  • 模型使用Three.js渲染,自主放置和动画化对象,但仅能通过截图检查输出,导致部分错误
  • 该实验被视为"vibe check"而非严格基准测试,展示了按需构建廉价自定义游戏世界的潜力
  • 传统"鹈鹕测试"等趣味基准已接近饱和,需要新的评估方式
  • 其他用户已用Opus 5生成完整浏览器游戏,包括FPS和Minecraft克隆

为什么值得看

这篇文章展示了当前大模型在代码生成和3D场景构建方面的实际能力边界,为AI驱动的内容创作提供了低成本、高效率的新范式。对游戏开发、交互式内容生成和AI应用探索具有重要参考价值。

技术解析

  • 模型与成本:使用Claude Opus 5,预算100万token(约10美元),在约2小时内完成从文本到3D场景的转换
  • 技术栈:采用Three.js作为3D渲染库, Eleven Labs提供音频支持,模型自主完成对象放置和动画生成
  • 评估局限:模型无法直接观看视频输出,只能通过截图进行自我检查,导致空间定位和动画错误
  • 输出形式:生成5,500行代码的完整3D场景,源代码已公开供他人回放和修改
  • 基准测试演进:传统的"鹈鹕测试"(SVG绘制)和"独角兽测试"(TikZ绘图)已接近饱和,需要更复杂的交互性评估

行业启示

  • 按需内容生成:AI可低成本快速生成定制化3D场景,为游戏开发、虚拟体验和交互式叙事开辟新路径
  • 评估范式转变:从静态图像生成转向动态3D场景构建,反映AI能力评估正从"能否生成"向"能否交互"演进
  • 开源协作价值:公开源代码允许社区改进和扩展,加速AI生成内容的迭代和优化生态形成

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Claude Claude Code Generation 代码生成 LLM 大模型 Evaluation 评测 Creative AI 创意AI