Use case

Test every hypothesis. Not just the leading one.

Scientific research means running competing hypotheses in parallel across large experimental datasets — genomic, clinical, physical, climate — and letting the evidence, not the queue, decide which one survives.

parallel hypothesis testing petabyte‑scale datasets elastic GPU compute
The problem

One hypothesis at a time isn't how discovery works.

Research datasets are enormous and only getting bigger, but the infrastructure underneath them is usually built to answer one query at a time. So hypotheses get tested serially: run the analysis, wait, adjust, run again. A research team that could genuinely test twenty competing explanations at once instead tests two or three, because that's what a queue and a fixed cluster allow. The bottleneck isn't the science. It's the infrastructure underneath it.

How Oliver solves it

Built for the scientific method, literally.

Ingests the Zarr and HDF5 array standards.via transform on the way in
swarm

Parallel by design

The swarm is a hypothesis‑testing engine: many models evaluate competing explanations against the data simultaneously and reconcile to the one the evidence actually supports. In an early pilot, the swarm reached the same conclusion as the research team in minutes rather than months by testing hypotheses together instead of one at a time.

elasticity

GPU compute, only when testing

Spin up as much parallel compute as a research push needs, then release it — instead of funding a permanent cluster sized for your heaviest analysis week.

efficiency

~10× compression

Internal measurements show roughly 10× compression from columnar storage, helping keep petabyte‑scale genomic, clinical, and sensor datasets available in full rather than sampled to fit a budget.

queryability

Ask the next question, instantly

Once processed data lands in Oliver, it becomes a persistent, indexed model — not a one‑time dataset you reload into Python or R and write new code against for every question. Composition, co‑expression, spatial relationships: query whatever comes next, in milliseconds, without rerunning the pipeline.

In a proof of concept on real tissue‑imaging data, the swarm confidently annotated 19 of 24 cell clusters against known biology — and correctly deferred the other 5 to expert review, rather than guessing. The right answer, and knowing when it doesn't have one.

Proof

From a queue of one to a swarm of many.

Let the evidence decide. Not the queue.