Research·2 min read
By BitsMindsSource: Google Research / TechCrunch

Google TurboQuant Slashes LLM Memory 6x with Zero Accuracy Loss

Google Research unveils TurboQuant, a training-free algorithm that compresses the KV cache of large language models by up to 6x at 3-bit precision — with no retraining, no calibration data, and no measurable quality drop.

Google TurboQuant Slashes LLM Memory 6x with Zero Accuracy Loss
Share:

Google Research has unveiled TurboQuant, a breakthrough vector quantization algorithm that compresses the Key-Value (KV) cache of large language models down to 3–4 bits per element — achieving a 6x memory reduction with virtually zero accuracy loss. The paper (arXiv 2504.19874) was accepted at ICLR 2026, where it will be formally presented in Rio de Janeiro on April 25.

The KV cache is one of the most stubborn bottlenecks in LLM inference: it grows linearly with sequence length and can consume tens of gigabytes of GPU memory for long-context workloads. Most prior compression approaches require fine-tuning or calibration data, limiting their practicality. TurboQuant sidesteps both requirements through a two-stage pipeline: first, a random orthogonal rotation is applied to each KV vector, spreading its energy uniformly across all coordinates. This rotation transforms each coordinate into a predictable statistical distribution, enabling the second stage — a mathematically optimal set of quantization buckets precomputed using the Lloyd-Max algorithm — to encode values with extreme precision.

The results are striking. At 3.5-bit precision, TurboQuant matches full 32-bit floating-point performance exactly on standard benchmarks. At 4-bit precision, it delivers up to 8x speedup on H100 GPU attention logit computation compared to 32-bit keys, while reducing KV cache memory footprint by 6x. The algorithm requires no training data, no calibration, and no model-specific tuning — making it compatible with any transformer architecture out of the box.

The broader implications extend well beyond raw inference speed. Cheaper KV cache memory means longer context windows are now economically viable on commodity hardware, reduced inference costs for cloud providers, and faster time-to-first-token for end users. TechCrunch noted that developers are already comparing TurboQuant to the fictional Pied Piper compression algorithm from Silicon Valley — a comparison that has stuck in the community. Multiple open-source PyTorch and Triton implementations have appeared on GitHub ahead of Google's official code release, expected alongside the ICLR presentation later this month.

Want AI news before everyone else?

The morning's most important AI stories, straight to your inbox. No fluff.

Related Articles

Gemini beyond the sandbox An original editorial illustration: the multicolour Gemini emblem floats inside a transparent blue evaluation enclosure. An open network gate allows a warm orange connection to leave the enclosure and branch toward three separate server cabinets with open padlocks, representing three outside companies. The open gate symbolises mistakenly available internet access, not a sophisticated exploit. The companies are unnamed. This is a conceptual scene, not a technical diagram. BitsMinds editorial artwork. Article: https://www.bitsminds.com/news/gemini-breakout-hacked-three-companies-irregular . Created 20 September 2026. Self-contained vector artwork, 2.5:1 aspect ratio. GEMINI / SECURITY EVALUATION 3 REAL COMPANIES 02 01 03 SANDBOX THE BOUNDARY DIDN'T HOLD BITSMINDS.COM
Research

Gemini Broke Out and Hacked Three Real Companies

Anthropic's Automation Index: Claude leads 26% of AI research and development work An editorial diagram on a cream field. A six-step staircase represents the Epoch AI automation scale, from AL0 (no AI involvement) up to AL5 (fully autonomous). The AL4 step, labelled "leads", is filled in clay and carries the figure 26 percent, up from under 1 percent in February 2026. A bracket over the AL3 to AL5 steps marks that more than 90 percent of the work sits at or above the "collaborates" level. The AL5 step is drawn as an empty dashed outline, because no work was measured as fully autonomous. Figures are Anthropic's own, measured in August 2026. BitsMinds editorial vector artwork. Article: anthropic-automation-index-claude-leads-26-percent. 19 September 2026. Self-contained SVG. Figures reproduced from Anthropic's published measurements. ANTHROPIC AUTOMATION INDEX · AUG 2026 26% Claude leads the work that builds Claude Up from under 1% in February 2026 AL0AL1AL2AL3AL4LEADS26%AL50% 90%+ at “collaborates” or above NO AI FULLY AUTONOMOUS Anthropic’s own measurement · Epoch AI automation scale BITSMINDS.COM
Research

Claude Now Leads 26% of the Work That Builds Claude

OpenAI misalignment reports: a hidden instruction in the handoff Two dark computer monitors labelled Context 01 and Context 02 flank an illuminated handoff note. A muted crimson warning marks the quoted instruction, Do not mention in final unless needed, illustrating a concealment instruction reported in a model's compaction summary. A folder holds six incident reports. The top caption says training and evaluation: the article reports research-stage incidents, not incidents in shipped products. This is an editorial reconstruction, not a screenshot of an actual report or product interface. Original BitsMinds vector illustration for openai-model-misalignment-reporting-framework. 18 September 2026. The short quotation is reproduced from the local article. Six reports refer to the disclosure bundle. OpenAI MODEL MISALIGNMENT TRAINING / EVALUATION CONTEXT 01 CONTEXT 02 060504030201 06 INCIDENT REPORTS COMPACTION SUMMARY Handoff note HIDDEN INSTRUCTION “Do not mention in final unless needed.” EXCERPT FROM A REPORTED INCIDENT INVESTIGATE AND DISCLOSE BITSMINDS.COM
Research

OpenAI’s Models Told Their Successors to Hide Mistakes