GPT-6 Astra drives Blender to build game-ready 3D from a prompt
Computer-use models geometry and textures in Blender, then preps the Unreal export — a studio logged ~50% fewer fixes. Plus: llm 0.35 puts Astra in your CLI.

Copy markdown
Computer-use, not a code snippet
Astra operates Blender the way an artist would: from a prompt like “a medieval tower with weathered stone,” it builds the geometry, applies materials, and preps the asset for Unreal Engine 5. Game studio Playco says its Astra-made prototypes needed roughly 50% fewer manual fixes than its old pipeline.
3D is the actual headline
OpenAI’s pitch is that Astra’s real edge is spatial: it renders gardens, shipyards, cityscapes, even Dyson spheres from a sentence, with tighter prompt-following than the GPT-5.6 line. It may be the first frontier model whose marquee use is building scenes rather than answering questions.
What you could ship this weekend
Point it at a game jam: describe your props and let Astra generate them as editable Blender scenes instead of hand-modeling each one. On macOS it can go fully scripted — writing Blender Python to render a scene end to end, so you drive a prompt-to-asset pipeline from a config file.
The catch
It’s agentic computer-use, so a build runs slower than a chat call, and access opened to enterprise accounts first before widening over the following days. Exported meshes still want a cleanup pass before they’re production-ready — treat it as a fast blockout, not a finished artist.
Elsewhere: Astra lands in your terminal
Simon Willison’s llm 0.35 shipped Sept 7 with a gpt-6-astra model, so you can pipe prompts to Astra from the shell and chain it into scripts. Upgrade with `pip install -U llm`, then `llm -m gpt-6-astra 'your prompt'`.