AI and quantum computing are converging — and the research papers tell the story.
AI Meets Quantum Computing: The Papers That Matter
Neural network error decoders, autonomous quantum agents, and AI circuit optimizers — a researcher's guide to the intersection
AI and quantum computing are converging faster than either field expected. Neural networks decode quantum errors better than hand-crafted algorithms. LLMs write valid quantum circuits. Autonomous agents calibrate superconducting processors without human intervention. This post covers the papers and results that matter most at the intersection — a researcher's guide, not a hype piece.
Neural Quantum Error Correction
Error correction is quantum computing's biggest engineering bottleneck. Decoders must run in real time — faster than errors accumulate — and handle the messy, correlated noise of real hardware. AI offers a fundamentally different approach: learn the noise rather than model it.
AlphaQubit (Google DeepMind, 2024)
Published in Nature, AlphaQubit is a transformer-based surface code decoder that learns correlated error patterns directly from syndrome data. Rather than assuming an error model, it learns the actual noise characteristics of a specific processor.
- 6% fewer errors than tensor network decoders (accurate but impractically slow)
- 30% fewer errors than correlated matching (the practical state-of-the-art)
- Tested on real Sycamore data at distance-3 (17 qubits) and distance-5 (49 qubits)
- O(d4) scaling — a Mamba-based follow-up achieves O(d2) while matching accuracy
The open question: whether this scales to the code distances (17+) needed for fault-tolerant computing.
GPU-Accelerated Decoding (NVIDIA + QuEra)
NVIDIA's CUDA-Q QEC framework achieves <4 microsecond roundtrip latency for error correction decoding — roughly 1,000x faster than alternatives. Crucially, the GPU approach can be updated as neural decoder architectures improve.
IBM AI Transpiler
IBM's AI-powered transpiler passes achieve a 42% reduction in two-qubit gate counts. Since two-qubit gates are the dominant error source on real hardware, this directly improves fidelity.
AI for Quantum Code Generation
Can LLMs write quantum programs? Several systems have been tested, with results that are strong but need careful interpretation.
| System | Metric | Result | Note |
|---|---|---|---|
| QUASAR | Circuit validity | 99.31% Pass@1 | 4B params + agentic RL; validity is not correctness |
| QCoder (o3) | Functional accuracy | 78% | vs. 40% for human contest code; chain-of-thought helps |
| Our benchmark (Claude Opus 4.6) | Functional correctness | 63.6% | 151 Qiskit tasks; dominant failure: API staleness |
| Our benchmark (Gemini 3 Flash) | Functional correctness | 62.3% | Within 1.4pp of Claude; same failure mode |
| Our benchmark (+ Context7 RAG) | Functional correctness | 68–71% | +11–14% relative; 2.7pp run-to-run variance at temp=0 |
| Our benchmark (3-run ensemble) | Functional correctness | 79.5% | Union of Opus + 2×Gemini RAG runs; 31 hard-floor tasks |
The gap between QUASAR's 99.31% validity and our baseline 63.6% correctness is telling: generating syntactically valid circuits is easy; getting the quantum logic right is hard. With Context7 RAG, we push to 68–71% — and a 3-run ensemble reaches 79.5% — but 31 tasks (20.5%) remain unsolved by any model or run. Q-Fusion (IEEE ISVLSI 2025) takes yet another approach — graph diffusion models that produce 100% valid outputs — but faces the same correctness gap.
Autonomous Quantum Agents
k-agents: Self-Driving Quantum Labs
k-agents (published in Patterns / Cell Press, 2025) are LLM-based agents that autonomously calibrated and operated a superconducting quantum processor for hours, producing GHZ states at human-expert level. The key insight: quantum experiments are inherently digital — no wet lab, no sample prep, just API calls. An AI agent can iterate at the speed of the hardware itself.
QCopilot: Autonomous Quantum Sensors
QCopilot orchestrates multiple specialized agents (Decision Maker, Experimenter, Analyst, Diagnoser) with LLMs and a vector knowledge base. It generated 108 sub-microkelvin atoms without human intervention — a ~100x speedup over manual experimentation for atom cooling.
AlphaTensor-Quantum: RL for Circuit Optimization
AlphaTensor-Quantum (Nature Machine Intelligence, 2025) uses deep RL to reduce T-gate counts by up to 47% in some circuits. T-gates are the most expensive gates in fault-tolerant computing, so this directly reduces overhead for cryptography and quantum chemistry circuits.
The Hardware Landscape
| Platform | Leading Players | Key Milestone | Challenge |
|---|---|---|---|
| Superconducting | Google, IBM, Rigetti, IQM | Google Willow: 105q, first exponential error suppression, logical memory 2.4x beyond breakeven | Short coherence (~68us), cryogenic cooling |
| Trapped Ions | Quantinuum, IonQ | Helios: 98q, X-junction, 99.921% two-qubit fidelity | Slower gates, scaling past hundreds |
| Neutral Atoms | QuEra, Atom Computing | 3,000-qubit array, 2+ hours operation, up to 96 logical qubits | Atom loss, readout fidelity |
| Photonic | PsiQuantum, Xanadu, Photonic Inc. | PsiQuantum $1B raise; Photonic Inc. SHYPS qLDPC codes: 20x fewer physical qubits than surface codes | Photon loss, non-deterministic gates |
| Spin Qubits | QuTech/TU Delft, Intel | 10-qubit germanium >99% fidelity; industrial 300mm wafers >99% (Nature 2025) | Short coherence, but CMOS compatibility is the long bet |
| Topological | Microsoft | Majorana 1: 8 topological qubits, tetron architecture | No gate operations demonstrated; scientific community remains skeptical about whether these are truly topological |
IBM's roadmap: Kookaburra 2026 (first qLDPC module), Starling 2029 (200 logical qubits, 100M gates).
Quantum Advantage: An Honest Assessment
Demonstrated (narrow): Google's random circuit sampling — 5 minutes vs. 1025 years classical — but RCS has no practical application. Their "quantum echoes" result showed a 13,000x speedup for molecular structure over the Frontier supercomputer. Q-CTRL demonstrated commercial quantum sensing advantage (50-100x for GPS-denied navigation).
The spoofing problem: Tensor network methods can approximate RCS benchmarks, limiting this paradigm for proving advantage.
The honest verdict: Useful quantum advantage for computing — solving a problem someone actually cares about faster than any classical method — has not been convincingly demonstrated as of early 2026. IBM predicts end of 2026. The transition will be gradual.
Where Quantum Inspire Fits
Quantum Inspire 2.0 offers superconducting backends (Tuna-9) plus emulators, with an open architecture integrated with the SURF supercomputer. QuTech develops both spin qubits and superconducting qubits, and QI aims to offer both modalities — making it uniquely valuable for comparative studies, exactly the kind of work AI agents can automate.
Our MCP servers connect Claude directly to QI hardware, enabling autonomous experiment execution. This is the same pattern as k-agents, but with frontier LLMs and real European quantum hardware.
The Convergence
A recent Nature Communications paper — "Artificial intelligence for quantum computing" — identifies three tiers of AI applications for quantum:
- Currently feasible: code generation, circuit optimization, decoder design
- Emerging: automated experiment design, noise characterization
- Longer-term: quantum code discovery, software verification
Our project at TU Delft sits in Tier 1, building toward Tier 2. The teams that combine AI capability with real quantum hardware access will define the field. The infrastructure is ready. The question is who builds on it first.
Sources & References
- AlphaQubit (Nature, 2024)https://www.nature.com/articles/s41586-024-08148-8
- AI for quantum computing (Nature Communications)https://www.nature.com/articles/s41467-025-65836-3
- NVIDIA CUDA-Q QEC real-time decodinghttps://developer.nvidia.com/blog/real-time-decoding-algorithmic-gpu-decoders-and-ai-inference-enhancements-in-nvidia-cuda-q-qec/
- IBM AI transpiler passeshttps://www.ibm.com/quantum/blog/ai-transpiler-passes
- Google Willow (Nature, 2024)https://www.nature.com/articles/s41586-024-08449-y
- IBM fault-tolerant quantum computing roadmaphttps://www.ibm.com/quantum/blog/large-scale-ftqc
- Quantinuum Helioshttps://www.quantinuum.com/blog/introducing-helios-the-most-accurate-quantum-computer-in-the-world
- QuEra 2025 milestoneshttps://www.prnewswire.com/news-releases/quera-computing-marks-record-2025-as-the-year-of-fault-tolerance-and-over-230m-of-new-capital-to-accelerate-industrial-deployment-302635960.html
- Microsoft Majorana 1https://azure.microsoft.com/en-us/blog/quantum/2025/02/19/microsoft-unveils-majorana-1-the-worlds-first-quantum-processor-powered-by-topological-qubits/
- Quantum Inspire 2.0https://qutech.nl/2025/02/25/quantum-inspire-2-0-is-live-with-updated-software-and-hardware/
- QuTech 10-spin qubit germanium arrayhttps://qutech.nl/2025/11/27/from-complexity-to-control-a-10-spin-qubit-array-in-germanium/
- Silicon spin qubits on industrial wafers (Nature)https://www.nature.com/articles/s41586-025-09531-9
- QUASAR (arxiv:2510.00967)https://arxiv.org/abs/2510.00967
- QCoder (arxiv:2510.26101)https://arxiv.org/abs/2510.26101
- k-agents (arxiv:2412.07978)https://arxiv.org/abs/2412.07978
- AlphaTensor-Quantum (arxiv:2402.14396)https://arxiv.org/abs/2402.14396
- QCopilot (arxiv:2508.05421)https://arxiv.org/abs/2508.05421
- AlphaEvolve (arxiv:2506.13131)https://arxiv.org/abs/2506.13131