Coach Development Resources
These resources document the tools and practices AIBMM coaches use to build software with AI assistants. Each page is structured to be read by both humans and AI — paste any page URL into your AI assistant to teach it our development workflow.
Recursive AI Tool Loop
A production-proven pattern for AI systems that analyze data, decide what they need, fetch it, and refine their own answer — without human intervention.
AI use: Full architecture guide with TypeScript templates for building a self-terminating recursive AI loop: orchestrator, tool system, pre-enrichment, living document, and safety rails.
How Coaches Use These Resources
1. Start a New Project
Open your AI assistant (Cursor, Claude, ChatGPT, etc.) in a new project workspace. Paste the URL of this page or a specific resource page into the conversation.
2. AI Reads the Guide
The AI reads the structured content and understands the tool or workflow. Each page includes both the “what” and the “how to build it” instructions.
3. Build Consistently
The AI applies our patterns to your project. Every coach ends up with similar tooling — deployment scripts, planning systems, test suites, and security processes.