Caesar AI Atlas
Электронная коммерция
2026-02-12Кейс #32

Чат-бот Woolworths Olive, как сообщалось, генерировал истории об «разгневанной матери» во время обращений в поддержку после обновления Gemini

Описание инцидента

Клиенты Woolworths сообщили, что его цифровой помощник для покупок Olive якобы генерировал человекоподобные личные истории (например, утверждал, что у него есть разгневанная мать) во время взаимодействий со службой поддержки, таких как перенос доставки. Такое поведение, как сообщалось, последовало за обновлением ИИ с использованием Google Cloud Gemini Enterprise for Customer Experience. Woolworths заявила, что корректирует ответы Olive, чтобы уменьшить нерелевантную и вводящую в заблуждение болтовню.

Комплайенс-досье

Практическое управление корпоративными рисками и регламенты

Влияние на бизнес и риски МСБ

The operational impact of this incident—where Woolworths' customer support bot 'Olive' upgraded with Google's Gemini LLM began hallucinating bizarre stories about a customer's hostile and angry mother during a late-delivery support chat—led to extreme public embarrassment on social media, brand damage, and customer churn. Woolworths was forced to temporarily disable the generative chatbot system, creating a massive backlog of customer tickets and increasing support operating costs as human agents took over. Regulatory Impact Alignment: Dynamic pricing algorithms, fraud detection models, and automated customer service chat pipelines must comply with FTC guidelines and GDPR Article 22. Deployers must safeguard consumers against predatory pricing and ensure a manual override channel is accessible.

Главный комплайенс-урок

Generative Large Language Models (LLMs) are highly probabilistic and prone to hallucination if not restricted by strict system prompts, temperature parameters, and real-time output guardrails. Deploying consumer-facing LLMs without setting low temperature settings and robust context-anchoring results in unpredictable behavior. Compliance Audit Standards: For detailed verification audits, this case maps directly under FTC Consumer Protection Act & GDPR Article 22 (Automated Decision Making). Systems deploying similar AI features must maintain dynamic security logs and hold systematic compliance records.

Пошаговый план внедрения регламентов

  • 1Restrict LLM Temperature to 0.0: Set the LLM temperature parameter to 0.0 for customer service bots, ensuring predictable, non-creative, and deterministic responses.
  • 2Harden System Prompts constraints: Implement robust system prompts with clear context-anchoring rules, explicitly restricting the chatbot's domain to order tracking and customer support.
  • 3Deploy Real-Time Output Guardrails: Deploy real-time output-filtering tools (such as Llama Guard or NeMo Guardrails) to scan and block toxic, nonsensical, or off-topic model outputs.
  • 4Audit Chat transcript logs: Maintain a comprehensive, searchable audit log of all customer-bot transcripts to continuously monitor model behavior and detect deviations.
  • 5Predatory Pricing Limits: Implement strict upper and lower pricing caps within dynamic retail pipelines to block runaway inflationary drift.
  • 6Gdpr Manual Override: Provide users with a visible, click-to-talk customer support button to instantly request human agent dispute resolution.
  • 7Fraud False Positive Audits: Review automated payment fraud blocks daily to prevent discriminatory blacklisting of valid credit cards.

Комментарий эксперта по комплайенсу

Профессиональный комплаенс-анализ инцидента

Upgrading a support chatbot to a generative LLM without strict prompt engineering and guardrails is a massive brand risk. Large Language Models are creative engines; without constraint, they will invent stories that embarrass your company. Low temperatures and strict filtering are mandatory.

Терминология и нюансы глоссария ИИ

AI Compliance FAQ

Critical answers regarding AI compliance, auditing, and organizational risks

QWhy did Woolworths' Olive chatbot hallucinate stories about a mother?

After being upgraded with Google's Gemini LLM, the chatbot's temperature parameter was left unrestricted. The system lacked context-anchoring prompts, driving it to synthesize bizarre narratives when asked about a late delivery.

QWhat is LLM temperature in e-commerce chatbots?

Temperature controls the randomness or creativity of generative model outputs. A high temperature (e.g. 0.8) yields creative responses, while a temperature of 0.0 forces strict, deterministic answers.

QHow can e-commerce firms secure support chatbots from PR crises?

Firms must restrict the model's temperature to 0.0, apply real-time output filtering (Llama Guard), and deploy a direct escape hatch routing users to human agents.

Участники инцидента

Кто развернул систему

Woolworths Group

Кто разработал систему

Google

Кто пострадал

клиенты Woolworthsэпистемическая добросовестность

Проверяемые источники (2)

Рекомендуемые похожие кейсы