EXH-01sample entry — swap with a real artifact
Orrery
A WebGL desk clock that tells time in planets — hours as orbits, minutes as moons, all in one hand-written shader.
The prompt · verbatim
Why it works
The fourth attempt shipped. The first three are documented here on purpose — the failures are part of the proof.
- A precise data mapping. “Innermost orbit = one revolution per minute” is unambiguous. Vague prompts (“make it feel cosmic”) produced the decorated failures.
- Deriving state from
Date.now()was stated as a requirement, not left to inference — the difference between a clock and an animation. - The iteration note is part of the prompt. Telling the model what the last attempt got wrong (“over-decorated”) steered attempt four to the restraint that shipped.
