cd /news/artificial-intelligence/claude-fable-5-and-gpt-5-6-sol-high-… · home topics artificial-intelligence article
[ARTICLE · art-90682] src=promptcube3.com ↗ pub= topic=artificial-intelligence verified=true sentiment=· neutral

Claude Fable 5 and GPT-5.6 Sol High are fighting for the crown

In a benchmark test of AI models recreating the Robinhood app from a video, GPT-5.6 Sol High outperformed Claude Fable 5 and Kimi K3 High, delivering the most accurate motion and feel in 32 minutes at an estimated cost of $15 using 2.0M tokens. The test, which used a single prompt and a blank Expo project, found GPT-5.6 the only model to correctly implement odometer-style rolling digits and a scrubbable Skia chart, though all models relied on React state for redraws, incurring a JS-thread tax.

read2 min views1 publishedAug 10, 2026
Claude Fable 5 and GPT-5.6 Sol High are fighting for the crown
Image: Promptcube3 (auto-discovered)

The constraints were strict to keep the benchmark honest: one single prompt, no follow-up corrections, and a completely blank Expo project. If the code didn't run on a physical device, it was a fail. I tested GPT-5.6 Sol High, Claude Fable 5, and Kimi K3 High.

Here is the exact prompt used for the deep dive:

Recreate the Robinhood app screens shown in the attached video as a React Native
(Expo) app. Build three screens: Discover, Token detail (scrubbable chart with
price + Buy reveal), and the Swap/amount keypad screen.
Priority is fidelity of motion and feel, not features — match the real app's
easing, timing, gesture response, haptics, and typography (numbers should
animate digit-by-digit). Use Reanimated + Gesture Handler, and Skia for the
chart. Mock all data locally; no backend.
Watch the video closely and match what you see frame for frame. Tell me which
interactions you couldn't reproduce and why.

The Performance Breakdown #

GPT-5.6 Sol High took the win here. It was the only model that truly understood a "motion brief" as a requirement for feel rather than just layout.

Tokens used: 2.0MEstimated cost:~$15** Time to first render:32 minutes Dependencies added:**3

The result was surprisingly accurate. It nailed the odometer-style rolling digits on the price ticker—a detail most LLMs fail at by defaulting to a simple cross-fade. The Skia chart was actually scrubbable, and the layout was nearly identical to the reference.

However, there is a technical caveat. Like the other models, GPT-5.6 handled the ticker and chart redraws via React state instead of utilizing UI-thread worklets. This introduces a "JS-thread tax," meaning the interactions aren't as buttery smooth as the actual Robinhood app. If you're looking for a professional deployment, you'll still need to manually optimize those animations to move them off the main thread.

Despite that, it outperformed the others in speed and cost, hitting the mark in half the time of the runner-up. For anyone building a complex AI workflow for mobile UI, this proves that the latest reasoning models are getting significantly better at interpreting visual timing and easing from video references.

Next Why is everyone still trying to force Regional Prompter onto →

a guide to making money with AI, with plenty of directly applicable cases.

── more in #artificial-intelligence 4 stories · sorted by recency
── more on @gpt-5.6 sol high 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/claude-fable-5-and-g…] indexed:0 read:2min 2026-08-10 ·