In stealth · 2026
Inference for agents that run for hours, not seconds.
We have identified an infrastructure path to the cheapest place to run an agent that can wait.
Agents run long enough to be expensive. Not yet long enough to be worth it.
Every layer already made this choice. All of them picked speed.
The discount for waiting exists, but agents cannot reach it.
We designed for all six. Nobody else takes more than two.
Every layer, the other way
- API
- hand the task off, never hold the connection open
- Request routing
- follow idle capacity, not the caller
- Inference engine
- batch depth over token speed
- Kernels
- tuned for occupancy, not first-token time
- Silicon
- more than one kind, chosen per deadline
- Data centre
- wherever capacity is cheap that hour
We serve open models. Your agent calls us one request at a time, each request free to depend on the answer before it, which is exactly what a batch endpoint cannot accept. You mark the deadline; the work lands wherever it is cheapest to finish by then. The saving is not one clever trick at one layer, it is the same choice taken six times.
We are in stealth. We still answer email.
If you build inference hardware, run capacity, or invest in inference, get in touch.