← Latest papers
🤖 machine learning

Interestingness as an Inductive Heuristic for Future Compression Progress

This paper formalizes "interestingness" as an inductive heuristic for future compression progress, demonstrating through theoretical analysis and empirical experiments that past breakthroughs exponentially predict future discovery, with the Algorithmic Prior offering significantly more optimistic projections than the Length Prior.

Original authors: Vincent Herrmann, Jürgen Schmidhuber

Published 2026-05-15
📖 5 min read🧠 Deep dive

Original authors: Vincent Herrmann, Jürgen Schmidhuber

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

The Big Problem: How to Keep Learning Forever

Imagine you have a robot that is supposed to learn forever, getting smarter and smarter on its own without a human teacher. This is called "open-ended intelligence."

The robot has two jobs:

  1. Learning: It studies data to find patterns (like a student reading a textbook).
  2. Generating: It creates new problems or data to study next (like a teacher making a new quiz).

The hard part is the Generation phase. If the robot just makes random noise, it learns nothing. If it makes things it already knows, it gets bored. It needs a way to pick the perfect new puzzle: something that isn't too easy (boring) and not too hard (impossible), but just right to teach it something new.

The paper asks: How does a robot know which new puzzle is "interesting" before it even tries to solve it?

The Core Idea: "Interestingness" is a Crystal Ball

The authors argue that "interestingness" isn't about how cool a thing looks. It's a prediction tool. It's a way to guess: "If I spend time studying this, will I get a 'Aha!' moment later?"

They call this Compression Progress.

  • Compression is like summarizing a long story into a short sentence. If you can summarize a lot of data with a simple rule, you have "compressed" it.
  • Progress happens when you find a new rule that makes your summary even shorter.

The paper suggests that a good "interestingness" detector should look at the robot's history and ask: "Based on how we've been learning so far, is there a good chance we'll find a new shortcut soon?"

The Experiment: The "Stagnation" Meter

To test this, the authors looked at the history of the robot's learning as a graph. Imagine a hiker climbing down a mountain (the mountain represents the difficulty of the data).

  • Every time the hiker finds a new, shorter path down, that's a "breakthrough" or a "drop" in the graph.
  • Stagnation Length: This is the distance the hiker has walked since the last time they found a shortcut.

The Main Discovery:
The paper proves mathematically that time matters more than size.

  • If the robot found a breakthrough yesterday, there is a high chance it will find another one today.
  • If the robot hasn't found a breakthrough in a long time, the chance of finding one soon drops off like a cliff.

It's like fishing. If you just caught a big fish, the water is likely full of them, so you should keep casting in that spot. If you've been casting in the same spot for three hours with no bites, the odds of catching a fish right now are almost zero. You should move to a new spot.

The Three "Worlds" (Priors)

The authors tested this idea in three different "universes" (mathematical models of how data is created) to see if the rule holds up.

  1. The "Random Typing" World (Length Prior): Imagine a monkey typing on a keyboard. Short strings are more common than long ones. In this world, if you haven't found a shortcut in a while, it's very unlikely you will find one soon.
  2. The "Simple Program" World (Algorithmic Prior): Imagine the universe is generated by the simplest possible computer programs. This is the most "optimistic" world. Here, even if you've been stuck for a while, there's still a decent chance a big breakthrough is coming, but it's still much more likely to happen soon after the last one.
  3. The "Fast Execution" World (Speed Prior): This world hates slow programs. If a shortcut exists, it would have been found already. In this world, if you haven't found a shortcut, you probably never will. It's the most pessimistic view.

The Result: In all three worlds, the rule held true: The most recent breakthrough is the best predictor of the next one. The longer you wait without a win, the less likely a win is coming.

The "Optimistic" vs. "Pessimistic" Robot

The paper found something surprising about the "Simple Program" world (Algorithmic Prior). It is much more optimistic than the "Random Typing" world.

  • In the "Random" world, if you are stuck, you are probably stuck forever.
  • In the "Simple Program" world, if you are stuck, you might just be waiting for the next big discovery, and the potential reward is huge (quadratically higher).

This suggests that if our AI assumes the world is made of simple, discoverable patterns, it should keep trying to learn from things that recently taught it something, even if it's been a little while.

The Real-World Test

The authors didn't just do math; they ran actual computer simulations using three different types of "computers" (2-Tag systems, Rule 110 cellular automata, and Brainfuck code).

  • They generated millions of programs and watched how they "learned" (compressed data).
  • The Result: The real-world data matched the math perfectly. The "stagnation length" (time since the last win) was the strongest signal for whether a new win was coming.

The Bottom Line

For a robot to learn forever without a human boss, it needs a simple rule for choosing what to study next:
"Focus on the things that recently taught you something new."

If a task has been boring for a long time, stop wasting time on it. If it just gave you a new insight, stick with it, because the next big breakthrough is likely just around the corner. This "Inductive Property of Interestingness" is the compass that keeps self-improving systems moving forward.

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 →