← Latest papers
💻 computer science

KompeteAI: Accelerated Autonomous Multi-Agent System for End-to-End Pipeline Generation for Machine Learning Problems

KompeteAI is a novel AutoML framework that accelerates end-to-end pipeline generation by integrating RAG for diverse idea sourcing, a merging stage for recombining strong solutions, and predictive scoring to bypass costly execution cycles, thereby outperforming existing state-of-the-art methods on MLE-Bench and the proposed Kompete-bench.

Original authors: Stepan Kulibaba, Artem Dzhalilov, Roman Pakhomov, Oleg Svidchenko, Alexander Gasnikov, Aleksei Shpilman

Published 2026-04-24
📖 4 min read☕ Coffee break read

Original authors: Stepan Kulibaba, Artem Dzhalilov, Roman Pakhomov, Oleg Svidchenko, Alexander Gasnikov, Aleksei Shpilman

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). ✨ This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine you are trying to build the perfect recipe for a complex dish, but you have to do it alone, and every time you try a new ingredient, you have to cook the entire meal from scratch to see if it tastes good. This takes hours, and if you make a mistake in the first step, you have to throw away the whole pot and start over.

This is exactly the problem with current AutoML (Automatic Machine Learning) systems. They try to build AI models automatically, but they are slow, repetitive, and often get stuck because they can't easily mix and match good ideas.

Enter KompeteAI. Think of it as a super-charged, collaborative cooking team that doesn't just cook one meal at a time, but runs a massive, organized kitchen where chefs specialize, share secrets, and taste-test before cooking the full meal.

Here is how KompeteAI works, broken down into simple concepts:

1. The Problem: The "One-Shot" Trap and the "Slow Cook"

Current AI systems usually try to generate a whole solution in one go (like a chef guessing the whole recipe at once). If they get one spice wrong, the whole dish is ruined.
Other systems try to build a tree of ideas (like trying every possible combination of spices), but they are slow because they have to actually cook the full meal to test if a spice works. This creates a bottleneck: they spend 90% of their time cooking and only 10% thinking.

2. The Solution: A Team of Specialized Chefs (Multi-Agent System)

KompeteAI doesn't use one brain; it uses a team of specialized AI agents, each with a specific job:

  • The Researcher (Insighter): This agent looks at the ingredients (data) and suggests new ideas. It doesn't just guess; it has a magic library (RAG) where it can instantly pull up winning recipes from past competitions and scientific papers. It's like having a chef who can instantly read the world's best cookbooks while you are cooking.
  • The Builder (Coder): Turns the idea into actual code.
  • The Inspector (Checker): Makes sure the code makes sense and doesn't have logical holes.
  • The Fixer (Debugger): If the stove catches fire (code error), this agent fixes it quickly without burning the whole kitchen down.

3. The Secret Sauce: "Merging" and "Adding"

Instead of just trying random new recipes, KompeteAI has two superpowers:

  • Adding: It constantly brings in fresh ideas from its "magic library" (Kaggle and arXiv) to keep the menu diverse.
  • Merging: This is the game-changer. Imagine you have two great partial dishes: one has the perfect sauce, and the other has the perfect seasoning. Instead of picking one, KompeteAI merges them into a new, super-dish. It takes the best parts of different solutions and combines them to create something better than either could be alone.

4. The Speed Hack: The "Taste-Test" Model

The biggest problem in cooking is that you have to wait hours for the food to cook to know if it's good. KompeteAI solves this with a Predictive Scoring Model.

  • The Analogy: Imagine a "taste-tester" who can look at the raw ingredients and the chef's notes and say, "I'm 90% sure this will be a 5-star dish," without you actually having to cook it.
  • This allows the system to discard bad ideas instantly and focus only on the promising ones. This speeds up the process by 6.9 times, meaning they can try way more recipes in the same amount of time.

5. The New Arena: Kompete-bench

The paper also points out that the current "sports league" for these AI systems (called MLE-Bench) is flawed. It's like judging a race by looking at a map of the track rather than the actual finish line, or using a track that is too big to run on.
The authors created Kompete-bench, a new, fairer arena. It uses real, recent competitions where the AI has to compete against actual humans, ensuring the test is about genuine problem-solving, not just memorizing old answers.

The Result

In this new arena, KompeteAI didn't just participate; it won. It beat the previous best AI systems by a significant margin (about 3% better on average) and managed to outperform human participants in 14% of the cases.

In summary: KompeteAI is a smart, fast, collaborative team of AI agents that reads the best books, mixes the best ideas together, and uses a "crystal ball" to predict which ideas will work before wasting time cooking them. It turns the slow, lonely process of building AI into a fast, collaborative, and highly successful team sport.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →