28 April 2026
The Half-Life of Digital Thought
AI model decay and other fun topics for dinner
We have a habit of making things that start dying the moment we finish them. We build a house and the pipes begin to thin; we build a “brain” out of silicon and math, and then we act surprised when it forgets how to think. In the technical manuals, they call this “model decay” or “model drift.” Don’t imagine a dramatic mechanical breakdown with snapping gears and screaming. Imagine a quiet, polite failure…like when you forget to take your shoes off at someone’s house and drag mud into their living room. The machine keeps running, but the world it was designed to understand has moved on without telling it.
While the machines are getting confused, the people who build them are engaged in a frantic race to replace them continuously. They (the proverbial they) are releasing new models every few weeks, driven by a peculiar mix of architectural cleverness and the simple fact that keeping an old model is becoming a very expensive way to be wrong.
When you say Model, what do you mean?
- Large Language Models (LLMs): These are the heavy hitters like GPT, Claude, and Gemini that act as general-purpose reasoning and text engines. They are the primary subjects of “instruction following” drift, where updates intended to make them safer sometimes end up making them worse at basic logic or math.
- Mixture of Experts (MoE) Models: A newer architectural breed, which replaces one giant, heavy brain with a committee of specialized subnetworks. These are the models currently driving the rapid release cycle because they are significantly cheaper and faster to run than older “dense” models.
- Generative and Multimodal Models: Systems like DALL-E, Midjourney, and Sora (may it rest in peace) that handle images and video. These are especially susceptible to “model collapse,” a specific type of decay where they start to produce repetitive, nonsensical, or low-quality “Ouroboros” outputs after being trained on too much AI-generated content.
- Agentic and Reasoning Models: The next generation of systems designed to “think” iteratively before they speak. These are moving beyond answering questions to actually performing autonomous tasks across software interfaces.
- Domain-Specific Specialists: Highly targeted models like GPT-Rosalind for biology, Project Glasswing for cybersecurity, and specialized Random Forest models used for medical radiology reports. These are built to know everything about one high-stakes slice of reality rather than a little bit about everything.
- Small Models: Efficient “mini” models which can achieve the performance of much larger systems while requiring a fraction of the compute power.
Anyway, back to model rot.
The Architecture of Confusion
So, why does the machine get lost? Well, a model is essentially a map of the world as it existed during training. But the world is a disorganized and restless place that refuses to stay in one position for long. This creates two specific flavors of trouble:
Flavors of Decay
The first is “Data Drift.” This happens when the people showing up to use the machine aren’t the people the machine expected. Imagine a machine trained to predict the needs of serious office workers. If a million teenagers suddenly start using it to write jokes, the machine sees data it doesn’t recognize and starts to stagger. I get scared when I see teenagers, too. Think of it as a feeling spike that doesn’t go away.
The second is “Concept Drift,” which is much more melancholy. This is when the rules of the universe change. If you build a machine to catch crooks, and the crooks invent a brand-new way to be crooked, the machine will go right on looking for the old kind of crook. It is still doing exactly what it was told to do, but what it was told to do doesn’t matter anymore.
The third, and perhaps most annoying, is "Upstream Drift." Unlike situations where the world changing or humans are being fickle, this one is just about about the plumbing breaking.
Here’s a table for those who didn’t read the above and just want to skim things:
The Speed of the Rot
Sometimes the rot is “sudden,” like a pandemic that, overnight, makes a travel-prediction model look like a piece of abstract art. Other times it is “gradual,” a slow-motion aging as language evolves and scammers slowly figure out how to climb over the latest digital walls.
The Math of Measuring Sadness
Because the machine will never admit it is losing its mind, the people who watch over it use math to catch the decay. They use something called the Population Stability Index (PSI) to see how far the world has moved from the baseline. The formula looks like this:
If the result is higher than 0.25, the machine is essentially wandering around in a world it no longer understands. They also use metrics like “Wasserstein’s Distance,” which is a fancy way of measuring how much work it would take to turn the current pile of data back into the pile the machine was actually trained on.
A Case Study in Digital Regression: GPT-4
In 2023, researchers looked at the most famous AI in the world and discovered that it was actually getting worse at some things as it got “updated.” In March, GPT-4 could identify a prime number 84% of the time. By June, its accuracy had tumbled to 51.1%. It also lost much of its ability to write code that actually worked, dropping from 52% success down to 10%.
Lame.
This happens because when you try to make a model “safer” or “more polite,” (what the experts call alignment) you often accidentally overwrite the part of its brain that handles logic. They call this an “Alignment Tax.” It is a strange price to pay for good manners.
The Ouroboros: Model Collapse
There is a newer, scarier kind of rot called “Model Collapse.” This happens when the machines start eating their own tails.
Gross.
Since the internet is now being flooded with AI-generated text and images, the new models are being trained on the homework of the old models. This creates a feedback loop of mediocrity. The machines lose the “tails” of the distribution, the rare, weird, and wonderful edge cases that make life interesting. Eventually, the model collapses into a puddle of repetitive, low-value nonsense.
“Go home, AI. You’re drunk on slop.”
The Committee of Tiny Brains
So why do the labs keep releasing new versions? Part of it is a new way of building them called “Mixture of Experts” (MoE).
Instead of one giant, heavy brain that uses all its energy for every token, you have a committee of specialized subnetworks. When you ask a question, a “router” picks just one or two experts to handle it. This makes the models “smarter” because they can hold more total parameters (knowledge), but “cheaper” because they only wake up a small fraction of themselves at a time.
The Economics of Impatience
There is also the matter of money. The cost of a digital thought is dropping by about 10x every year. They call this “LLMflation.”
If a company stays on an old model, they are paying what we might call an “Inertia Tax.” They are paying the high prices of yesterday for intelligence that is becoming a commodity today. Open-source models are now catching up to the most expensive proprietary models in about 13 weeks, so this puts everyone on a treadmill: you have to update your systems every few months just to avoid paying too much for a machine that is slowly forgetting how to do its job.
Why?
A model is essentially a map, and because the world refuses to stop changing, that map starts becoming a lie almost immediately. If an organization doesn’t update its systems, it can see the utility of a model drop by 10% to 50% in a single year simply because the human behavior it was designed to predict has moved on.
But while decay is a persistent headache, the frantic, weekly release cycle is driven by something even more relentless: the collapsing price of intelligence.
In short, companies aren’t just replacing models because they are rotting; they are replacing them because the new version is ten times as clever and costs a fraction of the price to operate. It is a race where staying still is the most expensive thing you can do.
The Modern Sisyphus
To keep the machines from rotting, we have built a whole industry called MLOps. It is a series of automated pipelines that watch the data, check for drift, and trigger a “retraining” the moment the math starts looking sideways.
They use “Shadow Deployments,” where a new version of the model sits in the corner and watches the current model work, waiting for it to make a mistake so it can take over.
Seems a little micromanage-y to me, but it is a relentless, never-ending effort to keep the digital lights on in this game.
A Final Thought
At the end of the day, we are trying to bolt a “probabilistic engine” (a machine that guesses), onto a “deterministic world” (a world that expects the same answer every time). We want the machine to be a perfect, unchanging crystal, but it is actually a living, breathing snapshot of a world that no longer exists.
I hope this helps.
Works cited
- What Is Model Drift? | IBM, accessed April 28, 2026, https://www.ibm.com/think/topics/model-drift
- Why Machine Learning Models Fail in Production? - Solidus AI Tech, accessed April 28, 2026, https://aitech.io/machine-learning-models-fail-production/
- Model Monitoring: The Path to Reliable AI - ModelOp, accessed April 28, 2026, https://www.modelop.com/ai-lifecycle-automation/modelops/model-monitoring
- Why AI Benchmarking Matters | Scaleway Blog, accessed April 28, 2026, https://www.scaleway.com/en/blog/why-ai-benchmarking-matters/
- The Hidden Cost of LLMflation: How Model Inertia Is Silently ..., accessed April 28, 2026, https://divyam.ai/blog/hidden-cost-of-llmflation/
- Technical Performance | The 2025 AI Index Report | Stanford HAI, accessed April 28, 2026, https://hai.stanford.edu/ai-index/2025-ai-index-report/technical-performance
- Model Drift & Machine Learning: Concept Drift, Feature Drift, Etc., accessed April 28, 2026, https://arize.com/model-drift/
- What is data drift in ML, and how to detect and handle it - Evidently AI, accessed April 28, 2026, https://www.evidentlyai.com/ml-in-production/data-drift
- Model Drift: Types, Causes and Early Detection - Lumenova AI, accessed April 28, 2026, https://www.lumenova.ai/blog/model-drift-concept-drift-introduction/
- Model Degradation: Why ML Models Fail Over Time - Swept AI, accessed April 28, 2026, https://www.swept.ai/model-degradation
- AI Model Drift in Production: What Enterprises Must Monitor - Fulcrum Digital, accessed April 28, 2026, https://fulcrumdigital.com/blogs/ai-model-drift-in-production-what-enterprises-must-monitor/
- ML Monitoring: Challenges and Best Practices for Production Environments - Acceldata, accessed April 28, 2026, https://www.acceldata.io/blog/ml-monitoring-challenges-and-best-practices-for-production-environments
- arXiv:2307.09009v3 [cs.CL] 31 Oct 2023, accessed April 28, 2026, https://arxiv.org/abs/2307.09009
- How Is ChatGPT’s Behavior Changing over Time? - arXiv, accessed April 28, 2026, https://arxiv.org/pdf/2307.09009
- (PDF) Reinforcement Learning from Human Feedback (RLHF) and Its Influence on the Alignment of LLM Decisions with Human Values - ResearchGate, accessed April 28, 2026, https://www.researchgate.net/publication/404049858_Reinforcement_Learning_from_Human_Feedback_RLHF_and_Its_Influence_on_the_Alignment_of_LLM_Decisions_with_Human_Values
- AI Model Collapse: Causes and Prevention - WitnessAI, accessed April 28, 2026, https://witness.ai/blog/ai-model-collapse/
- What Is Model Collapse? - IBM, accessed April 28, 2026, https://www.ibm.com/think/topics/model-collapse
- Model collapse - Wikipedia, accessed April 28, 2026, https://en.wikipedia.org/wiki/Model_collapse
- Applying Mixture of Experts in LLM Architectures | NVIDIA Technical Blog, accessed April 28, 2026, https://developer.nvidia.com/blog/applying-mixture-of-experts-in-llm-architectures/
- Understanding Mixture of Experts (MoE): The Architecture Powering Next-Generation Language Models | by Sharan Harsoor | Medium, accessed April 28, 2026, https://medium.com/@sharanharsoor/understanding-mixture-of-experts-moe-the-architecture-powering-next-generation-language-models-49c1d1d467c9
- Advancements in Modern LLM Architectures | cbarkinozer | Softtech - Medium, accessed April 28, 2026, https://medium.com/softtechas/advancements-in-modern-llm-architectures-b204fe8f0ee8
- The Llama 4 herd: The beginning of a new era of natively multimodal AI innovation - Meta AI, accessed April 28, 2026, https://ai.meta.com/blog/llama-4-multimodal-intelligence/
- How to implement AI governance best practices in 2025 - Glean, accessed April 28, 2026, https://www.glean.com/perspectives/ai-governance-best-practices
- AI open models have benefits. So why aren’t they more widely used ..., accessed April 28, 2026, https://mitsloan.mit.edu/ideas-made-to-matter/ai-open-models-have-benefits-so-why-arent-they-more-widely-used
- MLOps Architecture. A Complete Guide to Building Scalable… | by Aimlopsmasters In | Medium, accessed April 28, 2026, https://medium.com/@aimlopsmasters.in/mlops-architecture-598970495cd6
- Decoding MLOps: Key Concepts & Practices Explained - Dataiku, accessed April 28, 2026, https://www.dataiku.com/stories/detail/decoding-mlops/
- End-to-End MLOps Architecture & Workflow | Clarifai 2025 Guide, accessed April 28, 2026, https://www.clarifai.com/blog/end-to-end-mlops
AI is breaking the enterprise operating model I RSM US, accessed April 28, 2026, https://rsmus.com/insights/services/business-strategy-operations/ai-is-breaking-the-enterprise-operating-model.html
Toska$700(09/09)