← Latest papers
🤖 machine learning

Emergent Models: Intelligence from Tiny Substrates

This paper introduces Emergent Models, a machine learning paradigm where simple, open-ended dynamical substrates like cellular automata are evolved to solve tasks through emergent computational behaviors, demonstrating that such minimal systems can achieve latent universality and global generalization beyond traditional differentiable architectures.

Original authors: Giacomo Bocchese, Nicola Giacobbo, Etienne Guichard, James Wiles, Akshaj Devireddy

Published 2026-08-17
📖 7 min read🧠 Deep dive

Original authors: Giacomo Bocchese, Nicola Giacobbo, Etienne Guichard, James Wiles, Akshaj Devireddy

Original paper licensed under CC BY 4.0 (http://creativecommons.org/licenses/by/4.0/). This is an AI-generated explanation of the paper below. It is not written or endorsed by the authors. For technical accuracy, refer to the original paper. Read full disclaimer

Imagine the world of artificial intelligence as a giant library. For decades, the librarians have been trying to build the perfect bookshelf. They've stacked millions of books (data points) onto shelves (neural networks) and taught the shelf to guess what book comes next based on the ones before it. This works great if you ask about books you've already seen, but if you ask about a story that hasn't been written yet, the shelf often just guesses randomly or makes up nonsense. This is because the shelf is really good at memorizing patterns but bad at understanding the rules that make the story work in the first place.

Enter a different idea: what if, instead of building a giant bookshelf, we built a tiny, self-driving robot that learns to solve problems by moving around? This is the world of "Emergent Models." Think of it like a game of "Life" played on a computer screen. You have a grid of cells that can be on or off. You give them a simple rule, like "if two neighbors are on, turn on." Then, you watch what happens. Sometimes, incredibly complex patterns—like spaceships or gliders—emerge from those simple rules. The big question scientists are asking is: Can we use these tiny, rule-based robots to learn math and logic better than our giant bookshelves? Can a system with just a few hundred "parts" figure out the secret recipe for a cake, rather than just memorizing a list of ingredients? This paper dives into that question, exploring whether simple, evolving systems can be the key to smarter, more adaptable AI.


The Tiny Substrates That Think

The authors of this paper introduce a new way of thinking about machine learning called Emergent Models (EMs). Imagine you have a blank canvas (the "substrate") and a single, tiny paintbrush that follows one simple rule, like "move one step right and change color." In traditional AI, we try to paint a perfect picture by adjusting millions of brushstrokes at once. In this new approach, we set up the canvas and the brush, then let them run for a while. We don't tell the brush what to paint; we just watch to see if, after running for a while, the pattern that emerges happens to solve a problem, like adding two numbers together.

The core idea is that intelligence might not need a massive, complex brain. Instead, it might emerge from a simple, repeating process, much like how a flock of birds moves in a perfect formation without a single bird giving orders. The "brain" here is just a tiny set of rules running over and over again on a grid of data.

The Magic of "Latent Universality"

The paper proposes a fascinating concept called Latent Universality. Imagine you have a universal remote control (the "program") and a TV (the "substrate"). In most AI, you have to buy a new TV for every different show you want to watch. But in Latent Universality, the TV is fixed. You only change the remote control (the initial state of the grid). The authors suggest that if you have the right kind of TV (a specific type of mathematical grid), you could theoretically program it to do any calculation just by changing the starting pattern on the screen, without ever changing the TV's internal wiring.

They prove mathematically that this is possible in theory. If you have a grid that goes on forever and a simple rule, you can set the starting pattern to act like a calculator, a chess player, or a translator. The "program" is just the starting picture you draw on the grid.

The Experiments: Tiny Robots in Action

Since building a perfect, infinite grid is hard, the researchers tested this idea with a "zoo" of tiny, simple models. They didn't try to build a super-intelligent AI; they just wanted to see if these tiny systems could learn basic rules and then apply them to new, bigger numbers.

1. The Math Wizards (EM43)
They created a one-dimensional strip of cells (like a long line of dominoes) with a simple rule. They taught it to do math like x+1x + 1 or x×2x \times 2.

  • The Result: It worked perfectly! The model learned the rule on small numbers (like 1 to 30) and then applied it flawlessly to huge numbers (up to 1,000) that it had never seen before.
  • The "Aha!" Moment: When they looked at how the model solved the problem, they saw beautiful, repeating geometric patterns moving across the grid. They call this "geometric grokking." It's as if the model didn't just memorize the answer; it discovered a visual dance that works for any number. This is something traditional AI struggles to do, especially with repeating patterns like "what is the remainder when you divide by 4?"

2. The Game of Life (GoL-EM)
Next, they used Conway's Game of Life, a famous cellular automaton where cells live or die based on their neighbors. They tried to teach this system to do math and balance a pole (CartPole).

  • The Result: It could learn simple math like x+1x + 1, but it was very finicky. Small changes to the starting pattern caused the whole system to crash. It was like trying to balance a house of cards in a windstorm. While it could balance a pole for a while, it wasn't very stable. The researchers found that searching for the right starting pattern was almost like guessing randomly; the system was so sensitive that it was hard to "train" it in the usual way.

3. The Continuous Learners (CEM1D & CEM2D)
Finally, they tried models that used smooth, continuous numbers (like real-world physics) instead of just "on/off" switches.

  • The Result: These were much better at controlling things. The 1D version could balance a pole very well, and the 2D version could learn to navigate a world where food sometimes turned into poison.
  • The Catch: Even these smart models had trouble. Sometimes they would get stuck spinning in circles or freezing up. They learned to adapt to the changing environment, but they weren't perfect. The researchers noted that these models are still very new and much less reliable than the giant AI models we use today.

What This Means (and What It Doesn't)

The paper is very clear about what it has and hasn't achieved. It does not claim to have built a better AI than the ones you see in movies or on your phone. In fact, it admits that these tiny models are currently much harder to train and less powerful than the big, complex ones.

However, it does suggest something exciting: that the secret to true intelligence might be iteration (repeating a simple step over and over) rather than size (having millions of parameters). The authors found that when these tiny models did learn, they learned the rule, not just the answer. This allowed them to guess correctly on numbers they had never seen, a skill called extrapolation.

They also introduce a new way of thinking about AI efficiency. They suggest that the best models might be the ones that use very few "hard" parts (the rules) but run them for a long time (many steps). This is the opposite of today's big AI, which uses a massive amount of "hard" parts but only runs them once.

The Bottom Line

This paper is a foundational step, like the first time someone built a working steam engine. It's not a car yet, and it's definitely not a spaceship. But it proves that a simple, repeating system can learn rules and apply them to new situations. The researchers show that with just a few hundred parameters, a system can learn to do math and control simple robots.

The big takeaway is that we might be overcomplicating AI. Instead of building bigger and bigger brains, maybe we should be building smaller, simpler systems that are allowed to think for a longer time. The paper suggests that the path to smarter AI might lie in these "emergent" behaviors, where intelligence grows out of simple rules, just like life grows out of simple chemistry. It's a hopeful, playful, and slightly wild idea that the future of intelligence might be found in the smallest, simplest things.

Drowning in papers in your field?

Get daily digests of the most novel papers matching your research keywords — with technical summaries, in your language.

Try Digest →