
Large language models like ChatGPT have a fundamental problem: they’re static. They are trained on a mountain of data and then frozen in time, like a textbook printed in 2023 that knows nothing about 2024. Now, researchers at MIT’s Improbable AI Lab have open-sourced a new framework that could change that. Their paper, presented at the recent NeurIPS 2025 conference, unveils a system called Self-Adapting Language Models (SEAL).
The core idea is simple, but the implications are huge: the AI learns to teach itself. Instead of just passively holding information, SEAL enables a model to generate its own high-quality training data and then use that data to permanently update its own weights. This matters because it’s the first real step away from static, “know-it-all” bots and toward AI models that can actually evolve, adapt, and incorporate new information over time.
Why AI models are bad studentsRight now, if you want an LLM to learn a new fact, you have two bad options. You can “stuff” the information into its context window (the prompt), but it will forget that fact the moment the conversation resets. Or, you can perform a massive, expensive retraining, which is like reprinting an entire encyclopedia just to add a new entry. Neither of these methods is true learning.
The MIT team, including Adam Zweiger, Jyothish Pari, and Pulkit Agrawal, looked at how humans learn. When a student prepares for an exam, they don’t just re-read the textbook 50 times. A good student rewrites the information, making flashcards, summarizing chapters, and creating their own notes. This process of reformatting and assimilating information is what cements it in their brain.
SEAL is designed to be that good student. It learns to take the “raw textbook” of new information and generate its own “study notes”—which the paper calls “self-edits”—in whatever format is most effective for its own learning.
So, how does it learn to ‘study’?It learns through trial and error, using a process called reinforcement learning. Think of it as an AI holding its own study sessions.
The researchers tested SEAL in two key areas, and the results are striking.
First, they tested its ability to incorporate new knowledge. They gave the model text passages and quizzed it on the contents. After training itself with SEAL, the AI’s accuracy jumped to 47.0%. Here’s the kicker: that score outperformed synthetic data generated by the much larger and more powerful GPT-4.1, which only scored 46.3%. The smaller model literally taught itself to be “smarter” than its massive competitor at this specific task.
Second, they tested its ability to learn a new skill from just a few examples. This is a notoriously hard abstract reasoning benchmark called ARC. SEAL’s job wasn’t just to solve the puzzle, but to generate the best learning strategy for itself (e.g., “use these data augmentations,” “set this learning rate”). The self-adapting AI found a successful strategy 72.5% of the time. The baseline model, without this self-learning, fumbled, succeeding only 20% of the time.
What’s the catch?This all sounds great, but a pragmatist would be right to ask about the downsides. The researchers are transparent about the limitations.
Despite these hurdles, the team is looking ahead. Experts project that we will run out of high-quality human-generated text to train AI on by 2028. When we hit that “data wall,” progress will hinge on a model’s ability to generate its own high-utility training data. This research is a crucial roadmap for how that might work, paving the way for future AI “agents” that don’t just answer your questions, but actively learn from their interactions with the world and get smarter every day.