What levers reduce cost per interaction without reducing quality? Name five.
Vocalayer priced every line in an episode like it was the hardest line in the show. A gate that reads a line's difficulty before any audio gets made cuts the bill by two thirds, and the quality score never moves.
- Decide the cost tier for a line before any audio gets made, never after.Why: every other lever depends on this one read happening first, or there is nothing to route the cheap lines toward.
- Cache and reuse each actor's cloned voice profile across every episode.Why: re-cloning a voice that already exists wastes the one asset the whole pipeline could reuse for free.
- Batch synthesis calls instead of firing one request per line.Why: the per-call overhead on hundreds of lines an episode adds up to real money for no quality gain at all.
- Catch a bad translation or timing error before synthesis, not after.Why: paying to make the same line's audio twice, once wrong and once fixed, is the most avoidable cost in the pipeline.
- Give full human review only to lines that are actually high risk, not every line equally.Why: a throwaway aside and a broadcast master cost the same to review today, and only one of them needs to.
- Auto-escalate any line where the confidence check comes back low, no matter which tier it started in.Why: a gate that never rechecks itself is how a cheap tier quietly ships a line it got wrong.
How to answer this, stage by stage
Nobody is grading whether you can name five levers off a list. They are grading whether the five hang together as one design, or just sound like five ways to spend less money.
Let's learn
Vocalayer is the tool Farrowline Media uses to dub a show into a new language, in a voice that still sounds like the actor who played the part.
Before Vocalayer, dubbing meant flying in a local voice actor, booking a studio, and running a full recording session. A 44 minute episode took about three weeks and cost Farrowline close to $3,200 in studio and talent fees, for one language.
Vocalayer cut that to about two days. The cloned voice reads the translated script itself, and a linguist checks the result instead of directing a whole session. Farrowline started quoting clients about $9.00 a finished minute, against an internal cost target of $7.50 a minute to make it.
The turn: the number that mattered was never the total compute bill. It was that every line inside that minute, a throwaway "yes, chef" or a whispered confession, ran through the same premium model and got the same full human review. Farrowline was paying its highest price on lines that were never actually at risk.
At its worst, that shows up as margin, quietly, not as a broken dub. On Farrowline's highest volume show, cost per minute crept from $7.50 toward $9.05, over the $9.00 fee, and nobody caught it until a routine margin review ran the numbers.
The fix was never to make everything cheaper. It was to stop pricing every line the same. A cheap, fast check reads each line's difficulty and risk before a single second of audio exists, and that one read decides the model tier, whether the voice is cached, whether the line batches with others, and how deep the human review goes.
Five things fall out of that single gate. Tiered model routing sends easy lines to a lighter model and hard ones to the premium model. Cached voice profiles mean an actor's voice is cloned once and reused for the rest of the season, not re-derived per job. Batched synthesis groups lines into one call instead of firing a request per line. An upstream check reads the translated script for errors before any audio gets made from it, so a bad line never gets synthesized twice. And human review goes deep only on the lines the gate flags as risky, instead of every line getting the same forty five seconds of a linguist's time.
What I'd leave alone: the premium tier's price. The hardest ten percent of lines, the emotional peaks, the overlapping dialogue, cost exactly what they cost before. That's a trade being made on purpose, not an oversight.
The lesson: a pricing model that was completely fair at launch, one tier, one price, one review pass, can quietly become the wrong model once volume changes the shape of what's actually being paid for. Cost per line was never really about the model. It was about deciding, line by line, which lines deserved the expensive treatment in the first place.
Now here is the same thing as a story
Read the long version below when you want to feel why a flat price per line went so wrong, not just be told that it did.
Revaz Chikovani could read a margin sheet before most people finished their coffee. He'd spent four years running cost analysis on Farrowline's subtitle business before Vocalayer existed, and he was the person leadership called whenever a client contract needed a second look.
Vocalayer launched in the autumn, with one client and a promise to prove the technology worked. The pipeline Revaz signed off on ran every line through the best model available and a full human review, no exceptions. It was slow to build and it was not cheap, but it was bulletproof, and bulletproof was the only thing that mattered with one client watching.
The good months were genuinely good. Farrowline's first client renewed early. A second client signed within the quarter, then a third. Cost per minute held steady near $7.50 the whole time, and against a $9.00 fee, that margin looked fine on every dashboard Revaz checked.
By the second quarter after the third client signed, volume had roughly tripled. Nobody changed the pipeline. It was working, so why would they? A finance colleague mentioned, almost in passing, that the highest volume show's margin looked thinner than the others, but shows have different margins all the time, and the meeting moved on.
By the following quarter, thinner had become an actual number: $9.05 a minute to make, against a $9.00 fee, on a fast turnaround entertainment news show with huge line counts and almost no creative complexity, easy dialogue, simple scenes, nothing that should have cost premium money to dub.
It came back on an ordinary Tuesday, in a routine margin review. Revaz pulled the show's cost breakdown expecting a rounding error and found the whole thing had quietly crossed from profitable to break even, one month at a time, with nobody watching that specific number closely enough to catch the moment it happened.
The room's first instinct was the fast fix: drop everyone to a cheaper voice model across the board and claw the margin back by the end of the quarter. Revaz caught himself before it shipped, and asked the question that stopped it: which shows would actually notice a flatter, slightly off voice, and which wouldn't. Nobody in the room could answer that with any confidence, which was exactly the problem.
What actually happened took him back to that very first launch meeting, the one where the team decided every line deserved the top tier model, because at the time there was one client and nothing else to lose. That decision made complete sense with one client to protect. It made no sense at all with dozens of shows and a fee schedule built around an average that a flat, uniform cost had quietly stopped matching.
Run that margin review again with the triage gate live. Every line gets read for difficulty and risk before any audio exists. The easy, high volume lines on the entertainment news show, most of them, get a cached voice, a lighter model, and a batched call. The few lines that are actually hard still get the full treatment they always got. This quarter's number: cost per minute on that show falls from $9.05 to $3.10, margin flips from break even to $5.90 a minute, and the human rated quality score on the show holds at 4.6 out of 5, same as before.
One design charged every line the same because that was simplest to build with one client watching. The other design asks one cheap question first, how hard is this line, and only then decides what it's allowed to cost.
What I'd tell myself, back in that very first launch meeting: bulletproof for one client is not the same thing as correctly priced for fifty, and the day one quietly becomes the other never makes it onto anyone's calendar.
SPARK, in one screen
This is a design question wearing a "name five" costume. SPARK is what stops five separate cost tricks from reading like five separate cost tricks.
The alternative Farrowline's team seriously considered and dropped was that multi-vendor auction: route each line to whichever voice model was cheapest that day. It runs about 30 percent cheaper on paper. It lost because a viewer can hear a voice shift mid-conversation even when both models sound fine on their own, an AI-specific failure mode worth naming directly, cross-model voice drift, the same actor's cloned voice sounding subtly different depending on which model rendered it. The guardrail Vocalayer actually ships with is simpler and holds up: one vendor per scene, tier assigned at the scene level so a continuous exchange never crosses a model boundary mid-line, plus the automated confidence check and escalation described above. And the bar Vocalayer holds itself to was never zero quality drift across every line synthesized, no probabilistic voice model can promise that. It's a calibrated bar: a random five percent human-reviewed sample must score at least 4.2 out of 5 on naturalness and lip timing, the same bar held before the triage gate existed and after it, not a blanket promise that nothing ever moves.
And if you want to be sure it really works, try it somewhere else
Same five letters, a farm field instead of a dubbing booth, and this time the dominant lever isn't sorting easy work from hard work. It's refusing to pay for work that was never usable at all.
Halsmere Agritech built BlightLens so a farmer can photograph one leaf and get a treatment recommendation before a disease spreads past a single row. Ludek Prochazka runs the product.
The situation: every photo, sharp or blurry, well lit or shot at dusk with a thumb half over the lens, runs through the same large vision model today. About one in five submissions is too blurry or too dark to diagnose at all, and the model tries anyway, fails, and a human agronomist gets pulled in to make a call from a photo that was never usable in the first place.
The anchor here is not tiered routing by difficulty, the way Vocalayer sorts lines. It's an upfront quality gate: a small, fast check looks at the photo before it ever reaches the expensive model, and rejects only technical faults, no leaf detected, motion blur, nothing else. A strange looking spot, an unusual color, an odd growth pattern all stay in the queue for the full model every time, because that's exactly the kind of case the expensive model exists to catch.
The risk matches Vocalayer's shape even though the mechanism differs: the quality gate might reject a genuinely useful photo taken in unusual light, one an experienced agronomist could still read. The guardrail is the same idea, built for images instead of audio: any photo the gate is unsure about, not confidently blurry, not confidently sharp, gets waved through to the full model rather than rejected outright. The gate only turns away photos it's sure are unusable.
Cost per diagnosis today runs about $0.42, most of it spent processing photos that were never going to produce a usable answer. With the quality gate rejecting the roughly one in five unusable photos before they reach the expensive model, and the clearest, most textbook symptom photos routed to a lighter classifier, cost per diagnosis falls to about $0.16, a 62 percent cut, while the agronomist-reviewed accuracy rate holds at 94 percent, same as before the gate existed.
Same method, different lever: for Vocalayer, the dominant saving came from sorting usable content by difficulty. For BlightLens, it comes from refusing to spend the expensive model's compute on submissions that were never usable to begin with, a lever media dubbing never really needed, since a translated script line is rarely simply unreadable the way a badly lit photo can be.
Swap the trigger and it still runs.
Speed: an interviewer caps you at ninety seconds. Skip straight to it: decide the cost tier before you make anything, and name the five levers it enables in one breath.
Cost: there's only budget this quarter for two of the five levers. Build the triage gate and the escalation check first. The other three only pay off once the gate exists to route into.
The model got better, for real: say the premium model gets a lot cheaper across the board. That's not a reason to skip the gate. A cheaper premium model just moves the numbers, the cheap tier gets cheaper too, it doesn't remove the reason to sort easy lines from hard ones.
Where people run it wrong.
They cut cost with one dial, a cheaper model for everyone, and find out which ten percent of lines actually needed the expensive one only after a client complains.
They build the triage gate but skip the escalation check, so a wrongly cheap line ships with no safety net at all.
They size the human review sample by how many lines exist, not by which lines actually carry risk, so the busiest show gets the least attention per line.
How to use it live. Say the real question out loud before naming a lever: "is every interaction here actually the same size, or have we just been pricing them like they are." That buys a beat to think, and it's usually the sentence the whole answer turns on.
Flashcards (tap any card to flip it)
Check yourself Score: 0 / 0
Show hint
Show answer
Show hint
Show answer
Show hint
Show answer
Show hint
Show answer
Show hint
Show answer
Show hint
Show answer
"Why not just drop everything to a cheaper model and see if anyone complains?" Response: because a blanket downgrade risks the ten percent of lines, emotional peaks, overlapping dialogue, that a client would actually notice, and there is no way to find out which ones those are without shipping a worse product first.
From answering questions to owning outcomes.
A live workshop where you ship a working AI agent, defend a launch decision, and walk away with a portfolio recruiters can't wave off, not just more questions to study.
- A live AI agent you actually shipped
- A launch decision you can defend under pressure
- An interview-ready portfolio, not more flashcards
More on Cost modeling and unit economics
- #1 Build the cost-per-interaction model for a feature with a 2,000-token prompt and a 500-token response.
- #2 What cost drivers exist for an AI feature beyond model tokens?
- #3 Explain how a RAG pipeline's cost structure differs from a single model call.
- #4 How does prompt caching change your unit economics, and when does it not help?
- #5 Model the monthly cost of a feature used by 50,000 users averaging 12 interactions each.
- #6 What is the cost impact of moving from a single call to a five-step agent?