Series B · Quantum-assisted AI training

Frontier AI models and the tools to run them.

Qubit Field Labs trains and serves models for code generation, reasoning, and scientific discovery. Field Harness runs them against your real codebase with full context. Quantum-assisted training is how we push past classical ceilings.

We use quantum computing selectively — for training optimization, loss landscape navigation, and scientific reasoning — not as a general-purpose compute replacement. Every model we serve runs on classical infrastructure.

Qubit Field Labs is a fictional company created for demonstration purposes. All models, products, metrics, and research described on this page are not real.
Models

Purpose-built models for different reasoning domains.

We train our own architectures with proprietary data pipelines. Each model is optimized for a distinct capability profile and served through our own inference stack.

QF Reasoner 32B
32B params

A general reasoning and code generation model. Trained with process reward models and reinforcement learning from human feedback for reliable multi-step problem solving. Excels at refactoring, debugging, agentic tool use, and structured analysis.

Context
128K tokens
Architecture
Sparse MoE + GQA
Training
RLHF + PRM
Serving
Custom kernels

Intended use

  • Code generation
  • Refactoring
  • Debugging
  • Agentic workflows
  • General reasoning
QF Matter 14B
14B params

A scientific model for chemistry, materials science, and molecular property prediction. Pretrained on curated scientific corpora with quantum-assisted electronic structure data. Captures physical symmetries that standard training misses.

Context
64K tokens
Architecture
Transformer + GeoEncoder
Training
Q-enhanced pretraining
Specialty
DFT-calibrated

Intended use

  • Molecular properties
  • Reaction pathways
  • Materials discovery
  • Band gap prediction
  • Scientific reasoning
Product

Field Harness

A coding harness built from the ground up to run our models against real repositories. Not a wrapper around an API — a purpose-built tool with repository awareness, integrated execution, and test feedback loops.

Repository context

Field Harness indexes your codebase at init — file graph, type hierarchy, call sites. Models receive this context automatically. No manual prompt engineering for repo-level tasks.

Tool execution & test feedback

Changes are written to disk, then verified against your test suite. Failed tests trigger re-generation with error context. The loop continues until tests pass or a retry limit is reached.

Model selection

Switch between QF Reasoner 32B for code tasks and QF Matter 14B for scientific workflows. Each model receives task-specific system prompts and tool configurations.

CI integration

Run Field Harness in your CI pipeline for automated code review, test generation, and migration tasks. Deterministic mode available for reproducible outputs.

$ pip install field-harness
field-harness — ~/project
$ harness init
 Repository loaded: 47 files, 12,847 LOC
 Model: qf-reasoner-32b (128K context)
 Index built: src → tests dependency graph

$ harness run "refactor auth module for OAuth2 PKCE"

Analyzing repository graph…
  src/auth/handler.py  ──→  src/auth/middleware.py
  src/auth/types.py    ──→  tests/auth/

Plan generated (4 steps):
  1. Create src/auth/oauth2_provider.py
  2. Refactor handler.py → PKCE flow
  3. Add OAuth2 middleware hook
  4. Update test suite

  ✓ oauth2_provider.py      +89 lines
  ✓ handler.py              +52 −31
  ✓ middleware.py            +12
  ✓ test_handler.py          +47

Running: pytest tests/auth/ -q
  ✓ 18 passed in 0.41s
Demo

See it in action.

Switch between models to see how Field Harness adapts its workflow, model selection, and output for different task domains.

Task: Refactor the authentication module to support OAuth2 PKCE flow with token rotation.

field-harness — demo
$ harness run --model qf-reasoner-32b \
  "refactor auth for OAuth2 PKCE with token rotation"

Loading repository context (128K window)…
Relevant files identified via call-graph analysis:
  src/auth/handler.py (auth entry point)
  src/auth/middleware.py (request validation)
  src/auth/types.py (data models)
  tests/auth/test_handler.py (24 existing tests)

Generated plan:
  1. src/auth/oauth2_provider.py ← new: PKCE + token rotation
  2. src/auth/handler.py ← refactor to delegate to provider
  3. src/auth/middleware.py ← add token introspection
  4. tests/auth/test_handler.py ← 12 new test cases

  ✓ 4 files modified. +200 −67 lines.
  ✓ pytest: 36/36 passed (0.52s)
  ✓ mypy: no new errors
Context used: 42K / 128K tokens
Latency: 8.3s
Cost: $0.014
Training Pipeline

Quantum-enhanced optimization at model scale.

Our training pipeline selectively routes optimization subproblems to quantum processors. Move your pointer to see how quantum signals flow into the model computation graph.

Pointer-responsive · Quantum signals → Model graph
Interactive

Qubit state explorer.

Adjust the rotation angle θ for each qubit and observe how measurement probabilities shift. These are the same state preparations our quantum processors execute during training optimization. The probabilities always sum to 100%.

Qubit 1 (Q₁)

|0⟩ |1⟩
θ₁ (polar angle)

Qubit 2 (Q₂)

|0⟩ |1⟩
θ₂ (polar angle)

Two-Qubit Measurement Probabilities (Z-basis)

|00⟩
100.0% 1000
|01⟩
0.0% 0
|10⟩
0.0% 0
|11⟩
0.0% 0
Total probability 1.000
Total shots (1000) 1000

Measurement in the computational basis (Z) depends only on θ, not φ. State: |ψ⟩ = cos(θ/2)|0⟩ + esin(θ/2)|1⟩. Joint probabilities are products of individual qubit distributions. Our processors prepare these states during variational quantum optimization steps in the training pipeline.

Research

Research programs.

Our research is AI-first. Quantum computing is one of several tools we develop and deploy to improve model training and scientific capabilities.

Program 01

Quantum-Assisted Model Optimization

Using variational quantum eigensolvers and QAOA to compute gradient preconditioning matrices during training. This stabilizes loss landscapes in high-curvature parameter subspaces, reducing training failures and improving convergence for models up to 32B parameters.

QAOAPreconditioningTraining stability
Program 02

Scientific Reasoning

Building architectures that encode physical symmetries — conservation laws, gauge invariance, crystallographic constraints — directly into model structure. Our Matter model line predicts molecular properties with quantum-chemical accuracy at a fraction of the compute cost.

Molecular MLSymmetry encodingDFT hybrid
Program 03

Hybrid Quantum-Classical Training

Developing training algorithms that selectively offload specific subroutines to quantum processors — attention kernel optimization, sampling from complex distributions, and loss landscape exploration. The goal is targeted quantum advantage, not quantum replacement.

Hybrid algorithmsAttention optimizationSelective offload
128K
Max context length (Reasoner)
Fictional
89.3
HumanEval+ benchmark score
Fictional benchmark
847
Tokens/sec inference throughput
Fictional metric
2.4×
Q-assisted training efficiency
Fictional metric
94.2%
Materials property accuracy
Fictional benchmark
Featured Paper

Latest publication.

Quantum-Assisted Gradient Stabilization for Large Language Model Pretraining

James Chen, Raj Patel, Lena Müller, Elena Vasquez, Takeshi Nakamura, Amara Okafor

arXiv:2501.08234 · January 2025 · Submitted to ICML 2025

We introduce Q-Grad, a hybrid quantum-classical framework that applies variational quantum circuits to compute gradient preconditioning matrices during LLM pretraining. Applied to models up to 32B parameters, Q-Grad reduces loss spikes by 67% and achieves a 2.4× improvement in effective training throughput compared to standard optimizers with gradient clipping. The method selectively engages quantum processors for high-curvature parameter subspaces identified during training, minimizing quantum compute overhead while maximizing stability gains. We demonstrate consistent improvements across standard language modeling evaluations and show measurable gains on reasoning benchmarks attributable to more stable training dynamics.

Infrastructure

Full stack, end to end.

From our models and developer platform down through classical accelerators to selectively deployed cryogenic quantum processors. Each layer is purpose-built.

✦ AI Models

QF Reasoner 32B and QF Matter 14B. Custom architectures, proprietary training recipes, and in-house evaluation suites. Models are trained and served entirely on our infrastructure.

◈ Field Harness

Repository-aware coding platform. CLI, Python SDK, and CI plugins. Manages model routing, context injection, tool execution, and test feedback loops.

▦ Classical Accelerators

Distributed GPU clusters for training and inference. Custom serving stack with optimized attention kernels, KV-cache management, and speculative decoding.

❄ Cryogenic Quantum Processors (Selective)

Superconducting qubit systems operating at 15 mK. Used for training optimization subroutines and scientific computation — not as general-purpose compute. Engaged selectively when quantum advantage is analytically expected.

Team

Leadership.

Researchers and engineers with deep experience in large-scale ML, quantum computing, and production systems.

Dr. Elena Vasquez

CEO & Co-founder

Former research director at a large-scale ML lab. PhD in computational physics from MIT. Built and led teams training models at frontier scale.

Dr. James Chen

Chief Scientist

15 years in machine learning research. Published 40+ papers on optimization, model scaling, and emergent capabilities. Former faculty at Stanford.

Sarah Okonkwo

VP Engineering

Built production ML infrastructure serving billions of requests. Expert in distributed systems, inference optimization, and developer tooling. Previously at Stripe.

Dr. Raj Patel

Head of Quantum Research

Quantum computing pioneer with 20+ patents in superconducting qubit architectures. Former research faculty at Caltech. Leads our quantum-classical integration program.

Open Positions

Join the lab.

We're hiring researchers and engineers across ML, quantum computing, and developer tools. All roles are based in our San Francisco office with flexible remote options.

Model Training

Senior ML Engineer — Model Training

Own training pipelines for our next-generation models. Work at the intersection of distributed systems, model architecture, and training stability. You'll integrate quantum-assisted optimization into live training runs.

Quantum Research

Quantum Research Scientist — Optimization

Design and implement quantum-classical hybrid algorithms for model training. Focus on variational methods, error mitigation, and practical quantum advantage. Publish your work at top venues.

Developer Tools

Frontend Engineer — Developer Tools

Build the next version of Field Harness. Design terminal interfaces, code diff visualizations, and interactive model configuration. React, TypeScript, and a love for developer experience.

Scientific ML

Research Engineer — Scientific ML

Develop the QF Matter model line. Work with chemists and materials scientists to push AI for science. Experience with molecular dynamics, DFT, or computational chemistry preferred.