• SaaS Exit Strategy: Acquisition, Lifestyle, or Long Game
    Apr 28 2026

    SaaS exit strategy is something most solo founders think about too late. What buyers pay for in 2026 is certainty of future value — not current features. This episode maps the three endgames for bootstrapped founders: lifestyle business, strategic acquisition, and acqui-hire. With 2025 Acquire.com multiple data by ARR range, lifestyle business net income math at real MRR levels, the five durable moats that survive AI-accelerated competition, and the technical due diligence checklist to start building against now — not 30 days before a sale.

    Show More Show Less
    43 mins
  • SaaS Legal Basics: GDPR, EU AI Act, and Compliance Awareness
    Apr 21 2026

    SaaS legal basics are what most developers ignore until something goes wrong. Not legal advice - just two founders talking through the compliance landscape they wish someone had explained before they started charging customers. This episode covers GDPR, the EU AI Act effective August 2026, PCI scope for Stripe-integrated products, business entity tradeoffs, and the four documents most founders encounter before their first paying user. For anything that affects your business, talk to a real lawyer.

    Show More Show Less
    47 mins
  • Solo Founder Burnout: Systems, Automation, and Deep Work
    Apr 14 2026

    Solo founder burnout in 2026 hits differently — AI tools removed the technical bottleneck and replaced it with a nervous system bottleneck. You can ship 5x faster, which means 5x more maintenance surface and 5x more decisions. This episode covers the operational automation stack that removes recurring decisions, the async-first operating model that protects deep work, and the 72-hour resilience test every solo SaaS should pass. With real burnout data, decision fatigue research, and automation platform comparisons.

    Show More Show Less
    49 mins
  • SaaS Metrics That Matter: Activation, Churn, Agentic Margins
    Apr 7 2026

    SaaS metrics that matter are five numbers - not pageviews, not signups. This episode is the instrumentation guide: the exact Supabase schema for tracking AI costs per user, the Stripe Sigma queries, the PostHog event setup, and the alert thresholds that tell you something is wrong before it becomes a crisis. Covers activation rate, time-to-value, NRR, MRR churn, and agentic margins - with real benchmarks so you know what good actually looks like.

    Show More Show Less
    42 mins
  • AI Customer Support at Scale: Tiered Architecture for Solo Founders
    Mar 30 2026

    AI customer support isn't a tool decision — it's an architectural decision. This episode starts with the support volume paradox (support doesn't scale linearly past 1,000 users, it explodes logarithmically due to combinatorial environment variance), then dismantles the Human Touch Theater Trap: founders spending 25–55% of their week manually answering tickets at an industry average cost of $19 per ticket, while a poor support interaction makes users 50% more likely to churn within 6 months. The full four-tier architecture with exact cost-per-resolution math: Tier 0 self-service docs at under $0.01, Tier 1 agentic AI at $0.50–$1.50 resolving 40–92% of tickets, Tier 2 contractor layer at $15–$25, Tier 3 founder escalation at $150+. Then the head-to-head cost math: Intercom Fin at $534/month for 500 tickets vs custom Supabase + Claude Haiku build at $26.50/month — scaling to $4,989 vs $40 at 5,000 tickets, with break-even on your 20 engineering hours at 8 months. Deep RAG engineering: LlamaParse vision-based ingestion for complex PDFs, fixed-size vs semantic vs late chunking (semantic improves retrieval recall by 9%), AWS flat-level syntax rules for machine-readable docs, and cosine similarity threshold tuning. Thomas Wiggled's Agent Tiny triage system: Claude Haiku classification at $0.01–$0.05 per ticket with forced JSON output (priority, category, reasoning). The contextual handoff protocol that eliminates "explain your problem again." And the Sunday midnight cron workflow that turns 500 resolved tickets into a friction-scored, auto-prioritized Linear roadmap for under 10 cents in API tokens.

    Show More Show Less
    51 mins
  • SaaS Distribution for Solo Founders: Reddit, Product Hunt, GEO and Cold Outbound
    Mar 23 2026

    SaaS distribution in 2026 is a technical problem, not a marketing problem - and this episode is the execution manual, not the philosophy. It opens with the tool → smart recommendations → AI agent sequence that every breakout SaaS follows (and why skipping straight to agents is commercially suicidal). Then: Generative Engine Optimization (GEO) — why AI crawlers treat your landing page like a JSON payload, why semantic HTML and JSON-LD schema markup are now mandatory, and the Princeton study showing LLMs cite earned media over owned content. The Hacker News architecture: 69 points triggers a 10-hour spike of ~60,000 visitors, and post-surge up to 50% of sustained referral traffic now comes from ChatGPT at 2x the conversion rate of Google. The 14-day Reddit ramp protocol with the 3:1 non-promotional ratio rule and subreddit-specific tactics for r/SaaS, r/startups, and r/marketing. The 2026 Product Hunt algorithm changes (upvote rings now actively penalize you), the Tuesday vs Monday launch day debate with data for both sides, and the 8–15% visitor-to-signup benchmark that tells you if your landing page is broken. The G2 monopoly after acquiring Capterra — G2 now holds 93% of bottom-of-funnel AI citations for software reviews. Intent-based cold outbound with Clay (trigger: Series B announcement, new CCO hire, technographic competitor data). And the 60-day launch calendar with the month-one benchmark: 847 median users, $127 CAC, 8.2 months to break even.

    Show More Show Less
    39 mins
  • Managing AI Costs: Token Optimization, Caching, Model Routing
    Mar 16 2026

    AI infrastructure costs aren't a strategy problem — they're an engineering problem. This episode is the war story session: the developer who hit $3,200 in a single month (22% from a CI/CD staging loop hitting the live API 40,000 times per commit), the 3am retry nightmare that burned $500 in one night from a primitive while-loop hitting a 429 error, and the 49-agent refactoring task that burned 887,000 tokens per minute before the actual work started. Then the fixes: 2026 model pricing head-to-head (GPT-5.2 at $1.75/$14, Gemini 3.1 Pro at $2/$12, Claude Opus 4.6 at $5/$25 per million tokens), the 200K context cliff that doubles your bill on a single token overage, prompt caching math (5-min cache breaks even on request 2, 1-hour cache breaks even on request 8), Microsoft's LLM Lingua compression framework (50–80% input reduction with near-zero quality loss), Redis semantic caching with HNSW vector search at 27ms vs several seconds for live inference, cascade model routing with RouteLLM and Bifrost's code mode (90% MCP schema compression), Upstash token bucket rate limiting with the ephemeral cache gotcha, and pre-flight tokenizer checks that kill the request before it hits the wire.

    Show More Show Less
    36 mins
  • SaaS Security for Solo Founders: Auth, RLS, and Prompt Injection
    Mar 9 2026

    SaaS security is where solo founders get ended — not slowed down, ended. One incident isn't a PR hiccup. It's terminal. The Verizon 2024 Data Breach Investigations Report found that 38% of all breaches used compromised credentials, with an average dwell time of 292 days before detection. For a bootstrapped founder, that's a death sentence. This episode covers why building your own auth is architectural negligence in 2026, the real cost math on Clerk vs Auth0 vs Supabase Auth (Clerk hits $1,825/month at 100K MAUs — Supabase costs $188 for the same load), and the AppSec Santa 2026 study finding that 25.1% of AI-generated code contains confirmed exploitable vulnerabilities. Plus the SoupExplorer January 2026 report that found 1 in 9 indie Supabase apps actively leaking their database keys to the public internet — and exactly how that happens. Covers SSRF, broken object-level authorization, SQL injection in AI code, Supabase RLS misconfiguration, indirect prompt injection (including the zero-click EchoLeak CVE-2025-32711 exploit), MCP attack vectors, secrets management with Doppler, WAF padding evasion, and the minimum viable security posture that actually works without a DevOps team.

    Show More Show Less
    1 hr and 2 mins