You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
blackboard (18): the headline dropped its condition, and a share is not a win
Two codex findings on #316, both correct, both against this entry.
(a) The headline read "inert on every power-of-two population". False below 512
rows: 64/128/256 rows are 1/2/4 words, so words % 8 != 0 and the tail is the
WHOLE op. The derivation immediately above the table says k >= 9 and the
prose below said "at or above 512 rows" — the TITLE is what lost it. That is
the fourth level of this session's one defect class: after a label
outrunning its accumulator, a claim outrunning its evidence, and a
measurement outrunning its regime, a headline outrunning the derivation
directly beneath it.
(b) A SHARE is not a WIN. The 16 ns is the padded tail's share of the current
op; the rewrite does not remove it, it replaces it with #315's measured
fixed-step tail of 5.33 ns. Every share figure therefore overstated the win
by exactly 16 / 10.67 = 1.5x. At a million rows: current 1953 x 0.31 + 16 =
621 ns, win 10.67 ns = 1.7%, not 2.6%.
Both tables now carry share AND win columns, and the crossovers move in: the win
falls under 5% above ~325k rows and under 1% above ~1.74M, where the share put
those at ~502k and ~2.6M. The verdict is unchanged and strengthened — the band
where the work pays is narrower than the entry first claimed.
Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DCfrD5y19cvFc4AoyydXYv
0 commit comments