MOSAIC: Modular Orchestration for Structured Agentic Intelligence and Composition
Summary
MOSAIC introduces a structured agentic framework for automated data science that uses memory-grounded model selection and workflow construction, validated on financial time-series tasks. It outperforms AutoML and agentic baselines.
View Cached Full Text
Cached at: 06/02/26, 03:48 PM
# MOSAIC: Modular Orchestration for Structured Agentic Intelligence and Composition
Source: [https://arxiv.org/abs/2606.00708](https://arxiv.org/abs/2606.00708)
Authors:[Yifan Bao](https://arxiv.org/search/cs?searchtype=author&query=Bao,+Y),[Xinyu Xi](https://arxiv.org/search/cs?searchtype=author&query=Xi,+X),[Xinyu Liu](https://arxiv.org/search/cs?searchtype=author&query=Liu,+X),[Wen Ge](https://arxiv.org/search/cs?searchtype=author&query=Ge,+W),[Lei Jiang](https://arxiv.org/search/cs?searchtype=author&query=Jiang,+L),[Kevin Zhang](https://arxiv.org/search/cs?searchtype=author&query=Zhang,+K),[Raad Khraishi](https://arxiv.org/search/cs?searchtype=author&query=Khraishi,+R),[Yihao Ang](https://arxiv.org/search/cs?searchtype=author&query=Ang,+Y),[Anthony K\.H\. Tung](https://arxiv.org/search/cs?searchtype=author&query=Tung,+A+K),[Lukasz Szpruch](https://arxiv.org/search/cs?searchtype=author&query=Szpruch,+L),[Hao Ni](https://arxiv.org/search/cs?searchtype=author&query=Ni,+H)
[View PDF](https://arxiv.org/pdf/2606.00708)
> Abstract:Automated data science is a structured model\-selection problem\. A solution must choose data transformations, feature representations, architecture, training procedure, evaluation protocol, and refinement strategy for a task\. AutoML systems automate parts of this process, but typically search within predefined pipeline, model, and hyperparameter spaces\. LLM\-based agents offer greater flexibility through retrieval, code generation, and execution feedback, yet their modelling decisions are often unstructured, difficult to verify, and hard to reuse\. We introduce \\textsc\{MOSAIC\} \(Modular Orchestration for Structured Agentic Intelligence and Composition\), a structured agentic framework for memory\-grounded model selection and workflow construction\. Given a task and dataset, \\textsc\{MOSAIC\} builds a semantic task profile, retrieves prior cases and source\-code modules, and constructs a blueprint: an intermediate representation specifying selected modelling components, composition, interface constraints, and execution requirements\. This blueprint turns model selection into a staged, context\-grounded search and grounds LLM\-based code generation in retrieved evidence rather than unconstrained synthesis\. Candidate models are validated by execution and refined using diagnostic feedback, training traces, task metrics, and a failure\-aware reinforcement learning policy\. We instantiate \\textsc\{MOSAIC\} on financial time\-series forecasting and generation, where models must satisfy predictive accuracy, distributional fidelity, execution reliability, and downstream financial criteria such as risk and tail behaviour\. Experiments against AutoML and agentic baselines show that \\textsc\{MOSAIC\} improves task performance, execution success, and decision traceability, demonstrating the value of treating automated data science as structured, reusable, and execution\-grounded model selection\.
## Submission history
From: Yifan Bao \[[view email](https://arxiv.org/show-email/90fb6e46/2606.00708)\] **\[v1\]**Sat, 30 May 2026 12:31:13 UTC \(1,049 KB\)Similar Articles
MOSAIC: Orchestrating Collaborative Knowledge Tracing with Hierarchical Semantic Alignment
MOSAIC is a novel framework that uses a frozen LLM to generate semantic embeddings and hierarchical prediction prompts for knowledge tracing, achieving state-of-the-art results on multiple benchmarks.
Accurate and Efficient Long-Term Memory for LLM Agents
MOSAIC is a structured, conflict-aware long-term memory framework for LLM agents that uses entity-typed graph storage, hash-accelerated retrieval, and active conflict detection to achieve high accuracy and efficiency on long-conversation QA and factual conflict detection tasks.
MOSAIC: Module Discovery via Sparse Additive Identifiable Causal Learning for Scientific Time Series
This paper introduces MOSAIC, a method for module discovery in scientific time series that combines causal representation learning with sparse additive identifiable causal learning. It aims to recover interpretable latent variables and their associated observations without post-hoc alignment, validated on domains like molecular dynamics and climate data.
Mozaik
Mozaik is a TypeScript runtime for building self-organizing AI agents.
I Built MagesticAI. A Cloud Web-Based Agentic DevOps Orchestrator that actually helped me develop Itself.
MagesticAI is an open-source, browser-based multi-agent AI coding platform that uses Planner, Coder, and QA Reviewer agents in coordinated sessions with isolated git worktrees and supports multiple LLMs including OpenAI-compatible endpoints.