@seelffff: > reads papers on arXiv autonomously > finds and checks datasets on HF Hub > writes the training script itself > genera…
Summary
Hugging Face open-sourced ml-intern, an autonomous agent that performs the entire ML post-training loop—reading papers, finding datasets, writing scripts, generating data, monitoring training, and uploading weights—achieving significant GPQA improvement with a 1.7B model in 10 hours without human intervention.
View Cached Full Text
Cached at: 05/25/26, 06:56 PM
reads papers on arXiv autonomously finds and checks datasets on HF Hub writes the training script itself generates synthetic data if datasets aren’t good enough monitors reward curves, fixes failures uploads weights automatically
6 steps. 10 hours. 0 humans in the loop. took a 1.7B model from 10% to 32% on GPQA.
a junior researcher costs $60k/year and needs onboarding.
this costs compute.
one prompt. three agents. all running at the same time.
i gave Claude Code a single instruction: analyze my ML learning repo from 3 different angles in parallel.
→ Agent 1: map the full topic structure → Agent 2: inventory every code example and library → Agent 3: evaluate it as a learning resource - what’s missing, what’s assumed
it doesn’t run them one by one. it spawns all 3 simultaneously and compiles when they’re done.
most people are still using AI like a search engine. one question → one answer → next question.
this is a different thing entirely.
the actual potential:
→ agent 1 writes tests while agent 2 writes the feature → agent 1 reviews PRs while agent 2 scans for security issues → agent 1 reads 40 papers while agent 2 implements the best idea from the last batch → agent 1 monitors prod logs while agent 2 drafts the fix
you become the manager. the agents do the parallel work that used to require a team.
we’re still early. but this is the direction.
Similar Articles
@socialwithaayan: HUGGING FACE JUST OPEN-SOURCED THE ML INTERN EVERY RESEARCHER HAS DREAMED OF No more spending days reading papers and w…
Hugging Face open-sourced ml-intern, an autonomous agent that reads ML papers, discovers datasets, trains models, debugs failures, and ships production-ready models to the Hub, automating the entire post-training workflow.
@nini_incrypto_: Hugging Face automates entire AI training pipeline! Recently, a project called ml-intern has gone viral on GitHub. It's like a 24/7 algorithmic intern that can independently perform post-training of large models. 1. Autonomous research: It will…
The ml-intern project from Hugging Face has gone viral on GitHub, enabling full automation of the entire workflow including paper research, data processing, training script writing, and model training, without human intervention. It significantly improves the performance of small models (such as Qwen3-1.7B), even surpassing Claude Code.
@AnandButani: ml-intern by @huggingface is wild You drop a high-level prompt (“build the best scientific reasoning model” or “crush h…
Hugging Face’s open-source "ml-intern" agent automates the full post-training pipeline—from literature review and data cleaning to model tuning—given only a high-level prompt.
@Thom_Wolf: Love this work from Aksel and the post-training team at Hugging Face! Turns out the HF ecosystem (papers, datasets, mod…
Hugging Face’s post-training team demonstrates how the HF ecosystem enables ML agents to autonomously train any AI model to peak performance.
@_lewtun: OpenAI's first AI intern is expected by the end of this year, but we got impatient and decided to build it ourselves :)…
Hugging Face built an autonomous AI agent that can self-operate for hours to days, reading every paper, model, and dataset on the HF Hub to generate optimal post-training recipes.