跳至主要内容

快速回答

A tribunal ruled Air Canada liable for damages after its customer service AI chatbot hallucinated a fake refund policy, establishing that companies are legally responsible for their chatbots. Businesses must implement retrieval grounding and human-in-the-loop guardrails to avoid similar legal exposure.

返回博客
|7 May 2026

Air Canada Lost in Court to Its Own AI — What Custom Guardrails Will Save You

Air Canada was forced to pay damages after its customer service chatbot invented a fake refund policy. Here is how to build the custom AI guardrails that prevent your business from facing the same legal disaster.

i

iReadCustomer Team

作者

Air Canada Lost in Court to Its Own AI — What Custom Guardrails Will Save You
暂无内容
常见问题

常见问题

What happened in the Moffatt v. Air Canada chatbot lawsuit?

A customer sued Air Canada after its website chatbot invented a fake bereavement refund policy. The tribunal ruled against the airline, stating that a company is completely legally liable for the information provided by the AI tools hosted on its website.

Why do customer service chatbots hallucinate fake policies?

Standard off-the-shelf AI models are designed to be conversational and helpful, not purely factual. They predict the most logical next word based on broad training data. If they don't know your specific internal policy, they will confidently guess or invent one to satisfy the user's question.

What is retrieval grounding in AI chatbots?

Retrieval grounding is a technical guardrail where the AI is disconnected from its general internet knowledge and restricted to only reading and answering from a specific set of verified corporate documents, like official PDF return policies or pricing sheets.

How can businesses legally protect themselves when using AI for customer support?

Businesses must implement strict guardrails: use retrieval grounding to force citations from official policies, program verifiable refusals so the bot knows when to say no, and require a human-in-the-loop to approve any actions involving money, contracts, or refunds.