Mistake 1 — shipping without a PII check

A customer pastes an order ID or a snippet of personal data into a ticket; the draft echoes it back. PII in a customer-facing reply is an easy, embarrassing leak. A PII leak check should run on every draft, not just the "sensitive" ones.

Mistake 2 — trusting invented numbers

AI replies invent with confidence: an order number that does not exist, a tracking code no carrier issued, a refund amount pulled from nowhere. These read as normal in a quick skim. The fix is to treat every figure as unverified until confirmed against the source of truth — a hallucination check flags the ones the system cannot confirm.

Mistake 3 — ignoring tone rules

A reply can be factually fine and still read as cold, blunt, or off-brand — or promise something the brand does not allow ("your refund is definitely approved"). Without a written tone/policy rule list, tone review becomes mood-dependent and inconsistent across agents.

Mistake 4 — no policy check

The draft offers a refund above the approval threshold, or commits to a delivery date the policy forbids. A policy check against your own rules catches the breach before the customer relies on it. This is the failure mode a quality gate is best at and a human skim is worst at.

Mistake 5 — skipping the ship/hold verdict

Even teams that screen sometimes skip the final decision step — "it passed the tool, so send." A verdict of "ship" means the gate's checks passed, not that the reply is guaranteed flawless. The human still owns the call; the verdict is a prompt, not a signature.

Mistake 6 — not logging what was checked

Without a log of what was checked and the outcome, you cannot sample reviews, train the drafter, or show you had a control. A QA dashboard that surfaces the failing check turns the audit into a tuning signal.

How a reply gate helps

ReplyAuditor runs the hallucination, PII, tone, and policy checks and returns a ship/hold verdict per reply, then — on the team tier — aggregates failures in a dashboard. It catches the mechanical mistakes above; the human handles nuance.

An honest limit

A reply gate reduces obvious failure modes and makes them visible. It does not guarantee replies are accurate or compliant, and it is not a replacement for human review or a legal sign-off. The team stays responsible for what goes out.

References

  • GDPR — personal data in customer communications: https://gdpr.eu/