ConceptFoundationalQuality, Cost & Token Economics / Quality metrics: accuracy vs usefulness vs trust / #2

Give an example of an output that is accurate but not useful.

An accurate number that answers the wrong question is not a small miss. It is a miss with a straight face, and it looks exactly like success on a dashboard.

The direct answer
Example: a frost alert that reads "31°F, 62 percent risk" for a whole field is accurate, checked against a weather station after the fact, and still useless, because the one block worth saving sits in a low pocket that runs six degrees colder than that average, and the alert never said which block to cover. Grade every output by whether the person actually acted on it, not by whether the number matched a station reading.
Do this, in order
  1. Grade outputs by whether the person acted on them, not by whether the number later matched a reference reading.Why: an eval that only checks the number against ground truth can pass forever while the real question, cover tonight or don't, never gets answered.
  2. Recut the accuracy score by what the person actually needed, not by the average.Why: a field-average number can be dead right and still hide the one cold pocket a farmer needed to know about.
  3. Rule out a delivery or tracking problem before blaming the model.Why: an alert that arrived correct but was never opened, or opened late, looks exactly like a useless alert on a dashboard.
  4. Name which failure it is: no instruction, buried in detail, or a different question answered.Why: each one needs a different fix, and guessing at the wrong one wastes a sprint.
  5. Test the winning cause against one real near miss, not a hypothetical one.Why: only a real close call tells you whether your fix would have actually changed what the person did that night.
  6. Stop once these hold. Don't pile on a fourth eval dimension "just in case."Why: more checks buy less each time, and the extra one usually buries the number that actually matters.

How to answer this, stage by stage

Nobody is grading whether you can define "accurate but not useful." They are grading whether you can name a real example and explain, out loud, the actual mechanism behind it. Seven moves get you there.

1
Scope it to one real product before you go abstract
Say it like this
"Let's make this real. Fieldstead is a weather app that gives frost, rain, and spray window predictions for one specific field, not a regional forecast. Sorina Coulter runs the alert quality program there."
Why this works
A dictionary example floats in the air. One tied to a real product and a real person is something you can defend under follow-up.
2
Say what the question is really testing
Say it like this
"This isn't really asking me for a definition. It's asking whether I can tell the difference between an eval that checks 'is this true' and one that checks 'did this help.' Those are two different questions, and most teams only ever build the first one."
Why this works
Naming the real question up front stops the answer from turning into trivia with no judgment behind it.
3
Name your structure out loud
Say it like this
"I'd run this through TRACE. Find when the gap opened, recut the accuracy number by what the person actually needed, rule out a delivery bug, name real candidates for why accurate went useless, then test the winner against one real near miss."
Why this works
Two seconds of structure tells the interviewer you have a method, not just a story you memorized.
4
Rule out the easy, wrong answer first
Say it like this
"My first instinct is to say accurate output is basically useful output, maybe with rough edges. I want to rule that out on purpose, because if I don't, I'll spend this whole answer polishing a number that was never the actual problem."
Why this works
Naming the innocent read before rejecting it is what separates a real diagnosis from a hot take.
5
Give the concrete example, the actual answer
Say it like this
"Fieldstead sent a frost alert reading '31 degrees, 62 percent risk' for a grower's whole field. Checked against the nearest weather station after the fact, that number was right. But his one block worth saving sits in a low spot that runs six degrees colder than the rest of the field, and the alert never said which block to cover. He read '31, moderate,' figured the field was fine, and went to bed."
Why this works
This is the answer to the question. Everything else in this walkthrough is why it's the right example, not just a different story.
6
Prove it wasn't a tracking problem in disguise
Say it like this
"Before I blame the model, I check the boring thing first. Did the text actually send? Did he open it? Both yes, eleven minutes after it went out. So this isn't a delivery bug wearing a usefulness costume. A correct number reached him, and he still didn't act."
Why this works
Ruling out instrumentation is the one move that stops you from redesigning an alert that was never actually broken.
7
Close on the one test, and what it caught
Say it like this
"The test I hold myself to: would the person have done something different with this output. At Fieldstead, block-level accuracy and whether farmers actually acted would both have flagged this exact block three weeks before the near miss, while the field-average number sat there looking calm the whole time. That's how I know it's the right example, and the right fix."
Why this works
Closing on a real back-test, not a hypothetical one, turns an example into a diagnosis you can stand behind.
If you remember one thing Accurate answers "is this true." Useful answers "did this help the person do the right thing tonight." Building an eval for the first question and calling it done is how a team ships a number that is always right and almost never used.

Let's learn

What happens when a number keeps getting more correct, checked against real weather stations every single night, while the thing it is supposed to cause, a farmer covering his vines on a cold night, keeps happening a little less often?

Fieldstead is an app that tells a farmer, for one specific field, whether frost is coming tonight, rain tomorrow, and when a safe window opens to spray without the wind or the wet ruining it.

Before this kind of tool existed, most growers leaned on a county-wide forecast that covered forty thousand acres at once. About one call in four was wrong for their own field, because a county has hills, low pockets, and open ground all mixed together, and the forecast could only speak for the middle of it. A wrong call the safe way, covering when nothing needed it, cost a grower about three hours standing in the cold for nothing. A wrong call the other way, not covering when he should have, could cost him a whole block of fruit.

Fieldstead's field-level model got the frost call right on 94 percent of nights, checked against each grower's own on-field weather station. That is a real number, and it climbed steadily for a year.

A number can be accurate and still answer a question nobody asked.

Here is the turn. The extra correct nights were not the problem. The problem is what growers did with an alert that kept saying, in effect, "the field is fine." Fieldstead's own logs showed the share of frost alerts that a grower actually acted on, cover the vines, run the wind machine, call a neighbor for help, held flat near 40 percent even as the model's accuracy climbed from 81 to 94 percent. A more correct number was not turning into more of the right action.

Knowledge spark: what is a cold pocket? A low spot in a field where cold air sinks and pools at night. It can run five degrees colder, sometimes more, than the rest of the same field, even though both spots share one weather station a few hundred yards away.

At its worst, this gap can sit invisible for a whole season, because "the number matched the station" and "the farmer did the right thing" are two totally different tests, and a team that only measures the first one has no way to see the second one slipping.

The decision that mattered Grading every alert only against the nearest weather station's reading, never against whether it matched the one block a farmer actually needed to know about. It made sense when the station reading was the only ground truth anyone could check.

What I would leave alone: the app's seven-day outlook, the one growers use to plan labor and spray supplies for the week, does not need block-level precision. A field-average number is fine there. Nobody is standing in the cold at midnight deciding whether to cover based on next Thursday's outlook. The mistake was never the field average itself. The mistake was using it for a decision that needed to be made block by block, tonight.

The lesson: an accurate number and a useful number get graded by two different tests. Build an eval for only the first one, and the second gap stays invisible right up until a real cold night finds it.

Frost-call accuracy vs. share of alerts a grower acted on, week 1 to week 11
100% 0% near miss Wk 1 Wk 5 Wk 9 Wk 11
Frost-call accuracyShare of alerts acted on
Accuracy climbs from 81 to 94 percent across eleven weeks. The share of alerts a grower actually acted on drifts the other way, from 41 percent down to 37, and never once follows the accuracy line up. The near miss lands in week 9, while both lines are already moving in opposite directions.

Now here is the same thing as a story

The short version sits above. Read on for the April morning Sorina drove out to a vineyard at 5am with a flashlight, trying to work out why the app had said everything was fine.

Sorina Coulter has run alert quality at Fieldstead for three years. She built the first version of the field-station network herself, driving out to enrolled farms on weekends to set the little metal boxes in the ground. Ask her which of Fieldstead's twelve hundred fields sit in a valley and which sit on open ridge, and she can tell you most of them from memory.

Garrick Aubrecht grows wine grapes on a slope two hours from the coast. He enrolled his vineyard in Fieldstead's second season, mostly because a neighbor swore by it. For a year and a half it was, in his words, "the best five minutes of my evening." He'd check the app at dinner, see the night's risk number, and know within a minute whether he needed his crew or could sit down.

He used to walk the low rows himself most cold nights anyway, just to check the app against his own eyes. By the second spring, he had stopped. The app had been right every time he checked it, and walking three rows in the dark at 9pm got old.

The habit that held Fieldstead's own quality bar together thinned in three beats nobody noticed at the time. First, Sorina had once called five or six growers a week after every frost alert, just to ask "did you cover, and did it matter." She stopped once the dashboard's accuracy number climbed past 90 and the calls started to feel like busywork nobody asked for. Second, a plan to put a dedicated sensor in every enrolled field's lowest corner got pushed twice in planning, because the field-average number never gave anyone urgency to fund it. Third, Garrick's vineyard had been onboarded without its own low-corner sensor, so the model estimated that block's temperature from the field-average station near his barn, a few hundred yards uphill from the actual cold pocket.

The trigger wasn't a storm. It was one ordinary Tuesday in April. At 9pm, Garrick's phone read "31°F, moderate risk." He had covered on nights colder than that before with no trouble. He read it, felt nothing new, and went to bed.

His three lowest rows, the ones nearest the creek at the bottom of the slope, hit 25 degrees that night. Five degrees colder than the app's number, and three degrees below the point where new grape buds take real damage.

We didn't lose three rows of new growth. We lost the one thing that made the app worth trusting on a cold night.

Sorina drove out at 5am once the frost-damage report came in from the field team. She wasn't checking whether the model was wrong, exactly. The station reading that night, the one near the barn, was right. She was checking why an accurate number had sat calm the whole time a real problem was three degrees away.

The old decision went back to a planning meeting in Fieldstead's first year, when Sorina and two engineers built the very first version of the accuracy eval. Someone said, reasonably, "let's grade every alert against the nearest weather station, that's the one number we can actually check." Nobody else could argue with it. It was the only ground truth they had.

Nobody in that meeting decided that field-average and block-actual were the same question. It just quietly became the only question the eval ever asked.

TRACE, run on the six degrees nobody measured

This isn't a diagnosis of one bad night. It's TRACE run on the general question this page opened with, using Garrick's near miss as the ruler for what "useful" actually has to mean.

T
Timeline. When the real gap actually opened.
The cold pocket in Garrick's low rows existed from the day he enrolled, in Fieldstead's second season. The field-average number never moved enough to look wrong, right up until the near miss surfaced it eighteen months later.
The timeline here isn't hunting a single bug. It's establishing that "accurate" had been true, and beside the point, for a year and a half before anyone looked.
R
Recut. Split the number by what the farmer actually needed.
Cutting the frost forecast by block instead of field average is what turns a comfortable "31 degrees, moderate" into the real story: predicted lows that stayed 5 to 6 degrees warmer than the actual low in Garrick's cold pocket, night after night, not just on the one night it mattered.
This is the whole argument for why "checked against a station" fails as a definition of accurate, not just for one incident.
A
Assume nothing. Rule out delivery, then rule out that "right" was enough.
First, the boring check: the SMS delivery log showed the alert sent at 8:49pm and opened at 9:00pm. It reached him, correct, and read. Second, the harder assumption to give up: Sorina had trusted "checked against a station" as good enough for three years, because nobody had ever shown her a case where it wasn't.
Skip this step and you can spend a quarter improving forecast accuracy that was never the actual gap.
C
Cause candidates. Three named, one confirmed.
No instruction: the alert gave a number and a word, never a verb like "cover." Buried in detail: ruled out here, Fieldstead's alerts are short, nothing to bury it in. Wrong question answered: the model gave Garrick a correct field-average low when the question that actually mattered was the low in his specific cold-pocket block. Support-ticket tags and Sorina's own field notes both point at this third one as the confirmed cause for this incident.
Naming three candidates and ruling two out on evidence, not vibes, is what makes this a diagnosis instead of a guess.
Hand sketched comparison diagram titled Three ways accurate goes useless, showing three panels: No instruction, right number never says cover or dont, in grey; Buried in detail, right call lost in a long forecast, in grey; Wrong question, field average not the one cold block, highlighted in orange as the confirmed cause.
The three candidates side by side. Two ruled out on evidence, one confirmed: the model answered the wrong question, a field's average instead of one block's actual number.
E
Evidence test. Did the person act, or discard and do something else.
The one check that separates accurate-and-useful from accurate-and-useless: did Garrick do something different because of the alert, or did he read it and go to bed like any other night. He did the second one, eleven minutes after opening it, correct number and all.
This is the strongest move in the whole method. It turns "the number was right" into "did the number change anything."
Predicted low, field average, vs. actual low, Garrick's cold-pocket block, four nights before the near miss
40°F 0°F 28°F, bud damage 34 29 33 28 35 30 31 25 Night 1 Night 2 Night 3 Night 4, near miss
Field-average predicted lowActual low, cold-pocket block
The field average sat a comfortable 3 to 6 degrees above the crop's 28-degree damage line every single night. The cold-pocket block crossed under that same line all four nights, and on night four it went 3 degrees below it while the field-average number still read a safe 31.

Three things worth saying plainly, since this is where the real judgment sits. The rejected alternative: running full block-level modeling on every enrolled field, every night, no matter how flat the terrain. That would have caught Garrick's block too. It would have also multiplied the overnight compute bill across eleven hundred fields that have no cold pocket at all, and added real minutes to how long the nightly alert batch takes to finish for every grower, not just the ones who need it. Fieldstead rejected that and instead triggers block-level modeling only for fields sitting in the top quarter of measured elevation variance, and even then only on nights where the field-average risk crosses 25 percent, a band that covers about one night in six during frost season. Slower and pricier for the fields that actually need it, untouched for the ones that don't.

The AI-specific failure worth naming by name: this is a form of cold start. Garrick's block had no sensor of its own, so the model estimated it from the nearest station, a guess that works fine on flat ground and badly on a slope with a known cold pocket the station has never actually measured. The guardrail Fieldstead ships now: any block estimate built this way gets labeled "modeled, not measured" in the grower's app, and it doesn't get treated as a trusted number for a cover decision until the block has built up twenty nights of real agreement with a nearby sensor. And the bar for trusting a block estimate isn't "the model is never wrong." It's calibrated and stated as one: a block's modeled low counts as reliable once it lands within 2 degrees of that block's own sensor reading on at least 90 percent of the nights in its own validation set, not on every single night, on nine nights out of ten, by design.

And if you want to be sure it really works, try it somewhere else

Same five letters, an AI radiology report drafting tool instead of a weather app, and the exact same shape shows up with no field or vine anywhere in sight.

Radiovue drafts written summaries of chest X-rays for referring physicians, using the radiologist's own annotated findings as its source. Lyall Brix runs product for the report-drafting feature there.

T, timeline. Radiovue's draft-to-expert match score had held near 97 percent for months, essentially perfect agreement with what a human radiologist would have written. One emergency physician's delayed follow-up on a real finding, caught in a routine chart review, is what first surfaced a gap the match score never showed.
R, recut. Recut the metric from "did the draft mention every finding" to "how many items down the list does the most urgent finding sit." Draft reports that read clean and complete on the match score were burying a single urgent line behind six or more routine ones, listed by anatomical order instead of by what needed a call today.
A, assume nothing. Lyall's team checked first that the report had actually reached the physician's inbox and been opened. It had, within four minutes of being signed. The gap wasn't delivery. The team's harder assumption to give up: a 97 percent match score had felt like proof the drafts were doing their job.
C, cause candidates. No instruction: ruled out, Radiovue's drafts do flag findings as "urgent" in bold. Wrong question answered: ruled out, the finding itself was correct and matched the right anatomy. Buried in detail: confirmed. The urgent line sat fourteenth of nineteen findings, true and bolded, under thirteen lines of accurate, ordinary detail a tired physician skims past at 2am.
E, evidence test. Physicians who acted on an urgent finding within the target window had it appear in the first three lines of the draft. Physicians who didn't had it appear past line ten, on every case Lyall's team pulled for review.

Hand sketched numbered list diagram titled Accurate and buried at the bottom, showing five grey items: skin fold artifact, old rib fracture, mild cardiomegaly, degenerative disc changes, prior surgical clips, followed by a sixth item highlighted in orange reading small pneumothorax needs a call today.
Every line in the real report was true. The one that needed a same-day call sat last, under five lines of correct, ordinary findings that answered questions nobody in the emergency room was actually asking.

Swap the trigger and it still runs.
Speed: an interviewer caps you at ninety seconds. Skip straight to the example and name the mechanism in one breath: "a correct number that answers a different question than the one the person actually needed."
Cost: engineering says running block-level or urgency-sorted models on every case is too slow to ship this sprint. Don't drop the fix, narrow the trigger, apply it only where the risk band or the terrain variance says it's worth the extra compute.
The model got better, for real: say the underlying model's match score genuinely climbed another few points that quarter. That's still not the same claim as "every case is useful now." A model that gets more accurate on average can still be quietly wrong, in the same useless way, for the one case type it was never actually being measured on.

Where people run it wrong.
They fix the recut, then still glance at the old blended accuracy tile out of habit, because that's the number they've trusted for years.
They see accuracy climbing and treat that as proof the eval is fine, instead of checking whether action-taken is climbing along with it.
They respond to one bad case by adding a fourth or fifth eval dimension instead of asking whether the real fix is a guardrail on the one segment, unsensored fields, unranked reports, that's actually thin.

How to use it live. Open with the mechanism, not the story: "Here's an example: a number that's checked, correct, and still answers a question the person didn't ask." That buys you the room to defend the distinction on its own terms before the interviewer pushes you toward a vaguer answer.

Flashcards (click a card to flip it)

1 · THE FRAMEWORK
Which framework fits an "accurate but not useful" diagnosis question like this one?
Tap to flip
ANSWER
TRACE: find when the gap between accurate and useful opened, recut the number by what the person actually needed, rule out a delivery or tracking bug, name real cause candidates, then test the winner against a real near miss.
2 · THE PEOPLE
Who is this answer about?
Tap to flip
ANSWER
Sorina Coulter, who runs alert quality at Fieldstead, an app that predicts frost, rain, and spray windows for one specific field, and Garrick Aubrecht, a grower who nearly lost part of his crop to a frost the app called accurately, for the field, not for his block.
3 · THE HABIT THAT FADED
What habit had Sorina quietly dropped before the near miss?
Tap to flip
ANSWER
Calling growers directly each week to ask whether they'd actually acted on an alert. She stopped once the model's accuracy score climbed past 90 percent and the calls started to feel unnecessary.
4 · THE GAP
What two numbers moved in opposite directions in this story?
Tap to flip
ANSWER
Frost-call accuracy climbed from 81 to 94 percent, while the share of alerts a grower actually acted on drifted from 41 percent down to 37, never once following accuracy up.
5 · THE OLD DECISION
What decision would you take back, and why did it make sense when it was made?
Tap to flip
ANSWER
Grading every alert only against the nearest weather station's reading, never against the one block a farmer actually needed to know about. It made sense because the station reading was the only ground truth anyone could check at the time.
6 · THE NUMBER
Fill in the blank: on the night of the near miss, the alert said the field's low would be ___, but Garrick's cold-pocket block actually hit ___.
Tap to flip
ANSWER
31°F; 25°F. That six-degree gap, and the fact the block's damage line sits at 28, is the whole reason a correct field number missed a real frost.
7 · THE REPLAY
Same near miss, block-level model in place, what changes?
Tap to flip
ANSWER
Both block-level accuracy and action-taken rate would have flagged Garrick's cold pocket three weeks before the near miss, while the field-average number stayed calm the whole time. His alert would have read "44 percent risk, low block, cover tonight," a 40-minute job instead of a lost block of buds.
8 · CROSS-PRODUCT TRANSFER
Section 4 answers this same question again for a different product. Which product, and what's the parallel?
Tap to flip
ANSWER
Radiovue, an AI radiology report drafting tool run by Lyall Brix. Same TRACE steps found the same shape from a different cause: an accurate, bolded urgent finding buried fourteenth of nineteen lines instead of a wrong-question problem.

Check yourself Score: 0 / 0

Multiple choice
1. Which of these is the best definition of "accurate but not useful," the way this answer uses it?
  • A. An output that is wrong in a way that looks convincing.
  • B. An output that is factually correct but doesn't tell the person what to do, or answers a slightly different question than the one they actually needed.
  • C. An output that arrives too slowly to matter.
  • D. An output written in language the reader can't follow.
Show hint
Think about Garrick's alert. The number was never wrong. Ask what was actually missing from it.
Show answer
B. The frost number was true. The failure was that it described the field, not the one block the farmer needed a decision about, and gave him no instruction either way.
True or false
2. True or false: once Fieldstead's frost-call accuracy passed 90 percent, the app was doing its job, since the number checked out against real weather stations.
  • True
  • False
Show hint
Ask what a station-matched number can tell you, and what it can never tell you, about one specific block.
Show answer
False. Matching a weather station says the field-average number is right. It says nothing about whether that average matched the one block a farmer needed to know about, or whether he acted on the alert at all.
Fill in the blank
3. On the night of the near miss, Garrick's cold-pocket block ran about ___ degrees colder than the field-average number in his alert.
Show hint
Check the grouped-bar chart in the TRACE recap section, night 4.
Show answer
Six degrees. The alert read 31°F for the field. The block's actual low was 25°F, three degrees under the 28-degree line where new buds take real damage.
Multiple choice
4. What is the one evidence check this answer uses to tell an accurate-and-useful output from an accurate-and-useless one?
  • A. Whether the model's confidence score was above 90 percent.
  • B. Whether the wording of the alert was clear and grammatically correct.
  • C. Whether the person actually acted on the output, or discarded it and did something else.
  • D. Whether the alert arrived within two minutes of being generated.
Show hint
This is TRACE's E step, applied to a general "accurate vs. useful" question instead of a single dropped metric.
Show answer
C. Garrick's alert was delivered, opened, and correct, and he still went to bed without covering. That gap between "correct" and "acted on" is the whole test.
Short answer, apply it yourself
5. Pick an AI product you use yourself. Name one output it gives you that is probably accurate but not useful, and say why.
Show hint
Ask whether the output told you what true thing was happening, without telling you what to do about it, or answered a slightly different question than the one you actually had.
Show answer
Model answer: A fitness app that reports "you burned 412 calories today," a number that's probably accurate against its sensor data. It's not useful on its own, because it never says whether that's on track for the goal you actually set, or what to change tomorrow. Accurate about the day. Silent about the decision you're trying to make.
Short answer, the number question
6. If Fieldstead's frost-call accuracy had stayed at 81 percent instead of climbing to 94, would recutting the number by block still have caught Garrick's near miss? Why or why not?
Show hint
Ask whether the six-degree gap between field average and block actual depends on the model's overall accuracy at all.
Show answer
Yes, it still would have caught it. The block-level gap is a separate dimension from overall accuracy. A model stuck at 81 percent would have just added a second, more obvious kind of error on top of the same invisible cold-pocket problem. Recutting by block is what catches the block problem, not overall accuracy climbing.
Before you close the answer
Why this works
Tests whether you can name a real mechanism behind "accurate but not useful," not just recite the phrase. Most candidates give a vague example and never explain what actually broke or how they'd know.
Follow-up traps
"Isn't this just a wording problem, better copy and it's fixed?" Response: no, more words would bury the one instruction that matters even further. The fix is granularity, block-level instead of field-level, not phrasing.

"If you run block-level modeling on every field, doesn't that just cost more for no reason on the fields that don't need it?" Response: that's exactly why it only triggers for fields in the top quarter of elevation variance, on nights the field-average risk crosses 25 percent. It's a threshold, not a blanket policy applied to every field every night.
If pressed
The actual calibration rule Fieldstead uses: a block's modeled low counts as trustworthy once it lands within 2 degrees of that block's own sensor reading on at least 90 percent of the nights in its validation set, not every night. Below that, the app still shows the number, labeled "modeled, not measured," and won't use it alone to justify skipping a cover call.
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