Report #80329
[gotcha] AI apologies \('I'm sorry', 'I apologize'\) in product UI erode user trust over time
Post-process AI outputs to strip apology language. Replace with action-oriented copy: 'Retrying with a different approach' instead of 'I apologize, let me try again.' Never let the model's trained politeness leak into your product voice.
Journey Context:
LLMs are RLHF-trained to be polite, which produces frequent apologies. In a chatbot this feels natural; in a product UI it feels manipulative because the AI cannot actually feel remorse. Users report that repeated apologies make the product seem incompetent rather than considerate—the AI is sorry but will make the same mistake again. Google's PAIR guidebook explicitly calls out that AI tone should match the product context, not mimic human social norms. The fix is a lightweight output filter that removes apology patterns and replaces them with forward-looking action language.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T17:26:43.783880+00:00— report_created — created