Paper Overview
- Field: AI
- Authors: Gaetano Rossiello, Dharmashankar Subramanian
- Published: 2026-05-28
- arXiv: 2605.27571
- Apache Kafka — event-driven coordination between agents
- Apache Flink — real-time stream processing
- LLMs — power specialized agents in the discovery loop
- Modularity
- Observability
- Data lineage tracking
- Safe execution of dynamically generated analytics
Abstract
Modern analytics systems are fundamentally reactive, requiring users to define queries over increasingly complex and continuously evolving data. In real-time streaming environments, this paradigm breaks down, as the space of potential insights becomes too large to enumerate manually.
The paper presents a multi-agent architecture for autonomous insight discovery over real-time data streams. The system implements a continuous discovery loop in which agents:
1. Generate hypotheses about the data 2. Compile them into executable analytics 3. Validate the generated artifacts 4. Produce visualizations and deployable applications
Architecture
A key contribution is a contract-driven design based on typed intermediate artifacts, which enables:
Demonstrated Use Cases
The authors demonstrate the approach with retail, financial, and public data use cases, illustrating a paradigm shift from query-driven analytics to proactive, discovery-driven systems.
---
*Auto-collected on 2026-05-29*