Skip to content

Quantum Mechanics Skills

Quantum mechanical concepts map surprisingly well to challenges in AI orchestration:

QM ConceptAI Orchestration Analogue
SuperpositionMultiple competing solution candidates held simultaneously
EntanglementTightly coupled decisions that must be jointly optimised
Measurement / CollapseSelecting a single output from a probability distribution
TunnelingBreaking through apparent local optima barriers
Wave functionCoverage distribution across test or solution space
Uncertainty principleFundamental tradeoff between precision and recall
DecoherenceContext pollution degrading decision quality over time
InterferenceConstructive/destructive merging of parallel agent outputs

These are architectural metaphors — precise analogies, not claims about quantum computing. The skills use the mathematics of QM (probability amplitudes, basis decomposition, etc.) as algorithmic primitives.

Skill IDDescriptionModel Class
qm-superposition-generatorHolds N candidate solutions in superposition; maintains amplitude (probability weight) for eachstrong
qm-entanglement-mapperIdentifies inter-dependent decisions that must be made jointly; prevents inconsistent collapsestrong
qm-measurement-collapseSelects a single outcome by collapsing the superposition state; respect measurement contextstrong
qm-tunneling-breakthroughBreaks through apparent impossibility barriers by finding non-obvious path through solution spacestrong
qm-wavefunction-coverageModels test/solution coverage as a wave function; identifies under-covered regionsstrong
qm-uncertainty-principleAnalyses precision–recall tradeoffs as a Heisenberg duality; recommends operating pointstrong
qm-interference-patternMerges parallel agent outputs using constructive/destructive interference logicstrong
qm-decoherence-shieldDetects and filters context pollution that degrades decision quality over long chainsstrong
qm-basis-decompositionDecomposes a complex problem into orthogonal sub-problems (basis vectors)strong
qm-hamiltonian-optimizerFormulates an optimization problem as a Hamiltonian; finds energy-minimizing solutionstrong
qm-path-integralEvaluates all paths through a decision space weighted by their amplitudestrong
qm-density-matrixRepresents mixed states (uncertainty about problem formulation) as a density matrixstrong
qm-observable-extractorDefines measurable observables (KPIs) that correspond to the quantum state of a workflowstrong
qm-phase-kickbackUses phase relationships between sub-solutions to accelerate convergencestrong
qm-amplitude-amplifierAmplifies high-quality solution candidates (Grover-inspired) for faster selectionstrong
qm-* request
1. Claude Sonnet 4.6 → primary physics analysis
2. GPT-5.4 → back-translation to plain engineering language

GPT-5.4 translates the physics-metaphor output into actionable engineering guidance that non-specialist consumers can act on.

QM skills are best suited for problems with:

  • Many competing valid approaches (qm-superposition-generator)
  • Tightly coupled interdependent decisions (qm-entanglement-mapper)
  • Local optima traps (qm-tunneling-breakthrough, qm-amplitude-amplifier)
  • Noisy or conflicting parallel agent outputs (qm-interference-pattern)
  • Long context chains with degrading coherence (qm-decoherence-shield)
  • physics-analysis — primary consumer; selects appropriate QM skills based on the problem structure