Home / The Startup Ideas Podcast
Get your creative juices flowing with The Startup Ideas Podcast. Published twice a week, we bring you free startup ideas to inspire your next venture. Hosted by Greg Isenberg, CEO of Late Checkout and former advisor to Reddit and TikTok. Subscribe so you don't miss out.
Topics: Entrepreneurship , Business
Transcribe the entire archive
Fetch every episode as speaker-labeled Markdown in one script:
curl -s -H "x-api-key: YOUR_KEY" \
https://spoken.md/podcasts/1593424985/episodes \
| jq -r '.episodes[] | "\(.id) \(.title)"' \
| while IFS=' ' read -r id title; do
slug=$(echo "$title" | tr '[:upper:]' '[:lower:]' | tr -cs 'a-z0-9' '-' | sed 's/-*$//')
[ -f "${id}-${slug}.md" ] && continue
curl -s -H "x-api-key: YOUR_KEY" \
-o "${id}-${slug}.md" \
https://spoken.md/transcripts/$id
sleep 0.34
done
Each episode costs 1 credit. Already-saved files are skipped — safe to re-run after a top-up.
Example Transcripts
The $1,000/hour Solo AI business (Full Course) July 15, 2026
Making $$$ with Loop Engineering July 13, 2026
Grok 4.5 is a bigger deal than Fable July 10, 2026
We Tested OpenAI's GPT 5.6 for a Month July 9, 2026
AI Agents are the new SaaS July 1, 2026
“Learn AI” Is Bad Advice. Learn These Instead June 25, 2026
GLM 5.2 Clearly Explained (and how to set it up) June 23, 2026
Making $$$ with IOS apps June 15, 2026
Claude Fable 5 is BANNED. What to do? June 13, 2026
You are using Claude Fable 5 wrong June 11, 2026
What are Agentic Loops? June 9, 2026
Become AI Native in less than 60 mins June 8, 2026
Hermes Agent App Clearly Explained (and how to use it) June 6, 2026
Codex Sites Clearly Explained (and how to use it) June 4, 2026
The Next $100B Market: Selling To AI Agents June 2, 2026
How to win with AI Agents in 2026 April 29, 2026
ChatGPT Images 2.0 Is Here. I Tested Everything. April 22, 2026
Hermes Agent clearly explained (and how to use it) April 20, 2026
Claude Design blew my mind April 18, 2026
My Claude Code marketing stack (It just works) April 13, 2026
Building AI Agents (Clearly Explained) April 8, 2026
How I use Lindy AI to run my life April 6, 2026
23 AI Trends keeping me up at night April 1, 2026
I Built an AI Agent Company (From Scratch) March 26, 2026
What is Firecrawl? March 24, 2026
My OpenClaw setup that finally works (Complete Walkthrough) March 19, 2026
Biggest wealth creation opportunity is SaaS March 4, 2026
What is Perplexity Computer? February 27, 2026
How I Use Obsidian + Claude Code to Run My Life February 23, 2026
Claude Opus 4.6 vs GPT-5.3 Codex: Live Build, Clear Winner February 6, 2026
6 Scalable Startup Ideas (You Can Start Tomorrow) January 12, 2026
Making $$ with Alibaba's NEW AI Agents (Full Demo) January 5, 2026
Make 2026 the Best Year (Answer These 7 Questions) December 15, 2025
Vercel CEO Shows His v0 Workflow to Build 10X Faster (& 5 $1M+ AI Startup Ideas) October 29, 2025
Any episode from this podcast is available via the API — get started .
Get any The Startup Ideas Podcast episode as clean, speaker-labeled Markdown — ready for your AI agent.
curl -H "x-api-key: pt_demo" \
https://spoken.md/transcripts/{episodeId}
No subscription. Credits never expire. Try free with pt_demo.