How AI Learned to Mediate Conflicts Between Different Physical Laws
Have you ever tried to keep, in the same brain, both the turbulent rivers described in one classic text and the sealed mine structures described in another? For a human, that's just a memory burden. In artificial intelligence, it becomes a civil war.
When researchers train an "all-purpose physics AI" to both predict fluid flow and compute permeability in reservoirs and coal seams, an awkward phenomenon appears: the rules of water flow and the rules of rock start fighting inside the model's brain.
In scientific machine learning (SciML), this is called Negative Transfer. It's like hiring a translator who forgets French while learning English and mixes up English while learning French. This mutual cancellation of capability is a major obstacle on the path for large models to become "universal scientists."
In May 2026, a research team from Shodh AI published an arXiv paper aimed at ending this civil war: "Eradicating Negative Transfer in Multi-Physics Foundation Models via Sparse Mixture-of-Experts Routing." They gave the AI a kind of "traffic control system" so that different physical laws each occupy their own lane in a single model.
Why Do Physical Laws "Fight"?
Feynman famously noted that while the universe is complex, its underlying logic tends to be simple and unified. But in mathematical terms, different physical worlds have completely different "personalities":
- Fluid dynamics: wild and fast-changing, like a fast-paced symphony.
- Porous media mechanics: calm and sluggish, like a very slow background track.
- Older AIs: you keep reminding them, "Hey, don't get it wrong—water can't appear out of nowhere." This verbal reminder (loss-function penalties) often doesn't work.
- Shodh-MoE: before it "speaks," its output must pass a preset mathematical filter that physically forbids any divergence.
If you train an ordinary "dense" AI on both, it tries to balance all signals with one set of parameters. The result: the violent fluctuations of fluid dynamics get smoothed out, and the fine structure of porous media gets drowned in noise. The model falls into Plasticity Loss—becoming mediocre at everything.
The Solution: Giving Each Physical Law Its Own Room
The paper's core breakthrough is an architecture called Shodh-MoE, whose central logic is: don't make every neuron do every job.
Using Sparse Mixture-of-Experts (MoE), the researchers built an "expert team":
1. Shared Experts: they learn "universal truths"—for example, conservation of total mass, whether for water or gas. These are physics consensus without borders. 2. Routed Experts: the most elegant part. A clever "router" acts as a dispatcher. When the AI sees a signal about river flow, the router switches off the sluggish parameters and routes the signal to the "fluid dynamics lab."
Experiments show the AI can autonomously achieve this separation. By the end of training, 88% of open-channel fluid signals and 96% of subsurface permeability signals were routed precisely to their own expert labs—near-perfect logical isolation.
A "Physical Constitution": Not a Single Drop Lost
What excites physicists most is that the paper writes a "physical constitution" into the AI's code. The team invented a physics-aware autoencoder that uses the mathematical Helmholtz decomposition to constrain the AI's output at the architecture level.
Why This Paper Matters
It marks a shift from "generalist large models" toward "specialist model collectives." Feynman once quipped that we need many disciplines because we aren't yet clever enough to see the whole picture at once. This paper's implicit message: even if we can't explain everything with one formula, we can at least organize all the formulas inside one AI.
In summary: true intelligence lies not in forcing one logic onto the world, but in building a mechanism that accommodates different logics. Shodh-MoE suggests that future "universal scientist" AIs won't just be machines that memorize—they'll be labs that precisely dispatch resources with physics baked into their instincts. It lets water be water and fire be fire, letting different laws coexist harmoniously on the map of truth.
The next time you marvel at AI precisely predicting climate or oil output, remember: inside its brain, a shrewd dispatcher is letting thousands of physical laws run perfectly in their own laboratories.
Let different truths run on their own tracks. That is the highest form of "harmony in diversity" offered by 2026's scientific AI architectures.