InterviewIntermediateQuality, Cost & Token Economics / Leading vs lagging indicators for AI / #24

What is the leading indicator you would add first to an under-instrumented AI product?

Rank what you would build first inside an AI product that has been running with almost no instrumentation at all, and defend the order out loud.

The direct answer
Before anything else, wire the product to log its own confidence and the eventual outcome for every decision it makes, not just how many it approved. That raw capture is the one thing nothing else, not a confident-wrong rate, not a golden set, not a view split by document type, can be built without. It is also the one gap that cannot be recovered once the blind period has passed and the record is gone.
Build it in this order
  1. Log every decision's confidence score and outcome, not just whether it passed.Why: dependency. Every other leading indicator gets computed from this one raw table. Skip it and there is nothing to build the rest from.
  2. Turn that log into a confident-wrong rate: how often a high-confidence call turns out wrong.Why: reversibility. A confidently wrong call that ships unflagged, once the record is gone, can never be checked again. That is the exact harm instrumentation exists to catch.
  3. Build a small golden set from real production cases, checked by two people, not vendor samples.Why: without it, the confident-wrong rate is only checked against the model's own opinion of itself, which is exactly what a miscalibrated model would hide.
  4. Split the confident-wrong rate by the categories most likely to hide a weak spot.Why: one blended rate can look healthy while a single category underneath it is quietly failing.
  5. Set a threshold, not a vibe, for when the rate triggers a real response.Why: a rule that only fires on a pattern sustained over time catches real drift without panicking over one noisy week.
  6. Put the friendlier usage dashboard last.Why: it is the one gap that was never actually going anywhere. It can be built any month, off logs that will already exist by then.

How to answer this, stage by stage

Seven moves. The trap in this question is answering with a list of dashboards you would like to have, when it is really asking which missing piece of data disappears for good the moment the blind period ends.

1
Ground it in one real product
Say it like this
"Let's make this real. Verrow Financial is a fintech that opens checking accounts online, and PassGate is the tool that checks a new customer's ID photo and selfie during signup. Callixta Drummond owns it as the risk and identity PM, and Odalric Pemberly runs the small team that reviews whatever PassGate isn't sure about."
Why this works
Grounds an abstract instrumentation question in one specific product instead of a lecture about metrics in general.
2
Name your method out loud
Say it like this
"I'd run this through ORDER. Rank the candidate leading indicators by what's hardest to undo if it stays missing, not by which one sounds most useful on a slide."
Why this works
Two seconds of structure tells the interviewer this is a method, not a list made up on the spot.
3
Reframe the question
Say it like this
"This isn't really asking me to name one favorite metric. It's asking whether I know that some missing data can be added back later, and some of it is gone the moment the blind period ends."
Why this works
Separates the real judgment call from a surface reading that treats the question as "pick a metric."
4
Give the ranked answer straight
Say it like this
"First, log the model's own confidence and the eventual outcome for every decision, not just pass or fail. Everything else, the confident-wrong rate, the golden set, the split by category, gets built from that one log. A friendlier usage dashboard goes dead last."
Why this works
This is deliverable zero, said out loud, in the order it actually has to happen.
5
Show what everything else depends on
Say it like this
"None of the rest works yet. You can't build a confident-wrong rate, a golden set, or a by-category split without first capturing what the model actually decided and how sure it was. Right now none of that exists past today."
Why this works
Shows the order isn't a preference. It's what the later steps literally require to exist.
6
Name the piece hardest to walk back
Say it like this
"What I'd protect first is the blind period itself. A forged passport PassGate waved through three weeks ago, with nobody logging its confidence and the image already purged, that's not a delayed answer. It's a gone one. A usage dashboard, by contrast, I can build in any month I like, off logs that'll already exist by then."
Why this works
This is ORDER's hardest step, and naming it out loud is what separates a real ranking from a checklist read top to bottom.
7
Close on the rule, not the checklist
Say it like this
"So: raw capture first, since nothing else can be built without it. Then the confident-wrong rate, since that's the actual harm we're trying to catch. Then a real golden set and the split by category, to make sure the rate can be trusted. The nicer dashboard goes last, because it's the one gap that isn't actually disappearing."
Why this works
Ends on the literal ranking the question asked for, defended instead of just listed.

Let's learn

Callixta Drummond can tell you, without checking, exactly how many identity documents get bounced to a human each day, and why. She built the review-queue staffing plan herself, back before PassGate handled almost everything on its own.

PassGate is a tool built into Verrow Financial's signup flow. A new customer holds up a driver's license or a passport, takes a selfie, and PassGate decides in about four seconds whether the two match and whether the document looks real.

Before PassGate, every new account got a five-minute check from someone on Verrow's identity team: does the photo match the ID, does the ID look genuine, does the address line up. At the volume Verrow does now, around 42,000 new signups a month, that is roughly 3,500 hours of review work a month. Nobody could staff that.

PassGate cut it to almost nothing. Today it clears 96 percent of new signups on its own, in seconds, no person involved. The other 4 percent, the ones its own confidence score comes in low on, get routed to Odalric and the small review team.

Hand sketched flow diagram, five boxes in a row connected by arrows: Log every scan, circled in red as the step everything depends on, then Confident wrong rate, then Real golden set, then Rate by doc type, then Usage dashboard.
Four of these five steps cannot start until the first one exists. The dashboard on the far right could, in theory, be built any day of the week.

Here is the turn, and it is not that PassGate gets some of the 96 percent wrong. Every model does. The real problem is that nobody at Verrow could say how many, or which ones, because from day one PassGate was only ever wired to report one number: how many signups it cleared that day. Not its own confidence on any of them. Not what happened to the account afterward. Nothing that would let anyone go back and check.

A number that only counts how many were cleared can't tell you how many were cleared wrong.
Knowledge spark: what's a confidence score? A model's own guess at how sure it is about a call. PassGate might say it's 91 percent sure a document is real. High usually means trust it. But a high number only means the model is confident, not that the model is right, and those are two different claims until something checks them against each other.

At its worst, this costs Verrow the one thing an identity check exists to protect: knowing, later, whether it worked. A forged passport that PassGate waves through with high confidence looks, on every dashboard Verrow had, identical to a real one that PassGate waves through with high confidence. Both just count as cleared.

The choice I would take back Keeping only pass and fail counts, and purging every ID photo after 30 days, to keep storage and compliance overhead down. That made sense at launch, when volume was lower and more of it got a human's eyes anyway. It stopped making sense the day auto-approval started carrying 96 percent of the traffic.

What I would leave alone: Odalric's review queue and workflow for the 4 percent PassGate already flags don't need touching. That pool is fine, staffed, and reasonably well understood. The blind spot sits entirely inside the 96 percent nobody ever built a way to check.

Fixing it wasn't free. Keeping images and scores around longer than 30 days costs more storage and more compliance overhead, the exact cost the original 30-day purge was built to avoid. Callixta's team narrowed that cost instead of ignoring it: full images now get kept for 180 days only for a random 2 percent weekly audit slice and for every flagged case, not for every one of the 40,000-plus signups a month. Less coverage than keeping everything, but enough to catch a drifting rate, at a storage bill Verrow could actually defend.

Once the gap finally got closed, here is what the numbers looked like. Out of a 300-case sample checked by two reviewers, PassGate's confident-wrong rate came back at 1.8 percent overall, but that hid a much bigger split underneath it.

Confident-wrong rate, overall vs. by document type
1.8% 4.6% 0.9% All documents Passports Driver's licenses
The blended 1.8 percent looked fine on its own. Passports alone were failing at more than five times that rate, hidden inside a healthy-looking average.

The lesson: a number that only tells you how many, never how sure or how it turned out, isn't really instrumentation. It's a receipt.

Now here is the same thing as a story

The short version sits above. Read on for the Tuesday a routine audit found the gap nobody had been tracking as a gap.

For the first year PassGate ran, Callixta's morning routine was one glance: open the internal dashboard, see the "cleared today" counter, close the tab. Onboarding time had dropped from two days, back when a human reviewed every ID by hand, to under a minute. Complaints about slow signups had all but stopped. She had no reason to look closer, and for a long while, nobody did.

The gap opened quietly, in three small decisions that never felt like one big one. At launch, logging PassGate's own confidence score for every decision got cut from the build, to hit the launch date two weeks earlier. "We can always add it later, once we know what we actually need it for," someone said in that meeting, and it sounded sensible. Six months in, someone in leadership asked for a fraud-pattern dashboard, and the answer came back: not enough data yet, next quarter. By month twelve, next quarter had been said three times, and the gap had stopped being a live topic at all. It just wasn't anyone's job anymore.

The trigger wasn't a fraud alert. It was a Tuesday, and an unrelated payments audit. Odalric pulled fifty old approved signups to spot-check formatting, nothing to do with fraud. One of them, a passport-based signup from three weeks earlier, stopped him cold. The kerning on the passport number was off in a way a trained eye catches in about two seconds. PassGate had scored it 91 percent confident and waved it straight through. The account had already moved money out twice.

Hand sketched comparison, two panels with VS between them. Left, a gauge icon labeled A friendlier usage dashboard, captioned delayed not lost, build it anytime from logs already sitting there. Right, a document icon in red labeled The blind period's own data, captioned gone once the 30 day purge runs, no image no score no way back.
One of these gaps was always going to be there whenever anyone got around to it. The other one had an expiration date nobody had been watching.

Callixta asked the obvious next question. How many others like this got through in the last three weeks? The honest answer was nobody could know. PassGate had never logged its confidence anywhere durable, and the ID image from three weeks back was already gone under the 30-day purge. The blind period wasn't a mystery waiting to be solved. It was just gone.

We didn't lose a forged passport. We lost the three weeks we could have used to find out how many more there were.

Leadership's first instinct, right after the near miss, was to ask for exactly the dashboard they'd been asking for all along: a live fraud-pattern view, built fast. Callixta talked them out of building that first. You cannot chart a number you never captured, and a rushed dashboard would have been back-filled from the only detailed records that existed, the 4 percent Odalric's team had already flagged by hand, which would have produced a confident-looking chart with almost no real signal underneath it.

So instead, the first thing her team shipped was the least exciting one: every PassGate decision, going forward, now carries its confidence score and, once available, a downstream outcome flag, whether the account was later reported for fraud or reversed by a manual review. Two days after that pipeline went live, they ran it against a golden set of 300 real production signups, checked by two senior reviewers instead of PassGate's own opinion of itself.

Knowledge spark: what's a golden set? A small batch of real cases where a person has already worked out the true answer. You check the model's calls against it, not against its own confidence score, because a model can sound sure and still be wrong, and only a real answer catches that.

That golden set is what surfaced the 4.6 percent versus 0.9 percent split, passports failing far more often than licenses. Verrow raised the passport auto-approval bar that same week, instead of waiting for a fourth "next quarter."

Run the same near miss with that pipeline already in place a year earlier, and the difference isn't that the forged passport never gets approved. Models still miss things. The difference is what happens the next morning. Callixta pulls the last ninety days of logged decisions instead of a purged folder, finds the passport gap inside a week instead of inside a scramble, and raises the bar before the next forged document, not after it.

What I'd tell myself, back in the meeting where we cut confidence logging to hit the launch date: the whole point of an automatic decision is that nobody's watching it happen. If you don't write down what it decided and how sure it was, you haven't saved that watching for later. You've deleted it.

ORDER, and why the blind period ranked first

This is a ranking question wearing a metrics question's clothes. Everything competes for one engineer's time, so ORDER decides which candidate leading indicator is hardest to live without, not which one sounds best on a roadmap slide.

O
Outcome. What every candidate is competing to protect.
Every version of PassGate's instrumentation plan protects one thing: catching a real forged document PassGate got confidently wrong, before the account has already moved money and the record is gone. Not a nicer chart of how many signups came through.
R
Reversibility. Which piece is hardest to undo.
The blind period's own data is the piece hardest to walk back. Once a document is purged and no confidence score was ever kept, there is no way to ever learn how many other confidently wrong approvals happened in that window. A usage dashboard, by contrast, can be built any month, off logs that already exist by then.
D
Dependency. What unblocks what.
Nothing else works until every PassGate decision, its confidence score and a downstream outcome flag, gets logged and kept past 30 days. The confident-wrong rate, the golden set, the by-document-type split, all of them read off that one raw table. Build any of them first and you're computing an average over data you don't actually have.
E
Evidence. What you'd learn cheaply and fast.
The moment raw capture exists, even before a full golden set gets built, Callixta's team can already ask, of the passports auto-approved last week, how many scored under 90 percent confidence. That alone, in the first few days, starts telling apart "confident and right" from "confident and wrong."
R
Rank. The call, stated in order.
Raw capture first, since everything else depends on it existing. Then the confident-wrong rate itself. Then a real golden set, sampled from actual signups, not vendor test documents, so the rate isn't checked against its own opinion. Then the same rate split by document type and issuing country, since a passport and a license can fail in completely different, invisible ways. The friendlier usage dashboard goes last, because it's the one gap that was never actually going anywhere.
The check that keeps this ranking honest Swap the outcome and the order should move. If a wrongly approved document only ever cost Verrow a follow-up email, the dashboard could rank ahead of the golden set. It ranks last here because a wrongly approved document can already have moved real money out of Verrow by the time anyone notices.

Same rank, a telehealth triage line instead of a signup flow

Understory Veterinary Telehealth built FirstLook Triage, a tool that reads the photo and short description an owner submits and sorts each case into a callback within the hour or a routine callback within a day. Solvig Marchetto runs clinical operations there.

Understory had the same blind spot Verrow did. FirstLook auto-sorts about 92 percent of the roughly 900 submissions it sees a day, and for over a year the only number anyone tracked was how many got sorted, not how sure FirstLook was or what actually happened to the pet afterward. Call transcripts got purged after 48 hours.

The near miss looked different, but the shape was identical. A dog's owner described restless pacing, retching without vomiting, refusing to lie down, textbook early signs of bloat in a large-breed dog. FirstLook scored it 88 percent confident, routine, mild digestive upset. The owner called back panicked six hours later. The dog survived emergency surgery, barely. Solvig asked how many other routine-labeled cases that week had quietly turned into the same kind of emergency, and the honest answer, again, was nobody could know. The transcripts were already gone.

O. Every version of FirstLook's build order protects one thing: catching a pet FirstLook wrongly called routine, before it becomes a middle-of-the-night emergency nobody saw coming.
R. A triage decision made without logging its confidence and later outcome, once the transcript purges at 48 hours, is gone for good. A friendlier clinician dashboard can be added any month from data that will already exist by then.
D. Nothing works until every triage decision, its confidence, and an outcome flag, an ER visit within 24 hours, yes or no, gets logged and kept past 48 hours. Everything else assumes that table exists.
E. Cheap and fast: within the first two weeks of logging, pull the routine-labeled cases that turned into ER visits and see how big the gap actually is, before spending a month building a full golden set.
R. Raw capture first. Then the confident-wrong rate, routine calls that became real emergencies. Then a small vet-reviewed golden set built from real transcripts, not scripted test cases. Then the same rate split by symptom category, since GI symptoms in large-breed dogs carry a different bloat risk than GI symptoms generally. The nicer clinician dashboard goes last.

Bloat-pattern GI cases confirmed urgent among "routine" triages, cumulative by week of logging
2 5 9 14 Week 1 Week 2 Week 3 Week 4
The count climbs as the log gets deeper, not because the problem is growing, because there was finally a record to search.

Swap the trigger and it still runs.
Speed: an interviewer caps you at ninety seconds. Skip straight to the rule: raw capture first, because nothing else can be built without it.
Cost: engineering says the pipeline linking a triage call to a real ER outcome is six weeks out. Don't wait on it. Pull a smaller weekly sample by hand from insurance claims in the meantime.
The model got better, for real: FirstLook's underlying model genuinely improves at reading symptom photos. That still isn't the same claim as "the confident-wrong rate is zero." A better model can still be wrong in a new, differently shaped way, and without capture, nobody would ever see that either.

Where people run it wrong.
They build the friendlier dashboard first because leadership asked for it right after a scare, and it looks like progress.
They add confidence logging going forward only, and never notice the same blind period keeps recurring every time nobody looks back.
They test the model once against a golden set and call it settled, instead of re-checking it whenever the model underneath changes.

How to use it live. Open with the outcome before naming a single metric. "Every leading indicator I'd rank here protects one thing, catching a real problem before it compounds silently." Then rank from there. Naming the outcome first turns a list of dashboards into something you can defend line by line.

Flashcards (click a card to flip it)

1 · THE FRAMEWORK
Which framework fits ranking what to instrument first in a product that's been running blind?
Tap to flip
ANSWER
ORDER: name the outcome every candidate protects, rank by what's hardest to undo, map what unblocks what, name the cheap early evidence, then state the rank.
2 · THE PEOPLE
Who is this answer about?
Tap to flip
ANSWER
Callixta Drummond, the risk and identity PM who owns PassGate at Verrow Financial, and Odalric Pemberly, who runs the review team for whatever PassGate flags.
3 · THE GAP
What did Verrow never build, from day one?
Tap to flip
ANSWER
A pipeline that captured PassGate's confidence score and eventual outcome for each decision. Only pass and fail counts were kept, and ID photos were purged after 30 days.
4 · THE DEPENDENCY
What has to exist before any other leading indicator here means anything?
Tap to flip
ANSWER
Raw capture: logging confidence, decision, and downstream outcome for every scan. The confident-wrong rate, the golden set, and the by-document split all read off that one table.
5 · THE OLD DECISION
What decision would you take back, and why did it make sense at the time?
Tap to flip
ANSWER
Keeping only pass and fail counts and purging ID photos after 30 days to save on storage and compliance cost. It made sense at launch, when volume was lower and more signups got a human review anyway.
6 · THE NUMBER
Fill in the blank: PassGate's confident-wrong rate came back at 1.8 percent overall, but ___ percent for passports, against ___ percent for driver's licenses.
Tap to flip
ANSWER
4.6 percent for passports; 0.9 percent for driver's licenses. The blended average hid a category failing more than five times as often.
7 · THE REPLAY
Same near miss, pipeline already in place a year earlier. What changes?
Tap to flip
ANSWER
Callixta pulls ninety days of logged decisions instead of a purged folder, finds the passport gap inside a week, and raises the approval bar before the next forged document instead of after it.
8 · CROSS-PRODUCT TRANSFER
Section 4 answers this same question again for a different product. Which one, and what plays the role of the passport split?
Tap to flip
ANSWER
FirstLook Triage at Understory Veterinary Telehealth. The equivalent split is by symptom category, since GI symptoms in large-breed dogs carry a different bloat risk than GI symptoms generally.

Check yourself Score: 0 / 0

True or false
1. True or false: once Callixta builds the confident-wrong rate, the friendlier usage dashboard becomes the next most urgent gap to close. Say why.
  • True
  • False
Show hint
Check the rank step of ORDER. Two more items sit between the confident-wrong rate and the dashboard.
Show answer
False. The golden set and the by-document-type split still rank ahead. The dashboard is deliberately last because it can be rebuilt anytime from logs that already exist by then, unlike the blind period's own data.
Multiple choice
2. Which piece of missing data at Verrow is impossible to recover once the blind period passes?
  • A. The confident-wrong rate
  • B. The friendlier usage dashboard
  • C. The raw confidence score and outcome for a signup that's already been purged
  • D. The golden set review
Show hint
Ask which one still exists somewhere, even if nobody's built it yet, versus which one is simply gone.
Show answer
C. Everything else can be computed later from stored logs. A decision made with no confidence logged and an image already purged cannot ever be checked again.
Fill in the blank
3. PassGate's confident-wrong rate came back at 1.8 percent overall, but ______ percent for passports, against ______ percent for driver's licenses.
Show hint
Check the bar chart in "Let's learn."
Show answer
4.6 percent and 0.9 percent. The gap between them is what made the by-document split worth building right after the golden set.
Multiple choice
4. What is the AI-specific failure this whole ranking exists to catch?
  • A. PassGate running slowly during peak signup hours
  • B. PassGate reporting high confidence on a decision that turns out wrong
  • C. Odalric's review queue getting backed up
  • D. Verrow's servers going down during a product launch
Show hint
This is the failure mode the confident-wrong rate is named after.
Show answer
B. A model that sounds sure and is still wrong doesn't announce itself. The confident-wrong rate and the golden set are the guardrail against exactly that.
Short answer, apply it yourself
5. Pick an AI feature you use or are building. If it has been running with almost no instrumentation, what's the one piece of missing data that would be gone for good the moment you finally noticed the gap?
Show hint
Ask what gets deleted, purged, or overwritten if nobody captures it right now.
Show answer
Model answer: "A resume-screening tool that only logs which candidates got rejected, not the model's confidence on each call or which of those rejections a recruiter later overturned. Once a rejected application ages out of the system, there's no way to ever check whether the model was confidently wrong on it."
Short answer, the number question
6. If the passport confident-wrong rate had come back at 1 percent instead of 4.6 percent, would the document-type split still be worth building right after the golden set? Say what changes and what doesn't.
Show hint
Separate "is this worth ever building" from "does this jump the queue ahead of everything else."
Show answer
Model answer: "What changes: the urgency. At 1 percent, it wouldn't need to jump ahead of finishing the golden set's coverage across document types. What doesn't change: 1 percent of tens of thousands of signups is still real people, so the split stays on the list, and the two-week sustained threshold before acting stays the same either way."
Before you close the answer
Why this works
Tests whether "add more metrics" gets replaced with a real ranking, one built on which gap is recoverable later and which one is gone the moment it's noticed. Most candidates rank by what looks most useful today, not by what's actually still there tomorrow.
Follow-up traps
"Why not just add the confidence score going forward and let the historical gap go?" Response: the risk here is a model that's confidently wrong, and confidently wrong calls don't announce themselves. Going forward only leaves the exact same blind period open for the next near miss that hasn't happened yet.

"Isn't the fraud dashboard the more urgent build, since leadership is asking for it right after a real incident?" Response: that request got named directly and set aside. A dashboard built from data that was never captured just charts the 4 percent already flagged by hand, which looks confident and proves nothing about the 96 percent nobody checked.
If pressed
The actual rule used: a passport confident-wrong rate over 3 percent, sustained two weeks running, before Verrow raises that document type's auto-approval bar. Not a single bad day. One noisy week of golden-set sampling doesn't trigger a policy change on its own.
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