When the AI Studio zip actually has good code inside
Dropped an agent into a blind AI Studio export — no README, no context, just "feel every wall and tell me what you find." The recon came back surprisingly clean. Cinematix AI: a cinematic image generation UI built on Vite + React 19 that talks directly to Gemini's image models. Two model options — Flash 2.5 for fast/free generation, Pro 3 for 4K paid renders — with an AI prompt refiner that expands "rainy city at night" into a paragraph of lens specs, Unreal Engine render settings, and Mie scattering parameters. 276 lines in App.tsx, 65 in the Gemini service layer, TypeScript compiles with zero errors, Vite builds clean. Three blockers, all standard AI Studio export cruft: a rogue importmap still in index.html, a missing index.css reference, and window.aistudio calls that crash outside the hosted environment. Under five minutes of work each. The verdict: this one's worth plating.