惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

C
Check Point Blog
有赞技术团队
有赞技术团队
博客园 - 三生石上(FineUI控件)
博客园_首页
博客园 - 【当耐特】
WordPress大学
WordPress大学
月光博客
月光博客
博客园 - 叶小钗
S
SegmentFault 最新的问题
雷峰网
雷峰网
H
Help Net Security
宝玉的分享
宝玉的分享
A
About on SuperTechFans
IT之家
IT之家
J
Java Code Geeks
Hugging Face - Blog
Hugging Face - Blog
D
DataBreaches.Net
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 聂微东
T
The Blog of Author Tim Ferriss
B
Blog
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Y
Y Combinator Blog

Latest from Live Science

Naked mole rats wage bloody wars of succession to choose a new queen — but one colony did something scientists… Can the US be trusted with the moon? A law scholar raises concerns after Artemis II Lyrid meteor shower 2026: See spring's first rain of 'shooting stars' peak in moonless skies $3 million prize goes to duo whose research led to first sickle cell CRISPR therapy 700-year-old mummy from Bolivia contains earliest confirmed evidence of strep throat bacteria in the Americas New pain-relief opioid could be much less addictive than morphine, rodent study finds Experimental drug doubles one-year survival in pancreatic cancer Science news this week: Physicists witness faster-than-light darkness pinpricks, humans are still evolving, and some… Archaeologists discover perfectly circular ancient Egyptian temple that may have been used for sacred water rituals Some polar bears are adapting to their melting habitat. Will it be enough to save the iconic species? 2 supermassive black holes may collide 100 years from now ‪—‬ and Earth would feel it Anglo-Saxon burial holds an older sister cradling her little brother after they both died 1,400 years ago, possibly of… Colorado River may have pooled and spilled over to form the Grand Canyon, solving a long-standing mystery ‪—‬… 'We all screamed when it happened': Bright-green fireball meteor caught exploding over famous Viking raid site… Northern lights may be visible from several US states Friday and Saturday as giant hole opens up in sun Hackers used AI to steal hundreds of millions of Mexican government and private citizen records in one of the largest… The first black hole ever discovered is spewing 'dancing jets' at half the speed of light Stephen Hawking's black hole information paradox could be solved — if the universe has 7 dimensions 'Something's missing': Most thorough-ever study of the cosmos proves we still can't explain how the… 'Human evolution didn't slow down; we were just missing the signal': Large DNA study reveals natural selection led to more redheads and less male-pattern baldness Artemis II quiz: Is your knowledge of NASA New study confirms lobsters feel pain, driving scientists to call for a ban on boiling them alive This humanoid robot does all your housework for you ‪—‬ and its makers say it Ancient process that created rare earth elements discovered — and it could help us locate desperately needed deposits Strange mammal ancestor laid huge, leathery eggs —‬ and it was key to surviving the world 73 moon landings? NASA Diagnostic dilemma: A woman heard voices telling her she had a brain tumor ‪—‬ and scans confirmed she did Triassic croc relative from Ghost Ranch, New Mexico finally identified after nearly 80 years in museum basement There were Physicists witness pinpricks of darkness moving faster than the speed of light ‪—‬ without breaking the laws of relativity
Google AI breakthrough means chatbots use six times less ...
Fiona Jackso · 2026-04-30 · via Latest from Live Science

Google engineers have developed a method to compress artificial intelligence (AI) data so that it requires up to six times less working memory to function.

With the new system, called TurboQuant, AI algorithms could retain the same amount of information and perform equally powerful computations, but with significantly less memory hardware, the company says.

For example, if you ask ChatGPT what the weather will be like tomorrow in your area, it may store words like "weather" and "tomorrow," along with your location and partial guesses, like "It might be rainy," in the KV cache while it generates its response. The larger an AI model's KV cache is, the more information it can keep track of at once and the more powerful it is.

A single sentence uses only a few dozen tokens — the building blocks of AI prompts and output text — but storing hundreds of thousands of tokens in the KV cache for more sophisticated work can require tens of gigabytes of memory. These memory requirements scale linearly depending on the number of users, and ChatGPT is known to receive billions of requests every day.

The compression algorithm will decrease the amount of working memory an AI model needs to perform the same computations. It does so via a process called quantization, which results in values represented by fewer bits.

Although Google has been using quantization on its neural networks for many years, it has typically been applied statically — that is, the compression is done once and doesn't change as the model runs. The difference with TurboQuant is that it reduces the KV cache's memory in real time ‪—‬ a tricky feat given that it must keep the quantized data in the cache accurate and up-to-date while the model generates outputs.

Get the world’s most fascinating discoveries delivered straight to your inbox.

In a statement, Google representatives said TurboQuant "showed great promise for reducing key-value bottlenecks without sacrificing AI model performance" in tests in Meta's Llama 3.1-8B, Google's Gemma and Mistral AI models.

"This has potentially profound implications for all compression-reliant use cases, including and especially in the domains of search and AI," they added.

Is this Google's "DeepSeek moment"?

Google says TurboQuant could reduce the KV cache's size by a factor of at least six times, using two methods: PolarQuant and Quantized Johnson-Lindenstrauss (QJL).

To interpret these methods, it is important to understand that data in the AI's working memory has been turned into vectors — groups of numbers that have a defined size (radius) and direction (angle). Vectors can be mathematically "rotated," meaning they are reexpressed in a different, common coordinate system.

PolarQuant quantization reexpresses AI data from Cartesian coordinates (along X, Y and Z axes) into polar coordinates (angles around a single point). The rotation aligns the angles of the vectors more consistently, thereby allowing them to be compressed into fewer bits with less additional scaling information. The vectors then go through the QJL optimization method, where they are adjusted very slightly to correct any computational errors stemming from the quantization.

In a post on the social media platform X, Matthew Prince, CEO of web security company Cloudflare, called the compression breakthrough "Google's DeepSeek" ‪—‬ a reference to the surprise release of the Chinese firm's AI model that achieved comparable results to leading chatbots at a fraction of the cost.

Google's March 24 unveiling of TurboQuant sent stocks in memory companies like SanDisk, Western Digital and Seagate plummeting. But although the discovery could prove pivotal in improving AI efficiency, it is still at the lab stage and has yet to be widely rolled out in real-world models.

Moreover, it will compress only the working memory used during inference. This is when it is generating a response to a prompt. A model's training typically requires up to four times more memory than that, so the actual impact on memory will be relatively small.

This is what Merrill Lynch banker Vivek Arya explained to concerned investors in a note, according to ZDNet: "(The) 6x improvement in memory efficiency [will] likely [lead] to 6x increase in accuracy (model size) and/or context length (KV cache allocation), rather than 6x decrease in memory."

Google officially unveiled TurboQuant at ICLR 2026, which took place April 23-27 in Rio de Janeiro, and will formally present PolarQuant and QJL at AISTATS 2026 in Tangier, Morocco, in early May.