Sep 4, 2026 · Free Guide

“PROMPT” The Exact Prompt, Skills and Tools Behind My GPT-6 vs Fable 5.1 Website Test

Everybody argues about benchmarks. I wanted to see what happens when you hand two frontier models the same one-paragraph prompt and tell them to build a website with 3D animations and AI-generated images. No templates, no designer, no code from me. This is everything I used, word for word, so you can run the same test on your own topic tonight.

The prompt

The prompt, word for word

This is the exact message I sent both models. Typos and all. Copy it.

Create the best looking and most beautifully designed short website about AI second brains with the impeccable skill, the taste skill, the gpt image 2 model to create beautiful backgrounds, icons and regular images if need be. Create 3d animations and as many animations you think is necessary to make it look as best as possible.

Swap “AI second brains” for your topic. Everything else stays. That one sentence is doing four jobs: it names the two skills Claude should load, it names the image model, and it gives permission to go big on motion.

Why a lazy-looking prompt works

Most people write a page of instructions. Hero here, three columns there, use blue. Then they get exactly what they described, and it looks like everything else on the internet.

I did the opposite. I told it what I wanted to feel (best looking, beautifully designed) and which tools to use to get there. The skills carry the rules. The model carries the taste. My job is to react.

The skills are the secret. Without them, both models default to a purple gradient and three cards in a row. With them, Claude ran a design roll, generated real renders, built a 3D hero, and then spawned a separate reviewer that sent back eight fixes before it called the page done.

The stack

Five things, all free except the AI plan

You need one paid subscription (Claude) and one image tool. Everything else is open source.

Claude CodeThe builder
Runs in your terminal or the desktop app. It writes the whole site, one HTML file, and fixes it when you complain.
ImpeccableThe design brain
A free skill that stops Claude from shipping the same AI-looking page. Rolls design directions, checks for slop, runs a review pass at the end.
Taste skillThe anti-slop rulebook
A second free skill with hard bans: no purple gradients, no three identical cards, no fake screenshots, no em dashes, hero must fit the screen.
GPT Image 2The image model
Made every background and 3D render on the page. I run it through Arcads, but any image tool Claude can call works.
Three.js + GSAPThe 3D and scroll motion
Two free JavaScript libraries. You never touch them. You just say "3D" and "animate on scroll" and Claude reaches for them.

How the images got made

Every picture on the page is a GPT Image 2 render. The glowing glass brain, the paper notes floating into it, the night desk at the end. Claude wrote the prompts, generated them in parallel, converted them, and embedded the prompt inside each file so I can regenerate later.

Here is one of the prompts it wrote, so you can see the shape:

Cinematic photoreal 3D render for a premium dark software website. A frosted glass sphere filled with a glowing network of warm orange filaments and bright nodes (#FF5A1F) rests in darkness on a near-black reflective surface (#0B0A09). A single white card rises out of the top of the sphere on a soft beam of warm light. The sphere is the only light source. Centered composition, shallow depth of field, restrained and magical. No readable text, no letters, no logos, no people.

If you write your own image prompts, steal these five habits:

01Name the exact background color you want, in hex, so every render matches the page.
02Name the only light source. Mine was one orange glow. Everything in the scene gets lit by it.
03Describe the object in plain words: a frosted glass sphere, white index cards, a phone with a waveform.
04End every prompt with: no text, no letters, no logos, no people.
05Generate all your images in the same session so the style stays consistent.

The 3D part, in plain English

You do not need to know what Three.js is. I don't write it. The word “3D” in the prompt is enough for Claude to reach for it.

What it built for me: a real glass sphere with reflections, a glowing core of 560 points that fire in waves, six 3D cards orbiting it on tilted rings, a 900-particle vortex spiralling into the middle, and a camera that drifts on its own so the shot never sits still. When you scroll, the cards dive into the sphere and an answer card rises out.

One rule I learned the hard way:if you plan to film it, say so. Motion that looks tasteful on a live page looks dead in a screen recording. “I'm recording a video of this” doubled the movement and it was the right call.

The follow-ups

The first version was bad. Here is what I said next.

Nobody shows you this part. The first draft was a yellow Swiss transit map metaphor. Clever, wrong. It took three more messages to land the page you saw in the reel. These are the actual messages.

The first version looked like a bad metaphor
This overall design look and idea is shit lol. Do research about what AI second brains are and what they typically look like. Then redesign the page from scratch.
Two moves in one line. Make it research the category, then start over. Do not ask it to patch a direction you already hate.
The second version was fine but safe
Can you just rework this version? I believe you can do much better than that. Start from scratch. Save the current version though, don't overwrite it.
Telling Claude it can do better actually raises the bar. Saving the old version means you can always go back.
The hero needed to pop on video
Add more animations, even 3D animations if possible. Make sure the hero section really pops and moves quite a lot because I will be recording a video of it. Take the idea of the brain parts moving a step further.
Say what the page is for. "I'm recording a video" changed every decision it made about motion.

GPT-6 vs Fable 5.1: what I actually saw

GPT-6 went all in on the hero. Insane animation up top, then the rest of the page went flat. It spent its whole budget on the first screen.

Fable 5.1 spread it out. A strong scroll animation in the hero, images that swap as you move through the how-it-works section, small text animations, and one genuinely great render near the end. More even, less fireworks.

My take: if you want one screen that stops the scroll, GPT-6. If you want a page a client can actually use, Fable. Run the test yourself and comment on the reel with who you think won.

Do it yourself

Recreate it in five steps

1
Install Claude Code
Free download from Anthropic. Terminal, desktop app or VS Code, your pick. You need a Claude plan that includes it.
2
Install the two design skills
Paste one line into Claude for each. Install this skill for me: https://github.com/pbakaus/impeccable. Then: Install this skill for me: https://github.com/tasteskill/tasteskill.
3
Connect an image tool
I use the Arcads connector, which gives Claude GPT Image 2, Nano Banana and Seedream in one place. Any image MCP works. Without one, Claude falls back to stock photos, and it shows.
4
Paste the prompt and change one word
Swap "AI second brains" for your topic. Leave the rest alone. Then go get a coffee. The first pass takes ten to fifteen minutes with the review step.
5
Talk to it like a client, not a coder
"I hate it, start over." "You can do better." "This is for a video." Those three sentences did more than any technical instruction I could have written.
How to install the skills
Install this skill for me: https://github.com/pbakaus/impeccable Install this skill for me: https://github.com/tasteskill/tasteskill

Paste those into Claude Code, one at a time. It clones each repo and wires the skill up. Prefer doing it by hand? Clone into your skills folder:

git clone https://github.com/pbakaus/impeccable ~/.claude/skills/impeccable git clone https://github.com/tasteskill/tasteskill ~/.claude/skills/tasteskill

All Resources

Impeccable on GitHubThe design skill. Free, open source
My Impeccable guideFull setup walkthrough
Taste skill on GitHubThe anti-slop rulebook
ArcadsWhere I run GPT Image 2 from Claude
My Arcads connector guideHow to plug it into Claude Code
Claude CodeDownload from Anthropic
Three.jsThe 3D library Claude used
GSAP ScrollTriggerThe scroll animation library

The Next Step

Guides show you what. AI Builders shows you how.

Inside the community, I walk through every build live, including the stuff that doesn't make it into guides. Regular people (not developers) figuring out AI together, shipping real projects, asking me anything. No fluff, no theory, just the actual work.

Join AI Builders

skool.com/ten-fold