Bridging Search and CRM: Productionizing AI Product Research Agents for Customer Re-Engagement
AI智能体追着离场用户发WhatsApp,把逛而不买的顾客拉回来
针对像“最好的智能手机”这类含糊搜索后就跑去外部查资料的顾客,Flipkart搭建了一套多智能体协作系统,自动做产品调研、核实信息,再通过WhatsApp发送个性化推荐,已在生产环境正式上线。为期23天、约发送1.5万条WhatsApp消息的实测显示,点击率比以往的WhatsApp营销活动高出约285%,还观察到用户自发转发消息的现象,并带动了后续实际购买和成交额(GMV)增长。
METAL MEDIA 解读图
AI智能体追着离场用户发WhatsApp,把逛而不买的顾客拉回来
- 01用大规模数据处理框架PySpark对搜索日志做筛选,锁定零点击、高消费力用户、含“最好的”“最新的”等主观词汇的查询,并聚焦手机品类
- 02查询分析智能体先理解用户意图,发现智能体通过网络搜索、评测和视频等外部信息挖掘候选产品,Flipkart搜索智能体再把候选商品对接到真实库存、配送范围和个性化价格
- 03审核智能体重新核对产品参数和上市日期是否与目录及外部信息一致,过滤掉不准确的推荐,减少AI胡编乱造(幻觉)的情况
- 04采用统一“指挥官”智能体协调各环节的分层架构,比按固定顺序依次执行的架构指令违规率低得多(基于2200条推荐样本的测试)
- 0523天实测中点击率比历史WhatsApp手机品类营销活动高约285%,多天访问量甚至超过发送消息数(说明用户自发转发),后续还带来了实际购买和成交额提升
他们做了什么
- 用大规模数据处理框架PySpark对搜索日志做筛选,锁定零点击、高消费力用户、含“最好的”“最新的”等主观词汇的查询,并聚焦手机品类
- 查询分析智能体先理解用户意图,发现智能体通过网络搜索、评测和视频等外部信息挖掘候选产品,Flipkart搜索智能体再把候选商品对接到真实库存、配送范围和个性化价格
- 审核智能体重新核对产品参数和上市日期是否与目录及外部信息一致,过滤掉不准确的推荐,减少AI胡编乱造(幻觉)的情况
- 采用统一“指挥官”智能体协调各环节的分层架构,比按固定顺序依次执行的架构指令违规率低得多(基于2200条推荐样本的测试)
- 23天实测中点击率比历史WhatsApp手机品类营销活动高约285%,多天访问量甚至超过发送消息数(说明用户自发转发),后续还带来了实际购买和成交额提升

| % WA message reads | CTR | |
|---|---|---|
| AI Agent campaign | ~+8% | ~+285% |
| No. of products | spec accuracy | launch date accuracy |
|---|---|---|
| 2218 | 99.1 % | 99.2 % |
| Architecture | Instruction Violation Rate (%) |
|---|---|
| Centralized orchestration | 8.5% |
| Sequential Agents | 35.4% |
为什么重要
这展示了一个把搜索、AI推理和CRM消息串联起来、真正上线运行的案例,能把原本要跑去外部研究再流失的用户重新拉回并促成购买,而不只是停留在实验阶段。对于想把智能体AI用在营销转化而不仅是聊天机器人的团队,这是一个附带点击率和GMV等实际业务数据的参考范例。
本文术语
- PySpark · 用于快速处理海量日志数据的分布式计算框架
- 点击率(CTR) · 收到消息的人中实际点击链接的比例
- 指挥官智能体(orchestrator) · 负责协调多个AI智能体执行顺序和信息传递的控制角色
- GMV · 一定时期内平台上商品交易的总金额
- UTM标签 · 附加在网址上用来追踪点击来源于哪条消息或活动的标记
论文原文摘要(英文)
Modern e-commerce platforms often operate search, recommendation, personalization, and CRM systems independently, limiting opportunities for proactive customer re-engagement. This is particularly challenging for exploratory intents such as best smartphones or latest 5G phones, where users may leave the platform for external research before purchasing. We present a scalable, production-deployed framework that bridges search and CRM workflows through AI-powered Product Research Agents. The system identifies users with exploratory purchase intent and low engagement, conducts grounded multi-agent product research using behavioral signals, external knowledge, and enterprise catalog data, and delivers personalized recommendations through WhatsApp. We evaluate the framework in a 23-day production deployment involving approximately 15K WhatsApp notifications for mobile product discovery. The campaign achieved substantial CTR improvements over traditional WhatsApp recommendation campaigns, with evidence of secondary engagement through message forwarding and sharing. The deployment also generated downstream purchases and GMV impact, demonstrating the practical effectiveness of AI Product Research Agents for proactive customer re-engagement and end-to-end customer journey optimization.
在 arXiv 阅读最新论文
- SWE-bench Science: Can Coding Agents Resolve Engineering Tasks in Science?让AI编程助手去修复真实科学软件,连最强的那个也有一半以上任务没做对
- FlashPrefill V2: Block-Sparse Prefill Attention for Long-Context LLM Serving把稀疏注意力从论文原型变成能真正上线服务的加速方案
- PolicyGuide: From Guarding One Action to Guiding the Whole Workflow for Policy-Compliant LLM Agents让客服AI坐席不只是拦住一个危险动作,而是把整个流程走对
- EXIMO: VLM Guided Exploration of VLA Policies不用人工遥控演示,让会说话的AI来教机械臂做新家务
- EnvHarness: Awakening Static Worlds for Agent Learning不重新搭建训练环境,而是给现有环境套一层可插拔组件,针对每个智能体的具体弱点重新塑形
- Bounded Sovereignty and the Control Tax: Pricing AI Oversight When the Deployer Does Not Own the Model租用AI而非拥有AI的机构,安全监管能力只剩一半
- Beyond Imitation: Filtering On-Policy Distillation by Reasoning ProgressAI模仿老师模型学习时,会误伤本来推理正确的步骤,新方法专门过滤掉这种误伤
- PersonalBench: Measuring the Authorship Gap in LLM Personalization让AI模仿某人的文风,结果发现它始终摆脱不了自己的腔调
METAL MEDIA 最新报道
图片来源: Mandar Kulkarni et al., arXiv:2608.18543, CC BY 4.0