2026-04-28 - Phi Unsupported Stream-Level Timing on 20+4+6+2
Intent: Re-test unsupported one-stream stream-level chaining on the newly promoted 20+4+6+2 public baseline.
Setup: Ran local two-stage stream probe --manual-chain-all --manual-bind-memory on [0,20) -> [20,24) -> [24,30) -> [30,32) with 10 warmup executes and 100 measured executes. Ran the generalized public sequential probe on the same shard list for correctness.
Result: Public sequential and unsupported one-stream match at every stage: sums 4568.3968, 4590.55386, 4822.20798, final -196.949768. Unsupported one-stream layers measured 51.662 ms/execute, compared with public runtime layer calls at 53.039 ms/token for the same topology.
Surprise / hurdle: The unsupported boundary win is larger on 20+4+6+2 than on 16+8+6+2, about 1.38 ms/token, but still not a massive jump.
Lesson: Unsupported Stream-Level chaining can plausibly lift the new baseline from 17.203 tok/s to roughly 17.6 tok/s if integrated cleanly; useful, but still secondary to layer compute and LM-head algorithmic work.
Next: Productize unsupported stream path only if that extra ~0.4 tok/s matters enough to justify unsupported runtime path complexity; otherwise keep optimizing public ANE topology and LM-head strategy.
Refs: research/ANE_CHAIN_SCHEMA.md