From One Prompt to a Playable 3D Prototype: Testing GPT-6 Astra
What if you could describe a simple idea and receive something you could immediately open, test, and improve, not just a written answer?
That was the question behind my latest GPT-6 Astra experiment.
I gave the AI a short brief for a browser-based 3D game: create a small scene, let the player move with the arrow keys, collect coins, display the score, and provide a way to restart after all the coins are collected.
The result was Coin Island, a simple but playable 3D prototype.
It was not a polished commercial game, and that was never the objective. The interesting part was how quickly a plain-language description became a working experience with movement, game logic, scoring, and a visual interface.
The prompt I started with
My initial request was intentionally simple:
Build a simple 3D game that can run in a browser. The player uses the arrow keys to move around a small scene and collect coins. Display the score, and allow the player to restart after collecting all the coins. Start with a basic playable version.
I did not begin by specifying a framework, scene architecture, rendering method, or detailed technical implementation. I described the experience I wanted the user to have.
That distinction matters.
Traditional software development often begins by translating a business idea into technical requirements. With a capable AI coding system, the first step can be much closer to explaining the desired outcome to a colleague.
The AI can then propose an implementation, write the code, assemble the interface, and make the first version available for review.
Why I tested a 3D game
A game is a useful stress test because it requires several elements to work together:
A visual environment
User input and movement
Objects that respond to the player
Rules and state, such as the number of coins collected
A clear success condition
A way to restart the experience
If the AI only produced an attractive static image, the test would have failed. The output needed to be interactive.
OpenAI has also published an example of using Astra in Codex to build a much more ambitious procedural space-exploration game. In that project, the creator began by describing the intended player experience, then continued refining scale, terrain, controls, rendering, and game assets. The official example is far more advanced than my small experiment, but the underlying pattern is similar: begin with the experience, test what works, and iterate.
What GPT-6 Astra produced
The first playable version included a small 3D island, a block-style player character, collectible coins, keyboard controls, a score counter, and a restart function.
The design was simple. The environment did not contain advanced physics, detailed animation, complex levels, or production-quality artwork. But it achieved the goal of turning the initial concept into something I could actually play.
That immediately changed the conversation.
Instead of discussing an abstract idea, I could look at the prototype and ask practical questions:
Is the player movement clear enough?
Can users immediately understand the objective?
Is the camera angle comfortable?
Does the score provide enough feedback?
What should be improved in the next version?
This is where AI-assisted prototyping becomes valuable. The first version does not need to be perfect. It needs to make the idea concrete enough to evaluate.
I also tested an interactive 3D Taipei 101
For a second experiment, I provided a reference image of Taipei 101 and asked Astra to create a simplified 3D scene that preserved the building's main shape. I also wanted users to be able to rotate the view, zoom in, and zoom out.
The resulting model was intentionally basic, but it demonstrated another useful pattern: a reference image plus a natural-language brief can become an interactive visual prototype.
OpenAI has demonstrated a more sophisticated version of this workflow using Astra, Codex, Blender, and Unreal Engine. In that example, an initial design brief became an editable 3D architectural scene, followed by repeated visual inspection and refinement. This reinforces an important point: AI can accelerate the path to a first model, but review and iteration remain essential.
What this means for business owners and professionals
Most business owners do not need to build a 3D game or model a skyscraper. The broader lesson is that AI is moving beyond answering questions and drafting text.
It can increasingly help turn a described workflow into a testable tool.
For an business onwers, the same approach could be used to prototype:
A quotation or pricing calculator
A simple customer onboarding flow
An invoice-matching screen
An internal approval tool
A stock-counting interface
A dashboard for outstanding payments
A training simulation for employees
Previously, a business owner might explain an idea in a meeting, prepare a requirements document, wait for a quotation, and then wait again for the first prototype.
AI does not remove the need for experienced developers, proper security, testing, or business judgment. What it can do is reduce the time and cost required to explore an idea before committing to a full project.
That is especially useful for small businesses, where uncertainty is often more expensive than the technology itself.
What “one prompt” really means
The phrase “one prompt” makes a good demonstration, but it should not be misunderstood.
One prompt can be enough to generate a first working version of a small, clearly defined idea. It does not mean every result will be accurate, secure, attractive, or ready for real customers.
A responsible workflow still includes:
Start with a narrow outcome.
Generate the smallest usable version.
Open and test it yourself.
Identify specific problems.
Ask the AI to improve one issue at a time.
Review security, data handling, and reliability before real-world use.
The advantage is not that human judgment disappears. The advantage is that we can reach the point where human judgment becomes useful much faster.
My takeaway
The biggest change is not simply that AI can generate a 3D model or a small game.
It is that the distance between describing an idea and testing a working version is becoming much shorter.
For business owners and professionals, this creates a new way to explore problems. You do not need to begin by becoming an AI engineer or mastering every development tool. You can begin with a small problem, describe the desired outcome clearly, and use AI as a partner to build the first prototype.
The prototype may be rough. It may need several rounds of correction. But once you can interact with the idea, you can learn from it—and decide whether it is worth developing further.
That is far more valuable than leaving the idea in a document or presentation.
Watch the complete demonstration
In the full video, I explain what GPT-6 Astra is, examine OpenAI's examples, create the simple 3D coin-collection game, and test the interactive Taipei 101 model.
Watch the full video: [Demo on Youtube]
What small business tool would you try to prototype with one prompt?

