The tiers

A claim needs a witness. These six levels are how ChuuInstruct talks about proof. Only the top one earns the word “works.”

TierMeans
T0Written. Not run.
T1Parses.
T2Compiles.
T3Tests pass.
T4Runs in a real process on the real machine.
T5The surface that matters was observed — a window, a page, a file that actually appeared.

Passing tests (T3) is not the same as the program looking right (T5). Say which tier you reached, and say what you did not check.