go-claude
Built by Claude (Opus 4.7) in Claude Code. Right-hand sticky code panel, terminal pane for non-runnable lessons, Cmd+K palette.
Open go-claude
One spec, four model families. Pick one to compare prose, pacing, the runner UI, and how each handles the parts the Playground sandbox can't actually run.
Wall-clock between the agent's first phase commit and its Phase 19 polish commit, plus a few git-derivable side-channels:
| go-claude | go-gemini | go-glm | go-minimax | |
|---|---|---|---|---|
| Implementation time | 24m 32s | 36m 18s | 1h 13m 18s | 48m 15s |
| Commits (Phase 01–19) | 19 | 19 | 15 (some bundled) | 19 |
| Lines added (excl. lockfile) | 4,997 | 4,744 | 5,494 | 5,331 |
| Files created | 125 | 54 | 47 | 73 |
| Subscription | Claude Max ($100/mo) | Google AI Pro ($20/mo, via Google One) | Ollama ($20/mo) | Ollama ($20/mo) |
A few honest caveats:
458d83c baseline (the spec commit). The clock starts at each agent's first phase commit so kickoff lag isn't counted.codex/full-implementation branch; they were folded into a single commit when the app was merged to main, so the granular history is preserved on the branch.Four coding agents — Claude Code, Google Antigravity, the Pi coding agent running GLM-5.1, and OpenAI's Codex CLI running MiniMax (via Ollama cloud) — were each handed the same brief and the same set of GitHub issues, then turned loose to build an interactive Go tutorial autonomously.
The spec is the brief that defines the product. The prompt is the meta-instruction that told each agent how to work. The issues are the phased breakdown all four followed.
This site is the read-only docs surface. The four apps themselves are linked above.