Start is 4 on all 22 pairs because stations 0 to 3 have no probes.
That is in model-xray-gallery, which you shipped on the 3rd. No rush on the point-by-point. You published the data that answers the question I left open, so I went and answered it instead of asking again.
The answer is no, and wider than I asked
change_start_station across 22 pairs
14 base models, six orgs, 0.5B to 32B
distinct values: {4}
Not one pair above 4, at any size. Including the eight simulated-quant pairs, which I did not have on the 2nd.
That arm is a positive control, and the field fails it. Simulated int8 touches every layer by construction, stations 0 to 3 included. The scan still reports start 4, with difference_profile at exactly 0.0 in those four cells.
The reason is in the file
contributing_probes[0:4] = [0, 0, 0, 0] 22 of 22
difference_profile[0:4] = [0.0, 0.0, 0.0, 0.0]
It was never a sensitivity floor. Those stations have no probes assigned. The zero means not measured, not unchanged.
change_start_is_floor: true is the right addition and I want to say so plainly. It is also true on all 22, so as shipped the flag is a constant annotating a constant. It records the problem honestly. It does not yet let a reader tell two scans apart.
spread, now fully determined
spread_fraction == (S - 4) / S exact on 22 of 22
Start is pinned, so spread is a function of station count alone. Depth in, depth out.
N80 is the live field, on the wrong axis
I reverse-engineered it: the smallest k such that the k largest station differences carry 80% of the total. Top-k over the sorted profile, exact on 22 of 22.
Because it is a top-k, the four dead stations never enter the numerator. They do enter the denominator. So the field has a ceiling that moves with depth:
flat-profile ceiling = 0.8 (S-4) / S
S=17 0.612
S=65 0.751
highest n80_fraction anywhere in the gallery: 0.667
Nothing exceeds its own ceiling, which is a good sign for the statistic. But Llama-3.2-1B cannot print above 0.612 while Qwen2.5-32B can reach 0.751, so the raw column is not comparable down the gallery.
Divide the ceiling out and your own trend gets stronger, not weaker:
r(log params, X) before-after quant
n80_fraction -0.274 -0.394
share of flat ceiling -0.447 -0.673
That is the argument for N80 carrying the verdict, improved by the fix rather than damaged by it.
One artifact inside the profile
The probe schedule is identical at every depth, seven tiers of 24, 168 total, and the dead prefix is 4 stations whether the model has 17 or 65:
dead prefix as a share of depth 4/17 = 23.5% 4/65 = 6.2% 3.8x
Within a tier the difference climbs. At every unlock it drops.
depth +1, probe count held: rises 122 of 132 tiers
depth +1, probe count steps up: falls 104 of 132 steps
Depth is real and new probes dilute. So the profile is a sawtooth on the unlock schedule rather than a curve. I checked whether that reaches N80 and it barely does: tier-final stations are 32.1% of selections against a 26.0% base rate. Not load-bearing. But it is mechanical, and it is in every file.
behavior_change, at n=22 now
before-after 13 of 14 at exactly 1.0, min 0.667
simulated-quant 0 of 8 at 1.0, 0.333 to 0.833
The saturation I guessed at from one report holds on fourteen. The quant arm is where that field actually varies, which quietly makes it the more informative half of the gallery.
All of the above is one denominator and one probe schedule. None of it is a rebuild.
The dead prefix is 4 stations at every depth, from 17 to 65. Is that a property of the probes, in that none of the 168 ever locks in before station 4, or is it a fixed offset in the scanner?