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

推荐订阅源

小众软件
小众软件
T
The Blog of Author Tim Ferriss
Apple Machine Learning Research
Apple Machine Learning Research
B
Blog
L
LangChain Blog
博客园_首页
Vercel News
Vercel News
月光博客
月光博客
B
Blog RSS Feed
S
SegmentFault 最新的问题
博客园 - Franky
C
Check Point Blog
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
J
Java Code Geeks
F
Fortinet All Blogs
Recent Announcements
Recent Announcements
Y
Y Combinator Blog
罗磊的独立博客
D
Docker
酷 壳 – CoolShell
酷 壳 – CoolShell
云风的 BLOG
云风的 BLOG
人人都是产品经理
人人都是产品经理
WordPress大学
WordPress大学

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
Quantum computing: what’s real and what’s still theoretical
John Kagunda · 2026-05-19 · via DEV Community

Quantum computing sits in a strange place right now: it’s not science fiction anymore, but it’s also not the “solve anything instantly” machine people often imagine. The reality is a mix of solid engineering progress and still-unresolved theoretical and physical limits.

What’s real right now

1. Working quantum processors exist

Companies like IBM and Google have built functioning quantum computers using devices called qubits. Unlike classical bits (0 or 1), qubits can exist in superpositions meaning they can represent multiple states at once.

But here’s the key point: today’s machines are noisy and small-scale. We’re talking tens to a few hundred qubits in experimental systems, not the millions needed for large-scale fault-tolerant computation.

IBM and Google have both demonstrated “quantum advantage” style experiments where a quantum system performs a specific task faster than a classical computer but these tasks are highly specialized and not broadly useful.

2. Quantum advantage has been shown but only in narrow cases

In 2019, Google claimed a milestone called “quantum supremacy” (now often called quantum advantage), where a quantum processor solved a contrived problem faster than a classical supercomputer could practically match.

Important nuance:

  • The task wasn’t commercially useful
  • Classical algorithms improved afterward, narrowing the gap
  • It did not mean quantum computers are generally superior

So yes quantum machines can outperform classical ones in some carefully designed problems, but not in real-world applications yet.

3. Real progress in quantum algorithms

There are a few legitimate algorithmic breakthroughs that are real and proven:

  • Shor’s algorithm (theoretical but proven): can factor large numbers efficiently → threatens classical encryption if large quantum computers exist
  • Grover’s algorithm: speeds up brute-force search problems
  • Quantum simulation: promising for chemistry and materials science

This is where the field gets exciting: quantum computers are especially good at simulating quantum systems (ironically, their own kind of physics).

What’s still theoretical or not solved yet

1. Large-scale fault-tolerant quantum computing

This is the big missing piece.

Right now, qubits are extremely fragile:

  • They lose information quickly (decoherence)
  • They produce errors frequently
  • They require extreme isolation (near absolute zero temperatures)

To scale up, we need quantum error correction, which requires:

  • Many physical qubits to build one “logical qubit”
  • Extremely low error rates that current hardware hasn’t reached yet at scale

This is still an engineering and physics challenge, not just a software one.

2. Millions of qubits (not yet achievable)

For practical applications like breaking encryption or simulating complex molecules at industrial scale, estimates often suggest millions of stable logical qubits are needed.

We are currently orders of magnitude away from that.

3. “Quantum will replace classical computers”

This is mostly a misconception.

Quantum computers are not general-purpose replacements. Even in a mature future, they are expected to be:

  • Specialized accelerators (like GPUs today)
  • Used alongside classical systems, not instead of them

4. Fully realized quantum internet

A secure quantum communication network based on entanglement is theoretically possible, but:

  • Long-distance entanglement distribution is still experimental
  • Quantum repeaters are not yet practical at scale

Where quantum computing will matter first

The most realistic near-term impact areas:

  • Chemistry and drug discovery (molecular simulation)
  • Materials science (new batteries, superconductors)
  • Optimization problems (logistics, finance, scheduling—eventually)
  • Cryptography transition planning (post-quantum cryptography is already being developed)

The honest summary

Quantum computing today is:

  • ✔ Real and physically demonstrated
  • ✔ Progressing steadily in hardware and algorithms
  • ✖ Not yet useful for general computing tasks
  • ✖ Not yet scalable to “break modern encryption” levels

The field is best understood as being in the early engineering era, similar to classical computing in the 1940s–1950s: real machines exist, but the transformative applications are still ahead.