Interdimensional Cable

March 2026

Visit Project

Built at the Multimodal Frontier Hackathon. Interdimensional Cable generates full talk show episodes end-to-end — script, video clips, voice synthesis, and assembly — all from a single topic prompt.

How it works

Pick a show format (John Oliver, Seth Meyers, etc.), give it a topic, and watch a complete episode materialize. The system orchestrates multiple AI models to handle each stage of production:

  1. Script generation — Google Gemini writes a structured script matching the host's style and comedic timing
  2. Video production — Google Veo generates video clips for each segment
  3. Voice synthesis — Text-to-speech creates authentic-sounding host narration
  4. Assembly — Mux handles video processing and delivery of the final episode

Technical Highlights

This is one of the most ambitious multimodal AI orchestration projects I've built. The challenge wasn't any single AI capability — it was coordinating multiple models (text, video, audio) into a coherent output pipeline with tight timing and quality requirements.

Tech Stack

  • Next.js 16 with React 19
  • Google Gemini for script generation
  • Google Veo for AI video generation
  • Mux for video processing and delivery
  • PostgreSQL with Drizzle ORM
  • Deployed on Vercel

Try it out

Watch AI-generated talk shows at multimodal-frontier-hackathon-inter.vercel.app.