RecapFlow : May 26th Coaching call analysis
📝 SUMMARY This week's call featured deep dives into agentic AI workflows, production-grade PDF extraction strategies, and real-world client monetization plays. Patrick unveiled his pre-release Community Brain distribution and detailed his migration from OpenClaw to Hermes, while Brandon shared his overnight "deep work" parallelization system using Codex. Scott broke down multiple shipping projects including a parking app that generated $5K in its first weekend and a video generation pipeline, while Morgan, Juan, Alex, and Bastian presented updates on lobby displays, AI photo booths, multi-tenant architecture decisions, and healthcare partnership negotiations. 💡 KEY INSIGHTS Spec-driven development only works after you have clarity on infrastructure, framework, and database choices. Without this foundation, it loops endlessly without forward progress. For high-frequency simple tasks like single-word lookups, use smaller models like Gemini Flash or GPT-4o Mini instead of frontier models. The latency and cost drop dramatically with no quality loss. When extracting content from complex PDFs, convert each page to an image and feed it to a cheap multimodal model like Gemini Flash with a markdown output prompt. This handles tables, flowcharts, and mixed content far better than text-only extractors like Dockling. Hermes offers significant advantages over OpenClaw including cleaner API key management, built-in identity isolation, a Kanban dashboard, recursive self-updating skills, and native Codex integration. AI engagements often serve as a foot in the door for larger consulting relationships. Clients present surface-level problems that reveal deeper systemic work once untangled. Focus on solving high-margin problems for businesses with significant revenue where ROI is obvious. When building multi-tenant applications, start a brand-new project with organizations as a first-class concept rather than retrofitting an existing single-tenant app to avoid breaking live customers.