SevenTnewS

Frontis-MA1 / OpenMLE

The AI that improves AI now runs on one RTX 4090

FrontisAI's OpenMLE stack and 35B Frontis-MA1 agent turn recursive self-improvement into a reproducible experiment. On a single RTX 4090, the model scores 71.21% on MLE-Bench Lite, ahead of GPT-5.5 + Codex and close to much larger frontier models.

Emmanuel Fabrice Omgbwa Yasse AI-assisted

2026-07-31 · Last updated: 2026-08-02 · 4 min read

The AI that improves AI now runs on one RTX 4090

Recursive self-improvement has spent decades as the most speculative idea in AI, the one that shows up in doomsday essays and science fiction. FrontisAI just turned it into a GitHub repository. The lab's paper, submitted July 30, describes OpenMLE, an open stack for systems that improve how AI itself is built, and Frontis-MA1, a 35-billion-parameter model trained to run it. The project's page had logged 161 upvotes on Hugging Face. The idea already has working code elsewhere: BAAI's AREX research agents run a recursive self-improvement loop of their own, per this analysis of how AREX checks its own homework.

What makes the announcement worth more than a glance is the hardware. Frontis-MA1's evaluation ran on a single RTX 4090 capped at 12 GB of VRAM, with a 12-hour budget per task. On MLE-Bench Lite, the machine learning engineering benchmark, the base model sits at 39.39% Medal Average. Paired with OpenMLE-Evo, the search component, it jumps to 60.61%. With OpenMLE-Evo-Max, which adds benchmark-independent experience priors and asynchronous search, it reaches 71.21%.

Those numbers beat the GPT-5.5 + Codex combination and land close to GPT-5.6 Sol and Kimi K3, the 2.8-trillion-parameter model that dwarfs Frontis-MA1 by a factor of 80. Kimi's place at that tier is recent: China's top labs matched or beat US frontier models on reasoning and coding benchmarks, per this account of how four labs rewrote the competitive landscape. The compute gap between those setups is the actual story.

Setup on MLE-Bench LiteMedal Average
Base model39.39%
+ OpenMLE-Evo60.61%
+ OpenMLE-Evo-Max71.21%

All runs used a 12-hour budget per task on a single RTX 4090 capped at 12 GB of VRAM.

Four operators, one loop

The design treats building a model as an evolutionary process rather than a single forward pass. FrontisAI defines four atomic operations: Draft, Improve, Debug, and Crossover. Frontis-MA1 is post-trained to perform these operations from execution feedback, using supervised fine-tuning and reinforcement learning on data deduplicated against the evaluation benchmarks. Reinforcement learning has a documented failure mode of its own: reward signals can work against each other, examined in this breakdown of RL's self-sabotage problem. At inference, the same operators compose into long-horizon search: the system proposes candidates, mutates them, repairs failures, and recombines what works. The paper calls the result "coupling learning and evolution in a single loop."

The architecture stays legible, which matters. "AI4AI," systems that improve the process of building AI, can be vague to the point of uselessness. Here it resolves into four named operations and a search loop that anyone can inspect and reproduce. That is the real contribution, independent of any single score.

Transfer results and the fine print

Two details keep the result from resembling benchmark luck. On held-out NatureBench Lite, both components generalize on their own. With the framework fixed, swapping in the trained model raises Match-SOTA from 50% to 70%. With the model fixed, swapping in OpenMLE-Evo raises it from 20% to 50%. Held-out data means none of this was part of training, the minimal condition for believing any of it.

The caveats are just as concrete. Both benchmarks are the Lite variants, trimmed versions of larger suites, and benchmark scores have a documented habit of flattering models. On SWE-bench Verified, frontier coding agents clear 96%, yet on private enterprise code they barely reach 23%, per the SWE-bench verification gap. Every number describes one constrained setup: a single GPU, a 12-hour ceiling per task. The comparisons against GPT-5.5 + Codex, GPT-5.6 Sol, and Kimi K3 are the paper's own claims, and the abstract does not say how those systems were configured or run. Independent verification has not happened yet. Treat the percentages as a lab's report, not an independent verdict.

The open question

For a system aimed at recursive self-improvement, the question is whether the loop compounds. These results show a trained model using evolution to solve machine learning engineering tasks better than its base. They do not show Frontis-MA1 producing a successor that surpasses it, which is what recursive self-improvement ultimately requires. The paper's title says "towards," and that word carries the weight.

What the release changes is who gets to ask the question. Model weights and the full OpenMLE stack are on GitHub. RSI research is no longer confined to frontier labs and policy white papers; it is now an experiment anyone with a capable GPU can run, with a named benchmark and a printed hardware config. Whether the field needed that is a separate argument, and the open-weights debate has already begun. Anthropic has staked out a nuanced middle ground, per this outline of its position. The fact that it is now possible is the news.

Get the tech essentials in 3 minutes every morning

One email, every weekday, with what actually matters in AI and tech.