← Back to blog timeline

Compressing MoE Without Lying To Yourself

Phase-collapse defragmentation, moment-ratio bounds, FFN pivots, and zero-sorry Lean 4 theorems — a research arc through 1-bit KV-cache quantization on OLMoE-1B-7B.

  1. Phase-Collapse Defragmentation: Why MoE KV-Cache Resists 1-bit Quantization

    Attention head activations in Mixture-of-Experts models cluster around expert routing patterns. Quantizing the KV-cache destroys this signal. The MoEGauge framework builds provable bounds on exactly how much.

  2. Part E Pivot: FFN Rotation and the Narrow-d Falsification

    After the KV-cache gauge, the obvious next move was applying β-lift to FFN weights. We tested it. It failed. Here is what the RAdam convergence probe and the 1-bit generation test actually showed.

  3. Zero-Sorry Discipline: What a Lean 4 Appendix Actually Costs

    Two theorems in this paper — MoEGauge and JensenFloor — had to reach zero sorries before the paper shipped. What that process looks like, why sorry is dangerous, and what JensenFloor actually says.