Frozen 12B Model Achieves 100% Accuracy on Verified Work with 6M-Token Window, Zero Tokens
Key Takeaways
- ▸Frozen 12B model matches frontier models on verified work through persistent memory retrieval rather than regeneration—zero tokens, bit-exact outputs, deterministic across all queries
- ▸Supports 6M-token context window on single 46GB GPU, enabling long-context reasoning impossible with current inference engines
- ▸Exact retrieval vastly outperforms approximate similarity search (0% vs 5.7% error), suggesting scaling benefits may come from better indexing rather than larger models
Summary
New research demonstrates that a frozen 12-billion parameter language model can match frontier models' capabilities on verified problem families without generating any additional tokens. The approach uses a persistent memory of verified solutions combined with exact retrieval to achieve 100% accuracy on tested problem instances. Most notably, the system supports a 6,000,000-token movable context window on a single 46GB GPU—nearly 200x larger than existing solutions like vLLM (30,399 tokens) and SGLang (32,000 tokens).
The key innovation is a verify-before-store contract: once a problem is solved and independently verified, every subsequent instance is answered at zero generation tokens with bit-exact determinism. Testing across 180 fresh problem instances spanning nine families and four model architectures from different vendors achieved perfect 180/180 accuracy. The retrieval system achieves 1.4-microsecond lookup times with 6-23ms full retrieval at just 36 mWh energy cost.
- Verify-before-store approach decouples execution cost from parameter scaling—solved problems cost only retrieval energy (36 mWh), never regeneration
- Public testbench with free access enables community validation
Editorial Opinion
This work challenges the prevailing assumption that capability improvements require model retraining or scaling. By demonstrating that frozen models with persistent verified-solution memory can provide frontier-level performance on deterministic workloads, it opens a fundamentally different architecture for production AI. The 6M-token window alone is a breakthrough—most systems cannot maintain coherent context beyond 30K tokens. For verification-compatible workloads (mathematics, deterministic tasks), this approach could prove more practical than constantly chasing larger frontier models.



