3 Commits

Author SHA1 Message Date
40d8a29e33 docs: Phase 26 epilogue 2 — tree kernel landed; KV remap is the remaining blocker 2026-07-01 20:46:28 +08:00
cc3bc2188c docs: Phase 26 epilogue — speedup_e2e = 1.10x achieved 2026-07-01 19:59:03 +08:00
9a1af0adee docs: Phase 26 — EAGLE3 implementation follow-up + bug hunt log
Complete record of the EAGLE3 debugging session:
- 4 bugs found and fixed (truncate+overwrite, cache accumulation,
  aux normed vs pre-norm, position off-by-one).
- Final γ sweep numbers: matched=true everywhere, speedup=0.27x-0.95x.
- Per-slot acceptance analysis: d[0]≈10%, d[1..3] worse, d[5..7]
  surprisingly recovers (target verify follows EAGLE hallucination).
- Root cause analysis: verify_cost grows ~linearly with γ+1 while
  avg_accepted grows sub-linearly, so speedup < 1 across all γ.

Path forward: tree-based drafting (bigger lever) + faster batched
verify (flash-attention-2 with multi-query K/V sharing).
2026-07-01 19:18:37 +08:00