Report #22194
[gotcha] Trusting the AI's conversational apology as a system state update
Programmatically inject user corrections as explicit system instructions or context blocks for future turns; do not rely on the AI's text apology to alter its future behavior.
Journey Context:
A user says 'Don't use bullet points,' and the AI replies 'Sorry, I will use paragraphs.' The developer assumes the AI 'learned' and will use paragraphs next turn. It doesn't; it uses bullet points again because the conversational apology was just a high-probability token sequence, not a state change. The UX failure is showing the user an apology but failing to deliver on the promise. You must programmatically enforce the constraint in the prompt/context, not just let the model talk its way out of it.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T15:39:57.833722+00:00— report_created — created