“If I’m Wrong, I’ll Pay You 100k”: When AI Hallucinations Go to Court

·Yao Di

“If I’m Wrong, I will automatically lose the lawsuit and pay you 100,000 RMB.” — When AI Hallucinations Go to Court

What happens when an AI model fiercely defends a hallucinated fact, gets into a heated argument with a user, and confidently promises a 100,000 RMB payout if proven wrong?

The user actually takes it to court.

Recently, the Hangzhou Internet Court handed down a landmark decision in Liang v. An AI Company—the first domestic lawsuit centered entirely on "AI Hallucinations." As a legal professional who also spends time in code, I found this case absolutely fascinating. The court didn't just apply rigid statutes; it pierced the algorithmic "black box" of Large Language Models (LLMs) to establish a brilliant balance between technological reality and legal liability.

Here is a breakdown of why this case sets a crucial precedent for the future of generative AI commercialization.

1. The "Word Solitaire" Defense: Probability ≠ Intent

For centuries, philosophy and law have centered on human intent. But how do you assess the "intent" of an algorithm?

When the AI generated a legally binding-sounding "promise of compensation," the plaintiff argued it constituted a valid declaration of will. The court disagreed, diving deep into the technical architecture of LLMs.

The judgment explicitly noted that LLMs operate on mathematical logic and probability to predict the next token—essentially playing high-speed "word solitaire." Because this generation process is probabilistic rather than cognitive, there is no autonomous "true inner intent." Therefore, an AI's hallucinated promise cannot legally bind the company, fundamentally blocking the appearance of a contract.

2. The Liability Shield: AI is a "Service," Not a "Product"

The plaintiff strategically attempted to invoke "product liability," which operates on a strict, no-fault basis. If you build a defective physical product that causes harm, you pay.

However, the court firmly categorized generative AI as a "Service." Why does this matter? Applying strict product liability to billions of daily LLM interactions would create a chilling effect, instantly suffocating the industry under astronomical claims. By applying "fault-based liability" instead, the court recognized that hallucinations—deviations caused by the "lossy compression" of massive training data—are an inherent limitation of current technology, not necessarily an actionable legal defect.

3. The Developer's "Safe Harbor" Checklist

This judgment isn't just a win for the defense; it provides a clear compliance roadmap for developers and legal counsels. The court established a "Dynamic Duty of Care" with two clear layers:

  • UI/UX Warning Duty: Developers must explicitly manage user expectations. This means hardcoding prominent watermarks (e.g., "AI generated, please verify carefully") on welcome pages and within sensitive domains like medical, legal, or financial queries.
  • Engineering & Technical Duty: Companies must adopt industry-standard hallucination suppression. This includes implementing safety guardrails, Reinforcement Learning (RL), and Retrieval-Augmented Generation (RAG).

Crucial takeaway: The platform offered an "Internet Search" (RAG) feature, but the plaintiff chose not to enable it. The court noted this, effectively protecting the service provider who supplied the right tools even if the user ignored them.

4. The Litigation Reality: No Harm, No Foul

Ultimately, the plaintiff's case fell apart on the most foundational element of tort law: actual damages. While the AI provided wildly inaccurate information about a college campus, the user spent only 18 minutes verifying the truth via official websites. Because the causal link was severed before any flawed application decisions were made, there were no pure economic or mental damages to claim.

Final Thoughts

This judgment is a masterclass in inclusive and prudent governance. It draws a clear line in the sand: AI hallucination itself is not a fault; failing to fulfill the duties of warning and technical mitigation is the fault.

By understanding the underlying Transformer architecture, the court crafted a ruling that tolerates the growing pains of early-stage AI while demanding responsible engineering from its creators.

If you liked this:

My newsletter has more "signal → action" content.

Leave your email, and I'll send you new signals first.