About this puzzle

The Guardrail Gate — practice the decision, scored against the optimum

What does the The Guardrail Gate puzzle teach?

Stack only the guardrails you need to hit the safety target — running every check is wasted latency.

Why do interviews ask about this?

Which safety checks to run under a latency budget is the guardrails interview — maximize coverage per millisecond.

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.