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

推荐订阅源

WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
D
DataBreaches.Net
月光博客
月光博客
Recent Announcements
Recent Announcements
Google DeepMind News
Google DeepMind News
U
Unit 42
腾讯CDC
爱范儿
爱范儿
J
Java Code Geeks
有赞技术团队
有赞技术团队
Blog — PlanetScale
Blog — PlanetScale
N
Netflix TechBlog - Medium
B
Blog
Stack Overflow Blog
Stack Overflow Blog
GbyAI
GbyAI
T
The Blog of Author Tim Ferriss
小众软件
小众软件
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Azure Blog
Microsoft Azure Blog
T
Tailwind CSS Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知

Latest from Live Science in News

Artemis II heat shield aced its blistering reentry, ghostly underwater photo reveals Scientists invent artificial neurons that 'talk' to real brain cells, paving way to better brain implants 'What are the odds': Superbright comet and exploding fireball meteor form near-perfect X over European castle Meet AGI CPU — a specialist processor that engineers believe will power the next wave of AI Egyptian mummy has part of the 'Iliad' in its abdomen, archaeologists discover Artemis moon landing could face long delay while NASA waits for next-generation spacesuits Gene therapy improves hearing in 90% of patients with inherited deafness in largest trial of its kind Oil spills from Iran war may contaminate water and food supply and threaten protected wildlife refuge NASA's Curiosity rover finds a surprising number of giant 'dragon scales' littered across Mars Watch an AI-powered table tennis robot beat elite players NASA shuts off another Voyager 1 instrument as humanity Florida is facing its most intense drought in 15 years. Here's how it got so bad and how long it will last. Neanderthal toddlers grew faster than modern humans, probably because of the harsh environment they evolved in 'Nations need to prepare now': Key Atlantic ocean current is much closer to collapse than scientists thought New blood test aims to spot liver scarring before it paves the way to cancer A giant 'shadow' has been creeping across Mars for 50 years — and scientists aren't sure why Bruce the parrot is missing his upper beak —‬ but that hasn't stopped him from becoming an undefeated… Scientists identify main cause of extreme nausea and vomiting in pregnancy Naked mole rats wage bloody wars of succession to choose a new queen — but one colony did something scientists… 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 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…
Google AI breakthrough means chatbots use six times less ...
Fiona Jackso · 2026-04-30 · via Latest from Live Science in News

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.