E29–E46 · GROUP 3 OF 7
Choosing where a request goes
We tested whether Jev can pick the right destination for a request as reliably as the hand-built matching code it would replace.
A router decides which of many possible destinations, like a data source, a skill, or a model, should handle a given request. Get it wrong and the request goes nowhere useful; get it right too slowly or too expensively and the router is not worth using. We wanted real numbers on accuracy, on what the option descriptions need to say, on whether the order of the options matters, and on whether bundling many checks into one request is actually as cheap as it sounds.
108 experiments, 38,194 API responses logged, 45,861,280 input tokens, $1.9262 at $0.042 per million.
Compiled from dependency-docs-reference/jev/notes/12-experiments on 2026-09-19.