To view this video please enable JavaScript, and consider upgrading to a web browser that supports HTML5 video.

Insight Agents: Multi-Agent Data Intelligence

This presentation explores Insight Agents, a hierarchical multi-agent system that enables e-commerce sellers to conversationally interact with their business data. The system uses a manager agent for query routing and specialized worker agents for data presentation and insight generation, achieving 89.5% accuracy with sub-15 second response times in production deployment.
Script
Picture an e-commerce seller drowning in spreadsheets, struggling to find the right tools, and spending hours digging through data just to answer simple questions about their business performance. The researchers tackle this challenge head-on with Insight Agents, a conversational system that lets sellers simply talk to their data and get intelligent, personalized insights in return.
Building on this challenge, the authors identify two core pain points that plague e-commerce sellers daily. First, there's the overwhelming choice paralysis when trying to navigate internal business tools and programs. Second, even when sellers find their data, it's often fragmented across systems and requires significant effort to interpret and act upon.
The researchers propose a hierarchical multi-agent approach to solve this conversational data access challenge.
This architecture beautifully demonstrates the divide-and-conquer strategy at the heart of Insight Agents. The manager agent acts as an intelligent front controller, making critical decisions about whether queries are in scope and routing them to the appropriate specialist. The two worker agents each have distinct roles: the data presenter focuses on retrieving and formatting specific metrics, while the insight generator provides deeper diagnostic analysis with domain-aware recommendations.
The manager agent serves as the system's gatekeeper and traffic director, making three crucial decisions for every incoming query. What's particularly clever here is the use of lightweight machine learning models instead of large language models for these initial decisions, dramatically reducing both response time and computational costs while maintaining high accuracy.
This division of labor between the two worker agents reflects different types of business intelligence needs that sellers have. The data presenter handles straightforward questions like top product sales last month, while the insight generator tackles more complex diagnostic queries that require contextual understanding and business intelligence.
The system builds on established techniques but combines them in a novel way for tabular data retrieval. Rather than using text-to-SQL approaches, the authors chose API-based data access for better robustness and flexibility, while the plan-and-execute framework allows the system to break down complex queries into manageable steps.
This workflow diagram reveals the sophisticated planning process that both worker agents share as their foundation. The planner uses large language models to decompose queries into solvable steps, select appropriate APIs from available internal tools, and generate the necessary parameters, while the executor handles the actual data retrieval and aggregation before final response generation.
Now let's examine how the researchers achieved production-ready performance through clever model choices.
The choice of lightweight models for the manager agent represents a key insight about production systems. The auto-encoder approach for out-of-domain detection is particularly elegant, learning to identify in-scope questions by their reconstruction patterns rather than trying to explicitly model all possible out-of-scope variations.
These results showcase a compelling case for hybrid architectures that strategically combine lightweight and heavyweight models. The lightweight models achieve dramatically better precision and speed for the routing decisions, while reserving the computational power of large language models for the actual data analysis and insight generation where their capabilities are most needed.
Let's examine how this system performs in real-world evaluation with human assessors.
The evaluation approach reflects real production constraints, using actual seller questions and human assessors to judge system performance. The researchers focused on three key dimensions that matter most for business users: whether the system addresses their question, provides correct information, and covers all the insights they need.
These results demonstrate production-quality performance across all three critical dimensions. Achieving over 95% on correctness and completeness while maintaining nearly 90% question-level accuracy suggests the system is ready for real-world deployment where business decisions depend on data accuracy.
The sub-15 second response time represents a sweet spot for conversational business intelligence, fast enough to maintain dialogue flow while allowing time for complex data processing. The fact that this system is deployed and serving real Amazon sellers validates both its technical robustness and business value proposition.
The authors acknowledge several areas where the system could be enhanced and expanded.
These limitations reveal thoughtful engineering choices rather than fundamental flaws. The focus on high precision over recall for out-of-domain detection, for instance, reflects a production system priority where false positives are more costly than false negatives that can be caught downstream.
This work demonstrates several important principles for building production-ready conversational AI systems. The strategic use of lightweight models for fast routing decisions, combined with powerful language models for complex reasoning, creates a template that could be applied across many domains beyond e-commerce analytics.
Each of these contributions addresses a specific challenge in building conversational data systems at scale. The auto-encoder approach for out-of-domain detection is particularly novel, offering a principled way to learn the boundaries of system capabilities without explicitly modeling all possible failure cases.
Insight Agents represents a significant step forward in making business data truly conversational and accessible. By combining intelligent routing with specialized agents and strategic performance optimizations, the researchers have created a system that transforms how sellers interact with their data. The proven production deployment with Amazon sellers validates that conversational business intelligence is not just a research concept, but a practical reality that can deliver real business value. To dive deeper into this fascinating intersection of multi-agent systems and business intelligence, visit EmergentMind.com to explore more cutting-edge research. Insight Agents proves that the future of data interaction is conversational, intelligent, and surprisingly fast.