← Home
Web app · AI

LLM Router

Decides per question whether a cheap model will do. When it says escalate it makes you choose, so you can see whether the pricier answer was actually better.

LLM Router screenshot

What It Does

We don't need Fable for everything do we? This is an experiment with different levels of LLM and ability to rank with confidence the difficulty of a query and judge which LLM can answer it accurately. This was inspired by the GiveDirectly's experiment in Rwanda giving unrestricted LLM access to villagers. I was wondering for them and for most people who use LLMs in fact what model would be able to reliably answer 80% of queries and would a router be able to escalate intelligently when needed.

How it works

Every message you send goes first to a cheap model whose only job is to size up the question as easy/medium/hard, what topic, and whether it's worth spending real money on. If it says cheap, you just get the cheap model's answer immediately; if it says escalate, it stops and hands you two buttons so you can decide whether to pay for the stronger model and see for yourself if the better answer was worth it. Conversation history lives in SQL so the thread survives reload.

Built with