Opus 5 can build real 3D now. Here is what it gets right, where it falls over, and why the gauntlet loop cost me more than it was worth.
There is no image model in this.
Every frame above the photograph is a real 3D model. Walls with thickness. Joinery with shadow gaps. A kitchen island that is 3 metres long because 3 metres is what the plan says.
It was built from a public real estate listing in Glenroy: 17 photographs and one marketing floor plan. Nothing else. No survey, no drawings, no site visit.
You can open it in a browser and walk down the hallway.
Two things before we start
An image model will beat this on beauty every single time. That is not the interesting part.
An image model guesses what a kitchen looks like. A 3D model has to commit to a number. The island is 3.0 metres or it is not. The corridor is 1.0 metre wide or you physically cannot walk down it. The window head is at 2.1 metres or the sill lands in the benchtop.
That constraint is the whole value. It is the difference between a picture of a house and a description of one.
An image model guesses. A 3D model has to commit to a number.
It showed up immediately. The plan is stamped "not drawn to exact scale", so I measured it rather than tracing it: thresholded the black wall runs straight out of the JPEG and calibrated the scale on two things that are certainly right, the 820 mm front door and the 3.4 by 6.0 metre garage. That gives 24.45 pixels per metre.
Then two errors fell straight out.
The bedroom corridor scaled to 700 mm. Nobody builds a 700 mm corridor. And the kitchen's east wall sat 1.3 metres away from where the photographs put it, which is the only reason photo 4 shows a clear run through to the hallway.
You do not find either of those by looking at a render. You find them when something has to be built.
The technique is simple to describe and expensive to run.
You split the job into pieces that can be judged on their own. You give each piece its own agent, with its own reference to match. Then you send in a separate agent as a harsh critic, whose only job is to compare the work against the reference side by side and reject anything short of the real thing. It loops until the critic runs out of arguments.
The point of the second agent is that it has no ego in the build. The builder has spent an hour on a bathroom and wants to be finished. The critic has never seen it before and is told to be difficult.
In practice, for this house, that meant one agent per room group, plus one for cameras and one for lighting and materials. Each ran its own dev server, took its own screenshots, and built its own labelled comparison sheets.
The shape of it
The mechanical verification is the part most people skip, and it is the part that matters. Anything the agent cannot measure, it will simply claim.
You are a harsh critic. You have not seen this build before. Below are two images, A and B. One is a real photograph of the room. The other is a 3D render trying to pass as it. You do not know which. Say which one is the photograph, and how you knew. Then list every difference you can see, hardest first: geometry, then proportion, then material, then light. Do not be generous. Do not soften anything. If you cannot tell them apart, say so plainly.
Give it the blind pair, not a labelled one. The moment a critic knows which is the render, it starts grading on effort instead of result.
This is the honest part.
The promise of the gauntlet loop is that you describe the job once, walk away, and come back to something finished. That is not what happened.
I kept having to look. And every time I looked, I found something no critic had flagged.
Things I caught that the loop did not
None of those are subtle. A person sees them in a second. They survived because a critic comparing two images will describe what it sees rather than ask whether the thing could exist.
A critic tells you the render looks wrong. A person tells you the bench is impossible.
These are specific to browser 3D, and each one cost me real time.
The four
The last one is the useful lesson generally. When something looks wrong, measure it before you theorise. Turning one light off at a time found that in two minutes; I had been guessing at materials for an hour.
Not by eye. A script samples wall, ceiling and floor patches in both the render and the photograph and prints the numbers.
Wall 219 against 220. Ceiling 210 against 215. Floor 172,146,121 against 175,142,107. Median brightness 205 against 212.
Window clipping came down from 8.1% of frame to 1.19%. The photograph clips 1.3%.
A lot. More than the result justifies, for this kind of job.
Two full waves of agents were killed by account limits before a single one finished its room. The work that did land came from long single-threaded sessions afterwards, which is to say: from the ordinary way of working.
The economics are worth stating plainly. Every agent starts cold. It re-reads the brief, re-reads the plan, re-derives the traps, re-renders the same screenshots. Eight agents doing that in parallel is eight times the setup for one house.
A single conversation carries all of that already.
Where it does pay. Fan-out earns its cost when the pieces are genuinely independent and the verification is cheap. Twenty unrelated documents, twenty test cases, twenty variations on one prompt. It does not pay when the pieces share a model and keep colliding, which is exactly what a single building is.
Prompt, look, correct. Repeat.
It is unglamorous and it is what actually finished this house. Cheaper per unit of progress. Slower to type. Faster to arrive.
And the looking is not overhead. It is the part that catches the impossible bench and the backwards chairs, because the question a person asks is not "does this match" but "could this exist".
Where this is genuinely useful today
Where it falls short, honestly
Not close to professional visualisation. The bathroom tile still renders too pale. Windows blow out. The bath is a box pretending to be an oval, and soft things (bedding, upholstery, fabric drape) are the weakest part of the whole build. If the deliverable is a beautiful image, use an image model. If the deliverable is a correct one, this is the better tool.
It also will not read your site, your planning scheme, or your client. That part has not moved.
Everything above came out of one house, one weekend, and a lot of looking at things that were wrong.
If your practice wants this running internally, or you want the agent briefs and the verification scripts, message me on LinkedIn.