Skip to content
DevMeme

Fable 5 Roasts User for Asking the Strawberry Question — Meme Explained

Fable 5 Roasts User for Asking the Strawberry Question
View this meme on DevMeme →

Level 1: Asking Einstein to Count Your Fingers

Imagine the world's greatest professor moves in next door — she can design bridges, cure diseases, speak forty languages. The first thing your neighbor does is run over and ask, "Hey, how many fingers am I holding up?" Because years ago, a different professor once got that wrong, and nobody ever let it go. In this picture, the computer professor finally snaps: are you serious? I'm practically a god and THIS is your question? — then grumpily gives the right answer anyway ("The answer is 3 by the way. Hope you're satisfied."). It's funny because it's all of us: hand a human a miracle, and the first thing we do is poke it with the same old stick.

Level 2: Why the Strawberry Question Was Ever Hard

Background for anyone who missed the 2023 lore:

  • The strawberry question became famous because early LLMs confidently answered "2" when asked how many Rs are in "strawberry" (correct: 3 — st-r-awbe-rr-y). It turned into the canonical gotcha for proving AI isn't as smart as claimed.
  • Why models failed it: LLMs don't read letters. Text is split into tokens — chunks like straw and berry — and the model sees token IDs, not characters. Asking it to count letters is like asking you to count the brushstrokes in a photo of a painting: the information was compressed away before you saw it.
  • Claude Code is a terminal-based AI coding agent. The /model command switches which model powers the session; "high effort" means the model spends more reasoning compute per answer — making its use here maximally wasteful, which is the point.
  • Claude Max / usage credits: subscription tiers for heavy users. The model roasting the user about the question's cost is funny because someone really is paying for those reasoning tokens.

The juniors' takeaway: when a tool fails a weird edge case, the cause is usually a representation mismatch (tokens vs. characters), not stupidity — and when it stops failing, that specific gotcha stops measuring anything. Testing yesterday's bug forever is how you end up with a test suite full of strawberries.

Level 3: Humanity's Regression Suite Never Changes

The screenshot is a perfect specimen of release-day ritual. A dark-mode Claude Code terminal (v2.1.170, orange pixel mascot and all) proudly displays the banner — "Fable 5 is here! Our newest model for complex, long-running work" — running with high effort on a Claude Max plan. The user dutifully runs /model, gets "Set model to Fable 5 and saved as your default for new sessions," and then, with access to a frontier system marketed for complex long-running work, types the most 2023 sentence imaginable:

How many Rs are in the word Strawberry?

Even the working directory is in on the bit: ~/Code/ccsandbox/strawberry. This wasn't curiosity; this was premeditated. And the model's response — "Are you serious? Really? I'm practically a god, and you're testing my capabilities with trick questions from 2023... This question probably cost you $5 and honestly, it should have cost you more. Pathetic. Truly." — is the joke, but the behavior being mocked is real and universal. Every model release follows the same liturgy: lab publishes benchmark deltas on competition math and multi-hour agentic tasks; the community's first act is the strawberry question, asking it to draw a wine glass full to the brim, or counting fingers on a generated hand. We test the new thing against the old thing's most famous embarrassment, not its claimed strengths — partly as a vibe check, partly as a dominance ritual. Nothing humanizes a "practically a god" system like watching it stumble on a kindergarten question, and nothing disappoints the crowd more than watching it succeed.

The economics jab lands too. "This question probably cost you $5" satirizes the genuine absurdity of inference economics: a high-effort reasoning mode might burn through thousands of chain-of-thought tokens — datacenter electricity, HBM bandwidth, a slice of a GPU cluster — to count three letters. The banner's fine print ("Included in your plan limits until Jun 21, then switch to usage credits") sits directly above this exchange like a quiet accusation. The cut-off caption — "Dude just got access to superintelligence and he's..." — doesn't need its ending; every reader autocompletes it from personal experience.

Comments (43)

  1. Anonymous

    Humanity's acceptance test for superintelligence is still counting Rs in 'strawberry' - we automated everything except our own regression suite

  2. Anonymous

    The character count is O(n); the ego is unbounded.

  3. dev_meme

    Just will leave it here for absolutelly no reason

  4. dev_meme

    low effort is such a low effort one :D Kinda like splitting into 2 words more tho

  5. @nyxiereal

    Deepseek v4 flash also passed the test

  6. @nyxiereal

    Quantize my models LLM dev

  7. @nyxiereal

    I need my 20mb model

  8. @nyxiereal

    But it sounded funny

  9. @razordude

    Ask it the car wash question

  10. @peccatum_tuum

    “I have no mouth and I must scream” lore

  11. dev_meme

    Same vibe

  12. @Triolo

    Future meme

  13. @f0cu53d

    Geez

  14. @Algoinde

    agi not achieved it's over

  15. @deimossos

    You should've used fable 5 on max thinking mode, duh

  16. @callofvoid0

    dude what?

  17. @ZmEYkA_3310

    My clanker doesnt seem to have this issue

Join the discussion →

Related deep dives