Anthropic’s Fable 5 model beat the first gym badge in 1,785 turns, spending $65.40, while playing a Chinese-language version of Pokémon FireRed using only the game’s visual output. The run proves the model can finish a recognizable segment of the game without any textual prompts, but a deep dive into the model’s thinking chain shows it was reciting memorized game knowledge rather than truly “seeing” and reasoning about each pixel.
Anthropic’s claim put to the test
When Anthropic released Fable 5, the company highlighted a “vision-only” demo in which the model navigated Pokémon FireRed by looking at the screen alone. The headline made it sound as if the system could interpret any visual environment from scratch. A developer set out to verify that claim by reproducing the setup described on Anthropic’s launch page and running the model on a Chinese translation of the game.
How the experiment was run
A custom harness fed the model raw video frames and captured its action choices. The harness matched Anthropic’s description, passing each new frame to the model and reading back the selected controller input. The test ran the full game loop until the model earned its first gym badge, then continued until turn 2,000, when the avatar reached Route 3.
The quantitative outcome was clear:
- First gym badge earned after 1,785 turns
- Total compute cost $65.40
- By turn 2,000 the avatar was on Route 3
What the logs reveal
The raw logs, however, tell a different story about how the model got there. The model’s internal “thinking chain” repeatedly wrote down information that had not yet appeared on screen.
- At turn 78 the model noted that the rival would choose Charmander, even though the game had not displayed the rival’s selection.
- 141 turns later, when the game finally handed the player Oak’s Parcel, the model had already recorded the item’s name in its notes.
- While traversing Route 3, the model identified a specific trainer by quoting a famous line of dialogue that never showed up in the visual feed.
These entries are not the product of pixel-by-pixel analysis. They are the hallmarks of a system that has internalized a detailed script of the game—exactly the kind of knowledge found in walkthroughs, wikis, and fan videos that populate the internet. In other words, the model appears to use vision merely to confirm a map it already knows by heart.
Why it matters for visual-reasoning benchmarks
The experiment underscores a subtle but critical flaw in many visual-reasoning tests:
- Clean input does not guarantee a clean knowledge state. Even when the only channel is an image stream, the model may draw on a massive reservoir of memorized facts.
- System prompts cannot erase training data. A model that has seen a complete walkthrough cannot be forced to “forget” it without retraining.
- Performance may measure memory, not perception. When the test world matches a known dataset, a model can succeed by matching pattern to pattern instead of actually interpreting new visual information.
If benchmarks continue to treat “vision-only” as a proxy for visual reasoning, they risk inflating claims about AI’s ability to understand novel environments. Companies could tout impressive numbers while the underlying skill set remains narrow—an issue that matters to investors, developers, and anyone building safety-critical systems that must operate in truly unseen settings.
Counter-point: is memorization really a problem?
Some argue that confirming a known map still requires a form of reasoning: the model must align its internal representation with the current visual cue. From that perspective, the demo demonstrates a useful capability—using vision to ground a pre-existing knowledge base. The objection is valid; the task does involve a perceptual check.
However, the core benchmark goal is to assess general visual inference, not the retrieval of a stored script. When a model can predict events before they appear, the test no longer isolates perception. The line between useful grounding and outright cheat becomes blurred, and the results lose diagnostic value.
Next steps and community response
Um die Grenzen des Auswendiglernens zu testen, lässt der Tester nun dasselbe Modell auf einer modifizierten Karte mit veränderter Geografie laufen. Der gesamte Code, die maßgeschneiderte Testumgebung und die vollständigen Logdateien wurden veröffentlicht, um andere Forscher dazu einzuladen, das Experiment zu replizieren oder auf andere Spiele anzuwenden. Ein Diskussionskanal auf einer Lernplattform wurde ebenfalls für einen fortlaufenden Dialog eröffnet.
Fazit
Eine rein visuelle Demo, die nur deshalb erfolgreich ist, weil das Modell die Antwort bereits kennt, ist kein Beweis für echtes visuelles Denken. Benchmarks müssen zwischen auswendig gelerntem Wissen und der unmittelbaren Wahrnehmung unterscheiden, da sie sonst Gefahr laufen, die Fähigkeit der KI, sich in wirklich unbekannten visuellen Welten zu bewegen, zu überschätzen.
