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
docs: HHTL bucket boundary awareness — BF16 precision zones
When raw cosine is within ±0.008 of a HEEL bucket boundary,
BF16 truncation can flip the bucket assignment. High precision
refinement (HIP/TWIG) on the wrong bucket = confidently lost.
Fix: boundary_risk metadata per centroid pair.
95% safe → fast cascade
5% uncertain → skip cascade, validate at LEAF or compute directly
γ+φ golden ratio stride reduces boundary risk by placing bucket
edges at irrational positions that don't align with BF16 quant steps.
https://claude.ai/code/session_01ChLvBfpJS8dQhHxRD4pYNp
0 commit comments