ConceptIntermediateAI Opportunity & Model Strategy / Data strategy as product strategy / #15

Explain how data strategy differs when you are prompting rather than training.

FLIPS · workaroundthe spreadsheet Gatework's own system refused to keep

Gatework sells ticketing software for concerts and festivals, and behind every purchase sits a fraud score deciding whether to let it through. Selin Karahan runs trust and safety product there, and watched what happened the quarter her team stopped fine-tuning that score and started prompting for it instead.

The direct answer
When you train, data quality control happens offline, in a batch, before a version ever ships, and it naturally gets reviewed because a new model doesn't exist until someone builds it. When you prompt, the "data" is live context assembled fresh at each request, with no batch and no natural checkpoint, so if you don't deliberately build a version log and a review gate for prompt and retrieval changes, one won't exist, and a bad change ships the moment someone edits a file.
Do this, in order
  1. Build a version log for prompts and retrieval configs, on day one.Why: training gets this for free from dataset versioning; prompting gets nothing unless you build it deliberately.
  2. Put a review gate before any change reaches production, even a small one.Why: a prompt edit ships the instant someone saves the file, with no equivalent to a training run's natural pause.
  3. Replay every change against a held-out set before and after.Why: this is the same evaluation training always required, just moved to a different point in the process.
  4. Never let a private log substitute for an official one.Why: if only one engineer's spreadsheet has the real history, the system's memory depends on one person staying at the company.
  5. Treat the live retrieved context itself as data worth auditing, not just the prompt text.Why: what breaks is often the fields being pulled in, not the wording asking the model to use them.

How to answer this, stage by stage

Nobody is testing whether you know prompting exists. They're testing whether you noticed that switching to it quietly deleted a safety step nobody meant to remove.

Stage 1
Scope it to one real system
Say it like this
"Let's ground this in Gatework's fraud score, and the actual quarter it moved from a fine-tuned model to a prompted one."
Why this works
Keeps the answer from becoming an abstract compare-and-contrast essay.
Stage 2
Say the structure out loud
Say it like this
"I'll run this as FLIPS. Find the person, locate the habit, identify the flip, pinpoint the old decision, show the replay."
Why this works
Signals a repeatable way to find the real change, not just a list of surface differences.
Stage 3
Reframe the question
Say it like this
"This isn't really 'what data goes into a prompt versus a training set.' It's 'who reviews it, and when, before it can do damage.'"
Why this works
This is where a strong answer separates from someone who just lists technical differences between the two approaches.
Stage 4
Give the flip
Say it like this
"Training gave Gatework a natural review point: a model doesn't exist until someone runs the training job and checks it. Prompting removed that point entirely. A config edit is live the moment it's saved."
Why this works
Names the actual mechanism that changed, not just the buzzwords "training" and "prompting."
Stage 5
Prove it with the compressed failure
Say it like this
"An engineer named Marek quietly kept his own spreadsheet logging every prompt change, because the product itself kept none. When a config edit dropped the fraud catch rate from 91 percent to 78 percent, his spreadsheet was the only record of when it happened. Finance had already absorbed about $186,000 in extra losses by the time anyone noticed."
Why this works
Compresses the whole failure into the one gap a version log would have closed on day one.
Stage 6
Say what you'd measure
Say it like this
"I'd track fraud catch rate against a fixed held-out replay set on every single prompt or retrieval change, the same way a new model version always got checked against a held-out set before it shipped."
Why this works
Shows the evaluation discipline moved with the system, instead of getting left behind with the old process.
Stage 7
Close on the one line
Say it like this
"Prompting doesn't remove the need for data discipline. It removes the free checkpoint training always gave you, so you have to go build one on purpose."
Why this works
Restates the direct answer as a single, memorable line.

Let's learn

Here is what happens when a real safety step quietly disappears because nobody rebuilt it somewhere new.

Before the switch, Gatework fine-tuned its fraud model on a quarter's worth of labeled transactions, about 40,000 of them, and a data steward spot-checked a sample before each new version shipped. That review took about two days, every quarter, and it caught obviously bad labels before they ever reached a live model.

Hand sketched flow diagram titled Gatework's fraud model, the training era, second step emphasized. Five steps left to right: Curate quarter's data. Steward reviews sample. Fine-tune the model. Deploy new version. Repeat next quarter.
The second step is the one that quietly had no equivalent once the model stopped being trained at all.

With prompting, the fraud score comes from a live call at the moment of purchase: the buyer's account age, their recent order velocity, a device fingerprint, assembled fresh and handed to a general model with instructions on how to weigh them. There is no quarter, no curated batch, no natural pause where a version gets built and checked before it goes live.

Knowledge spark: what changes about "the data" when you prompt instead of train? With training, the data is a fixed, offline batch you can review before it ever touches a live model. With prompting, the data is the live context assembled at each request, pulled from whatever systems are connected right now. It has no natural pause, because there's no separate "build" step between a change and it going live.

Here's the turn: the missing review checkpoint is not visible as a bug. Nothing crashes. The fraud score keeps returning numbers that look perfectly reasonable, right up until a small, ordinary-looking config edit quietly changes what those numbers mean.

Fraud catch rate, before and after the config change
100% 50% 0 Before the change 91% After the change 78%
Thirteen points, and nothing on the dashboard flagged it as a change at all, only as a slightly worse week.

At its worst, three weeks pass before anyone connects a quiet dip in the fraud numbers to a specific config edit, because there was never a log that could point to the moment it happened, only a feeling that things had gotten slightly worse lately.

Training never made Gatework careful. It made carefulness free, by forcing a pause between a change and it going live. Prompting removed the pause and left the carefulness part optional.
The choice I would take back When the fraud score moved to a prompted model, nobody built a version log or a review gate for prompt and retrieval-config changes. That made sense in the first weeks, when the team was moving fast and the training-era review process didn't map cleanly onto something with no discrete "build" step. It stopped making sense the moment a single unreviewed edit could change what the fraud score actually meant.

What I would leave alone: the model itself, the general-purpose one Gatework prompts, doesn't need Gatework's own review process. It's someone else's job to test that model broadly. Gatework's job is reviewing what it feeds that model and what it asks it to do, which is exactly the part that went unreviewed.

The lesson: a review step you got for free from one architecture doesn't carry over to a different one automatically. If you don't notice it disappeared, you find out the hard way, in an audit, months later.

Now here is the same thing as a story

The short version above is what you'd say defending a new review process to a skeptical engineering lead. Read this one for how a private spreadsheet ended up being the only real record Gatework had.

Selin could read a fraud-loss report before the second page loaded. Six years watching that number will do that to a person.

Hand sketched icon list titled FLIPS the five letters. Five rows: Find the person whose morning is this. Locate the habit what they stopped doing. Identify the flip the two setting switch. Pinpoint the old decision what made sense before. Show the replay same day new design.
The memory aid for the whole method, held up as one page before the story starts.

For two years, the training era ran like clockwork. Every quarter, a steward pulled a sample of that quarter's labeled transactions, checked them by hand, and signed off before the new fraud model shipped. It took two days. Nobody loved it, but nobody questioned it either.

Then Gatework moved the fraud score to a prompted call: live account signals, assembled fresh, handed to a general model at the moment of purchase. No more quarterly training run. No more two-day review, because there was nothing left that resembled the thing being reviewed before.

Hand sketched comparison titled Small move, big snap. Left panel, a document icon labeled Training era, caption a quarterly review, gradual and watched. Right panel, a gauge icon labeled Prompting era, caption one edit live in seconds watched by no one, shown in a different color.
The training era's review was slow and visible. The prompting era's changes are instant and, unless someone builds a gate, invisible.

Marek Sadowski, one of the engineers who maintained the fraud prompt, noticed early on that nothing tracked what had changed between one week's fraud score and the next. So he started his own spreadsheet: a row for every edit to the prompt or the retrieval config, a note on what changed, and a quick before-and-after check on catch rate whenever he had ten minutes. Nobody asked him to. Nobody else knew it existed.

Hand sketched labeled parts diagram titled What's in a live fraud prompt. A question box icon at the center labeled Prompt Assembly, with four labeled callouts around it: Buyer account history, Live order velocity, Device fingerprint, No version log.
Three real signals feeding the prompt, and one glaring absence sitting right alongside them.

Three months in, a colleague tweaked which fields fed the prompt, trimming a field that seemed redundant, to make the request a little faster. The change looked harmless. The catch rate slid from 91 percent to 78 percent within days, and nothing on the fraud dashboard called it out as a change. It just looked like a slightly worse stretch, the kind every team has now and then.

Hand sketched metaphor scene titled A dial we assumed, a switch we got. Left, a gauge icon labeled Dial, caption what we assumed we had. Right, a box icon labeled Switch, caption two positions no middle no history, shown in a different color.
Gatework designed as if changes to the fraud prompt were a dial you could nudge gently. They were a switch with no memory of its own settings.

Three weeks later, finance flagged a spike in ticket-fraud chargebacks during a routine quarterly review, the same kind of review that used to catch bad training data, now pointed at a system with nothing equivalent to check. Nobody could say exactly when the catch rate had dropped, or why, until someone remembered Marek's spreadsheet.

Hand sketched timeline titled How the spreadsheet became the real audit log, third milestone emphasized. Four milestones: Training era, quarterly review versioned. Switch to prompting, no equivalent gate built. Config edited, catch rate quietly drops, shown in a different color. Finance audit, spreadsheet is the only record.
Nobody decided, on any single day, to stop logging changes. The training era's checkpoint just never got rebuilt somewhere new.
Weekly fraud losses, the quarter of the config change
$70k $35k 0 config edit, week 7 Wk 1 Wk 7 Wk 10 audit catches it
Three weeks between the quiet break and the audit that finally named it, about $186,000 in extra losses in between.

Rerun the same quarter with a version log and a lightweight review gate in place: the field-trimming edit still gets proposed, but it can't ship without a before-and-after replay against a fixed held-out set. That replay shows the thirteen-point drop in an afternoon, before a single real transaction is affected. Marek's private spreadsheet becomes the official change log instead of a shadow record only he happened to keep.

What I'd tell myself, hearing that one engineer had quietly built the only real audit trail the system had: the training era's review wasn't slow because anyone loved process. It was slow because it was the only pause point that existed. Losing the pause, not losing the paperwork, was the actual danger.

FLIPS, held up as one pageNot a case against prompting. FLIPS is what shows exactly which safety step needs to be rebuilt, not assumed.

F
Find the person. Whose morning is this.
Marek Sadowski, the engineer who kept the only real log of what changed in Gatework's fraud prompt.
A named person with real stakes makes the flip concrete instead of abstract.
L
Locate the habit. What stopped happening.
The quarterly steward review, a natural checkpoint training gave Gatework for free, stopped existing once there was no discrete model version to review.
The habit disappearing quietly, not loudly, is exactly what makes it dangerous.
I
Identify the flip. The two settings, no middle.
Waiting for the official system to log a change, versus quietly building your own private record because the system won't. No in-between exists once the official gap becomes obvious.
This is the hardest step, and the one the batch keeps coming back to: a workaround, not a mood.
P
Pinpoint the old decision. What made sense before.
Not building a version log or review gate for prompt changes, since the training-era process didn't map cleanly onto something with no discrete build step.
A reasonable call in week one, wrong by the time a single edit could move a real number.
S
Show the replay. Same day, new design.
The same field-trimming edit gets caught in an afternoon replay, before it ever reaches a real transaction, and Marek's spreadsheet becomes the official record instead of a private one.
A countable, bounded fix, not a rebuild of the whole system.

The recap, one line per letter: find the person is Marek, keeping the log the system wouldn't. Locate the habit is the quarterly review that had nowhere to land once training stopped. Identify the flip is quietly building a private workaround instead of trusting an official record that doesn't exist. Pinpoint the old decision is never rebuilding a version log for prompt changes. Show the replay is catching the same edit in an afternoon instead of three weeks.

And if you want to be sure it really works, try it somewhere elseSame five letters, a library consortium instead of a ticketing platform. A different flip family entirely.

Rooksbridge Library Consortium used to train a cataloguing model on years of past acquisition decisions, deciding which subject headings and shelf categories fit a new book. It later switched to prompting a general model with each new title's live metadata: publisher description, table of contents, a sample chapter. Mapped onto FLIPS: find the person is Rhona Callaghan, a senior cataloguer across four branch libraries. Locate the habit says she used to spot-check a sample of the model's category assignments each month, back when a new model version came with a change note. Identify the flip here is not a workaround, it's pre-editing: once catalogers noticed the live-metadata prompt guessed wildly whenever a publisher's description was thin or missing, they started writing a fuller, hand-composed description themselves before ever submitting a book to the system, quietly grooming the input to avoid a bad guess rather than reporting the gap. Pinpoint the old decision is that the prompt was built to always return a confident category, never an "I'm not sure," so a thin real description produced a confident wrong guess indistinguishable from a confident right one. Show the replay: with the model allowed to say "insufficient metadata, needs a human," Rhona's team gets flagged the actual thin cases instead of quietly rewriting descriptions for every book, and the ones that truly needed rewriting shrink from most of the intake to about one in twelve.

Hand sketched labeled parts diagram reused to represent Rooksbridge's own live metadata prompt, showing the same shape of missing safeguard in a different system.
A different building, a different kind of record, the same missing piece: nothing telling anyone when the input wasn't enough to trust the answer.

Swap the trigger and it still runs.
Speed: an interviewer caps you at sixty seconds. Say "training gives you a free review checkpoint, prompting removes it, so you have to build the checkpoint back on purpose," and stop.
Cost: no budget to build a full versioning system before the next prompt change ships. Say so honestly, and start with a simple changelog and a one-person sign-off, rather than skipping review entirely to save time.
The model got better, for real: if a newer base model starts flagging its own low-confidence guesses reliably, that's a legitimate reason to lean on it more, not a shortcut being taken to avoid building the review gate.

Where people run it wrong.
They treat "we're prompting now, not training" as if it means less data discipline is needed, instead of a differently shaped kind.
They let one engineer's private tracking substitute for an official log, without noticing the system's whole memory now depends on that one person staying.
They review the prompt's wording carefully and never audit the live data being fed into it, which is usually where the real damage happens.

How to use it live. The moment an interviewer asks about prompting versus training, ask yourself: what free safety step did the old approach give us, and did anyone rebuild it, or did it just quietly stop existing? Answer that, and the rest of the comparison falls into place.

Flashcards (tap any card to flip it)

1 · THE FLIP FAMILY
What flip family is this?
Tap to flip
ANSWER
Workaround flip: with no official version log, Marek built his own private spreadsheet to track changes the system itself refused to remember.
2 · THE PERSON
Who is this answer about?
Tap to flip
ANSWER
Marek Sadowski, the Gatework engineer who kept his own log of every fraud-prompt change, and Selin Karahan, the trust and safety PM who had to make sense of it during the audit.
3 · THE HABIT
What did Gatework stop doing once the fraud score moved to prompting?
Tap to flip
ANSWER
They stopped doing the quarterly steward review, the free checkpoint training always provided, since a prompt change has no discrete "build" step for a review to attach to.
4 · THE FLIP, IN THIS STORY
What's the two-setting switch here?
Tap to flip
ANSWER
Trusting the system to log changes officially, versus quietly building a private workaround because it won't. No middle setting once the gap became obvious to Marek.
5 · THE OLD DECISION
What decision would you take back?
Tap to flip
ANSWER
Never building a version log or review gate for prompt and retrieval-config changes when the fraud score moved off training.
6 · THE NUMBER
Fill in the blank: the config change dropped fraud catch rate from 91 percent to ___ percent.
Tap to flip
ANSWER
78 percent, a 13-point drop that cost roughly $186,000 in extra fraud losses over three weeks before the audit caught it.
7 · THE REPLAY
Same config edit, a version log and review gate now in place. What changes?
Tap to flip
ANSWER
The edit still gets proposed, but an afternoon replay against a held-out set catches the 13-point drop before it ever touches a real transaction. Marek's spreadsheet becomes the official log.
8 · CROSS PRODUCT TRANSFER
Section 4 answers this same question again for a different product, with a different flip family. Which product, and which family?
Tap to flip
ANSWER
Rooksbridge Library Consortium's cataloguing prompt. The flip is pre-editing: catalogers quietly rewrote thin book descriptions themselves before submission, instead of the system ever admitting it wasn't sure.

Check yourself Score: 0 / 0

Fill in the blank
1. Fill in the blank: fraud catch rate dropped from 91 percent to ___ percent after the config change.
Show hint
Look at the grouped bar chart, "fraud catch rate, before and after."
Show answer
78 percent. A 13-point drop that went unflagged by any dashboard, since nothing marked it as a change rather than a slightly worse week.
True or false
2. True or false: this answer argues that prompting is inherently less safe than training and should be avoided for fraud scoring.
  • True
  • False
Show hint
Look at the direct answer and "what I would leave alone."
Show answer
False. The argument is that prompting removes a free checkpoint training used to provide, so that checkpoint has to be rebuilt on purpose, not that prompting itself is unsafe.
Multiple choice
3. What decision does this answer say Gatework should take back?
  • A. Switching from training to prompting at all.
  • B. Letting Marek build his own spreadsheet.
  • C. Never building a version log or review gate for prompt and retrieval changes.
  • D. Hiring a data steward in the first place.
Show hint
Look at "the choice I would take back."
Show answer
C. The training-era review process didn't map cleanly onto prompting, and nobody rebuilt an equivalent, which is the actual gap.
Short answer, where it wouldn't matter
4. Name a part of Gatework's system where this training-versus-prompting distinction genuinely wouldn't matter, and say why.
Show hint
Look at "what I would leave alone."
Show answer
Model answer: The general-purpose model being prompted doesn't need Gatework's own review process, since testing that model broadly is someone else's job. Gatework only needs to review what it feeds it and asks it to do.
Short answer, apply it yourself
5. Think of a product you use that switched, or could switch, from a fixed model to a live prompted one. What free safety step might have quietly disappeared in that switch?
Show hint
Think about anything that used to require a new release before it could change.
Show answer
Model answer: A search ranking system that used to require a full model retrain, reviewed by a team, before ranking logic changed. If it moved to a prompted re-ranker, a single prompt tweak could change results with no equivalent review.
Short answer, work the number
6. If the audit had caught the config change after one week instead of three, roughly how much of the $186,000 in extra losses would have been avoided?
Show hint
Look at the line chart of weekly fraud losses across the three elevated weeks.
Show answer
Model answer: Roughly two-thirds of it, since the elevated losses ran for three weeks at a fairly steady rate, so catching it after week one would have avoided close to $124,000 of the total.
Before you close the answer
Why this works
Tests whether you understand what actually changes about data governance when a model moves from training to prompting, not just that the two words mean different things.
Follow-up traps
"Isn't a version log just process overhead that slows engineers down?" Response: the training era had the same overhead built in by default, just hidden inside the training-run cycle; prompting only feels faster because the equivalent step was quietly dropped, not because it was never needed.

"What if the retrieval sources themselves change without anyone editing the prompt?" Response: that's exactly why the live retrieved context needs its own audit, not just the prompt wording, since a source field going stale or disappearing can shift the fraud score just as much as an edited instruction.
If pressed
The replay set Gatework eventually built held out 2,000 real, labeled transactions from three months prior, refreshed quarterly so it never went stale, and any prompt or retrieval change had to match historic catch rate within two points on that set before shipping.
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