OpenCraft Launch Report / 001
Every model gets the same frozen prompts through the real product — no harness stubs, no benchmark suite it might have trained on. These are the actual files that came back, rendered as delivered, with what each one cost and how long it took.
The signature case, frozen for every future launch. It is one drawing, and it needs no sandbox — the product hands the model a writeArtifact tool that writes the file directly. What separates the two runs is not the picture.
Both drew a complete workshop — bench, pegboard, tools — and on the picture alone there is little to choose between them. The difference is how they got there. DeepSeek refused the direct path: it reached for the code sandbox seven times, failed five of those, and finally wrote the file to outputs/ instead. That is 42× the tokens, 6.9× the wall time and 5.9× the cost of Luna's single call, for a drawing that needed no sandbox at all. On a per-turn spend ceiling this is the difference between a product that feels instant and one that stalls for three minutes.
Humans famously fail this too: asked to draw a bicycle from memory, most people produce a frame that could not turn a wheel. The tell is the drivetrain.
Luna's bike would ride: the frame closes and a dashed chain line runs from the crank to the rear hub. DeepSeek's has cranks that drive nothing — no chain reaches the wheel — and a saddle hovering unattached above the top tube. This is the classic human failure mode, reproduced exactly.
The result flips: the dial is harder than the hands.
The result flips. Luna sets the hands about right but its dial is nonsense: it prints 12, 1, 2, 3, 4, 5, 6, 7 spaced evenly around the whole face — eight numerals stretched over twelve positions, so “6” sits where 9 belongs. DeepSeek prints only 12/3/6/9, puts them exactly where they go, and lands both hands: minute just past 9, hour approaching 4. Neither model wins the drawing cases outright, which is the point of running more than one.
Cost is gateway-reported, not estimated. Every case ran the same frozen prompt against the same production deployment within the same run.
| Model | Cases passed | Total cost | Total tokens |
|---|---|---|---|
| GPT-5.6 Luna | 5/6 | $0.0329 | 116,706 |
| DeepSeek V4 Flash Vision Exp | 1/4 | $0.0490 | 594,933 |
Opus is the gold standard this report is meant to measure against, and it is the one model missing. The suite drives the live product, where a turn is refused once an account's balance reaches zero; an Opus pass over these cases is a few dollars of real gateway spend. The account needs funding before that column exists — the runner and the frozen prompts are already in place.