About this puzzle

Multi-Agent Handoff — practice the decision, scored against the optimum

What does the Multi-Agent Handoff puzzle teach?

Hand off to a specialist only when the gain beats the handoff cost — constant switching costs as much as never switching.

Why do interviews ask about this?

Splitting work across agents is the multi-agent-design interview: minimize handoff cost and total latency.

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.