Loading...
Loading...
This video by Ray Amjad walks through his complete AI agent coding workflow for 2026, covering the full cycle from spec creation to implementation. The spec workflow begins with screen recordings of existing products fed into Gemini 3 Pro to generate an initial PRD, then iterates using Claude Code's ask-user-question tool, and uses ChatGPT to discover relevant packages and libraries before breaking the spec into phased milestones. Amjad frames the builder's role as designing feedback loops—monitoring agents, improving CLAUDE.md files, and making high-level architectural decisions the agent cannot.
The video provides a practical multi-model strategy: Opus 4.5 as the primary model (70-80% of usage) for large features and clean code, Sonnet 4.5 for small fixes and code review, GPT 5.2 for architecture planning and stubborn debugging, Gemini 3 Pro for design tasks, and Haiku 4.5 for quick explanations. Key workflow patterns include using planning mode for any change over 10-15 lines to prevent architectural drift, leveraging sub-agents for research and context gathering (rather than role-based editing), running parallel CLI sessions across projects, and forking sessions to ask questions without polluting the main context.
Building on foundational concepts, this resource explores technical skills at a deeper level. It's designed for PMs who have some AI experience and want to develop more sophisticated skills.
Ready to explore this resource?
Go to youtube.comThis free short course from DeepLearning.AI teaches how to use large language models through the OpenAI API. Taught by Isa Fulford (OpenAI) and Andrew...
This article serves as a non-technical PM's guide to orchestrators, context optimization, and evals for AI agents. Author Jake McCGwire shares practic...
This comprehensive guide addresses systematic decay in AI systems through structured prompt optimization practices. The article establishes that promp...