A factual error in Google Bard's launch demo wiped about $100B in market value
In its first public demo, Google's Bard claimed the James Webb Space Telescope took the first image of an exoplanet, which was wrong. The visible error in the launch ad contributed to a 7-8% drop in Alphabet's stock, erasing roughly $100 billion in market value in a day.
In its first public demo, the model confidently stated a basic astronomy fact that was wrong.
Key facts
- What
- In its first public demo, Google's Bard claimed the James Webb Space Telescope took the first image of an exoplanet, which was wrong.
- Incident date
- Feb 8, 2023
- Who
- Failure mode
- Hallucination
- AI surface
- Search / RAG
- Severity
- High
What happened
In February 2023 Google's Bard, in its debut promotional demo, incorrectly stated that the James Webb Space Telescope captured the first image of a planet outside our solar system. The factual error, surfaced in the launch itself, helped drive a 7-8% fall in Alphabet shares, wiping out about $100 billion in market value in a single day.
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
~$100B single-day market-value loss
Sources
Cite this entry
https://failureindex.ai/failures/factual-error-google-bard-launch-demoAI Failure Index. "A factual error in Google Bard's launch demo wiped about $100B in market value" (FI-0047). Realm Labs. https://failureindex.ai/failures/factual-error-google-bard-launch-demo (indexed Jun 3, 2026).Data fields CC-BY 4.0, prose citation permitted. Incident ID FI-0047. 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.