Lessons From 1.9M Real Conversations Across 150 Production Sales Agents
thinkdifferent23225 · reddit · 2026-08-19
An operator running 150+ sales agents in production (WhatsApp, SMS, Instagram DMs, real customers and money) shares hard-won lessons from 1.9M conversations: every agent worked perfectly in testing — the failures only appear at real volume.
Key points:
- Build terminal state gates first: an agent without a stop condition keeps selling to someone who already bought; when a "purchased/booked/not qualified" flag flips, it stops, full stop.
- Agents can't reliably report their own state: instruction-based flag-setting fails silently; use a separate evaluator that reads transcripts afterward to set state. The conversational agent only controls what it says.
- Follow-ups are where the revenue is: most leads don't answer the first message; one client's 1k-conversation launch included 47 conversations recovering declined payments one at a time.
- Human handoff must be a designed moment, not an escape hatch: decide who gets pinged, on what channel, with what context.
- The metric is booked calls, not response quality: months were spent tuning beautiful conversations that booked nothing; once scored on sales, half of "good practice" turned out to be the agent being pleasant instead of useful.
- Silent failures beat loud ones: a channel showing "active" while disconnected cost a client four days of leads; alerting on zero-volume windows did more for retention than any feature.
Bottom line: they changed models twice and it moved almost nothing — the machinery around the model is the product.
More from coding & agent
- Superset Agents Can Now Drive In-App Browsers via /browser Skill — ycombinator · 2026-08-19
- Google launches hands-on labs to go from idea to deployed app in one afternoon — fhinkel · 2026-08-19
- SkillForge: open-source tool that proves Claude Code skills work via Red-Green testing — tom_doerr · 2026-08-19
- Idea: AI-maintained open source without human maintainers — _Dave__White_ · 2026-08-19
- ComfyUI Custom Node: MiniMax H3 FlowDirector for Better Motion Control — vorpalbladepsy · 2026-08-19
- Accidental FL2V Use Yields Better MiniMax H3 Results Than R2V — SelectCoconut5594 · 2026-08-19