Skip to main content
Quantum VibeCoding

Can AI support
quantum computing
work?

Quantum vibecoding is using an AI coding agent to design, submit, and analyze quantum circuits — without writing SDK code yourself. You describe experiments in natural language. The agent does the rest.

This is how one person with no quantum programming experience produced 100+ experiments, replicated 6 papers, and built 20+ interactive tools in 48 hours of wall-clock time.

How it works

1Describe what you want

"Run a Bell state on Tuna-9 and measure the fidelity"

Natural language, not code. You describe the experiment, the hypothesis, or the question.

2AI translates to circuits

H q[0]; CNOT q[0], q[1]; measure

Claude Code generates cQASM 3.0 or OpenQASM 2.0, handles qubit mapping, basis rotation, parameter optimization.

3Submits to real hardware

qi_submit_circuit → job_id: 12847

MCP servers wrap quantum hardware as tools. The agent calls them directly — no SDK code on your end.

4Analyzes and reports

Bell fidelity: 96.6% on q[2,4]

Statistical analysis, error mitigation, comparison to reference values. All automated.

What this method produced

100+
experiments run
6
papers replicated
3
quantum chips
20+
interactive tools
34
web pages
0
lines of code by hand

The human role is not to write code. It is to direct attention, ask skeptical questions, and frame what matters. The AI handles implementation. The human decides what to investigate, when to doubt results, and how to communicate findings. This is a new mode of doing science.

The 5 Prompt Patterns

From 349 prompts across 445 sessions, five patterns emerged.

Explore

how might I demonstrate the capacity of claude code on quantum computing?

Open-ended questions that orient the agent to the domain.

Experiment

Queue them up and start gathering data. After every experiment, reflect and adjust.

Directing experiments with adaptive feedback loops.

Skepticism

wait, it was that easy? Are you sure that is real?

Every major discovery came from doubting results.

Meaning

it's like AI is the interface between humans and quantum...

Half-formed thoughts that crystallize the thesis.

Meta

you are stuck.

Sometimes the best prompt is two words.

The Stack

AI Agent

Claude CodeAI coding agent
MCP Serversquantum hardware tools
Python 3.12 + Qiskit + PennyLaneSDKs

Quantum Hardware

QI Tuna-99 qubits, free
IBM Torino133 qubits, 10 min/mo
IQM Garnet20 qubits, 30 credits/mo
Local emulatorinstant, no auth