Show HNで注目のGodogen、Claude Code skillsでGodot 4ゲームを最後まで生成

Original: Show HN: Claude Code skills that build complete Godot games View original →

Read in other languages: 한국어English
LLM Mar 17, 2026 By Insights AI (HN) 1 min read Source

注目されたのはgame demoではなくend-to-end pipelineだった

2026年3月16日のHacker NewsでGodogenのShow HN投稿は247 pointsと153 commentsを集めた。このprojectが目を引いた理由は、AIがゲームの雰囲気だけを見せるdemoではなく、text promptからGodot 4 project、asset generation、code generation、visual QAまでを一つのworkflowとして見せた点にある。投稿者は現在の形に到達するまで約1年と4回の大きなrewriteが必要だったと説明している。

HN投稿とGitHub READMEによれば、Godogenは二つのClaude Code skillsで構成される。ひとつは全体architectureを組み立てるorchestrator、もうひとつは個別taskをfresh contextで実行するexecutorだ。pipelineはsceneやsystem構成を設計し、2Dまたは3D assetを作り、GDScriptを書き、実行画面をcaptureして修正をかける。READMEはcommodity hardwareでも動かせるとしているが、1回のgenerationに数時間かかる場合があるとも述べている。

開発者が見ていたのはdomain-specific memoryとevaluation loop

投稿者が強調した最初のbottleneckはGDScript training scarcityだ。Godotには850以上のclassesがあり、syntaxもPythonに近いため、modelはもっともらしいがcompileできないPython idiomを混ぜやすい。Godogenはそれを補うためにhand-written language reference、Godot XMLから変換したAPI docs、quirks database、そして必要なAPIだけを読むlazy-loadingを採用している。

二つ目はbuild-time stateとruntime stateの差だ。Godogenは.tscn textを直接編集せず、memory上でnode graphを作ってserializeするが、@onreadyやsignal connectionのようにruntimeでしか意味を持たない要素は別途扱う必要がある。さらにnode ownerが正しくないとsave時にobjectが消えることもあるという。三つ目はevaluation loopで、同じcoding agentに自己評価させず、Gemini Flash vision passがrendered screenshotだけを見てz-fighting、missing texture、broken physicsを検出する。

  • 投稿者はGodogenを約1年で4回大きく作り直したと述べた。
  • workflowはorchestrator skillとexecutor skillに分かれ、fresh contextで進む。
  • 850+ Godot classesを扱うためcustom referenceとlazy-loaded docsを使う。
  • visual QAはcodeではなく実際のscreenshotを別vision modelが確認する。

より大きな意味では、agentic game generationがflashyな一発demoではなく、engine constraint、artifact quality、debugging loopで評価され始めているということだ。HNの反応はその変化をよく表している。

出典: Hacker News discussion, Godogen README

Share: Long

Related Articles

LLM Hacker News 4d ago 1 min read

Show HNに出たnahは、blanketなallow-or-denyではなくtool callの実際の効果を分類するPreToolUse hookを提案した。READMEはpath check、content inspection、optional LLM escalationを強調し、HN discussionはsandboxing、command chain、policy engineが本当にagentic toolを抑えられるのかに集中した。

Comments (0)

No comments yet. Be the first to comment!

Leave a Comment

© 2026 Insights. All rights reserved.