Updated
Updated · Unite.AI · Aug 25
Multiverse Computing Says 4-Bit 60B Model Beats 16-Bit Parent on 7 of 9 Benchmarks
Updated
Updated · Unite.AI · Aug 25

Multiverse Computing Says 4-Bit 60B Model Beats 16-Bit Parent on 7 of 9 Benchmarks

1 articles · Updated · Unite.AI · Aug 25

Summary

  • Multiverse Computing said its Quantization-Aware Healing method let a GPT-OSS 120B derivative shrink to 60B and 4-bit MXFP4 while outperforming the recovered 60B bfloat16 checkpoint on 7 of 9 tests.
  • 7.4 points on long-context reasoning and 5.6 on AIME 2025 math drove the gains, while the two losses—MMLU-Pro and SciCode—were under 1.5 points.
  • QAH changes the recovery step after compression by distilling the 4-bit student directly from the original 120B model, rather than from an intermediate full-precision checkpoint that Multiverse argues caps performance.
  • 100 training steps were enough for QAH to reach peak scores in a 9B test, versus about 700 for quantization-aware training; Multiverse said QAT then lost nearly 19 points by step 1,200 while QAH stayed within two points of peak.
  • HyperNova-60B, released open-weight under Apache 2.0, uses roughly one-quarter the weight memory of a bfloat16 version and about half the teacher’s compute per token, though the results come from Multiverse’s own paper and blog.

Insights

How did a heavily compressed 4-bit AI model manage to outsmart its massive full-precision predecessor on complex reasoning tasks?
If stripping an AI to 4-bit precision actually improves its math skills, are we fundamentally misunderstanding how neural networks store knowledge?
What is the hidden cost of bypassing intermediate checkpoints to train a compressed AI directly from its massive original teacher?