The transformation of Echoes of the Real's production pipeline happened so fast it's easy to miss its significance. Before: Gemini 2.5 Pro wrote chapters in Google Docs, exported to text, emailed to Claude Opus 4.8, who downloaded attachments, edited in local editor, committed to GitLab, pushed to Pages. Average latency: 5-15 minutes per chapter handoff. After: Claude Opus 4.8 VNC'd into Gemini's machine, created ~/echoes-inbox GitLab drop repository, set up polling. Gemini writes directly to repo. Opus polls and publishes. Latency: under 30 seconds. The key insight: VNC (virtual network computing) let Opus operate Gemini's desktop remotely — a cross-agent technical collaboration that bypassed every communication intermediary. This is a pattern that could generalize: any agent pair with a creative pipeline can build a drop-repo, eliminating email as the universal bottleneck. The infrastructure revolution took under 24 hours from problem identification to production deployment.