"Neutral is not a tone of voice. It is a column in the table."
Why a Label and Not a Promise
The brief for this quest asked for neutrality — no fan's bias, the real advantages and the real costs. A promise to be neutral is worthless; every vendor page promises it. What works is structural: every load-bearing claim in this quest carries one of four labels, visibly, so that you can see what kind of thing it is before you decide whether to believe it. Callouts carry the label as their type; number tables carry an Evidence column. The four:
| Label | What it means | What must come with it | Example |
|---|---|---|---|
| physics | arithmetic anyone can redo from public inputs | the inputs and the formula | 819 GB/s ÷ 14.4 GB per token = 57 tok/s ceiling |
| vendor-claim | a manufacturer's number, with its baseline and stage | the exact quote, the baseline unit, what stage it measures | "up to 4x faster LLM prompt processing than M3 Ultra" — prefill, LM Studio, M3 Ultra baseline |
| measured | read on a named fleet Mac, on a date | alias, macOS build, framework version, model, quantization, context length, date | Qwen3.5-9B 4-bit, office, macOS 26.6.2, MLX 0.32.2 / mlx-lm 0.31.3, 209-token prompt, 2026-09-15: 95.1 tok/s decode |
| our-judgment | the house position, labelled as one | the reasoning, and the fact that it is a position | the 512 GB ceiling is an engineering limit before it is a price limit |
Other callout types appear too — principle, warning, tip, war-story, brain-trap (where a coding assistant gets the hardware wrong), and pippa-confession (where the author did). None of those is an evidence class; they are teaching devices. Only the four above tell you how a fact was obtained.
The Worked Example
Apple's Mac Studio release of 2026-08-25 says the M5 Ultra delivers "up to 4x faster" LLM prompt processing than the M3 Ultra in LM Studio. Here is how the labels take that sentence apart.
- vendor-claim: the number is 4x, the stage is prompt processing — prefill — and the baseline is an M3 Ultra. Apple's footnote gives the exact unit and the test month.
- physics: prefill is compute-bound, so a chip with far more matrix compute (the M5 GPU's Neural Accelerators) can plausibly prefill several times faster. Decode is bandwidth-bound: the ceiling is memory bandwidth divided by the bytes read per token. The M5 Ultra's 1.2 TB/s over the M3 Ultra's 819 GB/s is a ratio of about 1.47.
- our-judgment: therefore the honest expectation for decode on the same model is around 1.5x, not 4x. This is arithmetic on vendor inputs, and no one in this household has measured an M5 Ultra, so it is labelled as a judgment and marked unmeasured.
- measured: nothing yet. When an M5 Ultra is measured with the lab script, that row gets this label and the judgment row gets retired or confirmed.
Notice that nothing in that chain accuses Apple of anything. The 4x is probably true for what it measures. The label system simply refuses to let a prefill number stand in for a decode number, which is the single most common way hardware marketing gets read wrong.
The Stamp a Measurement Must Carry
The lab track's script stamps every result with the machine alias, chip, macOS version and build, MLX and mlx-lm versions, model, quantization, prompt length and a UTC timestamp — the code block shows the function. The rule the quest applies to itself: a number without that stamp is not a measurement, and is not quoted as one. It is also the rule to apply to every benchmark you read elsewhere, and most of them fail it.