Case studyMajor US airline

Multi-agent customer operations platform

A production customer service agent was a day from being shut down. I found the failure, closed the path that produced it, and designed the delegate-agent architecture the platform runs on now.

Lead forward deployed engineerMulti-agent platformIn production

Overview

A major US airline launched a production customer service agent to deflect call-center volume across loyalty, baggage, and back-office requests. I led the engagement as the forward deployed engineer: finding the failure that nearly ended the launch, then designing the delegate-agent architecture it now runs on.

The turning point

Within a day of launch, the agent gave customers guidance that no longer matched a policy the airline had recently changed. The error reached real customers, and the executive team moved to pull the platform out of production. I stepped in over a Friday night and Saturday to find the failure and fix it before the decision became permanent.

The cause was not a weak model. The agent was answering from what the model already held rather than from the airline's current, approved knowledge. The fix was to force every answer through retrieval, so the agent could only respond from sources the airline controlled and kept current.

Decisions

Outcomes

What carried forward

The incident is a compact version of why enterprise agents fail in production. Not because the model is weak, but because it is allowed to answer from the wrong source. Reliability comes from grounding answers in current, approved knowledge and enforcing trust boundaries deterministically in the request path, not from trusting the model to police itself.

The approach it taught me is in the two gates.