Field notes
Writing from the build.
Deep-dives on AI architecture, prompt engineering, agency operations, and the systems that ship real revenue.
AI Video Production From the Command Line: How We Use Claude Code and Remotion to Build Professional Videos
Professional video production without a video team. We combined Claude Code with Remotion to produce polished product videos autonomously — from script to MP4 — using only a terminal and a browser.
The No-Mock Policy: How to Prompt AI to Kill Fake Data in Your Codebase
Every AI-built app looks finished until you open the source. Hardcoded arrays, setTimeout fake latency, mockUser objects running your auth flow. Here's the prompting framework to walk a codebase from prototype to production by giving AI architectural constraints instead of descriptive requests.
Stop Letting Your AI Agent Wing It: The Wave Plan Protocol for Organized Execution
Your AI coding assistant is brilliant at generating code but terrible at managing complex tasks. Here's how to turn it into a disciplined orchestrator that plans before it acts, delegates instead of doing, and never walks away from broken state.
The Supabase Triple Threat: How Three Small Mistakes Create One Big Security Breach
In Supabase, your 'API' is actually PostgREST sitting on PostgreSQL. Learn how IDOR + data exposure + broken auth chain together for devastating attacks, and get our audit prompt to find these vulnerabilities in your own codebase.