Close Menu
AI News TodayAI News Today

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    What's Hot

    Google’s Android update tackles motion sickness, accessibility, and more

    Anthropic launches Claude Fable 5.1 and says it’s up to 45 percent cheaper for agentic work

    AfterQuery reportedly becomes Y Combinator’s fastest-ever unicorn, now valued at $3.2B

    Facebook X (Twitter) Instagram
    • About Us
    • Contact Us
    Facebook X (Twitter) Instagram Pinterest Vimeo
    AI News TodayAI News Today
    • Home
    • AI News
    • AI Reviews
    • AI Tools
    • AI Tutorials
    • Chatbots
    • Free AI Tools
    • Artificial Intelligence
    AI News TodayAI News Today
    Home»AI Tutorials»Claude Fable 5.1 made me a really nice animated pelican
    AI Tutorials

    Claude Fable 5.1 made me a really nice animated pelican

    By No Comments5 Mins Read
    Share Facebook Twitter Pinterest LinkedIn Tumblr Reddit Telegram Email
    Minimalist flat illustration of a white pelican with an orange beak riding a black bicycle, its orange legs pedaling, with motion lines behind to indicate speed, on a light blue background.
    Share
    Facebook Twitter LinkedIn Pinterest Email

    Claude Fable 5.1 made me a really nice animated pelican

    1st September 2026

    Today is Claude Fable (and Mythos) 5.1 day. Anthropic say that Fable 5.1 “sets a new standard for coding, knowledge work, and long-running problem-solving tasks”. Their announcement spends a notable amount of time on scientific research, boasting of a 52.6% score on the brand new Terminal-Bench-Science 0.1 benchmark (first announced on August 27th), up from 24.7% for Fable 5, 29.0% for Opus 5 and 22.4% for GPT-5.6 Sol. Other benchmark show slightly improved scores, but none as impressive as the Science one.

    But how well can it pelican?

    Back in July I wrote about how I was losing faith in the pelican benchmark—its connection to how good the models were at other tasks didn’t seem to hold as strong as it did back in 2025. The most interesting insights I get from it now are comparisons within model families, and particularly comparisons for the same prompt at different reasoning effort levels.

    Fable 5.1 has five reasoning levels: low, medium, high, xhigh, max—and no option to turn off reasoning entirely.

    I fixed an issue in llm-anthropic which caused reasoning traces not to be correctly recorded, then ran some prompts.

    Here’s the full set of pelicans for all of the reasoning levels, each with the full reasoning transcript. I’ll replicate them here:

    Low and medium, both without reasoning?

    Here’s a bit of a mystery. This is what I got for effort low:

    The transcript doesn’t show any summarized reasoning tokens, and the output token count is 1,998. With Claude that output token count includes reasoning tokens. It took 23.8 seconds and cost 10.017 cents.

    I bumped that up to medium and got this:

    Minimalist flat-style illustration of a white pelican with an orange beak riding a black bicycle to the right, with motion lines behind it, on a light blue background.

    Weirdly, that one also shows no reasoning text and used 1,977 output tokens—21 tokens less than low. It took 23 seconds and cost 9.912 cents.

    So for this particular prompt (“Generate an SVG of a pelican riding a bicycle”) Fable 5.1 appeared to skip reasoning entirely at both low and medium settings.

    High

    Here’s high—29.6 seconds, 2,612 output tokens, 13.087 cents:

    Minimalist flat illustration of a white pelican with an orange beak riding a black bicycle, its orange legs pedaling, with motion lines behind it on a light blue background.

    This one did do a bit of reasoning, summary here:

    I’m planning the SVG layout for a pelican riding a bicycle, with a sky and ground background, a bicycle with two spoked wheels, frame, seat and handlebars, and a white-bodied pelican with a long neck and orange beak positioned on top.

    Really not much difference from low and medium, though.

    At xhigh things got radically different. 36,767 output tokens, 7 minutes 51 seconds, $1.83!

    Minimalist flat illustration of a white pelican with an orange beak riding a black bicycle to the left, its orange legs pedaling, with motion lines behind it on a light blue background.

    The reasoning trace is pretty lengthy, and includes details like this:

    Adding the eye, wings stretching down to the handlebar grip, orange legs reaching to the pedals, and a small tail feather, while keeping the pelican intentionally oversized compared to the bike for comic effect. […]

    I’ll accept the slight thickness as charming rather than overengineering it.

    Max

    Setting effort to max gave me the best pelican I’ve seen from any of Anthropic’s models. 65,927 output tokens, 13 minutes and 54 seconds, $3.30:

    Minimalist flat illustration of a white pelican with an orange beak riding a black bicycle, its orange legs pedaling, with motion lines behind to indicate speed, on a light blue background.

    There’s a lot to like about this. The background is tasteful, the legs are clearly either side of the frame, the feet are on the pedals, the wign is on the handlebars, the pelican has a cute blue hat and there’s a basket with a fish.

    It’s still not showing nearly the same level of flair as Gemini 3.7 Flash, but I didn’t ask for flair—I asked for an SVG, and that’s what I got.

    Some highlights from that lengthy reasoning trace:

    Adding pedal shapes near both feet, with the far foot on the second leg partially visible behind the frame. I’m considering whether to add a small scarf or cap for extra character, but leaning toward keeping it simple to avoid clutter.

    Now I’m debating a bicycle helmet on the head versus the pelican’s signature crest—the beak and pouch already read clearly as “pelican,” so a helmet could reinforce the bicycle theme without losing identity, though it might compete with the crest for visual space.

    I realize the beak at (484,84) would overlap with the dome helmet, so I need to shrink the helmet so it only covers the top of the head, adjusting its arc endpoints to sit higher and narrower so the beak can attach cleanly at the front without collision. […]

    I’m adding a darker tip region to represent the primary feathers, then reconsidering the trailing edge to include scalloped feather curves instead of one smooth line for a more natural look. […]

    Now I’m checking the vent line placements on the helmet, making sure they sit far enough inside the helmet’s edge given the stroke width and rounded caps, and confirming each vent stays within the helmet’s circular boundary. […]

    I decide skipping a handlebar bell and tire highlights since they’re unnecessary additions. Now I’m reconsidering the front fork’s curve — the current control point pulls the shape backward when it should bow forward for a proper rake, so I need to shift the control point rightward to fix the fork’s lean.

    OK, let’s animate it

    On Hacker News, swalsh commented on that Max pelican:

    Now that it’s a solved benchmark, can we get the animated version?

    I didn’t want to spend another $3 dollars so I took the Max pelican and piped it into the default thinking level of High:

    llm logs -cx | llm -m claude-fable-5.1 -s 'animate this'

    6,121 input, 26,201 output = $1.37. The result looked like this, exported here as video since some people have trouble viewing animated SVGs:

    Your browser does not support HTML5 video.

    The wheels are rotating in the wrong direction, but other than that it’s a very nice animation derived from that original SVG.

    Animated Claude Fable nice pelican
    Share. Facebook Twitter Pinterest LinkedIn Tumblr Email
    Previous ArticleApple follows Google in adopting Trump’s ‘Lake America’ name
    Next Article Google needs Hollywood more than the studios need AI
    • Website

    Related Posts

    Chatbots

    Anthropic launches Claude Fable 5.1 and says it’s up to 45 percent cheaper for agentic work

    AI Tutorials

    Tool: GeoJSON Map Viewer

    AI Tutorials

    Microsoft AI Skills Fest: The Free Event That Teaches You AI From Scratch

    Add A Comment
    Leave A Reply Cancel Reply

    Top Posts

    Google’s Android update tackles motion sickness, accessibility, and more

    0 Views

    Anthropic launches Claude Fable 5.1 and says it’s up to 45 percent cheaper for agentic work

    0 Views

    AfterQuery reportedly becomes Y Combinator’s fastest-ever unicorn, now valued at $3.2B

    0 Views
    Stay In Touch
    • Facebook
    • YouTube
    • TikTok
    • WhatsApp
    • Twitter
    • Instagram
    Latest Reviews
    AI Tutorials

    Quantization from the ground up

    AI Tools

    David Sacks is done as AI czar — here’s what he’s doing instead

    AI Reviews

    Judge sides with Anthropic to temporarily block the Pentagon’s ban

    Subscribe to Updates

    Get the latest tech news from FooBar about tech, design and biz.

    Most Popular

    Google’s Android update tackles motion sickness, accessibility, and more

    0 Views

    Anthropic launches Claude Fable 5.1 and says it’s up to 45 percent cheaper for agentic work

    0 Views

    AfterQuery reportedly becomes Y Combinator’s fastest-ever unicorn, now valued at $3.2B

    0 Views
    Our Picks

    Quantization from the ground up

    David Sacks is done as AI czar — here’s what he’s doing instead

    Judge sides with Anthropic to temporarily block the Pentagon’s ban

    Subscribe to Updates

    Get the latest creative news from FooBar about art, design and business.

    Facebook X (Twitter) Instagram Pinterest
    • About Us
    • Contact Us
    • Terms & Conditions
    • Privacy Policy
    • Disclaimer

    © 2026 ainewstoday.co. All rights reserved. Designed by DD.

    Type above and press Enter to search. Press Esc to cancel.