Alice Routerlearns energy physics from silicon.
An AI that trains on certified hardware measurements — not vendor specs, not simulations. It predicts power consumption, selects optimal batch sizes, recommends quantization, and schedules workloads based on real physics.
Six decisions.
All grounded in proof.
Every recommendation Alice Router makes is backed by a certificate you can verify. No black box — every prediction names the certs it used.
Every cert is a training point.
Alice Router doesn't train on datasheets. It trains on Serial Alice certificates — Ed25519-signed, Polygon-anchored measurements from real GPUs running real models. Each certificate contributes a CertifiedPoint: model, hardware, batch size, quantization, power (W), energy per token (µWh/tok), trust score.
Closer certs, higher trust, more weight.
When you request a prediction, Alice Router finds the k nearest certified configurations by model similarity, hardware match, and batch distance. Each point is weighted by model closeness × certificate trust score. Higher trust (hardware_attested = 0.8) contributes more than self-reported (0.3). The prediction is a trust-weighted average — never a guess.
Four modes. One honest answer.
Set your objective: energy, carbon, latency, or cost. Alice Router evaluates every feasible (batch, quant, hardware) configuration against the objective and picks the winner — with progressive constraint relaxation if the strict set is empty. The decision names its basis certificates, so you can check the maths.
More runs. Better model.
Better decisions.
Every certified run adds a point to the training set. Alice Router v0.1 uses k-NN on ~50 certified points. v0.3 (coming with the next H200 rental) retrains a FP-Transformer ensemble on 200+ points including H200 real data — cutting extrapolation error from 27.6% to <10%. The model gets sharper the more you use the platform.
Getting smarter
with every certified run.
One call.
A certified recommendation.
vllm serve command with certified power evidence. Phi-3-mini on H200: direct TDX-certified overlay (trust=0.8).Every prediction.
Verifiable.
Alice Router names the certificates it used. Call /v2/certificates/{id}/verify on any of them. The energy physics behind the recommendation is on-chain — permanently.