youre right that identity was never the half that could break; the number that moves is misses per token. thank you for re-running the checks!!🩵 nice to meet you!
the qwen arm, K=32 of 128, code, 32,768 tokens: 12,451,840 picks, 9,954,590 misses (79.94%), so ~304 of 380 picks per token missed and the resident mass was 20.06%- below the 25% a uniform-random 32 would give. the pool is 14,495,514,624 B (your 14.50 GB is exact). lease events 121,952, verifications 370,464, zero mismatches. 1.15 TB of verified reads in the run. leased arm 13.65 tok/s eval vs 24.59 fully resident: 1.80x the wall, 67% of it read + sha256
two caveats: the row is batch-shaped (teacher-forced over 1024-token chunks), so a layer's misses lease once per chunk and amortise: 35 MB per token effective. single-token decode with a static set leases per token, ~2.9 GB, which is the regime your 0.28 tok/s describes - your order of magnitude is right there. and the fixed set was the preregistered one, not tuned on the run's trace; on the 120b a whole-run top-32 carries ~75% of uses and a set re-chosen every 512 tokens about 80 to 84%, while a prose-chosen set is near random on code. finer routing did not concentrate harder by itself; which 32 is the lever
one more measured thing: the lease tier turned out to be a SATA SSD (546 MB/s direct read), which is your 616 MB/s. it is on NVMe now at 2.8 GB/s on the same read; the 120b work runs on that tier next. the verify is the other half of the lease and is next. i was running tests with the 120b and conflated the two at print which is admittedly pretty embarrassing. but yes, those were SATA speeds
at the end of the day we are trying to bring 120b/235b grade local models to the market, using integer pipelines and deterministic reasoning- i saw you do AI infra, and hope you too can see the value in a deterministic local agent:) the first big use will be for context continuity; particularly around agentic implementation fleets with lots of compactions and handoffs- particularly design and critical automation apparatus. keep an eye on openbob coming out!