
TL;DR
Simon Willison created a custom animated pet, a pelican on a bicycle, for Codex Desktop using GPT-5.6 and gpt-image-2. By specifying his vision, he utilized AI to generate sprite assets and animation loops.
✦ Why It Matters
Engineers can experiment with AI models like GPT-5.6 and gpt-image-2 to create unique digital assets for applications.
Key Takeaways
How It Works
The creation of Pedalican involved a multi-step process where GPT-5.6 generated a character reference based on specific prompts. This reference was then used by gpt-image-2 to create the necessary sprite assets, including a full-body reference and animation loops.
The use of a chroma-key background facilitated easy animation, making the final product suitable for integration into Codex Desktop.
Related