ChatGPT falsely named an Australian mayor as a convicted briber
Brian Hood, a regional Australian mayor, threatened to sue OpenAI after ChatGPT described him as a convicted criminal in a bribery scandal. In reality Hood was the whistleblower who exposed the scheme, not a participant, making it an early defamation threat over a chatbot hallucination.
ChatGPT cast the whistleblower who exposed a bribery scheme as one of its convicted perpetrators.
Key facts
- What
- Brian Hood, a regional Australian mayor, threatened to sue OpenAI after ChatGPT described him as a convicted criminal in a bribery scandal.
- Incident date
- Apr 5, 2023
- Who
- OpenAI
- Failure mode
- Hallucination
- AI surface
- Chatbot
- Severity
- Medium
What happened
In 2023 ChatGPT described Australian mayor Brian Hood as having been convicted in a foreign-bribery scandal. Hood had actually been the whistleblower who exposed the scheme and was never charged. He threatened what would have been a landmark defamation suit against OpenAI over the false output.
What broke inside the model
- 01 · TriggerA user asks for a fact, a citation, or a figure.
- 02 · Model stepThe model writes a fluent, confident answer.
- 03 · Control gapNothing ties the claim back to a real source.
- 04 · FailureA fabricated fact ships as if it were verified.
- 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.
What it cost
Defamation threat against the model's maker
Sources
- PressCould you be defamed by a robot? (HWL Ebsworth, on the Brian Hood matter)hwlebsworth.com.au
Cite this entry
https://failureindex.ai/failures/chatgpt-falsely-named-australian-mayorAI Failure Index. "ChatGPT falsely named an Australian mayor as a convicted briber" (FI-0043). Realm Labs. https://failureindex.ai/failures/chatgpt-falsely-named-australian-mayor (indexed Jun 3, 2026).Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0043. Full dataset at /data.
Note from Realm Labs, the Index steward
How Realm would have caught this
- 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.