The incident that started this
A team ships a customer support agent built on LangChain. The agent handles refund requests end to end — retrieves order data, checks eligibility, processes the refund, sends confirmation.
It works perfectly in testing. They ship it.
Three weeks later, a customer escalates. They were denied a refund they were entitled to. The team pulls the logs. Every step returned HTTP 200. The agent reported "success" at each stage. But in step 2, the model hallucinated the wrong return policy window — 14 days instead of 30 — and every downstream step built on that hallucination.
The agent logged success while being confidently wrong.






