RecapFlow : May 5th Coaching call analysis
π SUMMARY This week's roundtable featured Patrick Chouinard demonstrating his Community Brain RAG system that indexes 68 sessions of call transcripts, Juan Torres showcasing an AI photo-booth app for events, and Morgan Cook presenting a Raspberry Pi digital signage kiosk built over a weekend. The group also debated the shifting landscape between Claude Code and Codex, with several members planning migrations due to quality concerns and billing quirks. π‘ KEY INSIGHTS Data preparation beats model selection in RAG pipelines. Patrick found that cleaning and chunking transcripts cost only $0.75 of a $30 total spend, while embedding model choice (Nomic vs Gemini) showed minimal difference when underlying data was solid. Hybrid retrieval is essential for conversational data. Combining BM25 keyword search with vector search significantly outperformed either method alone when querying call transcripts. Small local models can reach 75-80% of frontier quality. With strong retrieval infrastructure, GPT-4o-mini and open-source alternatives approached Opus-level results at a fraction of the cost, though Gemma 4 struggled with complex retrieval logic despite its 30B parameters. Enterprise Claude Code requires configuration hardening. Deploy organizational settings.json files to supersede personal configs, and use seeded CLAUDE.md files to explain constraints rather than just blocking users. Watch for billing mode triggers. Mentioning competitor agent names like OpenClaw or Hermes in Claude Code sessions switches from subscription to API token billing. The Superpower framework now bridges Claude Code, GitHub Copilot, and Codex. This allows workflow portability as members evaluate switching between coding agents. Model default preferences are the new SEO. If a technology isn't in a model's training-weighted defaults, it effectively doesn't exist for AI-assisted development. β KEY Q&A Q: What replaced ShipKit for the group? A: Most have moved to Claude Superpowers, which now works across Claude Code, GitHub Copilot, and Codex.