Every request is scored before it is spent
A small resident classifier reads task type, required reasoning depth, context length, tool surface and output contract. This is the only place Alphe adds meaningful latency, and it is the reason every downstream decision is cheap.
- Runs on-path, in-region, on the same hop as the proxy
- ~4 ms added, below the noise floor of any provider call
- Scores are attached to the trace, so a bad route is explainable after the fact
{
"task": "extraction",
"reasoning_depth": 0.18,
"context_tokens": 2841,
"quality_bar": 0.92,
"chosen": "llama-3.3-70b",
"rejected": ["gpt-4o", "claude-sonnet-4"],
"reason": "clears bar at 1/19th cost",
"saved_usd": 0.0412
}