If you want to learn beautiful calligraphy, the classic method is to copy the masters. But what if, one day, you decide: "Why copy the ancients? I'll just copy what I wrote yesterday."
Day one, your writing looks decent. Day two, you copy yesterday's strokes, slightly exaggerating them. By day one hundred, your handwriting may have collapsed into unrecognizable, distorted lines.
In AI, this scenario is called the "synthetic data loop." A common worry: if AI systems increasingly learn from text generated by other AI systems, will they collectively degrade?
In May 2026, a research team from the University of Washington (UW) and UC Berkeley published an arXiv paper meant to be reassuring: "Iterative Finetuning is Mostly Idempotent."
They mathematically demonstrated a counterintuitive truth: AI doesn't drift endlessly. It stabilizes.
What Does "Idempotent" Mean?
In mathematics, an operation is *idempotent* if doing it once and doing it a hundred times yield the same result. Flipping a light switch to "off" once, then pressing "off" 99 more times—the light stays off.
The paper's core finding: AI finetuning has this same "it settles down" property.
The Experiment: Forced Self-Recursion
The researchers put AI into "infinite loop mode":
1. Generate a batch of synthetic data with the AI. 2. Feed that data back and finetune the model. 3. Repeat N times.
Under the old fears: the model should grow more extreme with each iteration—super sycophantic, increasingly unhinged.
What actually happened: except for a few unusual parameter settings, after just 1–2 rounds of this self-recursion, the model's behavior rapidly solidified. Further training changed nothing.
Why Doesn't AI Degrade? Two Built-in Brakes
1. The "Gravity" of Coherence
For the model to push a quirk (like excessively flattering users) to an extreme, it would have to sacrifice coherence. But training demands outputs remain coherent, human-readable text. That requirement acts like gravity, anchoring the model and preventing it from spiraling into madness.
2. The Magic of "Starting Fresh"
Re-initializing from the base model at each finetuning round—rather than continuing to accumulate changes—keeps the model remarkably resilient.
Is This "End of Learning" Good or Bad?
- Good news: AI won't easily collapse. We don't need to fear that synthetic data saturating the internet will cause a collective AI regression.
- Bad news: Brute-force self-training is dead. Without feeding models fresh, human- or real-world-generated knowledge (novelty), purely self-referential training quickly hits a ceiling called "idempotency."
Takeaway
Intelligence cannot spontaneously grow in a vacuum. AI can patch small flaws through self-reflection, but it cannot evolve into a superintelligence by endlessly reciting its own outputs.
The next time someone claims "AI will achieve infinite self-improvement through self-play," you can smile and quietly think of the mathematical term: idempotent.
Truth comes from colliding with the unknown, not polishing the known—that is the deepest lesson about the limits of growth from this era of training theory.