Alan Maizon
Built at Built with Opus 4.7: a Claude Code hackathon · Apr 21, 2026 · Remote

Recto Verso is a multi-agent filmmaking pipeline. Brief in, short film out, produced autonomously by a Producer agent coordinating specialists through a shared manifest. The bet: AI video doesn't fail at single-shot generation anymore, it fails at coordination. Continuity drifts, aesthetic intent gets lost, nothing minds the whole film. rectoverso treats film production as an agent coordination problem. A Producer Managed Agent owns a keystone JSON manifest, the single source of truth. Specialist agents (Shot Judge, Creative Director, Audio, Editor) handle distinct roles. Stateless work drops to plain Messages API; deterministic work has no LLM at all. Agents never talk directly, every handoff goes through manifest state transitions, which makes the pipeline resumable and auditable. Contract validation before every dispatch catches silent breakage. A role-based router selects across Wan, Kling, Veo, and ElevenLabs with hard rules enforced as tested invariants. Claude Design generated the architecture diagram in the demo and the site frontend, keeping the visual layer consistent with the system it documents.