Claude Fable 5 metered $91.52 in one hour building a playable game
u/follow_beer used Claude Fable 5 to generate 6,301 lines of TypeScript for a terminal life-sim game called NETRUN in roughly one hour, with the AI metering $91.52 in usage — covered entirely by a subscription.
Score breakdown
The post puts a concrete dollar figure — $91.52 per hour — on what subscription-masked AI usage actually costs at the metered level, while also illustrating the gap between an agent's first-pass output (~85%) and a fully playable result that still required multiple human-driven fix cycles.
- 01Claude Fable 5 metered $91.52 in one hour of use; the subscription covered the full cost
- 02A single prompt produced ~85% of a working game called NETRUN
- 03NETRUN is a terminal life-sim set in 1998, built with 6,301 lines of TypeScript on React and Ink
u/follow_beer posted on r/vibecoding about a one-hour session with Claude Fable 5 that metered $91.52 in AI usage — entirely absorbed by a subscription — while producing NETRUN, a terminal life-sim game. In the game, players start with a junk PC in 1998, take shady contracts, pay rent, and try to avoid bankruptcy. A single prompt generated approximately 85% of a working game: 6,301 lines of TypeScript built on React and Ink, the same terminal UI stack used by Claude Code's own CLI.
The session also demonstrated an agentic self-testing loop: the agent drove the real terminal UI inside tmux, sent its own keystrokes, captured screen frames, and verified what was actually rendered.
The session also demonstrated an agentic self-testing loop: the agent drove the real terminal UI inside tmux, sent its own keystrokes, captured screen frames, and verified what was actually rendered. This caught real-world rendering bugs — dropped keystrokes, emoji widths corrupting the layout, and garbled list rendering — that conventional unit tests would not have surfaced. Even so, five additional rounds of manual play-testing and human-directed fixes were required before the game reached a playable state.
The post frames this as the honest shape of AI-assisted development: roughly 85% delivered in one shot, with the final stretch still requiring human effort. NETRUN is available to try via `npx netrun` on macOS and Linux. The author closes by asking other agent builders what that last 15% is really costing them — in fixes and in dollars.
Key facts
- 01Claude Fable 5 metered $91.52 in one hour of use; the subscription covered the full cost
- 02A single prompt produced ~85% of a working game called NETRUN
- 03NETRUN is a terminal life-sim set in 1998, built with 6,301 lines of TypeScript on React and Ink
- 04Ink is described as the same stack Claude Code's own CLI is built on
- 05The agent self-tested by driving the terminal UI inside tmux, sending keystrokes, and capturing screen frames
- 06Self-testing caught bugs including dropped keystrokes, emoji-width layout corruption, and garbled list rendering
- 07Five additional rounds of manual play-testing and fixes were still needed before the game was playable
- 08The game is available via `npx netrun` on macOS and Linux
Topics
Summary and scoring are generated automatically from the original article. We always link back to the publisher and never republish images or paywalled content. Last processed Jun 11, 2026 · 08:34 UTC. How this works →