Demo · test idea — Babelio is an exploratory concept, not a real product.
b
Babelio Playbook Lesson 04 / 08
2026-05-16
Lesson 04 · Money

Monetization: the math behind a sustainable $9.99.

Price is not a value judgement — it is a function of three numbers: customer acquisition cost, AI inference cost per active user, and how long the user keeps paying. In an AI product like Babelio, the inference cost is the binding constraint: a heavy user can wipe out the entire $9.99 tier in a single month if you let them. This lesson teaches you to compute the five numbers that decide whether your price survives contact with reality.

Duration
17 min read
Format
read + checklist
Goal
Pricing / LTV-CAC / Ask
Outcome
Unit economics in 5 numbers + a funding decision

What this lesson does / does not do.

Does
  • Explain tiered freemium and when a reverse trial outperforms a free trial.
  • Compute AI cost per user at median and p95 for a real audio pipeline.
  • Derive LTV, CAC and payback period from first principles.
  • Frame the raise-vs-bootstrap decision as a numeric trigger, not a vibe.
Does not
  • Pick your accountant, tax structure or stock-option pool.
  • Negotiate term sheets — that's a different skill, hire a lawyer.
  • Replace bottoms-up financial modelling at Series A scale.
  • Set prices in markets you haven't validated (that was Lesson 03).
01.
Concept 01 · Tiered freemium with reverse trial

Free is the funnel, not the product.

4 minread

A freemium tier is a customer-acquisition channel disguised as a product. The job is to give away the cheap-to-serve feature and gate the wow-moment behind paid.

The standard structure has three tiers. Free covers the lowest-cost surface area and exists to seed word-of-mouth; Pro is the consumer-priced workhorse where you make your money; a Studio or Team tier captures the long tail of power users at 3–5× the Pro price. Designed well, Free is unprofitable per user but profitable per cohort, because Free users convert and refer.

A reverse trial inverts the usual flow. Instead of free → paywall, every signup gets the Pro experience for 7 days, then drops to Free. Superhuman, Krisp and Notion AI all report 2–3× conversion lift versus a flat free trial — losing the magic feels worse than never having it, and that loss-aversion is the conversion engine. The cost is one week of paid features per signup, which is trivial for cheap-to-serve software and expensive for heavy AI workloads. Size the trial usage cap accordingly.

02.
Concept 02 · Unit economics, end to end

Five numbers that decide everything.

5 minread

Unit economics is a five-number system: ARPU, gross margin, retention, LTV and CAC. If you cannot recite all five from memory, you do not yet know your business.

ARPU is the blended monthly revenue per paying user. Gross margin is what survives after you subtract variable cost — for AI products that means inference, hosting and payment fees. Retention is how many months the average user stays before churning; for consumer SaaS, 14–22 months is the realistic band. LTV is the product of all three: ARPU × retention × gross margin. CAC is what you spend to acquire one paying user, all-in: ads, content, influencer seeds, tooling, the part of your founder time that actually moves users.

Two ratios matter. LTV:CAC ≥ 3× means the business has headroom to grow. Payback ≤ 12 months for consumer (≤ 18 for B2B) means you can reinvest revenue into more acquisition without burning a hole. Anything worse and you are subsidising your users — sometimes correct, but only if you know the bill.

03.
Concept 03 · The cost ceiling AI puts on your price

Inference is a ceiling, not a line item.

4 minread

In traditional SaaS, COGS is roughly flat per user. In AI products, COGS scales with usage and is dominated by inference. That makes price inference-bound — your heavy users can torch the tier even when your median is profitable.

The standard model assumes the median user is the average user. In a heavy-tailed product that's false: the top decile of usage often consumes 5–10× the median. Multiply that by the per-call cost of streaming STT, MT and TTS and the picture changes — a $10 subscription that gives unlimited inference is a put option the user can exercise against you. Once the cost per heavy user exceeds the price, you lose money the more successful the user becomes, which is the worst possible flywheel.

Three structural defences exist. First, gate truly expensive features (voice cloning, dual-stream dub) behind a higher tier whose price covers the worst case. Second, route cheap users to cheaper providers — every dollar of inference spend should have a cheaper substitute the moment quality permits. Third, set a soft fair-use cap high enough that 99% of users never see it but low enough that the long-tail abuser cannot exist.

Don't promise "unlimited" without a fair-use cap

"Unlimited" in marketing copy + heavy-tailed usage = guaranteed margin collapse the month a streamer adopts you. Use "unlimited for normal use" and define the cap in the ToS.

Don't lock your TTS vendor in the contract

Cartesia, ElevenLabs and Deepgram compete on price quarterly. Architect the audio layer behind an interface so you can switch providers in one PR. Vendor lock turns inference-bound pricing into a hostage situation.

04.
Concept 04 · Raise vs bootstrap

Capital is not the goal; it's a tool.

4 minread

Raising money is not validation. It is buying time you could otherwise have to earn. The right question is not "can I raise?" but "what specific thing do I need cash to do that revenue can't fund?"

Most consumer software at $10/mo is bootstrap-able to first signal. The AI infra cost on the first thousand paying users is a few thousand dollars per month — covered by revenue if your gross margin holds. Marketing in the early phase is content, Product Hunt, and influencer seeds, not paid acquisition. You raise when you hit a step-function expense that revenue cannot bridge: a second segment that needs a sales motion, infrastructure that needs SOC 2, or a geography that needs a local operator.

The discipline is to write the trigger before you have the option. "Raise at $X MRR" or "raise when we hire engineer #3" is a number a founder can defend; "raise when it feels right" is a number a founder regrets. Bootstrapping to clear PMF signal also doubles or triples your valuation when you do raise — investors price uncertainty, and revenue is the cheapest uncertainty-removal you can buy.

Bootstrap path
Raise path
Optionality preserved — pivot in a week
Optionality spent — board expects this thesis
Forces revenue discipline from day 1
Forces growth-first habits, sometimes wrong
Triples valuation at seed when revenue is real
Buys 18 months of runway today

Checklist for this week.

Six concrete actions. By Friday you should be able to recite five numbers about your unit economics from memory and point at the exact MRR trigger that flips you from bootstrap to raise.

lesson mantra

«Price is the model talking back.»

— onward to Lesson 05 · Tech
Next lesson · 05

Tech: boring stack, ruthless latency.