🤖 AI Summary
This work addresses the challenge of autonomous problem-solving for complex real-world scientific and engineering tasks. We propose a general-purpose multi-agent AI research agent framework that integrates large language model (LLM)-driven reasoning, large-scale distributed evolutionary search, and multi-agent coordination. Key methodological innovations include: (i) cold-start initialization; (ii) domain-adaptive evolutionary sampling; (iii) a differentiable domain-specific evaluator; (iv) a Ray-based asynchronous distributed architecture; and (v) LLM-supervised feedback for end-to-end autonomous optimization. Evaluated on ALE-Bench and MLE-Bench, our framework achieves state-of-the-art performance, improving accuracy by 5.2 and 4.0 percentage points, respectively. It accelerates GPU kernel optimization by 20× and successfully solves multiple classical mathematical problems. These results significantly advance the practicality and scalability of AI-driven scientific automation.
📝 Abstract
Large language models (LLMs) are catalyzing the development of autonomous AI research agents for scientific and engineering discovery. We present FM Agent, a novel and general-purpose multi-agent framework that leverages a synergistic combination of LLM-based reasoning and large-scale evolutionary search to address complex real-world challenges. The core of FM Agent integrates several key innovations: 1) a cold-start initialization phase incorporating expert guidance, 2) a novel evolutionary sampling strategy for iterative optimization, 3) domain-specific evaluators that combine correctness, effectiveness, and LLM-supervised feedback, and 4) a distributed, asynchronous execution infrastructure built on Ray. Demonstrating broad applicability, our system has been evaluated across diverse domains, including operations research, machine learning, GPU kernel optimization, and classical mathematical problems. FM Agent reaches state-of-the-art results autonomously, without human interpretation or tuning -- 1976.3 on ALE-Bench (+5.2%), 43.56% on MLE-Bench (+4.0pp), up to 20x speedups on KernelBench, and establishes new state-of-the-art(SOTA) results on several classical mathematical problems. Beyond academic benchmarks, FM Agent shows considerable promise for both large-scale enterprise R&D workflows and fundamental scientific research, where it can accelerate innovation, automate complex discovery processes, and deliver substantial engineering and scientific advances with broader societal impact.