DigestAI news desk
OpenAI board member warns company is not on track to prevent catastrophic AI loss of control OpenAI Unveils GPT‑6 Astra: Record‑Breaking 3D Rendering, Loop‑Transformer Architecture OpenAI launches Agents API beta for long-running cloud agents OpenAI solves Navier-Stokes problem, sparking academic controversy over data use OpenAI Introduces ChatGPT for Financial Services The Waymo effect: AI making research less collaborative RTK Token Savings Debunked: Cost Benchmarks Disagree Ypsilanti Township Residents Protest Nuclear AI Data Center Proposal
Generative AI & Models updated 1 min read

GPT-6 Astra Generates Fabergé Egg, Codex Builds Blender Model

Simon Willison demonstrates the creative potential of OpenAI’s latest tools by generating a Fabergé‑egg image themed after the TV show Pluribus using ChatGPT Images 2.5. He then feeds the image into Codex running GPT‑6 Astra, which spends 17 minutes and 51 seconds producing several .blend files that model the egg.

1 source

Key points

  • ChatGPT Images 2.5 produced a Fabergé‑egg image themed after *Pluribus*
  • Codex with GPT‑6 Astra converted the image into a Blender model in 17 min 51 s
  • The workflow demonstrates multimodal AI orchestration for creative design

The resulting Blender files are added to Willison’s local viewing experiment, allowing anyone to view the 3‑D model directly in a browser. The post showcases how a large language model can orchestrate a chain of tools—image generation, code execution, and 3‑D rendering—to create a complete creative workflow.

This experiment highlights the growing ease with which multimodal AI can be leveraged for design tasks, illustrating the practical integration of image, code, and 3‑D modeling capabilities in a single prompt‑driven pipeline.

The story so far

5 episodes →
  1. GPT-6 Astra Generates Fabergé Egg, Codex Builds Blender Model this story
Full story from Simon Willison · by Simon Willison Open source ↗

.blend URL Viewer

Simon Willison · 9 September 2026

9th September 2026

I'm continuing to have a lot of fun with GPT-6 Astra and Blender (see my TIL).

As a big fan of the Imperial Fabergé Easter eggs, I've always thought it would be fun to make some new ones that celebrate popular culture.

Yesterday I decided to try out the new ChatGPT Images 2.5 by running this prompt:

Generate a photo of a faberge egg that's themed after the TV show Pluribus - research first

It gave me this - honestly not bad for a first attempt!

Then, just to see what would happen, I pasted that image into Codex running GPT-6 Astra (high) and prompted:

Use your blender local skill to create a blender model of this faverge egg

(Here's the skill file, which I created like this.)

It churned away for 17m51s and built me several .blend files. I already had this vibe-coded Blender viewing experiment lying around, so I added that to my tools collection and now you can use it to see my Pluribus blender model in your browser:

Recent articles

  • Some thoughts on the Navier–Stokes Millennium Prize Problem - 8th September 2026
  • The Pelican comparison grid for Astra is pretty interesting - 4th September 2026
  • OpenAI's rogue agents were caught communicating via public wikis - 4th September 2026

This text was published by Simon Willison and written by Simon Willison. It is reproduced here with attribution so you can read it in full; the rights remain with the publisher. Read it at the source ↗

Topics · follow one to build your own front page

The headline, key points and digest above were generated by Digest AI's editorial model from the linked sources. Automated summaries can contain errors: the sources are the record. Spotted a mistake? Tell us.

Comments

via GitHub Discussions

Related stories