What People Actually Built With Claude Fable 5 and GPT-5.6 Sol (And the Exact Prompts They Used)
DEV Community

What People Actually Built With Claude Fable 5 and GPT-5.6 Sol (And the Exact Prompts They Used)

What People Actually Built With Claude Fable 5 and GPT-5.6 Sol (And the Exact Prompts They Used)

The internet has been on fire since Anthropic dropped Claude Fable 5 and OpenAI shipped GPT-5.6 Sol. Everyone is racing to build the wildest things they can think of with a single prompt. Here is every notable project, the exact prompts people used, and what actually worked.

The Two Models That Changed Everything

Before we get into the projects, you need to understand what these two models actually are, because they operate very differently.

Feature Claude Fable 5 (Anthropic) GPT-5.6 Sol (OpenAI)
Released June 9, 2026 July 9, 2026
Tier Mythos-class (highest) Flagship model
Pricing $10 per 1M input tokens $15 per 1M input tokens
Best At Deep reasoning, long-horizon agents, 3D web design Coding, tool use, Blender MCP, software creation
Context Extended long context Standard extended context
Standout Single-prompt $20k premium websites 3D scene generation, flight sims, Blender automation

Claude Fable 5 is Anthropic's most capable publicly released model. It sits at the Mythos tier, which was previously held back from the public. It can rebuild a web app's source code from a screenshot, extract precise numbers from scientific figures, and build full 3D interactive websites from a single paragraph of instructions.

GPT-5.6 Sol is OpenAI's flagship release from July 2026. It comes in three variants (Sol, Terra, Luna) and it can write and run lightweight programs that coordinate tools, process intermediate results, and choose the next action on its own. The "Sol" variant is the powerhouse that people are using to build the most impressive demos.

Think of it this way: Fable 5 is the architect that designs something beautiful from a vague idea. GPT-5.6 Sol is the engineer that wires everything together and makes it actually run. People are using both, sometimes together, and the results are wild.

3D Worlds and Games

1. A 3D City Built With One Prompt (Claude Opus 4.5 / Fable 5)

A Reddit user on r/ClaudeAI posted a complete 3D city scene that was generated in a single shot. The city features skyscrapers, apartment buildings, smaller shops, and even cars that stop at red lights. It was built with Three.js running in the browser.

The Prompt:

Create a 3D city scene using Three.js that features a bustling urban environment with skyscrapers, apartment buildings, and smaller shops. Add cars that move through the streets and stop at red lights. Include ambient lighting for a nighttime feel with neon signs on buildings.

What makes this impressive: The model did not just generate a static 3D scene. It created traffic logic where vehicles actually stop at intersections when the light turns red. The entire thing runs in a browser with no external game engine.

Source: Reddit r/ClaudeAI

2. Star Fox-Style 3D Space Game (GPT-5.6 Sol vs Fable 5)

A LinkedIn user named Peter Gyang asked both GPT-5.6 Sol and Claude Fable 5 to build the same thing: a 3D Star Fox-style level complete with enemies, power-ups, and a boss battle at the end.

The Prompt:

Build a 3D space shooter game similar to Star Fox. The player controls a spaceship flying forward automatically through a space corridor. Add enemy ships that appear in waves, floating power-ups the player can collect, and a boss battle at the end of the level. Use Three.js for rendering. Include a HUD with health bar, score, and shield indicator.

What happened: Both models produced a working game. GPT-5.6 Sol reportedly finished faster and had more complex enemy patterns. Fable 5 produced cleaner code with better visual polish. People on Twitter called it "the first real AI model benchmark that matters."

Source: Peter Gyang on LinkedIn

3. 3D Shooting Game With Multi-Agent Collaboration

This one is next level. A developer on dev.to built a 3D shooting game using both Claude 4.5 Opus and GPT-5.1 working together as a team. Claude acted as the "brain" handling strategy, architecture decisions, and code review. GPT-5.1 acted as the "executor" writing the actual implementation code.

Architecture:

  • Claude 4.5 Opus = Strategy + Code Review + Architecture
  • GPT-5.1 = Implementation + Bug Fixes + Asset Generation

What makes this impressive: This is not just one model doing everything. It is two competing AI systems collaborating through a structured pipeline. The quality was reportedly higher than what either model produced alone. This is a glimpse into how AI development teams might actually work in the near future.

Source: dev.to article

4. GPT-5.6 Sol Racing to Build a 3D Space Game

Someone on Twitter ran all three GPT-5.6 models (Sol, Terra, Luna) on the exact same task at the same time and watched them race to build a working 3D space game. All three produced a working game with zero errors.

Prompt used:

Build a complete 3D space game with Three.js. The player controls a ship, shoots asteroids, collects crystals for points, and faces increasing difficulty. Include particle effects for explosions.

Source: @RoundtableSpace on X

Blender and 3D Rendering

5. Photorealistic Floating MacBook (GPT-5.6 Sol + Blender MCP)

This might be the most viral demo of the bunch. A user named Prasenjit had never opened Blender in his life. He asked GPT-5.6 Sol inside Cursor to connect to Blender through an MCP (Model Context Protocol) server, create a realistic floating MacBook, set up studio lighting, and render the final image.

The Prompt:

Set up the Blender MCP server. Then create a photorealistic floating MacBook Pro in empty space. Add proper studio lighting with a key light, fill light, and rim light. Set the material to look like real aluminum. Render the final scene at 1920x1080.

What happened: GPT-5.6 Sol installed the Blender MCP plugin, configured the connection, modeled the MacBook from scratch, set up a three-point lighting rig, and triggered a final render. Prasenjit never opened Blender once. The agent did everything through the terminal.

Vaibhav Sisinty posted about this on X saying "Someone connected GPT 5.6 Sol to Blender through MCP and had it generate an entire 3D scene" and it quickly became one of the most shared AI posts that week.

Source: @gdb on X, Reddit r/ChatGPT

6. OpenAI's Own Blender Demo (5-Hour 3D Scene)

OpenAI's own developer account shared a demo where GPT-5.6 Sol built a 3D scene inside Blender over a 5-hour autonomous session. The model handled everything from initial setup to final compositing without human intervention.

Source: @OpenAIDevs on X

Full-Stack Apps and Websites

7. $20,000 Premium Website From One Prompt (Claude Fable 5)

A creator on Aura Build documented how they built a website that would normally cost $20,000 from a single Claude Fable 5 prompt. The site featured cinematic scroll animations, GSAP-style movement, real Three.js 3D in the browser, and weighted scrolling effects.

The Prompt (summarized):

Build a premium cinematic website for a luxury brand. Use weighted scrolling with smooth momentum. Add scroll-triggered GSAP-style animations that reveal 3D objects as the user scrolls. Include a Three.js scene with interactive 3D product models that rotate on hover. Dark theme with gold accents. The page should feel like an Apple product reveal page.

What makes this work: The key insight is that Fable 5 understands cinematic web design patterns - not just code. It knows about parallax, scroll velocity, easing functions, and how to make things feel premium. You do not get this level of design understanding from older models.

Source: Aura Build

8. Fully Interactive 3D Reveal Effect Website (Claude Fable 5)

An Instagram creator showed off a website with a fully interactive 3D reveal effect. As you scroll, 3D objects emerge from behind layers with smooth physics-based animation. Not a single line of code was written by the creator.

Prompt:

Build a website with a 3D reveal effect where objects emerge from behind planes as the user scrolls. Use CSS 3D transforms and smooth scroll-linked animations. Dark background, glowing edges, cinematic feel.

Source: Instagram @active4tech

9. Space Portfolio That Crashes Into the Sun (Claude Fable 5)

A Reddit user built their entire portfolio website with Claude Fable 5. The twist is that you scroll through space and literally crash into the sun at the end. The portfolio content appears as you navigate through the solar system.

Prompt:

Build my portfolio website where the user scrolls through space. Each planet represents a section of my portfolio. At the end, the user crashes into the sun which reveals my contact information. Use Three.js, particle effects for stars, and smooth camera transitions.

Source: Reddit r/ClaudeAI

10. Full-Stack AI Journal App in 10 Days (Claude Code)

A developer documented on Medium how they used Claude Code to build a full-stack AI-powered journal app in just 10 days. The app includes meal logging, symptom tracking for IBS patients, pattern recognition, and a clean mobile-friendly UI.

The Prompt Strategy:

I need to build a food diary app for people with IBS. Features: meal logging with photo upload, symptom tracking after meals, pattern detection that links foods to symptoms, weekly summary reports, and a clean mobile-first UI. Use React Native for mobile and Node.js for the backend with a PostgreSQL database.

Source: Medium article

11. Flight Simulator From One Prompt (GPT-5.6 Sol)

Within hours of GPT-5.6's release, someone built a fully functional flight simulator from a single prompt. The simulator includes terrain rendering, basic flight physics, cockpit instruments, and cloud layers.

Prompt:

Build a browser-based flight simulator. Include terrain generation with hills and mountains, basic aerodynamics so the plane responds to pitch and roll, a cockpit HUD with altitude/speed/heading indicators, and volumetric cloud layers the player can fly through.

Source: Instagram

12. Interactive 3D Dashboards (GPT-5.6 Sol)

Multiple users reported building interactive 3D data dashboards with GPT-5.6. These dashboards render data visualizations in 3D space that you can rotate, zoom, and interact with.

Prompt:

Build a 3D data dashboard where charts float in 3D space. The user can rotate the entire dashboard, click on individual charts to drill down, and see data update in real-time. Use Three.js for the 3D environment and D3.js for the charts.

Apps, Tools, and Utilities

13. 37 Apps Shipped in 4 Days (Claude Fable 5)

One developer set a goal to build 100 apps before their Fable 5 access expired. In just four days they shipped 37 working apps. The apps ranged from simple utilities to more complex interactive tools.

"I thought I lost. My goal was to build 100 apps before Fable 5 expired. Four days in, 37 apps shipped. Then I figured time was up."

This shows the sheer speed at which an experienced prompter can go from idea to working application when the model is this capable.

Source: Instagram

14. Phone Turned Into Wireless Microphone (GPT-5.6 Sol)

Someone used GPT-5.6 Sol to turn their phone into a wireless microphone for their computer. The model set up the networking, audio streaming protocol, and desktop receiver application.

15. GutLedger - IBS Food Diary (Claude Code)

Built almost entirely with Claude Code, GutLedger is a food diary app specifically designed for people with IBS. Users log meals, track symptoms over time, and the app spots patterns connecting specific foods to symptom flare-ups. It was showcased in the r/ClaudeAI "Built with Claude" megathread.

Source: Reddit r/ClaudeAI Megathread

16. Claude Code + Docker Compose Full-Stack App

A tutorial on Shipyard showed how to use Claude Code to build a complete full-stack application with Docker Compose from scratch. The model handled the Dockerfile creation, docker-compose.yml configuration, database setup, and API routing.

Source: Shipyard Build Blog

The Bigger Picture: Why This Matters

What Changed Between Old Models and Now

The jump from Claude 3.5 Sonnet or GPT-4o to Fable 5 and GPT-5.6 Sol is not incremental. It is structural. Here is what actually changed.

Capability Old Models (2024-2025) New Models (2026)
Single-prompt websites Basic landing pages Premium cinematic sites with 3D
3D game creation Simple 2D games Full 3D games with physics
Blender / 3D tools Not possible Full MCP automation
Multi-agent builds Manual orchestration Autonomous collaboration
Full-stack apps Needs multiple prompts One-prompt production apps
Code quality Often needs fixing 67-69% fewer hard-coded issues

The Prompting Patterns That Actually Work

Based on everything people have built, here are the patterns that separate a mediocre result from an amazing one.

Pattern 1: Cinematic Design Language

  • Bad: "Build a website for my product"
  • Good: "Build a premium cinematic website with weighted scrolling, scroll-triggered GSAP-style animations, Three.js 3D objects that reveal on scroll, dark theme with gold accents, and a feel similar to an Apple product reveal page."

The key is describing the feeling and design language - not just the features. Words like "cinematic", "weighted scrolling", "GSAP-style", and "Apple product reveal" give the model a much richer design vocabulary to work with.

Pattern 2: Explicit Technical Stack

  • Bad: "Build a 3D game"
  • Good: "Build a 3D space shooter with Three.js. Include WebSocket for real-time multiplayer, Cannon.js for physics, and a custom particle system for explosions. The game should run at 60fps in Chrome."

Naming specific libraries, frameworks, and performance targets gives the model concrete constraints that lead to better output.

Pattern 3: Behavioral Specifications

  • Bad: "Add a city with cars"
  • Good: "Add cars that move through the streets and stop at red lights. When the light turns green, cars accelerate gradually. Pedestrians should wait at crosswalks."

Describing behaviors rather than just objects is what separates a static scene from a living world.

Pattern 4: The Multi-Agent Pipeline

  • Step 1: Use Fable 5 or o3-pro to plan the architecture
  • Step 2: Use Sonnet 5 or GPT-5.6 Sol to implement
  • Step 3: Use Fable 5 or Opus 4.5 to review and refine

This pattern of using a strategic planner model first, then a builder model, then a reviewer model consistently produces the highest quality results across every project type tested so far.

Comments

No comments yet. Start the discussion.