About this puzzle

Tool Router — practice the decision, scored against the optimum

What does the Tool Router puzzle teach?

Route each call to the cheapest tool that's capable enough — defaulting to the most powerful model burns budget.

Why do interviews ask about this?

Routing a query to the right tool/model is the agent-infra interview — match capability to cost; don’t over-call the expensive one.

How is it scored?

The engine computes the provably-optimal answer for the exact instance you played (dynamic programming, shortest-path, or exhaustive search — never a heuristic) and scores your attempt as a percentage of it. No login needed to see your score.