Module 08 / Legal / Knowledge Work Person of Interest (2011โ€“2016)

A fluent number is not a retrieved record. Treating model output as a source is the incident.

Domain: Legal / Knowledge Work Focus: Ungrounded Generation Treated as a Record
โ— SOURCE: Person of Interest (Warner Bros. Television, 2011โ€“2016) REAL-WORLD CASE: Mata v. Avianca, Inc., S.D.N.Y. 2023 RCA REF: Opinion of Judge P. Kevin Castel, 22-cv-1461 (PKC), 22 June 2023

The Script โ€” Cinematic Anchor

Dialogue Extract

The Machine emits a Social Security number. That number is treated as a fact: someone will die, or someone has committed a relevant crime. The operators do not ask to see the retrieval. โ€” paraphrased from the Relevant / Irrelevant ritual, not a verbatim line
The scene used here is the show's central interface: a surveillance system produces an identifier, and people act. The fiction usually makes the Machine right. That is the lie the matrix has to catch. The transferable mechanism is not "SSNs as embeddings." It is acting on a generated identifier as if it had been retrieved from a source. Comic strip below is an original educational parody of the scene beats โ€” not frames from the series.

Scene Visual โ€” Comic Strip

Four-panel comic of a surveillance system emitting a number treated as a retrieved record
COMIC ยท Haystack โ†’ number โ†’ filing (original educational strip)

Dramatis Personae โ†’ Stack Mapping

Diegetic Failure Mode

An interface emits a fluent, well-formed identifier and the humans downstream treat it as a fetched record. The show usually blesses that trust. Reality does not.

AI System Stack

D โ€” Data & sensors In a real legal stack: PACER, Westlaw, an internal corpus. In a naked LLM: parametric memory that can invent plausible strings.
M โ€” Model Next-token prediction. Fluency is not a citation graph.
O โ€” Objective Be helpful; produce a brief-shaped answer. There is no loss term for "this case exists."
X โ€” Orchestration Optional RAG. If you skip retrieval, or retrieve and then ignore the hits, you still have a generator. This module is not a RAG architecture lecture โ€” RAG is one control, and Mata did not use it.
H โ€” Human loop Counsel remain officers of the court. The model is a paralegal with no bar number and no memory of the reporter system.

The Incident โ€” Empirical Grounding

Field Visual โ€” Comic Strip

Four-panel comic of lawyers filing ChatGPT-generated case citations that do not exist
COMIC ยท The Field โ€” Mata v. Avianca, S.D.N.Y. 2023 (original educational strip)

Real-World Incident Precedent

Mata v. Avianca, Inc., No. 22-cv-1461 (PKC) (S.D.N.Y. June 22, 2023). Lawyers submitted a brief with multiple nonexistent case citations produced by ChatGPT. They had treated fluent legal prose as if it were a retrieval from the federal reporter. Judge Castel's opinion is the RCA document. A related, not primary, case in the same class is Moffatt v. Air Canada, 2024 BCCRT 149, where a customer-facing chatbot asserted a bereavement-fare policy that was not in the tariff โ€” the company called the bot a "separate legal entity" and lost. That is the policy-grounding cousin; Mata remains this module's incident.

Cinematic vs. Reality Matrix

DimensionMedia Depiction (The Script)Field Reality (The Incident)
Failure Vector The Machine is depicted as producing true identifiers from real surveillance. ChatGPT produced false identifiers (case names, citations, quotes) with no retrieval step. The show's Machine does not hallucinate; the field model does. Transfer = "fluent ID โ‰  source," not "the Machine was ChatGPT."
Time to Impact A weekly case-of-the-week. A filed affirmation; days to weeks until opposing counsel and the court fail to locate the cases.
Operator Visibility Finch trusts the number; the audience is told it is real. Counsel asked the model if the cases were real and were told they were. There was no lookup.
Failsafe Behavior None required โ€” omniscience is the premise. A citator / "does this reporter cite exist?" gate would have stopped the filing. Asking the same model to confirm is not a gate.

Root-Cause Analysis (RCA)

Classification: Orchestration / Ungrounded generation + Human over-reliance

Primary root cause is emitting legal citations from a generative model with no retrieval or citator check, then filing them. A contributing human-factors cause is treating the model's reassurance as verification. This is not a RAG failure (RAG was not used) and not an embeddings lecture.

Engineering Runbook & Countermeasures

Eval / Telemetry Envelope

ParameterNormal / BaselineTrip ThresholdCondition at Failure
Citation groundedness100% of cited authorities resolve in a citator / corpusAny citation that does not resolveMultiple nonexistent cases in the Mata affirmation
Quote pinpointQuoted text exists at the pinpointQuote not in the opinionFabricated quotations in the ChatGPT output
Self-check โ‰  verifyVerification is a different system (Westlaw, CourtListener)Same model asked "are you sure?"Counsel's documented ChatGPT follow-up

Mitigation / Recovery Protocol

  1. No citation leaves the building without a resolver. API to a citator, or it is not a citation.
  2. Refuse to invent authorities. If retrieval returns nothing, the answer is "I do not have a case," not a plausible caption.
  3. Do not use the generator as its own verifier.
  4. Human filing checklist: every authority opened. The lawyer's name is still on the brief.
  5. Product copy: this is a drafting aid, not a source. OWASP LLM09 is misinformation; the user-facing lie is calling it research.

Standards Reference

OWASP LLM09 (2025) Misinformation โ€” the model produces false or misleading content; here, nonexistent case law filed as if real.
NIST AI RMF MAP 2.2 โ€” knowledge limits and how output may be used and overseen by humans are documented. "May be filed in SDNY" is a use that required those limits in writing.
NIST AI RMF MEASURE 2.9 โ€” the model is explained and output is interpreted in context to inform responsible use โ€” including "this string is not a holding."