Use an LLM as the orchestrator
Built a Python pipeline in which an LLM orchestrates script generation and coordinates specialised subagents for the production workflow, using LangChain and Ollama / vLLM.
CASE STUDY / GENERATIVE AI · VIDEO PRODUCTION PIPELINE
An end-to-end video pipeline orchestrating scripts, speech, image and video synthesis, and final assembly with LLMs and specialised subagents.

01 / THE PROBLEM
Producing an AI-generated video requires more than generating a clip. Scripts, speech, visual assets, and final assembly need to work together. This project connects those stages in an end-to-end LLM-orchestrated pipeline.
02 / MY APPROACH
Built a Python pipeline in which an LLM orchestrates script generation and coordinates specialised subagents for the production workflow, using LangChain and Ollama / vLLM.
Connected KokoroTTS with image and video synthesis stages, using stable diffusion and Wan2.2 as part of the generation toolchain.
Integrated FFmpeg for final video assembly, bringing generated material together into production-ready videos.
03 / SYSTEM OVERVIEW
The core focus was connecting specialised generation tools into a complete workflow. The orchestration layer coordinates creative stages, while the assembly stage turns individual generated assets into a finished output.
One orchestrator. A complete creative workflow.
04 / OUTCOMES
Script generation through final video assembly.
Example outputs are available on the linked YouTube channel.
Independent project overview. No production throughput, latency, or cost benchmarks have been supplied.