Sovereign AI for companies.

Your frontier-API bill is a rental you own nothing from. llm-router sits in front of your model calls and decides, per request, whether to answer from a frontier API or a model on your own silicon, scored on cost and quality. The same path captures that usage into a training set you keep, so the work your models do becomes the corpus that trains a model of your own. Self-hosted, single binary, nothing calls home.

Built and tested; publication-pending. Routing and the capture path run today; the distillation classifier and fine-tune training on top are still in build. Source private today, available for review on request.

What it does

For a company, this is the first concrete step off rented intelligence. Keep spending on the frontier where the frontier is worth it, move the rest onto hardware you hold, and let the traffic you already pay for accrue into a corpus that trains a model you own. The savings land first and are measurable offline; the owned model is what the captured corpus is for. Run inside your own perimeter, the same loop turns a frontier-AI budget into capability that stays yours, on your data, behind your walls.

llm-router is the route-and-capture half of that owned-runtime loop: it decides where each call runs and turns that usage into a corpus you keep. The train half is the distributed-training work: the collective-communication math in mlx-go-ccl, moved over the mlx-go-iroh transport and surfaced as mlx-mesh. Local inference runs on mlx-go. The classifier that decides what to distill and the fine-tune training that closes the loop are the pieces still in build; the first proof is a measured loop on one scorable task, released with a reproducible eval harness.