About this puzzle

Agent Orchestration — practice the decision, scored against the optimum

What does the Agent Orchestration puzzle teach?

Reaching a goal with the fewest tool-calls is rarely the cheapest plan — orchestration is min-cost planning.

Why do interviews ask about this?

Planning under a tool/step budget is the agent-design interview: show you minimize cost and latency, not just “call the model more.”

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.