Search papers, labs, and topics across Lattice.
DA-Studio is an interactive web-based system designed for end-to-end data analysis, addressing the limitations of existing LLM-based tools that focus on isolated subtasks. It autonomously organizes multi-step workflows, executes code in a controlled environment, and allows users to inspect action traces and intermediate results. The key finding is that DA-Studio effectively integrates action-structured analysis with a sandboxed execution workspace, enabling a more comprehensive and transparent data analysis process.
DA-Studio transforms data analysis by enabling autonomous, multi-step workflows that are fully inspectable and interactive, bridging the gap between raw data and actionable insights.
Real-world data analysis is a multi-step process over heterogeneous inputs rather than merely producing a final answer. A practical system should autonomously organize multi-step workflows, execute generated code in a sandboxed and controllable environment, and remain inspectable through visible action traces and intermediate artifacts. Existing LLM-based analysis tools, however, often emphasize isolated subtasks, leaving limited support for complete execution-grounded workflows. We present DA-Studio (Data Analysis Studio), an interactive web-based demo system for end-to-end data analysis that is autonomous, sandboxed, and inspectable. DA-Studio integrates an action-structured analysis backend, a sandboxed execution workspace, and a browser interface for task setup, streamed action traces, artifact preview, code editing and rerunning, and report export. Through iterative action generation, code execution, and feedback incorporation, it incrementally constructs executable analysis steps from raw files and natural-language requests while exposing intermediate results and artifacts throughout the process.