Tether's AI division open-sourced Google's TurboQuant, compressing AI working memory by 5x for local devices.
Tether's AI division open-sourced Google's TurboQuant, compressing AI working memory by 5x for local devices.

Tether's AI division open-sourced Google's TurboQuant, compressing AI working memory by 5x for local devices.
A memory bottleneck that forces AI workloads into data centers is dissolving. Tether's AI Research Group open-sourced TurboQuant on Monday, a production implementation of Google's KV cache compression algorithm that reduces memory consumption by up to 5x while preserving output quality.
"If long context AI only works inside the largest data centers, then AI will be shaped by whoever owns the most hardware," Paolo Ardoino, chief executive officer of Tether, said. "TurboQuant changes what local AI can do by making memory less of a wall."
The KV cache — the working memory transformer models use to track context during a session — expands as conversations lengthen. At roughly 262,000 tokens, equivalent to several hours of conversation or a few hundred pages of text, the KV cache for a 4-billion-parameter model consumes about 8 gigabytes of memory. Four concurrent sessions push that to 32 GB before accounting for the model itself. TurboQuant compresses that cache to as little as one-fifth the original size, making long-context AI feasible on consumer GPUs, phones, and edge devices.
The release positions Tether's QVAC Fabric — its open-source local AI engine forked from llama.cpp — as a serious contender in the race to decentralize AI inference. If TurboQuant's 5x compression holds across model architectures, it could redirect a meaningful share of inference workloads away from cloud providers including Amazon Web Services, Microsoft Azure, and Google Cloud, which together spent an estimated $230 billion on AI infrastructure in 2025.
The algorithm, originally published by Google Research on March 24, 2026, applies quantization specifically to the KV cache — compressing numerical precision from 16-bit or 32-bit floating point down to 4-bit or 2-bit representations. Unlike many compression techniques, TurboQuant requires no model retraining or fine-tuning. Developers can apply it to existing models through Tether's QVAC SDK 0.12.0, which includes a full quantization pipeline, framework adapters for common inference engines, and workload-tuned deployment profiles.
For developers and startups, the implications are practical rather than theoretical. Instead of designing AI products around short context windows and cloud-only deployment, teams can support longer sessions on consumer hardware. A coding assistant can retain an entire codebase. A legal document review tool can process hundred-page contracts on a laptop. A tutoring app can maintain context across an entire study session — all without routing data through a remote data center.
Tether's implementation builds on prior compression work including PolarQuant and Quantized Johnson-Lindenstrauss, stacking multiple techniques to target different parts of the efficiency problem. The company has been expanding its AI footprint beyond the stablecoin business that made it a household name in crypto, with recent releases including QVAC Workbench for private on-device AI, QVAC Health for local wellness tracking, and QVAC MedPsy, a medical AI model family designed to run on phones and wearables.
The open-source release is a strategic play to grow the ecosystem around QVAC Fabric and position Tether's toolkit as the default infrastructure for decentralized AI. Any developer can grab the code, integrate it into an inference pipeline, and immediately benefit from the memory savings.
The competitive threat is most acute for cloud GPU providers. Nvidia's H100 and B200 GPUs, which dominate the data center inference market, command premium pricing partly because they are the only hardware capable of running long-context workloads at scale. If local hardware can handle those same workloads with TurboQuant, the addressable market for cloud inference could shrink. Nvidia's data center revenue reached $47.5 billion in its most recent fiscal year, with inference accounting for an estimated 40 percent of that total.
Still, independent benchmarks will determine whether the 5x compression claim holds across different model architectures and context lengths. Quantization techniques sometimes degrade in real-world usage with longer conversations or more complex reasoning tasks. Tether did not disclose the test conditions for its compression claims.
Tether is not a publicly traded company, but the implications for the broader AI ecosystem are measurable. Every gigabyte of memory freed on local devices reduces the incentive to route inference through cloud APIs, potentially compressing the total addressable market for cloud inference providers. For investors in Nvidia, AMD, and cloud hyperscalers, the question is how quickly local inference efficiency gains translate into reduced data center demand — a timeline measured in years, not quarters.
This article is for informational purposes only and does not constitute investment advice.