CaseAdvancedResponsible AI & Advanced Practice / Responsible AI as a product requirement / #5

How would you handle a feature that works well overall but poorly for one demographic?

TRACE the product is Vantage Reel, a video streaming service, and its AI auto-captioning system

Vantage Reel streams creator and licensed video. Its AI auto-caption system writes subtitles for every upload. Greta Lindqvist inherited the captions pipeline from a PM who left the company, and does her own spot-check QA with a headset most Friday afternoons.

The direct answer
Don't trust the average. Recut the error rate by segment first, rule out instrumentation before blaming the model, then run one test that separates the real suspects. For Vantage Reel's captions, that recut found one accent cluster at 19 percent word error against a 4.1 percent overall average, hidden because it's only 6 percent of total caption minutes, and the evidence test confirmed a training-data gap, not a routing bug or noisy audio.
Do this, in order
  1. Recut the overall number by segment before trusting it.Why: an average can look completely healthy while one slice of it is cratering.
  2. Rule out instrumentation before blaming the model.Why: a routing or logging bug can look exactly like a real accuracy drop on a dashboard.
  3. Name three real cause candidates, not an open-ended list.Why: a focused set of suspects is testable. "Something's wrong somewhere" isn't.
  4. Run the one test that separates your top suspects.Why: this is the actual answer to "why," not a guess dressed up as a diagnosis.
  5. Add a manual-review lane for the affected segment while the real fix ships.Why: people in that segment shouldn't wait through a multi-week model fix with no interim relief.
  6. Re-baseline the eval set to include the segment going forward.Why: an eval set that missed this once will miss the next one just as quietly.

How to answer this, stage by stage

The interviewer isn't testing whether you care about fairness. They're testing whether you'd actually go looking for the hidden segment, or just trust the dashboard that says everything's fine.

Stage 1
Scope it to one real system
Say it like this
"I'll answer this for Vantage Reel's auto-caption system, since the overall accuracy number there looked completely healthy the whole time this was happening."
Why this works
Grounds the question in a real pipeline instead of a hypothetical fairness debate.
Stage 2
Say your structure out loud
Say it like this
"I'll use TRACE: timeline first, recut by segment, assume nothing about instrumentation, name real cause candidates, then run one evidence test."
Why this works
Signals a real diagnosis is coming, not a sympathetic gesture toward fairness.
Stage 3
Reframe the question
Say it like this
"This isn't really about one demographic doing worse. It's about an average that's mathematically built to hide a small, badly-hurting slice."
Why this works
This is TRACE's actual insight, stated before any numbers.
Stage 4
Give the recut
Say it like this
"Overall word error sat at 4.1 percent. Recut by accent cluster, one group sat at 19 percent, but it's only 6 percent of total caption minutes, so it barely nudges the blended average."
Why this works
This is the direct answer to the question, in numbers, before any story.
Stage 5
Prove it with the evidence test
Say it like this
"We took clean, studio-quality audio from that same accent cluster and reran it through the current model. Error stayed near 19 percent, which rules out noisy audio and points at the training data itself."
Why this works
Compresses the diagnosis into the single test that actually separates the suspects.
Stage 6
Say what you'd do meanwhile
Say it like this
"While the model gets retrained on more of that accent, we'd add a manual review lane specifically for that segment, so people aren't stuck at 19 percent error for the months a real fix takes."
Why this works
Shows you think about the people affected right now, not just the eventual fix.
Stage 7
Close on the fix and the re-baseline
Say it like this
"So: recut before you trust an average, confirm with one real test, patch the gap with a manual lane, and rebuild the eval set so this exact blind spot can't hide again."
Why this works
Ends on the systemic fix, not just the one-time patch.

Let's learn

Say a streaming service auto-captions every video a creator uploads. For a year, the overall accuracy number looked genuinely good, 4.1 percent word error, and nobody had a reason to look closer.

Greta ran her usual Friday spot-checks with a headset, sampling videos at random across the catalog. Most of what she heard matched the transcript closely. The overall number stayed steady, quarter after quarter, and that steadiness was itself the reason nobody dug further.

Knowledge spark: what's word error rate? The share of words a caption gets wrong, out of every word actually spoken. A low number sounds reassuring, but it's an average across every video, and an average can hide a group doing far worse than everyone else.

Underneath that steady average, one accent cluster, a set of Nigerian-accented English creators, had been getting captions with a word error rate close to 19 percent, nearly five times the platform average, for months. It never moved the overall number because that cluster made up only 6 percent of total caption minutes.

Word error rate, overall versus by segment
20% 0 4.1% Overall 19% Accent cluster A 6% Accent cluster B 2.8% Studio-standard
The 19 percent segment was small enough, 6 percent of total minutes, that it barely dented the blended 4.1 percent average.

At its worst: a creator with a large, loyal audience found her own videos consistently mislabeling common phrases in her accent, sometimes turning an ordinary sentence into nonsense, while Vantage Reel's public accuracy claims kept citing the same reassuring 4.1 percent.

The decision I would take back We certified the caption model's quality against an eval set built at launch from a research speech corpus that leaned heavily toward one accent style, and never revisited that set as the creator base diversified. That made sense when the platform was young and its creators sounded a lot alike. It stopped making sense once the platform grew into dozens of accents the original set never represented.

What I would leave alone: a single creator with unusually poor microphone audio, an accuracy problem tied to their equipment rather than their accent, doesn't need this same segment-wide fix. Not every individual complaint points at a demographic gap, and treating every complaint as evidence of bias would waste effort chasing noise.

The average was never lying. It just wasn't built to notice one group of people getting a much worse product than everyone else.

The lesson: a metric that stays flat isn't proof nothing's wrong. It can just as easily be proof that whatever's wrong is small enough, in volume, to hide behind everything that's going right.

Hand sketched comparison diagram titled One average, two realities. Left panel, a gauge icon labeled Overall, caption 4.1 percent word error, calm. Right panel, a person icon labeled One accent cluster, caption 19 percent word error, cratering.
Same platform, same week. One of these two pictures is what the dashboard showed. The other is what one group of creators actually lived.

Now here is the same thing as a story

The short version above is what you'd say defending this diagnosis cold. Read this one for how Greta actually found the gap.

Greta inherited the captions pipeline eight months ago from a PM who left the company right after a routing change quietly shipped, one that was meant to speed up caption generation for newer uploads by serving them through an updated model, while older content stayed on the previous version a little longer than planned.

Nobody flagged that routing change as risky. The overall word error rate held steady at 4.1 percent for the five weeks after it shipped. Ticket volume held steady too, for the first month.

Hand sketched timeline titled When the routing change shipped, and when tickets spiked. Four milestones: routing change week 1, looked minor. Overall word error rate stayed flat. Ticket volume quiet for weeks. Complaints spike week 5, one segment, emphasized.
Five weeks between the change and the spike, with nothing on the main dashboard moving in between.

Then, in week five, support tickets mentioning caption accuracy for one specific creator community, a channel of Nigerian-accented English speakers, jumped from 40 a month to 310. Greta's first instinct was the sensible one: check whether the tracking itself had changed, not just the accuracy.

It hadn't. The tickets were real. So she recut the word error number by accent cluster for the first time anyone at Vantage Reel had ever actually done it, instead of trusting the single blended figure everyone had always quoted.

Hand sketched quadrant titled Segments by volume share and error rate. Axes share of total caption minutes from small slice to most of the volume, and word error rate from low to high. Accent cluster A sits top left, small share and high error. Studio-standard speech sits bottom right, large share and low error.
The one segment in genuine trouble sat in the corner an average can't see: small in volume, large in error.

With the recut in hand, she had three real suspects, not an open list. Maybe the training data had simply never represented that accent well. Maybe the routing change had quietly left that specific content pool on the older, worse model, a stale-pipe problem, not a training gap. Or maybe creators in that community happened to record with noisier equipment, and the accent itself had nothing to do with it.

Hand sketched labeled parts diagram titled Three suspects, one confirmed. Center gauge icon labeled 19 percent error rate, with three callouts: training data gap, stale routing bug, noisier audio.
Three real suspects. Guessing among them would have wasted weeks fixing the wrong one.

We did not just find one unhappy creator community. We found a group that had been getting a worse product for months, invisible to a metric everyone, including Greta, had genuinely trusted.

Hand sketched metaphor scene titled The stale pipe hypothesis. Left panel, a box icon labeled Old Model, caption quietly still serving some voices. Right panel, a gauge icon labeled New Model, caption serving everyone else.
If the routing change had left this content pool on the old model, the fix would be a re-route, not a retrain. The evidence test had to decide which.

She ran the one test that could actually separate the suspects: pulling clean, studio-quality recordings from creators in that accent cluster, people with genuinely good microphones, and running them through the current model fresh. The error rate barely moved off 19 percent.

Hand sketched flow diagram titled The evidence test. Four boxes: take clean sample, run through current model, compare word error highlighted, confirms which suspect.
One test, and it ruled out two of the three suspects in a single afternoon.

That ruled out noisy audio, since the clean samples still failed. It also ruled out the stale-routing theory, since the current model was clearly the one being used, and it still got it wrong. What was left was the training data itself: the original eval set, built at launch from a speech research corpus that leaned heavily toward one accent style, had never been rebuilt as the creator base diversified.

I used to think a flat, healthy-looking accuracy number was itself a kind of evidence that things were fine. It took a five-week gap between a quiet routing change and a real spike in one community's complaints to see that a flat average only proves the average is flat. It says nothing about who's living underneath it.

TRACE, the recut that matteredNot "check the dashboard again." TRACE is what forces you to slice the number before trusting what it seems to say.

T
Timeline. When it actually started.
A routing change shipped in week one. Complaints from one community didn't spike until week five, four weeks of silence in between.
The gap between the change and the visible symptom is the whole shape of the problem.
R
Recut. Slice it by segment.
4.1 percent overall. 19 percent for one accent cluster, hidden because it's only 6 percent of total caption minutes.
The hardest step, and the one that turns "seems fine" into a real diagnosis.
A
Assume nothing. Rule out instrumentation.
Checked whether the spike in tickets was a tracking artifact before trusting it as a real accuracy problem. It wasn't.
A logging change can look exactly like a real drop on a dashboard.
C
Cause candidates. Three, named.
Training data gap, a stale-routing bug still serving that content pool the old model, or noisier audio from that creator community.
Three real hypotheses, not an open-ended shrug at "something's wrong."
E
Evidence test. The one that decides it.
Clean studio audio from that accent cluster, run through the current model, still landed near 19 percent, ruling out both noise and stale routing.
The strongest move in the whole method: one test, two suspects eliminated.
Caption-accuracy tickets from the affected community, five months
310 150 0 Month 1: 40 Month 5: 310
Nearly eight times the tickets, from one community, while the platform-wide ticket rate barely moved.

The recap, one line per letter: timeline is the four-week silent gap after the routing change, recut is the 19 versus 4.1 percent split, assume nothing ruled out a tracking artifact, cause candidates named three real suspects, and the evidence test isolated the training data as the true cause.

And if you want to be sure it really works, try it somewhere elseSame five letters, a neighborhood marketplace instead of a streaming service. A written-language bias this time, not a spoken accent.

Nearloop is a hyperlocal buy-and-sell marketplace, and its AI fraud-risk scorer flags suspicious listings for manual review. Boitumelo Khumalo, who owns that scorer, found her own version of this gap. Overall flag accuracy looked strong, but recut by the seller's primary written language, listings written in a non-native English style got flagged as suspicious at nearly three times the rate of native-style listings, a small slice of total listings, easily hidden in the blended number. Timeline: the gap widened slowly over three months as more non-English-first sellers joined. Cause candidates: a genuine correlation with real fraud, a language-style bias baked into the scoring model, or a keyword rule bleeding through from an older, cruder filter. The evidence test: a controlled sample of listings translated into fluent native-style English before scoring still triggered a false-positive rate close to the original, ruling out the old keyword rule and confirming the model itself had learned to read certain phrasing as risk.

Hand sketched labeled parts diagram titled Three suspects, Nearloop's version. Center gauge icon labeled 3x flag rate gap, with three callouts: real fraud link, language-style bias, old keyword rule.
Nearloop ran the same three-suspect shape, with real fraud correlation standing in for noisy audio, and the model's own bias standing in for the training gap.

Swap the trigger and it still runs.
Speed: an interviewer caps you at thirty seconds. Say "recut by segment before trusting the average, then run one test to confirm the real cause," and stop.
Cost: there's no budget to retrain the model this quarter. Say so honestly, and start with a manual review lane for the affected segment while the real fix queues up, rather than leaving them at the worse rate with no interim relief.
The model gets better, for real: if overall accuracy improves platform-wide, that's exactly when a segment gap is easiest to miss, since a rising average can mask a small group falling further behind even as everyone else genuinely improves.

Where people run it wrong.
They trust a flat, healthy-looking overall metric as proof nothing needs a second look.
They assume the cause must be technical, when it's sometimes a training-data choice made once, years ago, and never revisited.
They fix the whole pipeline evenly instead of running the one test that actually tells the suspects apart.

How to use it live. When someone tells you a feature "works well overall," ask yourself one question before agreeing: overall, compared to what slice, and is any slice small enough to hide inside that word.

Flashcards (tap any card to flip it)

1 · THE FRAMEWORK
What framework fits "a feature works well overall but poorly for one demographic"?
Tap to flip
ANSWER
TRACE: timeline, recut by segment, assume nothing about instrumentation, name cause candidates, then run one evidence test.
2 · THE PERSON
Who is this answer about?
Tap to flip
ANSWER
Greta Lindqvist, who inherited Vantage Reel's captions pipeline and does Friday spot-check QA with a headset.
3 · THE OLD HABIT
What did the team stop doing because the overall number kept looking fine?
Tap to flip
ANSWER
Recutting the accuracy number by segment. A flat, healthy overall average made everyone stop questioning what it might be hiding.
4 · THE RECUT
What did slicing the number by segment actually reveal?
Tap to flip
ANSWER
One accent cluster running at 19 percent word error against a 4.1 percent overall average, hidden because it was only 6 percent of total caption minutes.
5 · THE OLD DECISION
What decision would you take back?
Tap to flip
ANSWER
Certifying the caption model against an eval set built at launch from a narrow speech corpus, and never rebuilding it as the creator base diversified.
6 · THE NUMBER
Fill in the blank: tickets from the affected community rose from 40 a month to ___ a month over five months.
Tap to flip
ANSWER
310. Nearly eight times higher, while the platform-wide ticket rate barely moved.
7 · THE REPLAY
Same routing change, redesigned monitoring. What changes?
Tap to flip
ANSWER
The segment recut runs automatically at launch, the 19 percent gap gets caught in week one instead of week five, and a manual review lane covers the segment while retraining happens.
8 · CROSS PRODUCT TRANSFER
Section 4 answers this again for a different product. Which product, and what's the hidden gap there?
Tap to flip
ANSWER
Nearloop's fraud-risk scorer. There, listings in a non-native English writing style get flagged nearly three times as often, a model bias rather than a real fraud correlation.

Check yourself Score: 0 / 0

Multiple choice
1. Why did the 19 percent error rate for one accent cluster barely move Vantage Reel's overall 4.1 percent average?
  • A. The overall average excludes accent-related errors by design.
  • B. That accent cluster made up only 6 percent of total caption minutes, so its high error rate had little weight in the blend.
  • C. Word error rate is measured differently for different accents.
  • D. The dashboard rounds all segments to the nearest whole percent.
Show hint
Look at the quadrant diagram plotting segments by volume share and error rate.
Show answer
B. A small-volume segment with a high error rate barely shifts a blended average, which is exactly what TRACE's recut step exists to catch.
True or false
2. True or false: the evidence test in this answer confirmed the problem was caused by noisy audio equipment.
  • True
  • False
Show hint
Look at the flow diagram of the evidence test.
Show answer
False. Clean, studio-quality audio from that same accent cluster still produced a 19 percent error rate, which ruled out noisy audio and pointed at the training data.
Fill in the blank
3. Fill in the blank: the affected accent cluster's word error rate was ___ percent, compared to a 4.1 percent overall average.
Show hint
Look at the grouped bar chart in Section 1.
Show answer
19 percent. Nearly five times the overall average, and confirmed by the evidence test as a training-data gap, not noise or a routing bug.
Short answer, name the reversal
4. What old decision does this answer take back, and why did it make sense when it was made?
Show hint
Look at "the decision I would take back."
Show answer
Model answer: Certifying the model against a launch-era eval set that leaned toward one accent style. It made sense when the platform was young and creators sounded similar.
Short answer, where it wouldn't matter
5. Name a caption-accuracy complaint in this story that would NOT point at a demographic gap.
Show hint
Look at "what I would leave alone."
Show answer
Model answer: A single creator with unusually poor microphone audio. That's an individual equipment issue, not evidence of a segment-wide bias.
Short answer, apply it yourself
6. Pick an app you use that shows you an overall rating or accuracy number. What's one way you'd slice that number to check whether it's hiding a group doing much worse?
Show hint
Think about a group that might be a small share of total users but a large share of a specific problem.
Show answer
Model answer: For a ride-share app's overall rating, a good recut is by neighborhood or time of day, since a small number of underserved areas can hide inside a strong citywide average.
Before you close the answer
Why this works
Tests whether you'll trust an aggregate metric or go looking for the segment it's hiding, and whether you can name a real test that separates causes instead of guessing at one and hoping.
Follow-up traps
"Isn't 6 percent of total volume too small to prioritize fixing?" Response: size matters for sequencing, not for whether it's real, and a 19 percent error rate is a genuinely worse product for everyone in that group, regardless of how small the slice is.

"Couldn't this just be normal noise between small samples?" Response: the evidence test controlled for exactly that by using clean audio and still found the same 19 percent, which rules out noise as the explanation.
If pressed
The rebuilt eval set doesn't just add the affected accent cluster, it weights every segment by inverse volume share during evaluation, so a small group's error rate can never again be mathematically diluted into invisibility.
From U2xAI Academy

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
Know more