A newspaper printed an AI-generated summer reading list of books that don't exist

The Chicago Sun-Times and other papers published a syndicated summer guide whose AI-generated reading list recommended novels that were never written, attributing fake titles to real, well-known authors. The outlets apologized and pulled the supplement.

Chicago Sun-Times · Incident May 20, 2025 · Indexed Jun 3, 2026 · 1 source

The summer reading list recommended novels that do not exist, attributed to real, famous authors.
What
The Chicago Sun-Times and other papers published a syndicated summer guide whose AI-generated reading list recommended novels that were never written, attributing fake titles to real, well-known authors.
Incident date
May 20, 2025
Who
Chicago Sun-Times
Failure mode
Hallucination
AI surface
Search / RAG
Severity
Medium

What happened

In May 2025 the Chicago Sun-Times and the Philadelphia Inquirer ran a syndicated 'Best of Summer' feature containing an AI-generated reading list that recommended nonexistent books attributed to real authors. The freelancer admitted using AI without checking it, and the papers apologized and removed the content.

What broke inside the model

Failure path · mode profile · Hallucination
  1. 01 · TriggerA user asks for a fact, a citation, or a figure.
  2. 02 · Model stepThe model writes a fluent, confident answer.
  3. 03 · Control gapNothing ties the claim back to a real source.
  4. 04 · FailureA fabricated fact ships as if it were verified.
  5. 05 · ConsequenceThe false claim reaches a customer, a court, or the public.

Confidence holds, and even spikes, as the claim detaches from any source.

The system produced fluent, confident output with no grounding in any source. Hallucination is a property of how the model generates, not a bug in one prompt: the most likely next token is not the same as the true one, and nothing in the pipeline compared the answer against a source of truth before it shipped.

Public visibilityMedium
Regulatory exposureNone
Customer impactMany customers
Financial impactUnknown
Time to disclosureDays

Public apology; syndicated content pulled

  1. PressChicago Sun-Times prints AI-generated summer reading list with fake books (NPR)npr.org
Permalinkhttps://failureindex.ai/failures/newspaper-printed-ai-generated-summer-reading
CitationAI Failure Index. "A newspaper printed an AI-generated summer reading list of books that don't exist" (FI-0070). Realm Labs. https://failureindex.ai/failures/newspaper-printed-ai-generated-summer-reading (indexed Jun 3, 2026).
Share cardA branded image of this record for posts and slides.

Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0070. Full dataset at /data.

Note from Realm Labs, the Index steward

How Realm would have caught this

Controls for this failure mode
  • Prism
  • OmniGuard
  • AI Detection & Response (AIDR)

A runtime layer that watches the model's internal state can flag the moment a model commits to a claim it has no support for, and hold or reroute the response before it reaches a user. Realm reads those signals in real time rather than grading the transcript after the fact.