InterviewIntermediateModel Fluency & the AI PM Role / The AI literacy baseline every PM needs / #17

Explain the difference between training data and retrieval data to a compliance officer.

GUARD · briefing Halvard Mutual's compliance officer on why a deletion letter about Alaia Vallenwood was only half true

Riskspindle is Foldwick Analytics' underwriting tool. It reads a home or auto insurance application, checks it against the applicant's own records, and gives the underwriter at Grancourt Mutual a risk score with a plain-language reason attached. Wynola Fenholt is Grancourt's compliance officer. She signs off on every data-deletion request the company gets, usually without a second thought, because the process has worked for a year. It took a regulator's follow-up letter to show her that "worked" and "worked completely" were not the same claim.

The direct answer
Training data gets baked into the model's weights during training or fine-tuning: there is no single record to find and delete afterward, only the option of retraining the whole model from scratch without it. Retrieval data sits in a separate, live store the model looks up at the moment it answers: one record, findable, correctable, deletable in minutes, with the model's next answer reflecting the change right away. For a compliance officer, that means anything a person has a legal right to have deleted, corrected, or access-controlled has to live only in the retrieval store, never in a training batch. The moment it's in the weights, a deletion request has already become a promise engineering cannot fully keep.
Do this, in order
  1. Explain the distinction plainly: baked in versus looked up.Why: every other decision below only makes sense once this lands, and it's the one thing most compliance sign-offs skip.
  2. Never let a field that must stay deletable or correctable enter a training or fine-tuning batch.Why: this is the actual structural fix, not a policy document about "responsible AI."
  3. Tag every applicant record with whether it has ever fed a training batch, and surface that tag before any deletion gets certified.Why: without the tag, a compliance officer has no way to know her own "complete" is only half true.
  4. Require the vendor to log which fine-tuning run, if any, touched a given applicant's data.Why: without the log, finding out takes a multi-week audit instead of a lookup.
  5. Watch the count of deletion requests that turn out to hit a training batch, every month, not just the retrieval-store success rate.Why: the retrieval number looked close to perfect the entire time this was building underneath it.
  6. When a case can't be fully honored yet, say so honestly instead of certifying a false "complete."Why: an accurate partial answer protects Grancourt more than a tidy false one ever will.

How to answer this, stage by stage

Nobody is grading whether you can define "training data" from a textbook. They're grading whether you can tell a compliance officer, in words she can act on, which promises her company can actually keep.

1
Ground it in one real letter, not two abstract terms
Say it like this
"Let's make this concrete. Grancourt Mutual runs Riskspindle, an AI underwriting tool from Foldwick Analytics. Wynola Fenholt is the compliance officer there. She signs the letters that tell a former applicant their data has been deleted. One of those letters was wrong, and it wasn't because anyone lied."
Why this works
A real letter with a real signature keeps this from turning into a glossary entry about model architecture.
2
Say your structure out loud
Say it like this
"I'll run this as GUARD. Groups, who's exposed. Unequal, whose data specifically lands in the wrong bucket. Ability to contest, who can even check. Reduce, the actual fix. Detect, how you'd catch it before a regulator does."
Why this works
Two seconds of structure tells the interviewer, or the compliance officer, you have a method, not just a definition to recite.
3
Answer the literal question, plainly, before anything else
Say it like this
"Training data is what shapes the model's weights before it ever ships. Once that's done, there's no row in a table labeled 'Alaia's sentence.' It's mixed into millions of numbers, and the only way to remove her specific influence is to retrain the whole model without her data in the batch. Retrieval data is different. It sits in a live database Riskspindle checks each time it runs. Find her file, edit it, delete it, and the very next answer reflects that, in minutes."
Why this works
The question asked for the difference. Give it in one breath before the story starts, or the answer never actually lands.
4
Name both people GUARD makes you name
Say it like this
"There are two people in this, not one. Peron, the applied PM at Foldwick, who decides what data goes into a fine-tuning batch. And Alaia, an applicant who withdrew her policy and has a legal right to be forgotten. She never sees a training pipeline. She only ever sees the letter Wynola signs."
Why this works
Naming the person with no lever is the strongest move GUARD has. Skip it and this stays an engineering footnote instead of a compliance problem.
5
Reframe what the question is really testing
Say it like this
"This sounds like 'define two terms.' It's really 'which promises can this company keep.' A database record is a promise you can keep in minutes. A trained-in sentence is a promise you can only keep by retraining, which is weeks, not minutes, and costs real money. Compliance has to know which promise it's signing before it signs it."
Why this works
This line is the whole answer in miniature. The short version sits above; the long version, what actually happened at Grancourt, proves it below.
6
Give the committed answer
Say it like this
"So here's what I'd do. Anything a person has a right to have deleted, corrected, or controlled, keep it only in the retrieval store, never let it into a training batch. Tag every record for whether it's ever been pulled into training, and check that tag before anyone signs a deletion letter."
Why this works
This is deliverable 0, spoken, before a single number distracts from it.
7
Prove it with the real numbers, not the abstract case
Say it like this
"Here's what happened. Grancourt closed 721 of 740 deletion requests last year inside five business days, a clean database purge every time. But 19 of those 740 had already been pulled into a 22,000-application fine-tuning batch eight months earlier. Every one of those 19 got the same 'complete' letter Wynola sends everyone else. It took an internal audit eleven weeks, on average, just to find each one."
Why this works
A real number that looked perfect, hiding a real gap underneath it, beats any amount of talk about data governance in the abstract.
8
Close on something checkable, not just a definition
Say it like this
"So: baked in, or looked up, decide which one a field is allowed to be before it's collected, not after someone asks to be forgotten. You'll know it's fixed when a deletion request gets flagged 'was this in a training batch' automatically, not nine weeks into an audit nobody scheduled."
Why this works
Ends on a test anyone in the room could run, not a feeling that the process is fine.

Let's learn

Every year, about 740 people ask Grancourt Mutual to delete the file it kept on them. Most of the time, that's a five-minute job.

Riskspindle is Foldwick Analytics' underwriting tool. It reads a home or auto insurance application, checks it against the applicant's driving record and claims history, and hands Grancourt's underwriters a risk score with a plain-language reason attached. It answers two different ways at once, and almost nobody at Grancourt had ever needed to say which was which out loud.

Hand sketched comparison diagram titled Two ways Riskspindle holds a person's own words. Left panel, a sealed grey box labeled Trained into the model, caption baked into the weights, no record to delete. Right panel, an open document with lines labeled Looked up live, caption one record, fix it or pull it in minutes.
One box has no handle. The other one is just a filing drawer with a name on it.
Knowledge spark: what's a fine-tuning batch? Before Riskspindle ships a new version, Foldwick takes a large pile of old applications, the ones with a known outcome, approved, declined, claim paid, and trains the model on them again, so its scoring stays close to what claims actually cost. That training run changes the model's weights permanently. The applications used in it don't get "saved" anywhere obvious afterward. Their influence just becomes part of how the model scores everyone from then on.

Grancourt handles deletion requests well, on paper. Wynola Fenholt, the compliance officer, closes about 97 percent of them inside five business days: she has IT purge the applicant's record from the live database, confirms the purge, sends the letter, done.

Here's the turn. That 97 percent is not the real number. The real number is how many of those "deleted" applicants had their own words pulled into a fine-tuning batch, months before their request ever arrived, with nobody flagging the overlap. Riskspindle doesn't only read an application the day it's submitted. Foldwick also periodically fine-tunes the underlying model on a large batch of past applications, to keep its scoring calibrated to real claims outcomes. Whatever text sat in that batch gets folded into the model's weights. It stops being a record. There's no row left to delete.

Wynola didn't delete 19 files by mistake. She deleted 19 database rows and certified 19 people's entire history was gone, which was only ever true for 721 of the 740.

What that costs at its worst: Grancourt tells a state regulator, in writing, that an applicant's personal data has been deleted. For 19 of the 740 people who asked, that letter wasn't fully true, and nobody at Grancourt knew it wasn't true when they sent it. The company had certified something false on a legal document, not out of carelessness, but because nobody had ever separated "we deleted the file" from "we deleted every copy of what was in it."

The choice I would take back When Foldwick first built Riskspindle's fine-tuning pipeline, it pulled straight from Grancourt's live applicant database, the same store deletion requests are meant to clear. That was a reasonable shortcut when a fine-tuning run and a deletion request never happened to touch the same person. Nobody built a flag connecting the two, because for the better part of a year, they never had to.

What I would leave alone: Riskspindle's live lookup of an applicant's current driving record. That field pulls from the DMV feed fresh every time the model runs, never trained in, never cached, already exactly where a deletable, correctable field is supposed to live. This fix doesn't touch it, because it was never the problem.

The lesson: a compliance answer can be true on day one and quietly stop being true the day a fine-tuning batch and a deletion request happen to land on the same person. That day never announces itself. Nobody marks a batch "now compliance-relevant." It just becomes that, silently, the moment someone inside it asks to be forgotten.

Now here is the same thing as a story

The short version above is what you'd actually say in the room. Read this one for the fourteen months it took anyone to notice the gap between the two.

Wynola Fenholt has run compliance at Grancourt Mutual for six years. She knows the state's insurance-privacy statute the way some people know a family recipe, which exceptions apply, which don't, how fast a deletion request has to move. When Riskspindle launched two years ago, she asked the obvious question first: can we actually delete someone's data on request. Foldwick's team said yes. She tested it herself on a dummy applicant, watched the record disappear from the database within the hour, and signed off.

For over a year, that held. A request came in, IT purged the row, Wynola confirmed it, the letter went out. Twenty minutes of her week, most weeks. She stopped double-checking the underlying database herself around month five, because the number never once came back wrong. Why keep opening a table that always showed zero rows left.

Hand sketched labeled parts diagram titled One model, three people around it. A central gauge icon labeled Riskspindle, with three callouts: Peron sets what feeds training. Wynola signs the deletion letter. Alaia only ever sees the letter.
Peron holds the dial nobody in compliance ever sees. Wynola signs based on what the dial produced. Alaia only ever gets the letter.

Alaia Vallenwood applied for a homeowners policy fourteen months ago. In the free-text section explaining a gap in her claims history, she wrote three sentences about a car accident that had aggravated a chronic illness, naming the diagnosis, to explain why she'd missed a premium payment that year. Grancourt declined the application over an unrelated flood-zone factor. She withdrew before binding, and a few weeks later, under the state's insurance-privacy statute, asked in writing that Grancourt delete everything it held on her.

Wynola processed it the way she always did. IT found Alaia's record, purged it, confirmed the purge. The letter went out: "We confirm that all personal information associated with your application has been deleted from our systems." True, as far as Wynola knew. She had no reason to think there was anything else to check.

Hand sketched timeline titled Eight months from one batch to one false certification. Four milestones: Fine-tune batch pulled, caption 22,000 old applications. Alaia's request filed, caption withdrew, asked to be forgotten. Deletion certified complete, caption database purge only. Audit finds the batch, caption her note was inside it, this last milestone emphasized in rust.
Two of these four events had already happened before Alaia ever wrote her letter. Nobody connected them until the fourth one.

What Wynola didn't know: eight months before Alaia's application, Foldwick had pulled 22,000 historical applications, hers among them, into a fine-tuning batch meant to improve how Riskspindle weighs free-text context against a straightforward driving record. Her three sentences about the accident and the diagnosis became one of the examples the model learned from. By the time she asked to be forgotten, that influence was already sitting inside the live, deployed version of Riskspindle's weights. It had been there the whole time Wynola's letter said "all personal information... has been deleted."

It surfaced during a routine annual privacy audit, not a complaint. An outside auditor cross-referenced Grancourt's fulfilled-deletion list against Foldwick's fine-tuning batch manifests, something nobody at either company had ever thought to do on a recurring basis, and found 19 names on both lists. Alaia's was one of them.

We didn't lose Alaia's file. We lost the difference between the copy we could find and the copy we couldn't.
Hand sketched comparison diagram titled Two people, one lever. Left panel, a person icon labeled Peron, caption decides what enters a training batch. Right panel, a person icon labeled Alaia, caption has a legal right, and no way to check it.
Peron's decision happened months before Alaia's request existed. She never had a chance to weigh in on it, because she never knew it was a decision at all.

Wynola pulled the audit findings herself, the afternoon they landed. Nineteen names. Alaia's application, her exact words about the diagnosis, sitting inside a fine-tuning manifest from eight months before her deletion request. Foldwick confirmed what that meant in plain terms: there was no way to remove her specific sentences from the model's weights without retraining the whole thing, a process that would take about three weeks and require Grancourt to re-file the recalibrated model with its state regulator, since retraining shifts the underwriting scores enough to count as a material change.

Hand sketched flow diagram titled Where a deletion request stops working. Four connected boxes reading Applicant files request, Retrieval store purged, No check for training batches, Certified complete anyway, with the third box emphasized in rust.
Three of these four steps worked exactly as designed. The missing one, checking whether the person had ever been in a training batch, was never built.

The decision Wynola would take back sits two years earlier, in the meeting where Riskspindle's fine-tuning pipeline first got approved. Foldwick's engineers asked whether they could pull straight from Grancourt's live applicant database for training batches, the same store deletion requests were meant to clear. It felt like a reasonable question with an obvious answer: of course, it's Grancourt's own data. Nobody in that meeting asked what should happen if someone in a training batch later asked to be forgotten, because at the time, nobody had.

Run the same fourteen months again, with one change: every record entering a fine-tuning batch gets tagged, and every deletion request checks that tag before a letter goes out. Alaia's application still gets pulled for the recalibration, the model still improves the way it was supposed to. But when her deletion request arrives, the tag flags it instantly. Wynola's letter reads differently: her database record is deleted immediately, and her data's presence in the currently deployed model is disclosed honestly, with a firm date for when the next scheduled retrain will remove it. Eleven weeks of not knowing becomes a five-minute lookup and one honest sentence.

What I'd tell myself, back in that pipeline-approval meeting: the shortcut wasn't wrong because it was lazy. It was wrong because it quietly merged two different kinds of promise, one you can keep in minutes and one you can only keep by retraining, into a single word: deleted. Nobody meant to make that promise. The pipeline made it for them.

GUARD, for a compliance letter that was already false when it shipped

This isn't really about Wynola's habit of trusting a clean purge log. GUARD is for naming who's exposed when "delete my data" quietly means two different things, and what specifically changes about the pipeline.

GGroups. Who is affected, and how.
Three people, not one. Peron Redmayne, the applied PM at Foldwick who decides what enters a fine-tuning batch and can change that. Wynola Fenholt, Grancourt's compliance officer, who signs deletion letters in good faith based on what the database shows her. And Alaia Vallenwood, the applicant, who never sees a training pipeline, a fine-tuning manifest, or a model version, only the letter that told her she was forgotten.
Name the one who holds the pipeline and the one who only ever sees its output. Most answers only name one of the two.
UUnequal. Where the harm concentrates, and on whom.
It doesn't land evenly across every applicant who requests deletion. It concentrates on whoever's personal, sensitive detail happened to sit inside a fine-tuning batch pulled before their request, exactly the situation Alaia was in, a health condition disclosed in a free-text note rather than kept out of the pipeline entirely. An applicant whose file was never touched by a training run never sees this problem, because there's only one copy of their data to worry about either way.
This is what makes the harm structural, not bad luck. The applicants whose data was most sensitive, and most worth deleting cleanly, are exactly the ones most likely to have ended up in a training batch's free-text field.
Hand sketched quadrant diagram titled Which fields belong in training, and which never should. X axis, how personal the field is, from aggregate to individually identifying. Y axis, must it stay correctable, from fine as a statistic to must be deletable by law. Regional claim-frequency rates and coverage-tier price bands sit low on both axes. Driving record for this applicant sits mid to high. Free-text note, Alaia's diagnosis, sits highest on both axes.
Not every field Riskspindle touches belongs in the same bucket. The one that hurt Alaia sits in the exact corner that never should have entered training.
AAbility to contest. Who has a lever, and who has empty hands.
Peron has the pipeline and the manifests. Wynola has the deletion dashboard and, once she knows to look, an audit she can request. Alaia had neither. She had no way to ask "was my application ever used to train the model," because nothing she was shown, the application form, the decline letter, the deletion confirmation, ever mentioned that fine-tuning happened, or that it might.
This is GUARD's sharpest move: naming who can't tell "deleted" from "deleted from one of the two places it lived," before it costs a regulator's trust.
RReduce. The actual fix, not a policy memo.
Keep anything a person has a legal right to have deleted, corrected, or access-controlled in the retrieval store only, and structurally block it from ever entering a training or fine-tuning batch. Tag every record with whether it has ever fed a training run, and require that tag to clear before any deletion gets certified complete. Require Foldwick to log which fine-tuning run, if any, touched a given applicant, so an audit becomes a lookup instead of a cross-reference project.
The alternative worth naming and rejecting: retrain the model on every deletion request that turns out to hit a training batch. It sounds thorough, but a full retrain costs about three weeks and forces Grancourt to re-file the recalibrated model with its regulator, which makes the fix slower and more expensive than the problem it's solving for anything but the rarest case. Keeping deletable fields out of training in the first place is cheaper and permanent.
DDetect. How you'd know, before a regulator does.
Cross-reference the fulfilled-deletion list against every fine-tuning batch manifest, every month, not once a year during an outside audit. Over the trailing twelve months, 721 of Grancourt's 740 deletion requests were retrieval-only and closed inside five business days. Nineteen had already been pulled into a fine-tuning batch, and it took an average of eleven weeks just to identify each one, because nothing flagged the overlap automatically.
The failure worth naming plainly: a training run can quietly absorb a person's data months before that person ever files a request, and a system that only checks the retrieval store will report success on a request it can't actually fulfill.
Deletion requests closed inside 5 business days, by where the data actually lived, trailing 12 months
100% 50% 0% 97.4%, 721 of 740 Retrieval only 0%, 0 of 19 In a training batch
Same deletion team, same process, same week. The only thing different about the second bar is which store the data was actually sitting in.
Applicants inside the fine-tuning batch who later filed a deletion request, cumulative count, by month since the batch was pulled
20 10 0 Mo 1 Mo 2 Mo 3 Mo 4 Mo 5 Mo 6 Mo 7 Mo 8, found
Cumulative unfulfillable deletion requests hiding inside routine ones
This count was climbing for seven months before anyone looked for it. Nothing on Wynola's normal dashboard would ever have shown it, because every one of those requests still says "complete" in the retrieval store's own log.
The test that keeps this honest If the fix here were "add a privacy disclaimer about AI training," nothing would actually change, that's a sentence, not a design decision. The trade-off worth naming out loud: keeping deletable fields out of training doesn't cost Riskspindle much in scoring precision, since most of what drives risk, driving record, claims history, property data, stays live and correctable in the retrieval store already. What it costs is a small amount of calibration nuance on the free-text fields specifically, since those had been a modestly useful signal for the model to learn from. That's a real trade, accepted on purpose, in exchange for a deletion promise the company can actually keep.

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

Same five letters, a veterinary clinic instead of an insurer, and the thing that's baked in this time is a dog's diagnosis instead of a person's.

Pawtrace, built by Bellhollow Veterinary Partners, reads a pet's file and drafts a triage note for the vet on duty, how urgent the visit is, what to check first. Sylvestrine Beringar owns Pawtrace's data pipeline the way Peron owns Riskspindle's.

Hand sketched icon list titled Same shape, a vet clinic instead of an insurer. Four rows: Pawtrace drafts triage notes from a pet's file. A rare-condition case got pulled into training. Owner's deletion request hits a sealed weight. Fix, keep anything owed to a person in retrieval.
Different waiting room, same missing tag between a live record and a trained-in one.

Bellhollow fine-tuned Pawtrace's triage model on 4,000 past cases to improve how it weighs rare, hard-to-spot conditions. One of those cases was a dog with a rare genetic heart condition, whose full case history, symptoms, the owner's own notes about the diagnosis, became part of the training set. Eight months later, after the dog died and the clinic closed the file, the owner, Perpetuo Sabbatino, asked Bellhollow to delete every record connected to his pet. The clinic's own database purged cleanly. The rare-condition detail baked into Pawtrace's weights did not, and nobody at Bellhollow knew that until an owner's follow-up email asked, directly, whether his dog's case had ever been "used to train anything."

Same rank, mapped onto Pawtrace: keep anything an owner has asked to have deleted, or anything sensitive enough that they might, in the retrieval-only case file, and require any case entering a training batch to get flagged the same way Riskspindle's fields should be. Sylvestrine's honest answer to Perpetuo would have taken minutes instead of an unanswered email that sat for three weeks.

Swap the trigger and it still runs.
Speed: an interviewer caps you at ninety seconds. Skip straight to it: training data is baked into the weights, retrieval data is looked up live, and only looked-up data can be deleted on request, so anything deletable by law has to live only in retrieval.
Cost: no budget this quarter for a full pipeline rebuild. Tag new records going forward and require sign-off before any future batch touches an untagged field; you don't need to fix the past instantly to stop making it worse.
The model got better, for real: say a newer fine-tune measurably improves Riskspindle's accuracy. Keep the tagging requirement anyway. A better-calibrated model can still have baked in exactly the kind of field that should never have entered training, and accuracy gains don't undo that.

Where people run it wrong.
They treat "we deleted the database record" as the whole answer, without ever asking whether that person's data touched a training run too.
They add a privacy notice about AI instead of actually keeping deletable fields out of the training pipeline.
They wait for an annual audit to be the first check, instead of tagging records and cross-referencing every month for free.

How to use it live. Before answering, ask yourself out loud: "is this the kind of data someone has a right to have deleted or corrected, and if so, has it ever left the retrieval store?" Say which, for the specific field in the question, and the right answer about where it belongs usually falls right out of it.

Flashcards (tap any card to flip it)

1 · THE FRAMEWORK
Which framework fits "explain the difference between training data and retrieval data to a compliance officer"?
Tap to flip
ANSWER
GUARD: groups, unequal, ability to contest, reduce, detect. It fits because the real question isn't the definition, it's who's exposed when the two kinds of data get conflated.
2 · THE PEOPLE
Who are the three people this answer names?
Tap to flip
ANSWER
Peron Redmayne, the applied PM who owns Riskspindle's data pipeline. Wynola Fenholt, Grancourt's compliance officer, who signs deletion letters. Alaia Vallenwood, the applicant whose free-text note ended up trained into the model.
3 · THE HABIT
What did Wynola stop doing once the deletion process ran clean for months?
Tap to flip
ANSWER
Double-checking the underlying database herself after a purge. She stopped around month five, because the number never once came back wrong, until the audit found what the number couldn't show.
4 · THE DISTINCTION
In plain words, what's the actual difference between training data and retrieval data?
Tap to flip
ANSWER
Training data is baked into the model's weights permanently, no single record to delete, only a full retrain to remove it. Retrieval data sits in a live, separate store, one record, findable and deletable in minutes.
5 · THE OLD DECISION
What decision would you take back?
Tap to flip
ANSWER
Foldwick's fine-tuning pipeline pulled straight from Grancourt's live applicant database, the same store deletion requests were meant to clear, with no flag connecting a record's training history to its deletion status.
6 · THE NUMBER
Fill in the blank: of 740 deletion requests, ___ were retrieval-only and closed in 5 days, and ___ had been pulled into a training batch, taking an average of ___ weeks to even identify.
Tap to flip
ANSWER
721 retrieval-only, closed in 5 days. 19 in a training batch, averaging 11 weeks to identify, and 0 of those 19 could be fully closed without a retrain.
7 · THE REPLAY
Same fourteen months, new design, what changes?
Tap to flip
ANSWER
Every record entering a fine-tuning batch gets tagged, and deletion requests check that tag automatically. Alaia's database record is still purged in minutes, but her letter honestly discloses the training-data situation instead of falsely saying "all" was deleted.
8 · CROSS-PRODUCT TRANSFER
Section 4 runs GUARD again on a different product. Which one, and who plays the equivalent roles?
Tap to flip
ANSWER
Pawtrace, Bellhollow Veterinary Partners' triage tool. Sylvestrine Beringar plays Peron's role, and pet owner Perpetuo Sabbatino plays Alaia's, asking whether his dog's case was used to train anything.

Check yourself Score: 0 / 0

Multiple choice
1. Why can't Foldwick simply "find and delete" Alaia's data once it's inside a fine-tuning batch that already shipped?
  • A. Foldwick's engineers don't have database access.
  • B. Her data's influence is spread across the model's weights, not stored as a single, separately findable record.
  • C. State privacy law forbids deleting training data.
  • D. Riskspindle doesn't keep any record of what it was trained on.
Show hint
Check stage 3 of the walkthrough and the knowledge spark on fine-tuning batches.
Show answer
B. Training folds many examples into one set of weights. Removing one person's specific influence cleanly requires retraining without their data, not a delete command on a row.
True or false
2. True or false: once Grancourt's fix is in place, no data at all should ever be used to fine-tune Riskspindle again.
  • True
  • False
Show hint
Check "what I would leave alone" in Let's learn, and the quadrant diagram in the GUARD recap.
Show answer
False. Fields that aren't individually deletable by law, like aggregate regional claim-frequency rates, are fine to train on. The fix targets specific fields, not fine-tuning as a practice.
Fill in the blank
3. Of Grancourt's 740 deletion requests in the trailing 12 months, ___ were closed within 5 business days, and ___ had already been pulled into a fine-tuning batch and could not be fully closed without a retrain.
Show hint
Check the bar chart in the GUARD recap.
Show answer
721, and 19. The 19 averaged 11 weeks just to be identified, because nothing automatically checked a deletion request against training batch manifests.
Short answer, name the rejected alternative
4. Besides tagging records and keeping deletable fields out of training, what alternative fix does this answer name and reject, and why does it lose?
Show hint
Look at the Reduce step in the GUARD recap.
Show answer
Model answer: Retraining the model every time a deletion request happens to hit a training batch. It loses because a full retrain costs about three weeks and forces Grancourt to re-file the recalibrated model with its regulator, making the fix slower and costlier than the problem it solves for the rare case.
Short answer, apply it yourself
5. Think of an AI product you use or have built that has ever been fine-tuned on real user data. If a user asked you right now to delete everything connected to their account, could you honestly say yes to all of it, or only to the part that lives in a database?
Show hint
Look for any place a model was fine-tuned on logs, tickets, or messages tied to real people.
Show answer
Model answer: A support chatbot fine-tuned on past resolved tickets to sound more like the company's own agents. If a customer's old ticket text was in that fine-tuning set, deleting their account record wouldn't remove their phrasing's influence from the model, the same gap as Alaia's, just in a lower-stakes product.
Fill in the blank, work the number
6. If Grancourt had received 1,480 deletion requests instead of 740 over the same year, with the same 2.6 percent training-batch overlap rate, roughly how many requests would hit this same gap, and would that change the fix?
Show hint
Scale 19 out of 740 to 1,480 requests, then ask what the fix actually depends on.
Show answer
About 38 requests. The fix doesn't change, since it depends on which fields ever enter training, not on request volume. More volume just means the same unfixed gap costs more audit hours to find, faster.
Before you close the answer
Why this works
Tests whether you actually understand training and retrieval as two structurally different kinds of storage, not just two vocabulary words, and whether you can turn that into a real compliance-facing decision about which fields go where. Most candidates can define both terms. Naming exactly what a compliance officer can and cannot honestly promise because of the difference is the part almost nobody does unprompted.
Follow-up traps
"Why not just avoid fine-tuning entirely, and only ever use retrieval?" Response: because retrieval alone can't teach the model to weigh evidence the way fine-tuning can, and most of what Riskspindle trains on, aggregate rate patterns, coverage-tier pricing, isn't personal data at all. The fix is choosing what goes into training, not avoiding training.

"Isn't this really just a data-governance problem, not an AI problem?" Response: the governance failure is real, but the reason it's hard to fix after the fact is specifically an AI mechanism, that a trained model can't have one person's influence surgically removed without retraining. A non-AI database wouldn't have this failure mode at all.
If pressed
Foldwick's fine-tuning run merged its adapter weights into Riskspindle's base model after validation, to save on inference cost. Had they kept it as a separate, unmerged adapter instead, dropping that one adapter would have removed its entire contribution cleanly, without touching the base model at all. Merging it in for a speed gain is exactly what took that option off the table.
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