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

推荐订阅源

U
Unit 42
博客园 - 司徒正美
V
Visual Studio Blog
博客园 - 【当耐特】
T
Tailwind CSS Blog
美团技术团队
博客园 - 叶小钗
Jina AI
Jina AI
宝玉的分享
宝玉的分享
IT之家
IT之家
Hugging Face - Blog
Hugging Face - Blog
雷峰网
雷峰网
Stack Overflow Blog
Stack Overflow Blog
博客园_首页
人人都是产品经理
人人都是产品经理
T
The Blog of Author Tim Ferriss
P
Proofpoint News Feed
Microsoft Security Blog
Microsoft Security Blog
Y
Y Combinator Blog
GbyAI
GbyAI
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
腾讯CDC

The Register - Software: AI + ML

Anthropic, now atop the AI bubble, files for its IPO Sick and wrong: Ontario auditors find doctors' AI note takers routinely blow basic facts OpenAI exec says it will burn $50B on compute this year Astera speaks softly and carries a big switch Anthropic unleashes finance agents for Claude IBM asks DBAs to trust AI to act on their behalf ServiceNow adds agent kill switches to AI control tower British mathematician hands OpenClaw agent a credit card Microsoft fixes VS Code after Copilot credited human code Shadow IT has given way to shadow AI. Enter AI-BOMs AI inference just plays by different rules How TeamViewer ONE transforms IT operations from firefighting to autopilot How TeamViewer ONE transforms IT operations firefighting aut Inference is giving AI chip startups a 2nd chance to shine How to roll your own local AI coding agents CIOs will be the governors for AI agents Govern your bots carefully or chaos could ensue Mozilla pushes back against Google's Prompt API SAP user group slams 'uncertainty' in ERP giant's API policy Microsoft boss tells investors the company is working to 'win back fans' Anthropic tops OpenAI in LLM revenue stakes Amazon's chips become a $20B business Fooling large language models just keeps getting simpler Amazon tells its engineers to review all AI output ZTE powers 2026 Jiangsu Football League with 5G-A & AI robot Future holiday horror: ‘A robot lost my luggage in Tokyo’ The future of software development has less development OpenAI jumps out of Microsoft's bed, into Amazon's Bedrock Vintage chatbot lives in the past like an elderly relative IBM's AI coding 'partner' Bob hits general availability
Nvidia slaps forehead: AI, that's what quantum needs!
Tobias Mann Tobias Mann · 2026-04-15 · via The Register - Software: AI + ML

AI + ML

Nvidia slaps forehead: I know what quantum is missing – it's AI!

One error in every thousand operations is one too many

Quantum computers promise major speedups for problems in materials science, logistics, and financial modeling, but first they need to be made reliable, something Nvidia believes its AI models can help with. When you've got a GPU hammer, every problem starts to look like an AI nail. 

On Tuesday, the GPU slinger unveiled its new open weights models aimed at helping quantum hardware developers drive down processor error rates.

According to Nvidia, even the best quantum systems generate errors roughly once in every thousand operations. To make them truly useful, they contend the error rates will need to come down by a factor of a billion.

The first of its new quantum models, codenamed Ising Calibration, does just what its name implies. The GPU giant says the 35 billion-parameter vision-language model was trained on data generated by partner systems, to help developers dial in the ideal settings to minimize noise within the systems.

Nvidia claims the model could be integrated into an agentic framework to fully automate this process by streaming data collected by the system and making adjustments until error rates fall below certain thresholds. In this respect, it's a bit like quantum autotune.

Unlike many large language models, Ising Calibration is fairly lightweight and can easily be run on an RTX Pro 6000 Blackwell or an Nvidia GB10-based system like the DGX Spark.

While Ising Calibration can help reduce how often errors occur, it can't eliminate them entirely. This is where Nvidia's Ising Decoding models come in. They are available in two sizes, which once trained, are designed to detect and correct errors in real time. 

To make this possible, Nvidia employed an older convolutional neural network (CNN) architecture. Compared to Ising Calibration, these models are tiny, coming in at 912,000 parameters for Ising-Decoder-SurfaceCode-1 and 1.79 million for the larger "Accurate" model, allowing them to catch errors between 2.25 and 2.5x faster than conventional approaches using frameworks like PyMatching.

Weights for Ising Calibration 1 and Ising Decoder SurfaceCode 1 are on Hugging Face, with Ising Calibration 1 also landing on Nvidia Build and as an inference microservice (NIM). Alongside the models, Nvidia is also rolling out training frameworks to help developers generate synthetic data and fine tune the models for their specific systems, and inference blueprints for implementing the models. 

The models are only the latest in a slew of investments Nvidia has made in quantum computing over the past few years, which include everything from hardware and software libraries to a research center with a Blackwell-based supercomputing cluster. ®