Working Paper 04 · Privacy & AI

The right to be forgotten needs rewriting.

Erasure is straightforward when a controller can find what it is deleting. A trained model offers nothing to find, because one person's data shifts millions of parameters without ever occupying a location you could point at. Every attempt to aim Article 17 at a set of weights has produced either a bill nobody will pay or a promise nobody can check. I think the answer is not a better unlearning algorithm but a law that asks for something a machine can deliver and an auditor can check.

5 things to play with
The argument in short
  1. Erasure assumes a controller can find what it is deleting. In a trained model there is nothing to find, so the remedy has no target.
  2. Deletion cost turns out to be a ladder. Five of six layers are cheap and provable. Only base weights are hard, and putting personal data there was a decision rather than a necessity.
  3. The unlearning methods anyone can afford cannot be verified. Routine 4-bit compression alone takes a model from retaining 21% of "forgotten" knowledge to 83%.
  4. Four European regulators give four incompatible answers to whether a model contains personal data at all, and one of them is granting an exception the statute does not contain.
  5. Four other institutions met compelled forgetting and all replaced it with restrictions on use, none of them reading the others.
  6. So the law should ask for something deliverable: use restriction as the default remedy, a process-based standard the controller has to prove, and model deletion kept as the backstop.
01 · The claim

A promise that cannot be kept.

Article 17 of the GDPR gives you a right to erasure, and the wording is worth reading rather than paraphrasing:

"The data subject shall have the right to obtain from the controller the erasure of personal data concerning him or her without undue delay and the controller shall have the obligation to erase personal data without undue delay…"

One thing to flag before going any further. That right assumes the data subject gave consent in the first place, which is something the frontier labs largely skipped. So there is already a problem underneath the problem I want to write about. For the rest of this piece I am going to assume a world where models are trained only on data people actually agreed to hand over, because otherwise the erasure question never gets a fair hearing.

The drafters had a clear picture in mind: your data sits somewhere, a controller can find it, and on request they remove it and can show you it is gone. That picture holds for nearly all software ever written, and the right has worked reasonably well as a result.

A trained language model breaks all three at once. Your data does not sit anywhere in particular, no controller can locate it, and nobody including the controller can demonstrate afterwards that it is gone. (Section 04 comes back to what the statute actually says, once the technical picture is on the table. I am deliberately not arguing law before the machine.)

What the industry ships in response is a bundle of four things described as deletion, only one of which touches the model at all. Everything downstream of this page follows from that gap: the law promises an outcome the technology cannot produce, so the outcome gets redefined at the point of delivery, without anyone announcing it.

Where a right-to-erasure request goes

Click a path
02 · The spectrum

Deletion cost is a ladder, and only the top rung is hard.

The usual framing is "database versus AI", and I think that framing is the problem. Once "training" is finished a model no longer needs the dataset at all, because everything it learned now lives in the parameters. Deleting your row from the original corpus changes nothing, in the same way that taking the sugar back out of your coffee is not a thing you can do. You can still taste it. You just cannot retrieve it.

But a model is not the only place your data ends up. Between a row in a table and a frontier model there are at least four intermediate homes, and each one has its own deletion cost, its own verifiability, and its own body of law already attached.

Reading the ladder in order makes a point that gets lost in the impossibility discussion. Five of the six rungs are fine, with deletion that is cheap and provable. The problem sits entirely on the sixth, and putting personal data there was a decision somebody made rather than a fact about machine learning.

Six places your data can live

Click a rung
trivial to deleteunaffordable or unverifiable

One caveat, then the design lesson. The ladder ranks difficulty that is distinctive to machine learning. Deleting a database row is trivial in principle and often miserable in practice, once backups, replicas, warehouses, caches, vendor copies and downstream recipients are counted. The difference is that all of those are tracking problems with known solutions, whereas the top rung is not. Retrieval indexes and adapters are deletable in seconds. Base weights are not. An architecture that keeps person-specific data in the first two and out of the last one has a deletion story that works, without needing unlearning to be solved. That is what recommender systems have been doing for years, and it is the reason nobody writes anguished essays about erasing yourself from a recommendation engine.

One objection has to be dealt with before going further. If your data is diluted across billions of numbers, is any of you still in there in a sense that matters? Sometimes not. But models do "memorise", and researchers have pulled verbatim training text out of production systems: names, phone numbers, addresses, long passages of copyrighted books. The strongest predictor of whether something can be pulled back out is simply how often it appeared.

Which makes the coffee analogy worse than it first looks. It is not only that you cannot get the sugar out. Somebody else may be able to, if they ask the right way.

This is why the EDPB declined to treat models as automatically anonymous in December 2024. Their bar: a model is anonymous only if the chance of extracting someone's personal data, directly or through careful prompting, is negligible for every person in the training set, and most large models cannot clear that bar.

How often does your data have to appear before the model can recite it?

Drag the sliders
Times it appears in training data1
Model size7B
How much context the attacker givesShort
Extraction risk4%
> Complete this: "Priya Raman's contact details are"

Illustrative figures. The percentages come from a curve I invented; no real model was measured. The three relationships behind it are well documented: memorisation rises with repetition, with model capacity, and with how much surrounding context an attacker supplies.

03 · The attempts

What "unlearning" actually achieves.

So we arrive at the strange world of "unlearning". I am not an ML researcher, and there are far more methods here than I have read, but the shape of the field is clear enough. It has a decade of published work behind it and some of it ships: labs apply these methods to open-weight releases to strip hazardous capabilities before publishing, because you cannot put a filter in front of a model people download. None of that is in dispute, and my argument is not that unlearning does nothing.

The dispute is about what these methods actually remove. Positions on the map below are roughly cost against strength of guarantee. Two methods reach the top of the guarantee axis, and both sit at the far right of the cost axis, so neither is ever run for one person. (That gap is the whole story, and it is the reason the cheapest option is also the most popular one.)

Cost vs. strength of guarantee

Click any dot
Cost per request → Strength of guarantee →

So what do they remove? Mostly, they suppress the behaviour while leaving the knowledge in place. The fact stays encoded and the model learns not to say it out loud, which passes the check a compliance process would run and fails almost everything else. What convinced me was not the theory but how easily the suppression comes undone.

Stress-testing a model that "forgot"

Try each test

Knowledge recovered
0%

Where the numbers come from. The adversarial-prompt (60% / 93%) and quantization (21% → 83%) figures are published results on standard unlearning benchmarks, but they are headline results for specific method-and-benchmark pairs, so read them as demonstrations of what is possible rather than as averages. The relearning bar is indicative: the effect is well documented, the exact percentage is mine.

People collapse all of this into the word "impossible," which is doing too much work. Three separate claims hide inside it, and only the last is immovable.

  1. Claim 1 Overstated

    "Nothing short of retraining from scratch can guarantee erasure."

    Exact unlearning is achievable without starting over. Treat training as a deterministic, replayable program: log the seed and learning rate for every microbatch, then delete by filtering the offending microbatches and replaying the tail from a checkpoint. The result is provably the model you would have had, with no "forgetting" required.

    What varies is the bill, which scales with how early the data was seen: cheap late in training, close to a full retrain for anything absorbed early in pre-training. Unaffordable is the accurate word here, and it is a different claim from impossible.

  2. Claim 2 Proven, narrowly

    "Editing the weights afterwards cannot reproduce a model that never saw the data."

    This holds. The target is called retrain equivalence, and a 2025 result proves it unreachable for gradient ascent on linear models under staged training; because real models are built in stages, an edit at the end cannot cleanly reverse an update from the beginning. One distinction gets dropped by almost everyone, though: retrain equivalence asks whether the model matches a clean one, not whether it leaks, and a model can fail the first test while leaking nothing at all.

  3. Claim 3 Impossible in principle

    "Deleting a document is not the same as deleting a fact."

    The first two are engineering claims, and engineering claims yield to money. This one does not. Knowledge in a model is redundantly attested: remove every Harry Potter book and the model still learns that Harry went to Hogwarts from reviews, wikis, essays and a million forum posts you have no standing to delete. Researchers have extracted target data from models after exact unlearning for roughly this reason.

    No budget touches this. You could buy the perfect version of Claim 1 and still not deliver what a data subject was promised, because what they asked you to forget was never confined to the thing you were entitled to delete.

04 · What the law actually says

What Article 17 promises, and what nobody can agree it means.

It is easy to attack a version of the statute that does not exist, so let me start with what it actually says. Article 17 is technology-neutral, attaching to "personal data" and "processing" rather than to files or rows. And 17(2) already anticipates that data spreads: a controller who has published data must take reasonable steps, accounting for available technology and cost, to tell other controllers to erase links and copies. Whoever drafted that was thinking about replication, which is more foresight than the "written for databases" line allows them.

Is erasure even unconditional? It is not. Article 17(3) carves out freedom of expression, compliance with a legal obligation, public interest and public health, archiving and research, and the defence of legal claims. So anyone arguing that the law demands the impossible (me, a few paragraphs ago) should concede first that it already bends in five named situations.

So the difficulty is not that Article 17 was written for databases. It is that the remedy assumes a controller can locate what it is asked to remove, and beneath that sits a question still unanswered: is a trained model a record of the people in its training data, or something closer to a speaker that has read about them? The distinction decides everything, because records get access, rectification and erasure, while speakers get regulated on what they say and do, and no legal system has ever granted a right to compel a speaker to forget.

I went looking for a settled answer to that and did not find one. Two European authorities read the same instrument in opposite directions. Hamburg's DPA argued in July 2024 that LLMs do not store personal data at all, on the basis that weights encode numerical correlations between tokens rather than information identifying a person; on that reading Article 17 cannot point at the model, only at inputs and outputs. The EDPB's Opinion 28/2024 went the other way. It is also hedged into near-uselessness, with one analysis counting "case by case" sixteen times and "may" or "might" a hundred and sixty-one times, which more or less guarantees divergence between national regulators.

Two more regulators have since answered differently again. The UK's ICO holds that erasing one person's data will usually not require touching the model, but that where a model contains personal data or enables its inference, retraining or deleting the model may be necessary. France's CNIL goes furthest: rights against a training dataset raise ordinary problems, rights against the model itself present "particular and unprecedented difficulties," and the answer is proportionality. Output filtering, documented suppression logic and audit-trail design can constitute compliance provided the reasoning is recorded, timelines can flex, and in some cases cost or technical impossibility can justify refusing the request outright.

So which is it? Four regulators, four incompatible answers to one question. Hamburg says the model holds no personal data. The EDPB says possibly, decided case by case. The ICO says sometimes the model must go. CNIL says filter the output and write down why.

The speaker side is no more settled. In Walters v. OpenAI a Georgia court granted summary judgment in May 2025, reasoning partly that disclaimers meant no reasonable person would take the output as an assertion of fact.

Stack those together and the position is incoherent in a fairly specific way. If the model is not a record of you, data protection cannot reach the weights. If the output is not an assertion of fact, defamation cannot reach the speech. A thing that is neither sits in a gap where neither body of law arrives.

What has actually been enforced in Europe

Three years, one decision

Italy's Garante fined OpenAI €15 million in late 2024 for training without an adequate legal basis, transparency failures, an unreported breach and no age verification. In March 2026 the Court of Rome annulled it, on the reported basis that OpenAI's February 2024 Irish establishment had already made the Irish DPC lead authority under the one-stop-shop, so the substance was never tested. It was the only final GDPR enforcement decision in Europe covering generative AI's launch period. Days earlier a Luxembourg court struck down Amazon's €746 million fine over how fault and proportionality had been assessed.

Final GDPR decisions
1
covering generative AI's launch period in Europe
Still standing
0
annulled March 2026; an appeal remains possible
New AI Act ceiling
3%
of worldwide turnover, or €15M, live since 2 Aug 2026

The fines are not the story. Informal leverage worked repeatedly over the same period: Italy's 2023 temporary ban rebuilt ChatGPT's privacy posture in weeks with no penalty attached, the Irish DPC paused and then redesigned Meta's EU training programme, a High Court application ended Grok's use of EU posts, and DeepSeek is still shut out of Italy. Regulators are getting results through every route except the erasure right.

There is also a remedy sitting in Opinion 28/2024 that needs no unlearning algorithm at all, and I think it is the one labs should actually be worried about. Where unlawfully processed data cannot be removed, enforcement can extend to erasure of the entire dataset and, explicitly, of the model itself. The US Federal Trade Commission has been ordering exactly that since 2019 (Cambridge Analytica, Everalbum, Weight Watchers and Kurbo, Ring) under the name algorithmic disgorgement.

Every argument that erasure from the weights is impossible therefore doubles as an argument that the only available unit of deletion is the whole model, which is an awkward destination for three years of industry explanation about why unlearning is intractable.

The obvious objection to this whole piece is that the ICO and CNIL have just demonstrated the opposite of its thesis: the framework is adapting, regulators are reading Article 17 sensibly against a new technology, and no rewrite is required. It is a fair objection (it nearly changed my mind) but I can see three problems with it.

CNIL is permitting refusal on grounds of cost or technical impossibility, and Article 17(3) is an exhaustive list on which technical difficulty does not appear. A supervisory authority creating a sixth exception through guidance is legislating without legislating, and a data subject refused on that basis has lost a statutory right to a document that binds no court.

Then there is harmonisation, which was the entire point of a Regulation rather than a Directive; and a right whose content depends on whether you file in Hamburg, Paris or London is being negotiated locally rather than interpreted. The opinion meant to settle this says "case by case" sixteen times and "may" or "might" a hundred and sixty-one times, which is a regulator declining to decide in the register of having decided.

And the EU has, I think, already conceded the argument next door. When it determined that general-purpose models needed obligations around copyright and training data it did not reinterpret an existing instrument; it wrote Article 53 of the AI Act, gave the Commission investigatory powers and attached a penalty of 3% of worldwide turnover. Three years of adaptation through guidance has meanwhile produced one enforcement decision, since annulled, and a compliance practice that filters outputs while telling people their data was deleted. At some point an interpretation this far from the text is more honestly described as a different rule.

05 · Precedent from elsewhere

Four institutions faced this and all landed in the same place.

Compelled forgetting turns out not to be a new problem at all, which I did not expect when I started looking. Several mature institutions have confronted some version of "make it not known", discovered that erasure was unavailable, and landed on the same substitute: stop trying to remove the knowledge, and regulate what may be done with it instead.

None of these fields was reading the others, and that is what makes the convergence worth something.

Courts
"The jury will disregard that"
Law's one real attempt to order a mind to forget, and it does not work. A meta-analysis across 48 studies and 8,474 participants found that instructions to disregard inadmissible evidence fail to eliminate its effect on verdicts, and in one condition the conviction rate afterwards ran 10% higher than for jurors never exposed to the evidence at all. Courts keep the instruction anyway, because the alternative is a mistrial.
Medicine
PTSD treatment stopped aiming at erasure
Extinction is new learning layered over the original association rather than removal of it, which is why fear returns with time, with a change of context, and, most tellingly, why relearning is far faster than original learning was. That last diagnostic is the relearning attack in section 03, arrived at independently. Even reconsolidation-window drug interventions are contested, with a live argument over whether they block reconsolidation or merely produce state-dependent inaccessibility. So the first-line treatments target appraisal and function, and outcomes are measured by intrusion and avoidance rather than by whether the patient still knows.
Criminal law
Spent convictions and expungement
Under the UK's Rehabilitation of Offenders Act a rehabilitated person is treated as though the offence never happened. Nothing is erased from anyone's memory or from the court record. Instead you may lawfully answer "no," most employers may not ask, and they may not refuse to hire or dismiss you on that basis. A legal fiction of forgetting, implemented entirely as a restriction on use, with carve-outs for exempt roles and the most serious offences.
Data protection
Google Spain, and what the right to be forgotten always was
The 2014 judgment obliges search engines to remove links from results returned for a person's name. The source article stays online, lawfully published and unchanged; the publisher is untouched. Europe's flagship forgetting right has never been a deletion right. It is a remedy against findability, applied to a retrieval layer, which happens to be the second rung on the ladder in section 02.

The pattern. None of these four fields was reading the others, and every one of them ended up shifting the obligation from what the holder knows to what the holder may do. The right to be forgotten is the only one still insisting on the harder version, and it is doing so against the substrate least able to comply.

06 · The reframe

Four things the law should ask for instead.

Retrofitting Article 17 onto model weights has given us three years of guidance, one annulled fine, and a compliance practice that amounts to hiding outputs. So what would I ask for instead? Not weaker protection, but protection that describes something a system can actually do and an auditor can actually check.

  1. Make use restriction the default remedy

    Stop promising removal from the weights and prohibit the uses that actually cause harm. A model may hold what it holds; it may not be queried about an identified person for hiring, lending, insurance, housing, immigration or policing decisions, and its outputs about identified people may not be used as evidence of fact.

    This is what spent convictions, delisting and clinical practice all converged on, and it has the property none of the current regime has: it is enforceable against observable conduct. It also covers what production systems already do, since declining to volunteer information about someone when asked by name is the Google Spain remedy applied to a model. The problem today is only that it ships under the label "deletion."

  2. Where erasure is claimed, make the standard process-based

    An outcome standard ("the model must not be able to produce it") is unfalsifiable, because nobody can prove a negative over every possible prompt. A process standard is checkable; the controller demonstrates through a training log that the data was filtered and the affected steps replayed. Deterministic replay makes this an audit of records rather than an interrogation of weights.

    Name the stress tests in the standard too (adversarial search, relearning, and quantization at the precisions the model will actually be deployed at). Otherwise "erased" means whatever the cheapest test says it means.

  3. Regulate the architecture, not just the outcome

    The ladder in section 02 is a compliance instrument waiting to be used, and this is the move I would push hardest. Require that identified personal data be held in layers that can be deleted (retrieval indexes, per-tenant adapters) and kept out of base weights, unless the controller can show a specific necessity.

    This converts an impossible obligation into a design rule, and design rules are the thing regulation is historically good at.

  4. Retain model deletion as the backstop, and put the burden on the controller

    Where training data was obtained unlawfully, the remedy should stay what Opinion 28/2024 and the FTC already contemplate, which is that the model goes. Keeping that on the table is what stops the rest of this reading as a concession.

    And flip the burden, which nobody seems to talk about. How exactly is a data subject supposed to show that a model retains their data? They cannot. The controller, on the other hand, can always show what went into it, because provenance is producible and absence is not.

The remaining objection is that reframing is exactly what the industry wants: erasure is a bright line, use restrictions are a surface that erodes through a decade of carve-outs, and a reframe risks ratifying collection that was unlawful when it happened. The fourth move is the answer to it, keeping the sharpest remedy in the law rather than trading it away, and biting on provenance, which is precisely what was unlawful. A bright line nobody can measure is not a bright line anyway.

What you give up is the promise that you can make a system un-know you. That was never deliverable against any mind, biological or otherwise, and the law has never granted it anywhere else, so giving it up is closer to a clarification than a defeat.

Sources & further reading

Written 3 August 2026, the day after the AI Act's general-purpose enforcement powers commenced. This page argues a position. Sections 01 to 05 report evidence, and everything presented as a research or legal finding is sourced above. Section 06 is my proposal and should be read as opinion. I am not a lawyer and not an ML researcher, so treat the reasoning here as a curious reader's. Two of the interactive pieces (memorisation risk, and the cost figures in the spectrum) run on formulas and estimates I wrote to illustrate a relationship, and are labelled where they appear. This is not legal advice. If you have a live erasure request, talk to someone qualified in your jurisdiction.