Routing, Cascades, and User Choice for LLMs

Routing, Cascades, and User Choice for LLMs
Notice: This research summary and analysis were automatically generated using AI technology. For absolute accuracy, please refer to the [Original Paper Viewer] below or the Original ArXiv Source.

To mitigate the trade-offs between performance and costs, LLM providers route user tasks to different models based on task difficulty and latency. We study the effect of LLM routing with respect to user behavior. We propose a game between an LLM provider with two models (standard and reasoning) and a user who can re-prompt or abandon tasks if the routed model cannot solve them. The user’s goal is to maximize their utility minus the delay from using the model, while the provider minimizes the cost of servicing the user. We solve this Stackelberg game by fully characterizing the user best response and simplifying the provider problem. We observe that in nearly all cases, the optimal routing policy involves a static policy with no cascading that depends on the expected utility of the models to the user. Furthermore, we reveal a misalignment gap between the provider-optimal and user-preferred routes when the user’s and provider’s rankings of the models with respect to utility and cost differ. Finally, we demonstrate conditions for extreme misalignment where providers are incentivized to throttle the latency of the models to minimize their costs, consequently depressing user utility. The results yield simple threshold rules for single-provider, single-user interactions and clarify when routing, cascading, and throttling help or harm.


💡 Research Summary

The paper studies the economics of large‑language‑model (LLM) routing and cascading when a single provider offers two models—a cheap, fast “standard” model (M₁) and a more expensive, slower “reasoning” model (M₂). The provider must decide, for each user request, which model to invoke first (i∈{1,2}) and, if the first model fails, whether to “cascade” the request to the second model with probability s∈


Comments & Academic Discussion

Loading comments...

Leave a Comment