Autonomous outbound engine with code-enforced guardrails
Zero bounces, zero unsubscribes across full 4-touch sequences. A rogue send path caught within a day.
Problem
Cold outreach for a freight operation cannot be "an AI that writes emails." It needs research that is actually true, copy that does not read like AI, and hard limits so an autonomous system never damages the sender's domain or reputation.
What I built
A multi-agent pipeline that runs the entire outbound motion. A researcher agent enriches prospects and verifies a concrete, sourced hook for each one. A writer agent drafts a 4-touch sequence in the sender's voice. Two adversarial gates review every batch: a technical reviewer hunting fabricated claims, cloned paragraphs and sequence violations, and a "customer" agent that role-plays the actual recipient (a supply chain director who already has forwarders) and votes REPLY or DELETE. An operator agent sends.
The part that matters: limits live in code, not in prompts. The send script mechanically enforces timezone-anchored sending windows, daily ramp caps, a global suppression list and hard-blocked domains. State is a JSON ledger that only trusts the mailbox as ground truth. Anti-clone checks are scripted: no long phrase may repeat across a batch, and every relative time marker ("last year") is validated against the source's date.
Results
Full 4-touch sequences delivered with zero bounces and zero unsubscribes. When a bounce appeared that no agent had logged, the attribution check surfaced the unregistered send path within a day. An earlier incident on a shared mailbox became a coordination layer of its own (case study 04).
Why it matters for FDE work
This is deployment engineering: an autonomous system operating a real business channel, with calibrated trust, mechanical guardrails, adversarial QA and observable state.