AI Video Generation Pipeline
Primary engineer on the video-generation service — a dedicated service we extracted the generation logic into and rebuilt on Inngest. It's a ~20-step durable pipeline spanning script, voice, character, and multi-stage visual generation; each step suspends until its provider webhook fires, so a job can wait on a render as long as it needs and resume exactly where it left off without tying up a worker or losing state on a restart. Also built the quality layer: a promptfoo harness with a multimodal judge that watches the rendered .mp4 and scores it.