Frontis-MA1: Training an AI4AI Model towards Recursive Self-Improvement in Machine Learning Engineering
This work presents the first practical implementation of recursive self-improvement (RSI) in machine learning engineering, introducing a unified learn-and-evolve loop framework. The authors develop OpenMLE, a full-stack executable AI4AI system that integrates a verifiable task environment, operator learning, and long-horizon search modules. They apply execution-driven supervised fine-tuning and reinforcement learning to the Frontis-MA1 (35B) model, transforming it into a meta-evolutionary agent that performs closed-loop optimization through four atomic operations: Draft, Improve, Debug, and Crossover. Leveraging deduplicated training data and an asynchronous experience prior mechanism (OpenMLE-Evo-Max), the system achieves a Medal Average of 71.21% on MLE-Bench Lite—surpassing GPT-5.5+Codex—and attains a 70% Match-SOTA score on NatureBench Lite, demonstrating strong generalization and cross-domain capabilities.