
AI Tinkerers - "One-Shot" What Happens When You Hit Claude’s Limits? | Sam Hesson (Meta AI)
90 snips
Feb 25, 2026 Sam Hesson, a technical founder turned Meta AI incubations engineer who built agentic CI/CD pipelines, tells wild stories and explains his architecture. He covers his $50k token-abundance mindset. Short, punchy dives into converting Ray-Bans conversations to PRDs, running parallel competitive agents, rubric-based LLM judges for self-healing PRs, and prepping codebases for reliable agent testing.
AI Snips
Chapters
Transcript
Episode notes
Token Abundance Mindset Unlocks New Workflows
- Sam calls a Token Abundance Mindset the shift to treating tokens as cheap experiment budget to explore agentic dev at scale.
- That mindset enabled running long multi-turn runs and thinking in parallelized agent workflows rather than single prompts.
Convert Walk Conversations Into Ready PRDs
- Save voice-walk conversations as markdown and ingest them into your repo to generate PRDs and tech specs automatically.
- Sam runs scripts that convert those files into implementation-aware prompts using codebase-derived rules before pushing to GitHub.
Make Playwright Tests Part Of Agent Tasks
- Add Playwright end-to-end scripts to capture UI behavior and auto-generate unit tests during agent development.
- Sam treats Playwright tests as feature development guards and asks agents to create unit tests every time they change UI.
