On the Generality and Persistence of Cosmological Stasis
Authors
James Halverson, Sneh Pandya
Abstract
Hierarchical decays of $N$ matter species to radiation may balance against Hubble expansion to yield stasis, a new phase of cosmological evolution with constant matter and radiation abundances. We analyze stasis with various machine learning techniques on the full $2N$-dimensional space of decay rates and abundances, which serve as inputs to the system of Boltzmann equations that governs the dynamics. We construct a differentiable Boltzmann solver to maximize the number of stasis $e$-folds $\mathcal{N}$. High-stasis configurations obtained by gradient ascent motivate log-uniform distributions on rates and abundances to accompany power-law distributions of previous works. We demonstrate that random configurations drawn from these families of distributions regularly exhibit many $e$-folds of stasis. We additionally use them as priors in a Bayesian analysis conditioned on stasis, using stochastic variational inference with normalizing flows to model the posterior. All three numerical analyses demonstrate the generality of stasis and point to a new model in which the rates and abundances are exponential in the species index. We show that the exponential model solves the exact stasis equations, is an attractor, and satisfies $\mathcal{N}\propto N$, exhibiting inflation-level $e$-folding with a relatively low number of species. This is contrasted with the $\mathcal{N}\propto \log(N)$ scaling of power-law models. Finally, we discuss implications for the emergent string conjecture and string axiverse.
Concepts
The Big Picture
Imagine the universe as a giant balancing act. As the cosmos expands, different forms of energy thin out at different rates. Matter dilutes faster than radiation. Radiation fades faster than dark energy. The standard story of cosmic evolution is one of constant change, with each component’s share of the total energy budget shifting over time.
But what if the universe could get stuck? What if matter and radiation could lock into a cosmic standoff, each holding its ground against the thinning effects of expansion?
That’s the premise of cosmological stasis, a phase of cosmic evolution first proposed just a few years ago. In stasis, a sequence of unstable matter particles, arranged in a hierarchy from heaviest to lightest, decay one after another into radiation. The rate of those decays balances almost exactly against the universe’s expansion, which would otherwise dilute everything away.
The result: a universe that, for an extended stretch, looks frozen in terms of its energy composition. Matter holds its share. Radiation holds its share. Everything freezes, not in temperature, but in ratio.
James Halverson and Sneh Pandya at Northeastern University have now used a battery of machine learning tools to ask how easy stasis actually is to achieve. Their answer is striking. Stasis is not a fragile fluke but a generic phenomenon, and a newly discovered exponential model can sustain it for durations rivaling cosmic inflation, the brief but extraordinarily rapid expansion believed to have occurred in the universe’s first split second.
Key Insight: Cosmological stasis, where matter and radiation abundances remain constant during cosmic expansion, turns out to be surprisingly generic. A new exponential model of particle decay rates achieves far longer stasis than previously known, scaling linearly with the number of species rather than logarithmically.
How It Works
The stasis system is governed by Boltzmann equations, coupled differential equations that track how the energy carried by one particle species changes over time while influencing the others. With N species, each carrying an initial abundance Ω_ℓ and a decay rate Γ_ℓ, the full parameter space is 2N-dimensional. Previous work studied specific 8-parameter “power-law” models. Halverson and Pandya wanted to explore the full space, and for that, they needed machine learning.
Their first tool was a differentiable Boltzmann solver: a numerical simulation engine built in PyTorch that calculates exactly how changing any input parameter affects the output. This enabled gradient ascent, essentially asking: “Which direction should I nudge the parameters to maximize stasis e-folds?” An e-fold measures expansion by a factor of e ≈ 2.718; more e-folds means longer stasis.

The optimized configurations didn’t look like power-law distributions. They looked exponential, with rates and abundances spaced geometrically across many orders of magnitude. This pointed to a new family: log-uniform distributions, where the logarithm of each parameter is drawn uniformly at random, equally likely to produce a value in the range 1–10 as in 10–100 or 100–1,000.
The team then ran three complementary analyses:
- Random sampling: Drawing rates and abundances from both log-uniform and power-law distributions showed stasis occurs generically, with log-uniform distributions consistently yielding longer stasis epochs.
- Bayesian inference with normalizing flows: Normalizing flows are neural networks that warp simple probability distributions into complex ones, trained via stochastic variational inference (adjusting the network by sampling random batches of configurations). The team used them to map which corners of parameter space produce the longest-lived stasis. The posteriors consistently pointed toward exponential structure.
- Direct analysis of the exponential model: Armed with this ML-motivated insight, they proved the exponential model exactly solves the stasis equations, showed it is an attractor (nearby configurations evolve toward it), and demonstrated that stasis duration scales as e-folds ∝ N, linearly in the number of species.
That last point matters most. Previous power-law models showed duration ∝ log(N): doubling the species count adds only marginally more stasis. The exponential model blows past this. Double the species, double the stasis duration. With a few hundred species, you can match the e-folding count of cosmic inflation.
Why It Matters
The physics implications reach into string theory. String theory generically predicts towers of particles: Kaluza-Klein states from extra dimensions, strings with different excitation levels, axions from the “string axiverse.” These are exactly the hierarchical matter species that stasis requires.
The emergent string conjecture, which characterizes which field-theory limits of string theory are consistent with quantum gravity, predicts specific patterns of tower spacings. The exponential model maps naturally onto these patterns. If stasis occurred in the early universe, it could leave observable imprints on the cosmic microwave background or the spectrum of gravitational waves.
The machine learning methodology has legs beyond this problem. The differentiable Boltzmann solver is a general tool: any system of ODEs describing early-universe dynamics could be optimized this way. Normalizing flows applied to Boltzmann equations offer a new route to physics discovery, letting gradient-based optimization and flexible posterior modeling tackle high-dimensional parameter spaces that brute-force search cannot reach. What stands out here is not that ML replaced a simulation with a neural network, but that it helped discover an analytic model that humans might not have written down otherwise.
Bottom Line: Cosmological stasis is not a fine-tuned accident. It is a generic feature of universes with towers of decaying species, and the newly identified exponential model achieves stasis durations that rival inflation, with deep implications for string theory and early-universe cosmology.
IAIFI Research Highlights
This work applies modern machine learning tools (differentiable programming, normalizing flows, and stochastic variational inference) to an open question in early-universe cosmology, connecting AI methods directly to fundamental physics.
The paper lays out a generalizable workflow for physics discovery: differentiable ODE solvers enable gradient-based optimization of physical parameters, while normalizing flows model complex high-dimensional posteriors that encode physical constraints.
The exponential stasis model, with its linear *e*-folding scaling, opens a new class of cosmological histories compatible with string theory's tower structures and the emergent string conjecture.
Future work will explore connections to specific string compactifications, observational signatures in gravitational wave backgrounds, and the viability of stasis after Big Bang nucleosynthesis; the full paper and code are available at [arXiv:2408.00835](https://arxiv.org/abs/2408.00835) and github.com/snehjp2/diff-stasis.