A week after GPT-6 Astra's September 3 launch, OpenAI's developer account posted a second wave of community showcases — and this batch tells a more specific story than the first. Where explainx.ai's launch-week roundup covered a broad mix of coding, computer-use, and general agentic demos, this September 12 roundup leans overwhelmingly toward one thing: 3D spatial reasoning and code generation for game engines and 3D pipelines.
Twelve projects, almost all independently built by developers rather than OpenAI itself, point at the same conclusion from different angles.
TL;DR
| Project | Builder | What it demonstrates |
|---|---|---|
| 3D anatomy explorer, 2,234 parts | ashe | Decomposing a complex real-world object into thousands of individually modeled, labeled 3D pieces |
| Manhattan recreation in Unreal Engine | Matt Shumer | Street-by-street world-building over ~1 week, claimed "perfect" per-street accuracy |
| 6 Van Gogh paintings → walkable Three.js town | Peter Gostev | 2D-to-3D world synthesis from flat reference art |
| AR vacuum coverage app ("Sweep") | Mustafa Ergisi | Spatial reasoning applied to real-world AR floor tracking |
| Steam train drawing → 3,295-object Blender model | Tom Krcha | Reconstructing a physical object from a single 2D drawing into fully editable 3D geometry |
| One-shot browser game (Blender pipeline) | Theo (t3.gg) | 3D reasoning combined with playable, in-browser game logic |
| Custom LEGO set generator | Emmanuel (scenario.com) | Image/text-to-buildable-set using real, orderable LEGO parts |
| Mixed-reality ATC simulator (Quest 3, Unity) | Scobel | 3D assets built from real airplane blueprints, deployed to a headset |
| Screen recording → interactive coded UI | Pietro Schirano | Video-to-code conversion including animation fidelity |
| Browser racing game (Three.js) | BubuAi | Full game build, iterated across model tiers (Astra Pro → Astra High) |
| Backrooms scene with VHS effects + sound (Blender) | Duncan Trussell | Full scene, effects, and audio generated from ~5 prompts in under an hour |
| ESP32 hardware workbench visualizer | ard | Simulating physical hardware/wiring for an ongoing embedded project |
| C++ ray tracer → Swift, GPU-accelerated | Paul Solt | Cross-language port plus hardware-target optimization (CPU → GPU on iPhone) |
The pattern: this is a 3D and spatial-reasoning showcase, not a general-capability one
OpenAI's own framing for the callout — "What can you ship with GPT-6 Astra? Drop a demo... Game on. You've got 24 hours." — was capability-agnostic. What came back wasn't. Of the twelve highlighted projects, at least seven directly involve generating, reconstructing, or manipulating 3D geometry: the anatomy explorer, the Unreal Manhattan build, the Van Gogh town, the Blender train, the LEGO generator, the ATC simulator, and the Backrooms scene. Two more (the browser games) depend on the same 3D-to-code pipeline even if the final output is 2D-rendered gameplay.
This matters because it's a different signal than benchmark scores. explainx.ai's Astra launch coverage already noted Astra leads on security and long-context benchmarks while trailing Fable 5.1 on general intelligence measures — but general intelligence benchmarks don't test "can this model take a 2D steam-engine sketch and produce 3,295 correctly related, editable 3D objects in Blender." That's a much narrower and more specific skill, and it's exactly the skill this entire roundup keeps demonstrating independently, across creators who have no reason to coordinate their story.
The standout builds, in detail
The anatomy explorer (2,234 parts). Builder ashe describes pulling apart the male anatomy into 2,234 modeled pieces in a 3D website, framing it explicitly as an educational tool — "we are in a renaissance of learning." This is the kind of high-part-count decomposition task that used to require a specialized 3D modeling team; Astra reportedly produced it as a code-generation task targeting a Three.js-based site.
Manhattan in Unreal Engine. Matt Shumer's claim — that Astra built a Manhattan recreation "over the course of a week," going "street by street to make each one perfect" — is the most ambitious scale claim in the roundup and also the least independently verifiable from the tweet alone. Treat this as a builder-reported claim rather than a benchmarked result until the project itself is publicly inspectable.
Van Gogh Town. Peter Gostev's project turns six Van Gogh paintings into a single walkable Three.js town, explicitly framed around wanting people to "experience" the transformation rather than just see a screenshot — he went as far as hosting it live at a public URL. This is a genuinely different task category from the others: turning flat, stylized 2D reference art into coherent, walkable 3D space requires the model to infer depth, structure, and spatial relationships that were never explicit in the source images.
The Blender train (3,295 objects). Tom Krcha's test explicitly frames itself as a direct capability probe — "how good really is GPT-6 Astra at 3D modeling?" — taking an old hand-drawn steam train sketch and asking Astra to reconstruct it in Blender. The result, in a few minutes: 3,295 fully editable, detailed objects with what Krcha describes as "beautiful geometry," with the ability to further direct the level of detail via follow-up prompts.
The C++-to-Swift GPU ray tracer. The one build in this roundup that isn't primarily 3D-content generation, but is 3D-adjacent in a different way: Paul Solt had Astra port his C++ ray tracer to Swift in one hour, then further optimize it to run on the iPhone 17 Pro's GPU rather than CPU — an 8-second software render at 1.5k dropping to 355ms on GPU at 4K with multi-sampling. Solt's own follow-up notes the process took "12 minutes later" for a second optimization pass. This demonstrates cross-language porting plus low-level performance-target reasoning (CPU-bound ray tracing math translated correctly into a GPU compute shader), which is a meaningfully different — and arguably harder — skill than generating 3D assets from scratch.
The LEGO set generator. Emmanuel's prototype takes an image or a short idea and produces a "100% customized" buildable LEGO set using official, orderable LEGO Group parts — bridging generative 3D reasoning with a real physical constraint system (LEGO's actual part catalog and structural rules), which is a harder problem than free-form 3D generation because the output has to satisfy manufacturing and assembly constraints, not just look right.
What this roundup doesn't tell you
A few honest caveats worth stating plainly, in the same spirit as explainx.ai's launch-week demo verification:
- These are builder-reported claims, amplified by OpenAI's own account. None of the scale or timing claims (the "week" for Manhattan, the "30 minutes" for the Backrooms scene, the "1-shot" framing for the racing game) come with independently reproduced timing logs. OpenAI retweeting a claim is marketing amplification, not third-party verification.
- Nothing here is benchmarked against competitors. There's no comparison in this roundup to what Fable 5.1, Gemini 3.8 Flash, or GLM 5.3 would produce given the same prompts. If 3D/spatial reasoning specifically is the deciding factor for your use case, that's a gap worth testing yourself before committing.
- Selection bias is baked in. OpenAI chose which quote-tweets to amplify from what was presumably a much larger pool of submissions. A roundup this heavily weighted toward 3D/spatial tasks likely reflects OpenAI's own interest in highlighting that specific strength, not necessarily the full distribution of what people actually built.
Why this matters if you're choosing a model for 3D or spatial work
If your work involves generating or reasoning about 3D content — game asset pipelines, AR/VR prototyping, CAD-adjacent tasks, or Blender/Unreal/Three.js scripting specifically — this roundup is a stronger practical signal than a general leaderboard position. The GPT-6 Astra vs Claude Fable 5.1 comparison explainx.ai published at launch found Astra trailing on general-intelligence benchmarks; none of that appears to matter for the specific task of "take a drawing, reconstruct it as editable 3D geometry," which is closer to a code-generation-plus-spatial-reasoning task than a general-reasoning one.
The practical move if you're evaluating this for real work: replicate one or two of these specific tasks (a simple object reconstruction into Blender, a 2D-to-3D scene conversion) with your own reference material across two or three frontier models, rather than trusting either the benchmark tables or the viral demo reels alone.
It's also worth separating the two distinct skills this roundup conflates. One is generative 3D modeling: taking a description, sketch, or photo and producing plausible new 3D geometry, which is what the anatomy explorer, the Blender train, and the LEGO generator demonstrate. The other is spatial code generation: writing correct Unreal Engine Blueprints, Three.js scene graphs, or Blender Python scripts that produce a working, navigable environment, which is what the Manhattan build, Van Gogh Town, and the browser games actually test. A model can be strong at one without being strong at the other — a system that reasons well about object geometry doesn't automatically write clean, performant Unreal Engine code, and vice versa. If you're scoping a real project, decide which of the two you actually need before picking a model based on this roundup alone.
There's also a cost dimension the roundup doesn't surface. Several of the highlighted builds (the Manhattan recreation over a week, the 3,295-object Blender reconstruction, the mixed-reality ATC simulator) likely represent substantial token spend across many iterative prompts, not single-shot generations, even where the framing implies otherwise. Before committing engineering time to a Astra-based 3D pipeline, it's worth running a small representative task through the API directly and tracking actual token cost against the task's economic value, the same due-diligence step explainx.ai recommends whenever a demo reel understates the iteration required to get a production-quality result.
Related reading
- GPT-6 Astra Is Live: Every Number That Actually Matters
- The 11 Best GPT-6 Astra Demos From Launch Week, Verified
- GPT-6 Astra vs Claude Fable 5.1: Full Comparison
- Fable 5.1 Minecraft Mod: Kirin Dragon via Blender MCP
- AI Agents Simulation Within Simulation: Unreal Engine
- Top 10 Neural Rendering Use Cases Beyond DLSS 5
Official source: @OpenAIDevs on X
This post reflects builder claims shared via OpenAI's developer account as of September 12, 2026. Scale, timing, and performance figures are self-reported by individual builders and have not been independently reproduced by explainx.ai.
