TLDR: Google Research has introduced MLE-STAR, a novel machine learning engineering agent designed to automate complex ML tasks. It leverages web search for initial model selection and refines solutions through targeted code block exploration and a new ensembling method. MLE-STAR has demonstrated significant success in Kaggle competitions, outperforming existing methods.
Google Research announced on August 1, 2025, the development of MLE-STAR, a cutting-edge machine learning engineering (MLE) agent. This innovative system aims to streamline the arduous process of crafting machine learning models, a task that traditionally demands extensive iterative experimentation and data engineering from human experts.
MLE-STAR distinguishes itself from previous MLE agents by integrating web search capabilities and a sophisticated approach to code refinement.
Unlike existing agents that often rely heavily on pre-existing knowledge within large language models (LLMs) and employ broad exploration strategies, MLE-STAR first utilizes web search to identify and retrieve effective models, establishing a robust foundational solution. Following this initial step, it iteratively refines the solution by exploring various strategies that target specific components of the machine learning pipeline. This refinement process is guided by ablation studies, which analyze the impact of individual code blocks, allowing for deep, iterative exploration within specific areas like feature engineering.
Furthermore, MLE-STAR introduces a novel ensembling method that leverages effective strategies suggested by the agent itself to combine multiple models for enhanced results. This comprehensive approach has yielded impressive outcomes in competitive environments.
In evaluations conducted using 22 Kaggle competitions from MLE-Bench-Lite, MLE-STAR achieved medals in 63% of the competitions, with 36% of these being gold medals. This performance significantly surpasses that of alternative methods, including those requiring manual collection of strategies from Kaggle, improving medal achievement from 25.8% to 43.9% compared to the top-performing baseline.
Also Read:
- Google AI Unveils Test-Time Diffusion Deep Researcher (TTD-DR) for Advanced AI-Powered Research
- Google Enhances NotebookLM with Advanced Generative AI Features, Including Video Overviews
The development of MLE-STAR represents a significant step towards automating complex ML tasks, potentially lowering the barrier to entry for individuals and organizations seeking to leverage machine learning. By automating these demanding workflows, Google Research anticipates fostering innovation across various sectors.


