← blog
August 2026 · collateral

The micro paradigm: one founder and an orchestra of agents

Reflections on how research can be conducted with local models, specialized agents and selective access to foundational models to launch deep-tech projects that once required a full team. QMetrika as a real case.

reflection capital q agents

The moment the equation changes

A couple of years ago, the idea of launching a biocomputation research project without a lab, without a five-person team, and without funding was, at best, extravagant. Deep-tech has always had a high barrier to entry: specialized knowledge, data, computational infrastructure, time from qualified people. All of that multiplied by the natural slowness of science.

Something has changed. Not gradually, but with the abruptness of a phase transition. Foundational language models don't just generate text — they reason about technical domains, write functional code, review literature, draft manuscripts, structure arguments, catch errors. And local models, smaller but specialized, handle repetitive tasks at zero cost once deployed.

The combination of both, orchestrated with judgment, turns a single person into something that didn't exist before: a researcher with the operational capacity of a team.

It's not automation — it's orchestration

The image that best describes this model is not a programmer automating tasks. It's a conductor leading an orchestra. Each agent is a specialized instrument: one downloads and filters ClinVar data, another computes thermodynamic profiles, another trains the CNN, another verifies results against the literature, another drafts the manuscript. The founder doesn't play every instrument — the founder decides what gets played, in what order, and when something sounds off.

The difference from classical automation is that these agents aren't deterministic scripts. They can interpret ambiguous instructions, detect inconsistencies, propose alternatives. The founder keeps the vision and the decision, but execution is distributed across agents that can operate in parallel.

The founder doesn't replace the team. The founder redefines what it means to operate a research project: less manual execution, more judgment and direction.

The strategic mix: local + foundational

A common mistake is treating AI models as a monolithic category. In practice, there are two classes with opposing economics, and the decision of when to use each one is the central strategic decision of this paradigm.

Foundational models (Claude, GPT, Gemini): Complex reasoning, adversarial review, scientific writing, clinical interpretation. High cost per token, but irreplaceable when the task demands sophisticated judgment. At QMetrika, the clinical verifier — the agent that cross-references predictions against CADD, REVEL, UniProt and ACMG guidelines — needs this level of reasoning.

Local models and own compute (PyTorch, ESMC-300M, RNAfold): Deterministic or high-volume tasks where a foundational model would be wasteful. The thermodynamic engine (energy.py) computes ΔG profiles without any LLM. The CNN trains locally. Evolutionary scoring (ESMC-300M, successor to ESM-1v) runs on a Mac Mini with Apple Silicon at 0.08 seconds per variant. Marginal cost: zero. The entire precomputation pipeline runs on desktop hardware.

The ratio of local tokens to foundational tokens is the project's health metric. The more it shifts toward local, the greater the autonomy, the lower the cost, and the more proprietary knowledge compounds. But without selective access to the foundational model, certain tasks — those requiring high-level reasoning — simply don't get done.

The orchestra in practice: QMetrika's pipeline

At QMetrika, this model is not an abstraction. The variant classification pipeline (L1) works like this:

Agent 1

Data curator

Downloads ClinVar, filters ambiguous categories, validates labels. Mechanical task, high volume. Lightweight model.

Agent 2

Biophysical engine

Nearest-neighbor ΔG profile + ESMC-300M scoring + 11-channel tensor. Local compute on Apple Silicon, PyTorch, cost $0.

Agent 3

CNN predictor

Training and forward pass of EnergySignalCNN. GradCAM for explainability. Local GPU.

Agent 4

Clinical verifier

Cross-references predictions against public databases, applies ACMG criteria. Requires complex reasoning — foundational model.

Between the predictor and the verifier there is an approval gate: the pipeline halts until the founder — in this case, the principal investigator — reviews the prediction before cross-validation proceeds. The system is fail-closed: without explicit approval, nothing advances. The AI proposes, the human decides.

The result of operating this way, in numbers:

0.961
AUC BRCA1 (CNN 11ch)
42
Genes validated (mean AUC 0.876)
4
Publications with permanent DOIs
228K
Model parameters

Three preprints (missense classification, therapeutic mRNA optimization, synonymous variants) and a formal benchmark comparing EnergyFingerprint against CADD, REVEL, and AlphaMissense. A registered patent (OEPM). An mRNA optimizer that outperforms the Pfizer and Moderna vaccines in thermodynamic stability. An additive value study showing that EF improves CADD on ion channels (SCN1A: +0.109 AUC) and reclassifies VUS with 90.6% accuracy. A prototype graph neural network over thermodynamic graphs (DT-GNN) with glass-box interpretability. And a theoretical framework (Λ = S ⊗ Φ) unfolding across a trilogy of papers planned through 2028.

All from a desk with a Mac Mini, an internet connection, and an API account.

What doesn't change

The part AI doesn't replace is the most important one: the right question. No agent decides that the thermodynamic profile of mRNA is a useful dimension for classifying genetic variants. No agent chooses the patent angle, defines the paper trilogy, or detects that the zero-shot transferability gradient reveals something deep about protein grammar.

Scientific intuition, strategic vision, and the judgment of what's worth investigating remain human. What changes is that this intuition no longer needs to wait for a team, a grant, and a laboratory to become publishable, defensible results.

A researcher with the right question and a well-conducted orchestra of agents can produce results that once required a full research group. The barrier is no longer the team — it's the question.

Who this model is for

It's not for everyone. It works when three conditions are met: the founder has domain knowledge (without it, there's no right question); the project has a significant computational component (AI amplifies the computational, not the experimental); and the founder is willing to invest time in designing the orchestration before executing.

But when those conditions hold, the result is something that had no name until recently: a viable deep-tech micro-project, with a single founder, that competes on output quality with established groups. Not because AI is magic — but because the combination of human judgment, specialized local models, and selective access to foundational reasoning is, for the first time, sufficient.

Where the micro paradigm needs to stop being micro

Everything above is real and working. Four publications with DOIs, a registered patent, a formal published benchmark, 42 validated genes, an optimizer that outperforms commercial vaccines — all from a desk. But it would be dishonest to close here without saying what comes next.

This model is extraordinarily effective at validating a hypothesis, building a prototype, and generating publishable evidence. The exploration and proof-of-concept phase compresses from years to months. Up to that point, a founder with an orchestra of agents is enough.

But science doesn't end at the preprint. Experimental validation — synthesizing mRNA constructs, measuring expression in cell cultures, running DMS-MaPseq assays — requires a physical laboratory. International patent extension requires capital. Scaling from a prototype to a certified clinical tool requires regulation, infrastructure, and people.

The micro paradigm proves that the barrier to entry in deep-tech has dropped dramatically. But the barrier to scaling remains where it was. What changes is the position from which one negotiates: it's no longer an idea on a napkin — it's a project with quantified results (AUC 0.961, 42 genes, a published benchmark against the three dominant predictors), with DOIs, with protected IP, and with a proven operating system.

The natural next step for QMetrika is collaboration with universities for experimental validation, cooperation with capital firms for the PCT extension and product development, and partnerships with diagnostic labs and pharma for clinical pilots. The micro-project has proved the science works. Now it needs the ecosystem to grow.

The operating model behind this paradigm.