stratum: A System Infrastructure for Massive Agent-Centric ML Workloads
Arnab Phani, Elias Strauss, Sebastian Schelter

TL;DR
Stratum is a system infrastructure that accelerates large-scale agentic ML pipeline search by efficiently executing batches of pipelines across heterogeneous backends, integrating with existing Python libraries.
Contribution
It introduces a unified system that decouples pipeline execution from planning, enabling scalable, high-performance agentic ML workloads within the Python ecosystem.
Findings
Stratum speeds up agentic pipeline search by up to 16.6x.
It supports seamless integration with existing Python ML libraries.
Preliminary results demonstrate significant performance improvements.
Abstract
Recent advances in large language models (LLMs) transform how machine learning (ML) pipelines are developed and evaluated. LLMs enable a new type of workload, agentic pipeline search, in which autonomous or semi-autonomous agents generate, validate, and optimize complete ML pipelines. These agents predominantly operate over popular Python ML libraries and exhibit highly exploratory behavior. This results in thousands of executions for data profiling, pipeline generation, and iterative refinement of pipeline stages. However, the existing Python-based ML ecosystem is built around libraries such as Pandas and scikit-learn, which are designed for human-centric, interactive, sequential workflows and remain constrained by Python's interpretive execution model, library-level isolation, and limited runtime support for executing large numbers of pipelines. Meanwhile, many high-performance ML…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMachine Learning and Data Classification · Multi-Agent Systems and Negotiation · Multimodal Machine Learning Applications
