Archive
LLM Infrastructure

Draft and Check

Archive
Hard
200pts37 solves
A small fast model generates N candidate tokens (_____(1) phase). The large model checks all N in one forward pass (_____(2) phase). Flag format: CONGRESS{1:[phase],2:[phase]} Example: CONGRESS{1:embed,2:generate}
Show hint
Draft cheap, verify expensive. Verification of N tokens in parallel is faster than N sequential generations.

Archive — no submissions accepted

This challenge is preserved for reference. Play live challenges at /challenges.