Simon Willison — 2026-07-14#
Highlight#
Simon’s deep-dive into creating a custom animated desktop “pet” using Codex and GPT-5.6 Sol is a fantastic look at AI-driven asset generation. He documents the exact multi-stage prompts used to create perfect sprite sheets with magenta chroma-key backgrounds, showing how generative models can reliably output structured, game-ready images.
Posts#
simonw/pedalican Simon accidentally activated a Codex Desktop pet and immediately set out to build his own: a pelican riding a bicycle. He details the pipeline of using GPT-5.6 Sol and gpt-image-2 to generate the required sprite sheets, including the precise prompts used to keep the character consistent on a flat magenta background. It’s a great practical example of using text-to-image models to generate functional, game-ready assets.