Civic / Privacy / Digital Rights

How a Judgment Dies: Decommissioning Algorithmic Systems, Digital Amnesty, and Proof of Institutional Forgetting

Report summary

The proliferation of automated decision-making architectures has fundamentally altered the permanence of institutional judgments. Historically, when a physical record was expunged, sealed, or destroyed, the judgment ceased to exist. In the contemporary algorithmic ecosystem, however, the act of null

Status
Research archive item
Category
Civic / Privacy / Digital Rights
Length
8,553 words
Reading time
39 minutes
Report type
architecture

Key topics

  • Civic / Privacy / Digital Rights
  • Civic
  • Privacy
  • Digital Rights
  • AI
  • Agentic Web
  • .NET
  • SQL
  • Runtime

Research provenance

Archive status
Research archive item
Content identity
sha256:9583ca7107825a4f1adb328d90ca7e5541c93229669d869616b93c18484b45ff

For citation, use the report title and canonical URL. Archival presence does not establish authorship or promote report statements into portfolio evidence.

This page renders the archived Markdown as safe, formatted HTML. It is background research and does not become a portfolio claim without evidence review.

Full report

On this page

1. Executive Summary

The proliferation of automated decision-making architectures has fundamentally altered the permanence of institutional judgments. Historically, when a physical record was expunged, sealed, or destroyed, the judgment ceased to exist. In the contemporary algorithmic ecosystem, however, the act of nullifying a judgment—whether a predictive risk score, a behavioral inference, a biometric classification, or an automated eligibility determination—is no longer a localized event. Modern data architecture dictates that a single machine judgment diffuses across a vast, interconnected landscape of caches, high-dimensional embeddings, data warehouses, offline backups, fine-tuned foundation models, human-generated notes, and downstream institutional recipients. Consequently, declaring an algorithmic judgment "retired" or "revoked" does not inherently mean it has stopped acting upon the world. The central problem of modern digital governance is establishing what it means to genuinely retire a machine judgment system or erase the operative force of a revoked classification without violating legal duties to preserve evidence. Institutional accountability demands that evidence of the original judgment, and the harm it may have caused, be preserved in a strictly controlled manner1. Yet, this preservation requirement directly competes with the civil liberty imperative of operational forgetting, which dictates that the discredited signal must never again serve as a person-level risk metric, an eligibility feature, an investigative shortcut, a training example, or a mechanism for reconstructing the revoked judgment through proxy variables. This research report establishes the comprehensive frameworks necessary to manage the lifecycle and eventual death of algorithmic judgments. The analysis investigates the acute tension between records retention, algorithmic disgorgement, machine unlearning, and institutional amnesia. By evaluating legal remedies such as the Federal Trade Commission’s (FTC) algorithmic disgorgement precedents2, biometric data destruction mandates under Illinois law5, criminal record sealing7, and technical literature outlining the severe limitations of machine unlearning9, this document provides an exhaustive interdisciplinary roadmap for neutralizing algorithmic artifacts while preserving essential accountability.

2. What it Means for a Judgment to Stop Acting

To effectively decommission an algorithmic judgment, precise ontological boundaries must be drawn around the state of the data and its operational utility. Technical teams, legal counsel, and civil liberties advocates frequently conflate distinct operations, leading to superficial compliance where a system is deemed legally "retired" but its derived features continue to silently penalize the affected subject. A rigorous taxonomy is required to distinguish the exact state of information post-revocation. The table below delineates the critical thresholds of algorithmic memory and destruction.

Data StateTechnical DefinitionOperational ImpactLegal & Privacy Implication
DeletionThe permanent, irrecoverable erasure of data from primary storage media and active databases.Removes the primary record, but does not inherently purge derived weights or embeddings.Standard compliance for CCPA/GDPR requests, but often insufficient for machine learning.
DeactivationThe cessation of a system's active runtime operations (e.g., shutting down an API endpoint).Prevents new queries, but the underlying data, weights, and logic remain intact and restorable on disk.Pauses harm but fails to remediate the existence of illicit data or poisoned models.
RevocationThe administrative or legal nullification of a judgment's validity.The record remains physically intact but is explicitly stripped of its authority to influence future actions.Requires robust access controls and logic flags to ensure the system ignores the revoked signal.
SealingHiding a record from public view or routine operational querying while preserving it for restricted access.Achieves functional amnesia for standard business logic while maintaining the data for law enforcement or auditors.The standard for juvenile expungement and accountability retention1.
AnonymizationThe irreversible stripping of personally identifiable information (PII).The subject can no longer be identified, but aggregate demographic trends remain in the model.Often vulnerable to modern linkage and re-identification attacks using auxiliary datasets.
PseudonymizationThe replacement of identifying fields with artificial identifiers or tokens.Requires a separately stored cryptographic key to re-identify the subject.The data remains regulated and fundamentally linked to a specific, albeit obscured, individual.
UnlinkabilityA cryptographic state where two or more interactions of the same user cannot be associated with each other.Prevents longitudinal profiling and behavioral clustering across different sessions or services.Highly protective for edge-computing and decentralized identity frameworks.
Model UnlearningAn algorithmic process aimed at removing the influence of a specific subset of training data from an already-trained model.Attempts to yield behavior indistinguishable from a model that was never trained on the target data9.Highly experimental; often fails against sophisticated membership inference attacks10.
Operational ForgettingA holistic systemic state where a revoked judgment can no longer be queried or utilized to influence any real-world decision.Total systemic amnesia regarding the specific judgment across all active pipelines and derivatives.The ultimate civil liberties standard for retiring an algorithmic judgment.
Accountability RetentionThe intentional preservation of the algorithmic output and its lineage in an isolated, immutable ledger.Preserved strictly for litigation, auditing, or redress, hidden from all operational read-access1.Resolves the conflict between the need to forget a harm and the need to prove it occurred.

For a judgment to stop acting upon a data subject, it must transition completely from an active state to a state of strict accountability retention or verified operational forgetting. Merely deactivating an endpoint or deleting a primary key in a PostgreSQL database is a localized fiction if the operational architecture continues to rely on distributed, highly correlated copies of that judgment.

The legal frameworks governing the lifecycle of digital judgments vary significantly by jurisdiction and domain, heavily influencing the decommissioning process. Three main legal paradigms dictate the required processes for the death of an algorithm: Algorithmic Disgorgement, Biometric Destruction Mandates, and Criminal Record Sealing.

Algorithmic Disgorgement and Model Destruction

Regulators have increasingly recognized that ordering the deletion of unlawfully acquired training data is entirely insufficient if the machine learning model retains the mathematical inferences derived from that data13. The United States Federal Trade Commission (FTC) has pioneered the enforcement remedy of "algorithmic disgorgement"—also termed model deletion or algorithmic destruction—to address this exact failure mode3. In a series of escalating enforcement actions, the FTC required the complete destruction of algorithms and computational products built on data obtained without appropriate consent or through deceptive practices2. The framework was established in the Cambridge Analytica and Everalbum (Paravision) cases, where the FTC argued that when companies collect data illegally, they cannot be allowed to profit from the algorithmic tools developed using that data3. This was expanded in the Weight Watchers (Kurbo) settlement, which mandated the destruction of algorithms trained on children's data17. The December 2023 Rite Aid settlement represented a profound escalation, marking the FTC's first use of its Section 5 unfairness authority against an allegedly discriminatory use of artificial intelligence3. Rite Aid was ordered to delete facial recognition models that generated biased and harmful judgments against consumers, cementing algorithmic disgorgement as a primary regulatory tool to enforce the death of a machine judgment3. The underlying legal doctrine dictates that companies cannot retain the "fruits of the poisonous tree"—the competitive advantage encoded in the model weights—even if the original source data is purged13. Internationally, this doctrine is hardening into direct statutory authority. In January 2025, South Korea's Personal Information Protection Commission (PIPC) issued the strongest AI enforcement precedent in Asia under the Personal Information Protection Act (PIPA). The PIPC ordered Alipay to completely destroy an AI model—a Non-Sufficient Funds (NSF) scoring algorithm—trained on 40 million unlawfully transferred Korean user records, alongside a KRW 8.37 billion fine20. Unlike FTC consent decrees, which are negotiated settlements, the PIPC action was a direct statutory order to destroy the derivative algorithmic artifact, establishing that poisoned training data pipelines carry existential risk to the deployed model itself20.

Statutory Retention and Biometric Destruction Mandates

Biometric privacy laws represent the vanguard of mandatory data lifecycle management, enforcing strict timelines for the death of digital inferences. The Illinois Biometric Information Privacy Act (BIPA), specifically 740 ILCS 14/15(a), requires private entities in possession of biometric identifiers to develop, publicly disclose, and implement a written policy establishing a retention schedule and guidelines for permanently destroying biometric data5. Under BIPA's stringent framework, destruction must occur when the initial purpose for collecting or obtaining the biometrics has been satisfied, or within three years of the individual's last interaction with the private entity, whichever comes first6. Courts have consistently held that the unlawful retention of biometric data—failing to permanently destroy it according to the schedule—inflicts a distinct and actionable privacy injury even if the initial collection was lawful21. This mandates a proactive, scheduled decommissioning of algorithmic templates (such as facial geometry maps or voiceprints) rather than passive, indefinite storage6.

The Dynamics of Sealing vs. Expungement

In the context of state-sanctioned judgments, such as criminal justice records, decommissioning takes the form of sealing or expungement. Under the Illinois Criminal Identification Act (20 ILCS 2630/5.2), there is a crucial distinction that informs modern data governance7:

  • Expungement acts as physical and legal deletion; the record is treated as if the arrest or conviction never occurred, and the physical and digital records are destroyed or returned to the individual7.
  • Sealing hides the record from public view and standard employer background checks, effectively achieving operational forgetting for the individual's civic and economic life. However, the record remains accessible to law enforcement and the judicial system under specific strictures7.

This bifurcation provides a foundational model for managing corporate algorithmic harms. When an AI judgment is discredited, absolute expungement may destroy necessary forensic evidence. Instead, the judgment should be "sealed"—removed from the operational feature store but retained in a secure audit log for future civil liberties investigations1.

4. Technical Copies and Derivatives

The most profound vulnerability in judgment decommissioning is the diaspora of data. A single algorithmic inference does not reside solely in a monolithic primary database; it is replicated, transformed, embedded, and cached across complex, distributed microservice architectures. Erasing the central record is a localized fiction if the operational system relies on distributed copies. To fully decommission a judgment, an institution must execute targeted operational forgetting across fourteen distinct environments.

The Ecosystem of Algorithmic Persistence

Primary Databases and Search Indexes: The system of record (e.g., PostgreSQL, MongoDB) is where the judgment is actively stored. However, deleting a record here often leaves a ghost in search indexes like Elasticsearch or Solr, which duplicate data to facilitate rapid querying. The deleted record remains queryable until a global re-indexing event occurs. Caches and Queues: In-memory datastores (e.g., Redis, Memcached) hold frequently accessed judgments for low-latency operational use. Time-to-Live (TTL) expirations dictate cache eviction, meaning a legally revoked judgment may continue to act on a user for hours or days. Similarly, message brokers (e.g., Apache Kafka) broadcast judgments to microservices. A revoked judgment might persist in a dead-letter queue or an unconsumed event log, waiting to be processed by a downstream system. Data Warehouses, Lakes, and Exports: Analytical storage environments (e.g., Snowflake, Amazon S3) archive judgments for business intelligence. Deletion in these environments is technically hostile due to immutable log structures and columnar storage formats. Furthermore, CSV or Excel exports residing on the local hard drives of analysts represent entirely un-auditable shadow data. Machine Learning Pipelines: Specialized feature stores serve historical data to machine learning models. A revoked risk score stored here becomes an input feature for an entirely different downstream model. If the judgment is embedded into a Vector Database as a high-dimensional mathematical representation, it can still be queried via semantic search even if the explicit text is gone. If the judgment enters a Training Data corpus, it will permanently influence the weights of any newly trained architecture or Fine-Tuned foundation model. Infrastructure and Human Elements: Disaster-recovery systems and routine Backups hold immutable snapshots of historical states. Finally, Human Notes—such as CRM entries or physical helpdesk tickets where an agent summarized the algorithmic judgment—often survive all digital purges, as do the records held by Downstream Recipients (vendors, credit bureaus) who received the judgment via API webhook.

The Backup Resurrection Test

A critical and frequently overlooked operational hazard occurs during system restoration. If a database corrupts due to a ransomware attack or hardware failure, administrators routinely restore the system from a 30-day-old snapshot. If algorithmic judgments were legally revoked, expunged, or deleted within those 30 days, restoring the backup suddenly resurrects the illegal judgments into active production, immediately triggering compliance violations and algorithmic harm. To combat this, organizations must implement the Backup Resurrection Test. This framework requires the creation of a "Delta Deletion Ledger"—a secure, cryptographic log of all revocation events. Upon restoring any backup, the system must automatically replay the Delta Deletion Ledger against the restored data, ensuring that previously killed judgments are aggressively re-purged before the system is allowed to go back online.

Derivative Feature Audit

When a core judgment is revoked (e.g., an unlawful predictive policing score or a biased credit metric), institutions often re-import the underlying variables under different names to achieve the exact same predictive result. This is a form of algorithmic money laundering. The Derivative Feature Audit requires data governance teams to map the causal graph of the revoked judgment. If a discredited "Neighborhood Risk Score" is deleted, the audit must proactively seek out new proxy variables—such as "Delivery Route Density" or "Distance to High-Volume Intersections"—that effectively reconstruct the revoked judgment using highly correlated data. Operational forgetting is only achieved when both the primary judgment and its mathematical proxies are neutralized.

5. Model Unlearning and its Limits

When an algorithmic judgment or its underlying source data is encoded into the weights of a neural network, standard deletion paradigms fail entirely. The model has "generalized" or "memorized" the data. The nascent field of "Machine Unlearning" (MU) attempts to address this by algorithmically removing the influence of specific training data without incurring the catastrophic financial and computational cost of retraining the model from scratch9.

Strategies and Technical Trade-offs

The machine unlearning landscape is highly heterogeneous, divided primarily between design-for-unlearning strategies and post-hoc approximate methods9. The most prominent exact unlearning architecture is SISA (Sharded, Isolated, Sliced, and Aggregated). SISA partitions the training data into isolated shards and trains separate constituent models on each shard25. If a user requests deletion or a judgment must be forgotten, only the specific constituent model trained on that specific shard needs to be retrained26. While providing exact mathematical guarantees, SISA fundamentally degrades overall model accuracy. Research indicates that SISA disproportionately harms minority classes and edge cases, as the model loses the ability to generalize across the entire dataset11. Conversely, Approximate Unlearning relies on post-hoc editing. These methods utilize techniques like gradient ascent (training in reverse on the target data), scrubbing, or influence functions to estimate and subtract the parameter updates originally caused by the revoked data9. While computationally efficient, they trade strict legal equivalence for operational speed9.

The Illusion of Forgetting and Cryptographic Realities

Current peer-reviewed research demonstrates that approximate unlearning and data sanitization do not guarantee complete operational forgetting9. The absolute loss value of a data point is insufficient to determine if it has been extracted from the model's memory; models can easily be forced to regurgitate data that appears "forgotten" based on average loss metrics12. Evaluations of unlearning efficacy rely heavily on Membership Inference Attacks (MIA)—adversarial probing techniques designed to determine if a specific data point was part of a model's training set10. Recent analyses of large language models reveal a fundamental paradox: models can both memorize specific training examples (enabling MIA) and exhibit forms of catastrophic forgetting, yet adversaries utilizing calibrated loss-thresholding can still extract specific points that were supposedly unlearned10. Therefore, claiming that a model has successfully "unlearned" a judgment without executing a Certified Removal—a process that provides formal, mathematical bounds on the deviation from a model that was retrained from scratch9—is a dangerous overstatement of technical reality. If an unlearning protocol cannot be formally certified against state-of-the-art MIA, the only legally compliant recourse under FTC algorithmic disgorgement mandates is the total destruction of the model4.

6. Institutional Succession

The operational life of an algorithmic judgment frequently outlasts the institution that created it. When an AI vendor goes bankrupt, is acquired, or dissolves, its intellectual property—including models, weights, embeddings, and historical judgments—is typically liquidated as a corporate asset. To prevent revoked, illegal, or biased judgments from being silently reactivated under a new corporate entity, data governance requires the Successor Institution Accountability rule. Under this doctrine, the acquisition of a digital asset involves the total and unseverable assumption of its revocation liabilities.

Downstream Revocation Ledger

To manage organizational succession and downstream data syndication, institutions must maintain a Downstream Revocation Ledger. When a judgment is discredited, the originating entity is obligated to publish a cryptographic notification to all downstream consumers, data brokers, and API endpoints who ingested the signal. If the originating vendor dissolves, the bankruptcy court or the acquiring entity must explicitly assume the operational cost of broadcasting these revocation signals. A successor cannot claim safe harbor or ignorance regarding a model's poisoned weights; acquiring the model means acquiring the obligation to disgorge it if it is discovered to rely on illicit, un-revoked data that should have been decommissioned.

7. Ten Scenarios of Algorithmic Decommissioning

The theoretical principles of operational forgetting and algorithmic disgorgement must be applied to specific, domain-relevant contexts. The following ten scenarios illustrate the forensic decommissioning of algorithmic judgments across diverse domains, identifying the required actions, proofs, and remaining uncertainties for each.

Scenario Element1\. Retired Predictive-Policing List
Original judgment"Tier 1 Chronic Offender" classification assigned to an individual by a municipal AI tool.
Reason for retirementSystem decommissioned following a civil rights lawsuit identifying systemic racial bias.
Copies and derivativesPrimary police DB, officer dashboard caches, printed patrol sheets, gang intelligence data lakes.
Required actionAlgorithmic disgorgement of the underlying model; purging the classification from all patrol dashboards; physical destruction of printed lists.
Evidence of completionAudit logs showing successful SQL deletion commands across primary DBs and the expiration of all cache TTLs.
Sealed accountability recordAn encrypted, air-gapped export of the list preserved solely for the plaintiffs' damages phase in the civil rights litigation.
Affected person’s proofA court-issued digital certificate stating the individual's name was removed from the list.
Downstream acknowledgmentsNeighboring county sheriffs and federal fusion centers return digital receipts confirming local deletion of the shared risk score.
Recurrence testRunning the individual's profile through the current system to ensure a "null" result for chronic offender status.
Remaining uncertaintyThe implicit bias remaining in the minds of the human officers who previously read the list (the uncontrollable "human cache").
Scenario Element2\. Discredited Tenant-Screening Score
Original judgment"High Risk for Eviction" algorithmic flag based on scraped, historically sealed civil court records.
Reason for retirementFTC enforcement action declaring the scraping of sealed eviction records an unfair and deceptive practice.
Copies and derivativesVendor feature store, downstream landlord property management portals, backup tapes, vector embeddings of tenant behavior.
Required actionDestruction of the predictive model; API calls to all subscribed landlords to immediately nullify the score.
Evidence of completionSISA retraining logs proving the model was rebuilt without the scraped data; API access logs showing revocation transmission.
Sealed accountability recordSecure hash of the old scores stored in escrow by the FTC for ongoing compliance auditing.
Affected person’s proofA standardized letter from the vendor, auditable under the FCRA, proving the score is permanently zeroed.
Downstream acknowledgmentsLandlord software vendors returning HTTP 200 OK responses to the revocation API webhook.
Recurrence testBackup Resurrection Test ensuring that next month's server maintenance doesn't accidentally restore the old scoring pipeline.
Remaining uncertaintyWhether landlords illegally downloaded CSVs of the old scores to their local hard drives prior to the revocation broadcast.
Scenario Element3\. School Behavior Record
Original judgmentAutomated "Dropout Risk: Critical" flag generated by an ed-tech learning management system (LMS).
Reason for retirementThe student graduates or ages out, triggering statutory data minimization requirements under FERPA.
Copies and derivativesCloud LMS, local school district data warehouse, teacher gradebook apps, longitudinal state educational studies.
Required actionAnonymization of the longitudinal data; deletion from the active LMS and local warehouses.
Evidence of completionDBA certification that the primary key linking the student ID to the risk flag has been dropped.
Sealed accountability recordNone. Expungement is absolute upon age-out, save for aggregated, completely un-linkable demographic statistics.
Affected person’s proofAn empty response payload when requesting their record via a FERPA data subject access request.
Downstream acknowledgmentsDeletion receipts from third-party tutoring apps integrated with the district's LMS.
Recurrence testAttempting to query the student ID in the state warehouse yields an "Entity Not Found" error.
Remaining uncertaintyWhether the state's anonymization technique is vulnerable to a linkage attack using public graduating class demographics and absence records.
Scenario Element4\. Revoked Insurance Fraud Flag
Original judgment"Automated Claims Fraud Probability \> 90%" resulting in immediate claim denial.
Reason for retirementA human appeals board reviews the claim, finds it legitimate, and manually overrides the algorithmic judgment.
Copies and derivativesClaims processing queue, fraud model training corpus, industry-wide shared fraud databases (e.g., ISO ClaimSearch).
Required actionUpdating the primary claim status to "Legitimate"; explicitly tagging the old flag as a "False Positive" in the training corpus; issuing a retraction to the industry database.
Evidence of completionDatabase logs showing the state change and the transmission of the retraction EDI document to the consortium.
Sealed accountability recordThe original fraud flag and the appeal notes remain in the customer's file for internal audit and regulatory compliance, but in a sealed state preventing them from factoring into future premium calculations.
Affected person’s proofA formal settlement letter and financial payment of the claim.
Downstream acknowledgmentsConfirmation from the industry consortium that the flag was removed from the shared index.
Recurrence testDerivative Feature Audit ensuring that the customer isn't subsequently shadow-penalized through a sudden spike in their base premium.
Remaining uncertaintyWhether the "False Positive" tag will be correctly interpreted by the next generation of the company's fraud model, or if the model will still learn the baseline behavior as inherently fraudulent.
Scenario Element5\. Removed Platform Risk Profile
Original judgmentSocial media account flagged as a "Coordinated Inauthentic Behavior (Bot) Node."
Reason for retirementUser successfully verifies their identity via government ID, proving the algorithmic ban was a false positive.
Copies and derivativesContent moderation queues, graph network embeddings, shadowban filters, ad-targeting exclusion lists.
Required actionReinstatement of the account; algorithmic removal of the node from the bot-graph embedding space.
Evidence of completionThe user's posts returning to standard algorithmic visibility and engagement metrics.
Sealed accountability recordThe ID verification event and the original algorithmic flag are stored in a highly restricted legal-hold database to defend against potential state-actor investigations.
Affected person’s proofImmediate restoration of account login privileges and posting capabilities.
Downstream acknowledgmentsN/A (Internal platform system, vertically integrated).
Recurrence testRe-running the bot-detection graph model to ensure the user's new vector position is definitively categorized as "Human."
Remaining uncertaintyWhether residual cache TTLs on global Content Delivery Networks (CDNs) will continue to shadowban the user in specific geographic regions for up to 48 hours.
Scenario Element6\. Outdated Workplace Sentiment Model
Original judgmentAn HR tool scores an employee as "High Flight Risk/Low Morale" based on their Slack messaging metadata.
Reason for retirementThe model is decommissioned because it violates new labor board regulations regarding covert employee surveillance.
Copies and derivativesHR dashboards, managerial performance review notes, internal LLMs fine-tuned on company intranet data.
Required actionComplete algorithmic disgorgement of the sentiment model; purging all historical scores from HR files.
Evidence of completionDestruction of the model weights on the primary servers; execution of database scripts dropping the flight\_risk\_score column.
Sealed accountability recordDe-identified aggregates retained strictly to prove compliance with the labor board's decommissioning order.
Affected person’s proofA company-wide union memo confirming the software's destruction.
Downstream acknowledgmentsVendor confirmation of model deletion and cessation of API polling.
Recurrence testAuditing managers' upcoming performance reviews to ensure no derivative language (e.g., "appears persistently disengaged") secretly proxies the old algorithm's score.
Remaining uncertaintyFine-tuned internal LLMs might still exhibit biased generative behavior toward the employee if queried by management, as unlearning LLMs is technically unreliable.
Scenario Element7\. Sealed Juvenile Record
Original judgmentJuvenile adjudication of delinquency for retail theft.
Reason for retirementIndividual turns 18, and a judge orders the record sealed under the Juvenile Court Act7.
Copies and derivativesCourt clerk databases, local police RMS (Records Management System), state police repositories, third-party background check APIs.
Required actionRe-classifying the database entry to restrict access solely to law enforcement via specific warrant, masking it from civilian API endpoints.
Evidence of completionState police processing receipt confirming the sealing order was executed programmatically.
Sealed accountability recordThe actual record itself, which remains intact but hidden behind severe cryptographic and administrative access controls.
Affected person’s proofA stamped, certified court order of sealing.
Downstream acknowledgments60-day statutory compliance checks from background screening agencies confirming the record has been dropped from their index.
Recurrence testRunning a standard civilian background check (e.g., for an apartment lease) to verify the result comes back completely clean.
Remaining uncertaintyMugshots or arrest logs previously scraped by rogue offshore data brokers who systematically ignore U.S. court orders.
Scenario Element8\. Deleted Intimate-Interest Inference
Original judgmentAn ad-network categorizes a user as interested in "Pregnancy Termination Services" based on geofenced location data.
Reason for retirementThe user exercises their right to delete sensitive personal information under state privacy laws (e.g., CCPA).
Copies and derivativesAd bidding queues, real-time programmatic exchanges, behavioral clustering algorithms.
Required actionImmediate purging of the tag from the user's advertising ID profile; broadcast of deletion signals to the real-time bidding (RTB) network.
Evidence of completionSystem logs showing the sensitive label was dropped from the primary user profile table.
Sealed accountability recordAn anonymized count of CCPA deletion requests fulfilled, kept for state regulatory reporting.
Affected person’s proofDisappearance of hyper-targeted reproductive ads in their browsing experience.
Downstream acknowledgmentsAd-tech partners returning compliance pings via the IAB (Interactive Advertising Bureau) privacy framework.
Recurrence testSimulating a bid request for the user's Ad-ID to verify the sensitive label is omitted from the outgoing payload.
Remaining uncertaintyThe possibility that secondary location data (e.g., subsequently visiting a specific pharmacy) will allow the algorithm to independently re-infer the exact same judgment the next day.
Scenario Element9\. Vendor Bankruptcy and System Transfer
Original judgmentProprietary "Creditworthiness AI Score" generated by a fintech startup.
Reason for retirementThe startup goes bankrupt. The algorithms and databases are purchased at auction by a larger bank, but the bank's compliance team rejects the underlying model as too legally risky.
Copies and derivativesCloud storage buckets containing the model architecture, historical scoring logs, training data on AWS S3.
Required actionThe acquiring bank must securely format the acquired storage and formally decommission the AI model, executing the Successor Institution Accountability rule.
Evidence of completionCryptographic erasure of the AWS S3 buckets (destroying the encryption keys); server wipe certificates.
Sealed accountability recordBankruptcy court filings detailing the asset transfer and subsequent documented destruction of the IP.
Affected person’s proofFormal notification to legacy customers that the old startup's scoring metric is no longer used in determining their loan rates.
Downstream acknowledgmentsN/A (Centralized destruction of the asset).
Recurrence testAuditing the acquiring bank's primary credit models to ensure the bankrupt startup's specific model weights were not covertly merged prior to destruction.
Remaining uncertaintyWhether rogue data scientists from the bankrupt startup retained unauthorized local copies of the model on personal flash drives prior to the liquidation.
Scenario Element10\. Unresolved Failure (Backup Resurrection)
Original judgmentAutomated suspension of a driver's license due to an algorithmic glitch in the DMV's facial recognition system (falsely matching two distinct citizens).
Reason for retirementSystem manual override following an administrative hearing; the algorithm is discredited and the suspension revoked.
Copies and derivativesDMV primary DB, state highway patrol terminals, offline magnetic tape backups.
Required actionDeletion of the suspension flag in the primary DB; manual notification to highway patrol.
Evidence of completionLog showing the primary DB status changed back to "Valid."
Sealed accountability recordTranscript of the administrative hearing and the manual override order.
Affected person’s proofA newly printed, valid physical driver's license.
Downstream acknowledgmentsState highway patrol terminal syncs to the primary DB.
Recurrence test (The Failure)Six months later, a catastrophic ransomware attack hits the DMV. IT restores the system from a deep-storage magnetic tape backup created just before the administrative hearing. The Backup Resurrection Test is not performed; the Delta Deletion Ledger is not replayed.
Remaining uncertainty (The Outcome)The citizen is pulled over for a broken taillight. The highway patrol officer's terminal, reading from the restored, un-purged backup data, shows the license as "Suspended" due to algorithmic facial fraud. The citizen is arrested, demonstrating that without rigorous lifecycle management, a revoked algorithmic judgment is never truly dead.

8. Digital Amnesty and Operational Forgetting

To systematically institutionalize the death of algorithmic judgments, organizations must adopt a formalized architecture of forgetting. This architecture is defined by the following interconnected frameworks, designed to bridge the gap between technical limitations and civil liberties imperatives.

The Judgment Decommissioning Lifecycle

The decommissioning of a digital judgment is not a single DELETE command, but a phased lifecycle requiring cryptographic and operational verification:

1. Determination: A legal, administrative, or operational mandate triggers the requirement to kill the judgment.

2. Isolation: Severing the targeted model or data vector from active API routing and user-facing dashboards.

3. Propagation: Broadcasting the verified kill-signal to caches, vector stores, downstream systems, and third-party syndicators.

4. Disgorgement and Unlearning: Destroying models trained on illicit data in compliance with regulatory mandates, or executing certified mathematical removal procedures.

5. Verification: Conducting derivative feature audits and membership inference attacks to actively prove the absence of the judgment in the resulting system.

6. Attestation: Publishing a verifiable cryptographic proof of retirement to relevant stakeholders.

Operational Forgetting Standard

An institution achieves operational forgetting only when no active operational system, queryable cache, derived feature, or reconstructed vector space can return the revoked judgment for use in a live decision pipeline. It mandates a strict architectural separation between the "operational state" (which must demonstrate total amnesia regarding the revoked judgment) and the "accountability state" (which must remember the event perfectly for legal compliance).

Digital Amnesty Doctrine

The Digital Amnesty Doctrine extends traditional legal concepts of bankruptcy fresh-starts and juvenile expungement into the domain of machine learning. It dictates that once an algorithmic judgment is revoked, the individual is entitled to a "computational clean slate." If a system inadvertently re-infers the exact same revoked judgment through proxy variables (e.g., using ZIP code, browser history, and purchasing habits to recreate a banned racial or financial inference), the institution is legally liable for violating the amnesty. The doctrine asserts that the harm lies in the reconstruction of the judgment, regardless of whether the specific primary key or original data point was technically deleted.

Active State versus Sealed Evidence Matrix

To manage the dichotomy between forgetting and accountability, access controls must be mapped precisely based on the user's role and the environment's purpose.

Access TypeActive Algorithmic StateSealed Accountability Evidence
Operational Query (API)Returns the JudgmentNULL or 404 Not Found
Machine Learning TrainingIncluded in the CorpusExcluded / Filtered at Ingest
Human Business IntelligenceVisible on DashboardsHidden / Dropped from Views
Regulatory Audit / SubpoenaReadily AvailableAvailable via Escrow/Decryption
Data Subject Access RequestProvided in ExportProvided as "History of Action"
System Backup RestorationRestored as ActiveRestored as Sealed (Delta Replayed)

Public Retirement Attestation

Organizations must provide undeniable public proof that a system or judgment is retired without publishing the underlying person-level records. This is achieved through a Public Retirement Attestation: a zero-knowledge cryptographic proof or a legally binding sworn affidavit signed by the Chief Information Security Officer (CISO). It details the SHA-256 hashes of the destroyed model weights, the execution logs of the database drop commands, and the verified results of the Backup Resurrection Test, allowing third-party auditors and regulators to verify systemic death without exposing the underlying PII.

9. Counterarguments and Archival Needs

The drive toward absolute operational forgetting frequently clashes with legitimate institutional needs for historical preservation and security. Complete data erasure—especially algorithmic disgorgement—is sometimes viewed as an anti-historical act that destroys the precise forensic evidence necessary to study systemic harms.

The Archival and Research Defense

Researchers studying algorithmic bias argue that if the FTC forces a company to entirely destroy a discriminatory facial recognition model, academics, civil rights litigators, and auditors lose the ability to dissect the model to understand why it failed4. The model, though harmful in production, becomes a vital artifact of computational history. By destroying it, society loses the ability to stress-test future systems against known failure modes.

The Litigation Hold and Security Imperative

When litigation is reasonably anticipated, companies are under a strict legal duty to preserve relevant evidence (a "litigation hold"). If an algorithmic judgment is simultaneously subject to a deletion request under a consumer privacy law and a litigation hold due to a discrimination lawsuit, the institution is caught in a profound legal paradox. Furthermore, cybersecurity frameworks require the preservation of threat-actor profiles and fraud patterns; operational forgetting cannot be applied to known botnets or financial fraudsters without catastrophically compromising systemic integrity.

Resolution: Syntactic Decision-Time Non-Use and Certified Amnesia

This inherent tension is resolved through the concept of syntactic decision-time non-use and the implementation of "Certified Amnesia"1. Rather than destroying the artifact completely, the data or model is cryptographically locked into an evidence protocol. The protocol binds a "forbidden set" of data to an execution receipt, proving cryptographically that the sealed data or model was not used at decision time by the active agent1. This architecture satisfies the civil liberties requirement (the algorithm cannot harm the user) while simultaneously preserving the archival requirement (the model exists in a forensic, air-gapped vacuum for later study and litigation).

10. Open Questions

The legal, technical, and ethical consensus on decommissioning algorithmic systems remains highly fluid. Several critical questions remain unresolved at the frontier of data governance:

1. The Legal Sufficiency of Approximate Unlearning: As courts and regulators increasingly demand algorithmic disgorgement, will they accept approximate unlearning (e.g., gradient scrubbing) as legally sufficient, or will they demand exact SISA-style retraining or total algorithmic destruction? The empirical success of membership inference attacks against unlearned models suggests that courts may reject approximate methods as insufficient to cure the legal harm10.

2. Generative AI and Latent Extraction: If a Large Language Model (LLM) is trained on a copyrighted book or a private medical record, and the original file is subsequently deleted from the training server, can the LLM truly be made to "forget" the text? Or will adversarial prompting techniques always find a way to extract the memorized sequences from the latent space?

3. Cross-Jurisdictional Deletion Conflicts: If a European regulator demands the unlearning of an individual's data from a globally distributed AI model under the GDPR's Right to be Forgotten, but a US federal regulator requires the preservation of that exact same data for a financial fraud audit, how does a monolithic model partition its memory to comply with contradictory sovereign mandates?

Decommissioning an algorithmic judgment is not a mere database command; it is a complex organizational capability requiring deep alignment between engineering, legal, and compliance functions. Until institutions can mathematically and procedurally guarantee the death of their algorithmic outputs, digital judgments will continue to haunt individuals long after the operational gavel has supposedly fallen.

11. Works Cited

The following source materials provided the evidentiary foundation for the legal, technical, and regulatory analysis within this report, integrated throughout the text to substantiate claims regarding algorithmic disgorgement, machine unlearning, and data retention mandates.

  • \[cite: 2\] FTC precedents on algorithmic disgorgement, detailing the Everalbum, Kurbo, and Rite Aid enforcement actions regarding model destruction.
  • \[cite: 17\] Analysis of the Everalbum settlement as the foundational framework for FTC algorithmic enforcement.
  • \[cite: 19\] Regulatory mechanisms for deleting users from models, citing Rite Aid and Everalbum model-destruction orders.
  • \[cite: 14\] FTC mandates to destroy models trained on ill-gotten data in Cambridge Analytica and WW/Kurbo.
  • \[cite: 1\] Limitations of algorithmic disgorgement against unwilling controllers and third-party model destruction instructions.
  • \[cite: 15, 16\] Application of algorithmic disgorgement as the FTC's most powerful remedy to ensure companies do not profit from wrongfully obtained data.
  • \[cite: 13\] Legal theory underpinning algorithmic deletion; establishing that deleting source data is insufficient if the algorithmic output maintains competitive harm.
  • \[cite: 20\] South Korea's Personal Information Protection Commission (PIPC) statutory order requiring Alipay to destroy an AI model built on 40 million user records, establishing international precedent for model deletion.
  • \[cite: 1\] "Certified Amnesia" and syntactic decision-time non-use protocols, providing cryptographic evidence that specific data was excluded from an AI agent's inference.
  • \[cite: 9, 11, 25, 26, 28\] Technical surveys on Machine Unlearning, defining Sharded, Isolated, Sliced, and Aggregated (SISA) architectures, exact versus approximate removal, and the persistent threat of Membership Inference Attacks.
  • \[cite: 5, 6, 21, 22, 23\] Illinois Biometric Information Privacy Act (BIPA) 740 ILCS 14/15 requirements mandating public retention schedules and the permanent destruction of biometric identifiers.
  • \[cite: 7, 8, 24\] Illinois Criminal Identification Act (20 ILCS 2630/5.2) legal mechanics distinguishing the expungement (erasure) versus the sealing (hiding) of state-sanctioned judgments.
  • \[cite: 3, 4, 13, 17, 18\] Academic and legal evaluations of algorithmic disgorgement's equitable origins, assessing its role as a required remedy to prevent ongoing harms from models developed using illicit data.
  • \[cite: 10, 12, 27, 29\] Technical assessments of memorization in large language models, demonstrating that models overfit specific training examples and remain susceptible to data extraction and membership inference even after attempted unlearning or loss-thresholding.

Web-Ready Content

Public Explanation

When a computer system makes a decision about you—like denying a loan, flagging you for fraud, or rejecting your rental application—and that decision is later proven wrong, it should be erased. But deleting a digital record is incredibly difficult. Modern technology stores data in dozens of places: backup tapes, search engines, training databases, and artificial intelligence models. If a company just deletes your file from their main system, the "ghost" of that judgment might still live inside an AI model, ready to quietly penalize you again. "Operational Forgetting" is the strict standard that companies must meet to ensure a dead judgment stays dead. It requires businesses to hunt down every copy, mathematically force their AI to "unlearn" your data, and prove to regulators that the revoked decision can never again be used to negatively impact your life.

Ten Key Findings

1. Deletion is not Forgetting: Erasing a primary database record does not remove the algorithmic judgment from caches, vector embeddings, or downstream API consumers.

2. Algorithmic Disgorgement is the New Standard: Regulators like the FTC and South Korea's PIPC are aggressively forcing companies to destroy valuable AI models trained on unlawful data, not just delete the data itself4.

3. Machine Unlearning is Flawed: Current technical methods to make AI "forget" data degrade model accuracy and remain highly vulnerable to adversarial extraction attacks9.

4. Backup Resurrection is a Primary Threat: Without a cryptographic "Delta Deletion Ledger," routine disaster recovery restorations frequently resurrect legally revoked algorithmic judgments.

5. Biometric Laws Mandate Death Schedules: Statutes like Illinois BIPA require companies to publish and rigorously execute strict, timed destruction schedules for digital identifiers6.

6. Sealing vs. Deletion: Institutional accountability requires that discredited judgments be "sealed" for future legal audit, directly contradicting absolute deletion mandates.

7. Derivatives Survive Deletion: If a biased risk score is deleted, AI systems will often silently reconstruct the score using highly correlated proxy variables.

8. Vendor Succession Carries Risk: When AI startups go bankrupt and are acquired, the acquiring company inherits the legal duty to honor all previous algorithmic revocations.

9. Certified Amnesia is Required: Organizations must be able to generate cryptographic proof that a revoked judgment was strictly excluded at the time of a new automated decision1.

10. The Right to a Computational Clean Slate: Digital amnesty requires that once a judgment is revoked, the person must be treated systemically as if the algorithm never evaluated them.

Ten FAQs

1\. If a company deletes my data under the CCPA or GDPR, does their AI model forget me? Usually, no. Deleting your data removes it from their active storage, but if their AI was already trained on your data, the statistical patterns learned from you remain embedded in the model's weights. 2\. What is algorithmic disgorgement? It is a severe legal penalty where a regulator (like the FTC) forces a company to completely destroy a machine learning model because it was built using illegally obtained or retained data3. 3\. Can an AI model be mathematically forced to "unlearn" something? Theoretically, yes, using techniques called "Machine Unlearning." However, it is technically difficult, degrades the model's overall performance, and security researchers can often still extract the "forgotten" data10. 4\. What is a Membership Inference Attack (MIA)? A technique used by security researchers and auditors to probe an AI model to discover if a specific piece of data (like your private medical record) was used to train it12. 5\. How do system backups ruin the deletion process? If a company deletes your bad credit score today, but their servers crash next week and they restore their system from a month-old backup tape, your bad credit score is put right back into the active system. 6\. What is the difference between sealing and expunging a digital record? Expunging physically and legally destroys the record so it no longer exists. Sealing hides the record from public and operational use, but keeps it locked away for law enforcement or legal audits7. 7\. Why would a company want to keep a discredited AI judgment? For "Accountability Retention." If a civil rights group sues a company for algorithmic discrimination, the company must produce the old, biased judgments as evidence in court. Deleting them entirely constitutes destroying evidence. 8\. What does BIPA require for data destruction? The Illinois Biometric Information Privacy Act requires companies to have a publicly available, written policy detailing exactly when and how they will permanently destroy your biometric data5. 9\. Can a revoked algorithm survive in human notes? Yes. If an AI flagged you as a "security risk" and an employee typed that into a physical file or a CRM text document, deleting the algorithm won't erase the human's manual notes. 10\. What is "Syntactic Decision-Time Non-Use"? It is a verifiable, cryptographic guarantee that even if a system still technically holds a revoked piece of data, that data was mathematically locked out and not used when the computer made its final decision about you1.

Glossary of Thirty Terms

1. Accountability Retention: Preserving revoked data in a sealed state strictly for legal audits.

2. Active State: The condition of data when it is fully queryable and influencing live operations.

3. Algorithmic Disgorgement: Regulatory mandate forcing the destruction of models trained on illicit data.

4. Anonymization: Irreversibly removing personally identifiable information to prevent identification.

5. Backup Resurrection: The accidental restoration of deleted judgments via outdated disaster recovery tapes.

6. BIPA: Biometric Information Privacy Act; Illinois law mandating strict data destruction schedules.

7. Certified Amnesia: Cryptographic proof that a specific context or judgment was excluded during inference.

8. Certified Removal: Mathematical guarantee that a model has unlearned data to a specific, bounded degree.

9. Deactivation: Shutting off an algorithm's API without deleting its underlying code or data.

10. Deletion: Permanent erasure of data from primary storage media.

11. Delta Deletion Ledger: A cryptographic log of all data killed since a backup was made, replayed upon restoration.

12. Derivative Feature: A new algorithmic variable that proxies or recreates the effects of a deleted judgment.

13. Downstream Recipient: Third-party vendors or agencies that receive and use data generated by another entity.

14. Expungement: Total physical and legal erasure of a record, treating it as if it never existed.

15. Feature Store: A centralized data platform that feeds historical variables into machine learning models.

16. Fine-Tuning: The process of training a pre-existing foundational model on specific, new datasets.

17. Forgetting (Operational): The state where a judgment can no longer influence any real-world decision.

18. Gradient Ascent: A technique in machine unlearning that trains a model in reverse on specific data.

19. Litigation Hold: A legal mandate preventing a company from deleting data that may be relevant to an upcoming lawsuit.

20. Machine Unlearning: Technical methods aimed at removing the influence of specific training data from an AI model.

21. Membership Inference Attack (MIA): Adversarial probing to determine if a specific data point was in a model's training set.

22. Model Weights: The internal mathematical parameters inside a neural network that encode learned information.

23. Pseudonymization: Replacing names with ID numbers; reversible with the correct decryption key.

24. Public Retirement Attestation: A cryptographic or sworn proof that a system has been safely and permanently decommissioned.

25. Revocation: The legal or administrative nullification of a judgment's validity and operational authority.

26. Sealed Evidence: Data hidden from operational use but retained securely for auditing or legal review.

27. SISA: Sharded, Isolated, Sliced, and Aggregated; a framework for exact machine unlearning via partitioned training.

28. Syntactic Non-Use: Architectural design ensuring specific data physically cannot enter an algorithm's decision pathway.

29. Time-to-Live (TTL): A timer placed on cached data dictating exactly when it will automatically delete itself.

30. Vector Embedding: A complex, high-dimensional mathematical representation of data used by AI, notoriously difficult to selectively delete.

"Has the judgment actually stopped acting?" Checklist

  • \[ \] Primary database record deleted or status-changed to revoked?
  • \[ \] Search engine indexes (Elasticsearch, Solr) fully rebuilt or flushed?
  • \[ \] In-memory caches (Redis, Memcached) cleared of the specific key?
  • \[ \] "Kill signal" broadcast to all downstream API consumers and message brokers?
  • \[ \] Cryptographic receipts received from downstream partners confirming local deletion?
  • \[ \] Backup systems and DR sites updated with an active Delta Deletion Ledger?
  • \[ \] Machine learning feature stores meticulously purged of the specific historical variable?
  • \[ \] Models trained on the judgment submitted to Algorithmic Disgorgement or certified SISA unlearning?
  • \[ \] Derivative Feature Audit conducted to ensure proxy variables aren't secretly recreating the judgment?
  • \[ \] Sealed Accountability Record created, encrypted, and isolated for legal compliance?

Six Warning Callouts

1. ⚠️ The Cache Trap: Deleting a user in PostgreSQL does not delete them in Redis. If TTLs are long, the revoked judgment will continue acting for days.

2. ⚠️ The False Comfort of Unlearning: Approximate unlearning methods leave algorithmic scars. Determined adversaries can often reconstruct the "deleted" data through targeted attacks.

3. ⚠️ M\&A Poison Pills: Acquiring a bankrupt AI startup means acquiring its toxic data liabilities. Ensure thorough model audits and disgorgement checks before integration.

4. ⚠️ The Vector Database Blindspot: Standard SQL DELETE commands do not work on high-dimensional semantic vectors. You must specifically isolate, recompute, and remove the embeddings.

5. ⚠️ Archival Sabotage: Do not let a CCPA deletion request force you to blindly destroy evidence needed for an ongoing civil rights investigation. Utilize Sealed Accountability architecture.

6. ⚠️ Backup Resurrection: If you restore your systems from a ransomware attack using old tapes, you are legally liable for any revoked judgments those tapes resurrect into production.

Decommissioning Map: Active Record to Sealed Evidence

1. ACTIVE STATE: The judgment is live, queryable by API, generating operational impact, and visible on BI dashboards.

2. REVOCATION EVENT: A legal, administrative, or consumer-driven order invalidates the judgment.

3. ISOLATION: API endpoints block the specific judgment ID; downstream feeds and webhook syndications are severed.

4. PURGE (OPERATIONAL): Data is scrubbed from primary DBs, caches, search indexes, queues, and vector stores.

5. UNLEARN / DISGORGE: ML models trained on the judgment are submitted to certified SISA retraining or completely destroyed.

6. SEAL (ACCOUNTABILITY): The raw judgment, original inputs, and revocation order are encrypted and stored in an air-gapped, access-controlled legal vault.

7. ATTESTATION: The CISO signs and publishes a cryptographic proof of system death.

8. RESTING STATE: The judgment exists solely as forensic history, permanently invisible and inaccessible to operational workflows.

Metadata and Search-Intent Suggestions

  • Title Tag: Decommissioning AI: How to Kill an Algorithmic Judgment & Machine Unlearning
  • Meta Description: An exhaustive research report on retiring algorithmic judgments, legal data deletion, FTC algorithmic disgorgement, machine unlearning, and operational forgetting.
  • Target Keywords: algorithmic disgorgement, machine unlearning, data deletion rights, FTC Rite Aid AI, operational forgetting, AI model deletion, BIPA retention schedule, SISA unlearning, digital amnesty.
  • Search Intent: Informational / Technical-Legal. Designed for data privacy lawyers, compliance officers, machine learning engineers, and civil liberties researchers seeking comprehensive, interdisciplinary frameworks for destroying or archiving AI models and automated judgments.

Works cited

1. (PDF) Certified Amnesia: A Decision-Evidence Protocol for Provable, https://www.researchgate.net/publication/410951333\_Certified\_Amnesia\_A\_Decision-Evidence\_Protocol\_for\_Provable\_Context\_Exclusion\_in\_AI\_Agents

2. The Training-Data Propagation Audit Clause: The AI Vendor, https://consilium.law/sparkpoint/training-data-propagation-audit-clause/

3. Algorithmic Disgorgement: An Increasingly Important Part of ... \- Mintz, https://www.mintz.com/insights-center/viewpoints/54731/2024-01-23-algorithmic-disgorgement-increasingly-important-part

4. The Deletion Remedy \- Carolina Law Scholarship Repository, https://scholarship.law.unc.edu/cgi/viewcontent.cgi?article=7041\&context=nclr

5. Firm No. 39042 \- AMERICAN LEGAL CLAIM SERVICES, https://www.americanlegal.com/request-document/c1a497d5c6811e84bcce939f20916d0d

6. Lawsuit Claims Verizon Secretly Collected Customer Voiceprints, https://www.lawinc.com/verizon-voice-id-bipa-lawsuit

7. Sealing Criminal Records in Illinois under 20 ILCS 2630/5.2, https://www.chicagocriminallawyer.pro/blog/sealing-criminal-records-in-illinois-under-20-ilcs-2630-5-2/

8. Illinois Statutes Chapter 20\. Executive Branch § 2630/5.2 | FindLaw, https://codes.findlaw.com/il/chapter-20-executive-branch/il-st-sect-20-2630-5-2/

9. Machine Unlearning: A Perspective, Taxonomy, and Benchmark, https://www.mdpi.com/1999-5903/18/3/174

10. Measuring Forgetting of Memorized Training Examples \- alphaXiv, https://www.alphaxiv.org/abs/2207.00099

11. Machine Unlearning: A Comprehensive Survey \- arXiv, https://arxiv.org/html/2405.07406v3

12. arXiv:2310.14369v1 \[cs.LG\] 22 Oct 2023, https://www.hbs.edu/ris/Publication%20Files/2310.14369\_53874c52-0e1a-4f6c-8a2f-2c4c24c07b78.pdf

13. BEYOND DATA DELETION: ADDRESSING ANTICOMPETITIVE, https://digitalcommons.law.uw.edu/cgi/viewcontent.cgi?article=1353\&context=wjlta

14. Will the Models Be Shelved? Copyright, Corpora, and the Price of, https://svac-llc.com/posts/42-will-the-models-be-shelved.html

15. Stop Tech Companies From Using Their Own Employees as Unpaid, https://www.change.org/p/stop-tech-companies-from-using-their-own-employees-as-unpaid-test-subjects

16. Do Not Train AI Opt-Out Notice: Reserve Your Content from AI (2026, https://www.document.com/documents/do-not-train-ai-opt-out

17. Everalbum: Consumer Photos to Surveillance Tech | Case Studies, https://www.liabilityquant.com/knowledge-center/case-studies/everalbum-ftc-disgorgement

18. Articles \- Scholarly Commons, https://scholarlycommons.law.northwestern.edu/cgi/viewcontent.cgi?article=1506\&context=nulr

19. How Do You Delete a User From a Model You Already Fine-Tuned?, https://legallayer.substack.com/p/how-do-you-delete-a-user-from-a-model

20. Korea PIPC AI Enforcement: Model Deletion and Billion-Won Fines, https://reg-intel.com/south-korea-pipc-ai-enforcement/

21. Bobro et al v. Ryder Transportation Solutions, LLC et al \- Justia Law, https://law.justia.com/cases/federal/district-courts/illinois/ilndce/1:2024cv10807/467076/29/

22. in the circuit court of cook county, illinois \- Medefil Settlement, https://medefilsettlement.com/pdf/Second\_Amended\_Counterclaim.pdf

23. 1:23-cv-03186 Document \#: 1 Filed: 05/19/23 Page 1 of 17 PageID, https://www.courthousenews.com/wp-content/uploads/2023/05/young-amazon-complaint-usdc-ill.pdf

24. Expungement. What is it good for? (with apologies to Edwin Starr), https://www.isba.org/sections/humanrights/newsletter/2010/05/expungementwhatisitgoodforwithapologiestoedwinstar

25. A Survey on Machine Unlearning: Techniques and New Emerged, https://www.alphaxiv.org/abs/2406.06186

26. Learn to Unlearn: Insights Into Machine Unlearning, https://www.computer.org/csdl/magazine/co/2024/03/10461690/1V5M1o68gKY

27. SCIENCE & TECHNOLOGY \- Columbia Library Journals, https://journals.library.columbia.edu/index.php/stlr/article/download/14547/7966

28. A Survey of Machine Unlearning \- OpenReview, https://openreview.net/attachment?id=OykwZEYQC7\&name=pdf

29. Exploring the limits of strong membership inference attacks on large, https://arxiv.org/html/2505.18773v2