📝 SUMMARY This week's builder/founder coaching call, led by Brandon Hancock, packed in cost-optimization strategy, agentic architecture patterns, and hands-on go-to-market playbooks. Brandon shared updates on EMS SOAP (slow enterprise sales, active fundraising, aggressive LLM cost-cutting) and his new 30-day challenge project Listio, while Patrick Chouinard gave a deep tour of his personal "agentic OS" built on Proxmox, Hermes, and a markdown-based knowledge graph. The rest of the call was hands-on peer coaching: architecture advice for Hemal's e-commerce AI co-pilot, a full GTM and fundraising playbook for Juan's AI photo booth, cold-outreach troubleshooting for Shakur, and career-positioning strategy for Varun. 💡 KEY INSIGHTS • Treat falling model costs as a strategic weapon: when a model gets 10x cheaper, reinvest the savings into 10x more product value (integrity checks, live QA) rather than pocketing margin. Expect this reset cycle every 6–8 months. • Model swaps can deliver 100x savings: Brandon ran the same classification task on DeepSeek v4 Flash for $3 vs. $350 on a frontier model — same intelligence, fraction of the cost. • A true agent reasons and acts in a loop; a pipeline of sequential LLM calls that just streams an answer is not "agentic." The distinction matters for architecture decisions. • Adversarial test sets first: before building any conversational system, generate ~100 adversarial synthetic conversations (easy, confusing, prompt-injection) with expected outcomes. Hemal lost two weeks skipping this step. • Start with the simplest architecture (one agent, many tools), measure failure modes, and only add orchestrators/sub-agents when failure data justifies the complexity. • Loop engineering: run agents through repeated cycles of hypothesis → experiment → analyze → fix → retest, journaling every experiment to a markdown file so context survives compaction. Review early cycles yourself, then let it run autonomously overnight. • Use cheap Chinese models (GLM, DeepSeek, Qwen) for internal experimentation; reserve American models (GPT-5.5, Gemini) for production-facing or HIPAA-regulated work.