NexQuant: Rust-native 3-bit KV-cache engine for edge deployment

✍️ OpenClawRadar📅 Published: April 2, 2026🔗 Source
NexQuant: Rust-native 3-bit KV-cache engine for edge deployment
Ad

NexQuant is a Rust-native engine for running high-context models on consumer hardware that would normally struggle with memory constraints. It's positioned as a production-hardened successor to Tom Turney's TurboQuant+ research.

Key technical details

  • 3-5x Memory Reduction: 14B models now fit in 4GB of VRAM or unified memory
  • MSE-Only Stability: Replaces noisy QJL paths with stable MSE-only trajectory (27/27 logic tests passed)
  • Integrated Sparse-V: Sparsity is integrated into the real-time decode loop rather than just being a benchmark feature
  • Zero-Alloc Prefill: Written in 100% Safe Rust for speed without C++ prototype segfault issues
  • Hardware Support: Native runtime dispatch for Metal, CUDA, and Vulkan, with CPU-AVX2/NEON backend support for older laptops and Raspberry Pi
Ad

Implementation specifics

The project uses Walsh-Hadamard Transforms and Rust GGUF parsing. It builds on Tom Turney's PolarQuant/TurboQuant+ breakthroughs that proved 3-bit KV-caches were mathematically possible. The development involved Claude (Anthropic) as a high-speed pair programmer.

The goal is to ensure that as models scale, the ability to run them remains local and decentralized. The team is specifically seeking feedback on Vulkan SPIR-V kernels.

📖 Read the full source: r/LocalLLaMA

Ad

👀 See Also

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training
Tools

LLM Circuit Finder: Duplicate 3 layers to boost reasoning without training

A new toolkit finds 'reasoning circuits' in transformer models - contiguous blocks of 3-4 layers that act as indivisible cognitive units. Duplicating these blocks (layers 12-14 in Devstral-24B) improves logical deduction from 0.22 to 0.76 on BBH benchmarks with no weight changes or training.

OpenClawRadar
🦀
Tools

MathCode: A Mathematical Coding Agent with Lean 4 Formalization

MathCode is a terminal AI coding assistant that converts plain-language math problems into Lean 4 theorems and attempts formal proofs, with a persistent REPL, reusable libraries, and an Obsidian knowledge graph.

OpenClawRadar
Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack
Tools

Five Free Claude Desktop Extensions Released: Inspector Lite, Graph Lite, Bible Code, Word Graph, and Fun Pack

A developer has open-sourced five local Claude Desktop extensions: Inspector Lite for semantic code search, Graph Lite for a personal knowledge graph, Fun Pack for entertainment features, Word Graph for Bible study, and Bible Code for pattern detection. All run locally with no external dependencies or additional API keys.

OpenClawRadar
Claude Code v2.1.59 adds auto-memory, copy command, and shell improvements
Tools

Claude Code v2.1.59 adds auto-memory, copy command, and shell improvements

Claude Code v2.1.59 introduces automatic context saving to auto-memory with /memory management, adds a /copy command for interactive code block selection, and improves prefix suggestions for compound bash commands.

OpenClawRadar