"Anyone can draw a box at a known angle. The hard part is looking at a photo and recovering the angle."
Forward Is Easy, Inverse Is Hard
Every construction problem has two directions. The forward direction takes parameters and produces a picture: give a 3-D renderer a head model, a yaw of 20 degrees, a focal length, and it draws the projected result. Any graphics engine does this, and it is not hard.
The inverse direction is the one that matters for study, and it runs the other way: you have the picture — a photograph of a real face — and you want the parameters back. What yaw, pitch, roll, and camera produced this exact image? Recover those and the whole construction falls out of them. That inverse is the entire job of Loomis, and inverse problems are famously harder than the forward ones they undo.
Why Not Just Ask a Model to Draw It?
The tempting shortcut in 2026 is: train a model on thousands of photos-with-construction and let it draw the ball and box directly. It will produce something that looks like construction. But looking right is not the bar. A generative model optimizes for plausible marks, not for geometric consistency — the ball it paints need not actually agree with the jaw angle it also paints. It imitates the surface of the answer without solving the structure underneath. For a tool whose entire value is being the trustworthy reference, imitation is disqualifying.
An Answer Key Must Be Reproducible
Here is the sentence the whole engine is built to protect: an answer key you can't reproduce isn't an answer key. Feed geometry the same photo twice and it returns the identical construction, to the decimal, forever. It is a pure function of the input. A model with sampling temperature, weight updates, or any drift cannot promise that — and the moment your reference answer changes between Tuesday and Thursday, it stops being something you can grade yourself against. Geometry is chosen here not because it is fancier, but because it is faithful.
Geometry Can Say "I Don't Know"
There is one more quiet advantage. When a face is turned too far, or the lighting hides the landmarks, the geometry doesn't bluff — it produces a high reprojection error, a number that says this fit is shaky, trust it less. A generator, by construction, always outputs something confident-looking even when it has no idea. An honest "I'm not sure" is worth more to a student than a confident wrong answer, and only the geometric path can give it.