AI Agent Sales Pipeline Workflow: Cited Swimlane (2026)
Sales pipelines split cleanly into agent-suited steps (data lookup, enrichment, scoring, drafting) and human-suited steps (judgement on fit, relationship management, the actual conversation). The canonical swimlane keeps every step before the send in the agent lane, places the send-decision in the human lane, and lets a low-score path divert into a nurture sequence with no human touch.
One named case study
Clay (clay.com) and 11x (11x.ai) are publicly documented examples of agent-augmented sales workflows. Clay's product blends data enrichment from public and licensed sources with LLM drafting; the process diagram on its product pages shows the same agent lane and human review gate as the swimlane above. 11x's “Alice” named SDR agent is a more aggressive variant in which the agent sends autonomously after a configurable confidence threshold. Both companies' documentation shows the agent steps as autonomous and the send decision as a configurable gate.
Anthropic's customer stories page lists multiple sales-related deployments by name (e.g. agent-driven research at Decagon and Replicate's sales operations) with consistent pattern shape.
Where the human gates sit
One soft gate (review and approve before send) on the high-confidence path. The low-confidence path bypasses the human gate by routing into a nurture sequence (no immediate outreach). The gate is reversible (an unsent draft can be edited or discarded), so a soft gate is appropriate; irreversibility appears only on send.
Where the handoffs sit
Three handoffs: agent enrichment to agent scorer (sequence flow within agent lane), agent draft to sales rep (sequence flow into human lane), and approved draft to email system (sequence flow into the system lane). All within a single pool. There is no cross-pool message flow in the simplified diagram; in production, handoffs to external enrichment-data providers are message flows out of pool boundary.
Workforce-impact note
The defensible measure is hours-per-rep saved on outbound preparation rather than rep-replacement. Published case studies report drafting and enrichment time falling by an order of magnitude; the rep-as-relationship role remains. For the methodology, see aijobimpactcalculator.com.