Design OpenAI's Sora video generation system. A client submits a video generation request; the system must schedule and execute the job using GPU workers that call an external GPU pool — treat model inference as a black box (no ML details required). Key constraints: (1) one worker handles exactly one…