Build Apps Faster with AI: Measure Twice, Cut Once
EPISODE SUMMARY
Kyle James — early HubSpot employee and multi-time entrepreneur who's started and sold a company — has become a remarkably prolific builder. In this episode he shares his approach to rapid application development with AI: plan first and let two AI models collaborate (and argue) to produce complex, reliable outputs fast. The throughline is that the hard part of building with AI isn't the coding — it's the thinking you do before you code. Kyle then puts the method to work in a live demo, building a competitive intelligence tool from scratch on screen.
----------------------------------------
GUEST
Kyle James — early HubSpot employee, founder who sold a company to private equity, now builds AI agents and tools for clients and teaches his methodology rather than starting another company.
----------------------------------------
WHAT KYLE HAS BUILT
* FromThePulpit — 30 years of his father's sermons turned into a searchable database you can chat with → https://www.fromthepulp.it/ [https://www.fromthepulp.it/]
* CancerLogix — a comprehensive public directory of cancer research centers, publications, grants, and clinical trials → https://www.cancerlogx.com/ [https://www.cancerlogx.com/]
* LootSignal — market intelligence for the retro game market; pricing, scarcity, desirability, and audience attention combined into a single Opportunity Score per title → https://loot-signal.vercel.app/ [https://loot-signal.vercel.app/]
----------------------------------------
THE METHOD: "MEASURE TWICE, CUT ONCE"
Kyle's core argument is that a bulletproof plan makes for a smooth build — so most of the effort goes in before any code is written. Two ideas anchor the approach:
* Plan before you build. Break a project into phases and milestones, and pressure-test the technical plan before execution. A solid plan is what makes the build go fast and stay (mostly) bug-free.
* Two models, better together. Kyle uses Claude Code and Codex in tandem and leans on their different strengths — having them review and challenge each other's work, going back and forth until the plan and the code hold up. He thinks of AI models like very smart interns: powerful, but they don't always think everything through, which is exactly why the planning and cross-review matter.
He's published his framework as a public, downloadable resource (see Resources below).
----------------------------------------
CHAPTERS
* 00:00 — Introduction to Kyle's journey
* 01:52 — From analog to digital: the FromThePulpit project
* 06:25 — Planning for success: the framework behind fast building
* 11:05 — Codex + Claude Code: better together
* 15:37 — Live demo: building a competitive intel tool
* 21:53 — Creating a structured plan
* 25:43 — Drafting and reviewing the execution plan
* 28:07 — Iterative development and adding features
* 34:36 — Code review and quality assurance
* 36:37 — Final thoughts and future applications
----------------------------------------
RESOURCES & LINKS
* Trinity Skills (Kyle's planning + review framework, public repo) → https://github.com/kaileconsulting/trinity-skills [https://github.com/kaileconsulting/trinity-skills]
* From the Pulpit code - Code to build a basic RAGG on top of a library of pdfs - https://github.com/kaileconsulting/fromThePulpit [https://github.com/kaileconsulting/fromThePulpit]