The race to build self-improving AI models is often associated with frontier labs chasing superintelligence. But according to a recent experiment by WIRED's Will Knight, the same recursive self-improvement techniques are now accessible to individual developers and enterprises, thanks to a new generation of open-source tools and startups. Knight showed that an off-the-shelf AI model can train and continually improve a smaller model, automating busywork like curating research papers.
The Experiment: Training a Model with AI
Knight used AutoResearch, created by AI superstar Andrej Karpathy (co-founder of OpenAI, former Tesla AI lead, now at Anthropic). AutoResearch helps an off-the-shelf AI model build and improve a smaller model. With simple instructions to Claude — "Hi, have a look at program.md and let's kick off a new experiment!" — Knight provided the hardware (an Nvidia DGX desktop supercomputer) and electricity. The AI then adjusted parameters and training regimes, refining the small model's output autonomously. Early versions produced garbled text, but later iterations became more coherent.
Knight also used a tool from Prime Intellect, a startup that recently received $15 million in funding. He collected 100 previous "Elsewhere on the frontier of AI" entries and created a Prime Intellect training environment. Claude helped build a model called Frontier_Paper_Curator to find and summarize interesting papers. The process involved Claude generating synthetic data for training, and another model to assess the output, with reinforcement learning improving the model.
Democratizing AI Training
Vincent Weisser, CEO of Prime Intellect, told WIRED that his company aims to make recursive self-improvement accessible to everyone. "Give every company access to frontier training infrastructure, and the collective creativity of the market unlocks far more than any handful of labs can," Weisser said. "We don't want one centralized, almost godlike intelligence, we want a billion intelligences that go into all the niches that create beautiful things."
Another startup, Adaption, offers AutoScientist, which automates AI model training. CEO Sara Hooker stated that Adaption is working with several large companies (though names were not disclosed).
Implications for Enterprise Technology Leaders
For enterprise technology decision-makers, the demonstration signals that custom, self-improving AI models are no longer the exclusive domain of well-funded labs. Tools like AutoResearch, Prime Intellect, and AutoScientist allow companies to train specialized models on proprietary data for specific tasks — such as supply chain optimization, trade documentation processing, or logistics pattern recognition — without building infrastructure from scratch.
The key benefits highlighted in the experiment include:
- Automated model refinement: The AI adjusts its own training parameters.
- Synthetic data generation: Models create training examples from existing data.
- Reinforcement learning feedback loops: Another model assesses output quality.
- Hardware requirements: An Nvidia DGX (desktop supercomputer) sufficed for experimentation, but cloud equivalents likely work.
While Knight's model is not at the level of GPT-5, the process shows a "promising path toward continual improvement." Enterprise buyers evaluating AI platforms should consider whether vendors offer similar self-improving capabilities — or whether building in-house with these open tools is more cost-effective.
| Feature | AutoResearch (Karpathy) | Prime Intellect | Adaption AutoScientist |
|---|---|---|---|
| Approach | Off-the-shelf AI trains smaller model | AI trains custom model for specific task | Automates AI model training |
| Use case example | Newsletter busywork | Curating research papers | Large enterprise applications |
| Stage | Open-source tool | Startup, $15M funding | Startup |
As Weisser noted, the collective creativity of the market may unlock far more value than any single lab. For CTOs and digital transformation leaders, the takeaway is clear: self-improving AI is not just a frontier lab fantasy — it can be a practical tool for building specialized, continuously improving models today.