nthropic's newly released Fable 5, part of their Mythos class of models, represents a significant leap forward in agented coding capabilities, achieving an 80% score on SPEE benchmarks for complex tasks, outperforming its predecessor, Opus 4.8, which scored 70%. This development indicates a maturation in AI's ability to tackle sophisticated, real-world programming challenges beyond standard application development. The core demonstration of this episode involves tasking Fable 5 with an exceptionally demanding project: building a complete game engine from scratch for a browser-based game that requires advanced physics like reflections and ray tracing, along with rendering, shader, camera, and material systems.
Leon, the host, details the critical setup for leveraging Fable 5, including updating to the latest version of Claude Code and manually selecting Fable 5, as it is not the default. A crucial configuration point is setting the reasoning effort to 'extra high,' with Leon cautioning against 'max' effort, which could paradoxically lead to 'diminishing returns' or 'hallucination.' While Fable 5's pricing is double that of Opus 4.8 ($10 per million input tokens, $50 per million output tokens), the expectation is that its enhanced reasoning could justify the cost for highly complex projects. Initial observations noted Fable 5's slower planning phase, taking 15 minutes to generate a plan that initially seemed no more detailed than what other models produce.
However, the true test came in the implementation phase, utilizing Leon's 'ramp framework.' This structured approach involves breaking down the initial plan into detailed feature files, which are then autonomously implemented using Claude's built-in `goal` command. Running Fable 5 in 'YOLO' mode (without human intervention) and with background review agents (using the less expensive Opus for cost efficiency), the model embarked on building the game. The results were unequivocally impressive, with Fable 5 successfully creating 'Mirror Forge,' a browser-based game demonstrating accurate reflections and ray tracing, a feat that Leon described as 'stupidly impressive'. The generated game allowed players to manipulate mirrors to reflect a laser, even showcasing reflections within reflections and the laser's bounce paths.
A direct comparative test against GPT-5.5 on the identical prompt underscored Fable 5's superiority. Although GPT-5.5 also produced a functional game after a longer runtime (1 hour 20 minutes), its reflections were 'not quite right,' and the overall quality was deemed significantly inferior to Fable 5's output. This comparison firmly establishes Fable 5 at the forefront of AI-assisted software engineering for tasks requiring a deep grasp of scientific principles and precise graphical rendering. The episode concludes with the optimistic view that Fable 5, despite its cost, offers substantial value for complex, high-stakes coding projects, hinting at a future where AI agents can autonomously develop highly sophisticated software.