Can Monty’s Sensorimotor Framework Be Adapted to ARC-AGI-3?
Hi everyone, I’m an independent researcher and developer interested in brain-inspired AI.
I’ve been studying both Monty and ARC reasoning, and I’m curious whether Monty’s sensorimotor framework could serve as a foundation for solving ARC-AGI-3.
My interest in this began while looking for approaches to ARC-AGI-3. After seeing the limitations of many current deep learning approaches, I started exploring more brain-inspired directions. I looked into predictive coding, world models, and various ANN-based approaches, but none fully convinced me as a path toward general intelligence.
That search eventually led me to The Thousand Brains Theory.
What attracted me to the theory is its proposal that intelligence emerges from many sensorimotor models of the world rather than a single centralized representation. The more I read about it, the more promising it seemed as a possible route toward AGI.
Naturally, that led me to Monty.
After spending time studying the Monty codebase and documentation, my current understanding is that Monty is primarily focused on sensorimotor object recognition and object understanding through active exploration. This is already a major step beyond passive perception and static pattern recognition.
However, ARC-AGI-3 appears to require capabilities beyond object recognition, including:
-
Strategy formation
-
Learning through action and feedback
-
Adaptive world-model construction
-
Reasoning over sequences of observations and actions
In other words, ARC-AGI-3 is a game-learning environment where an agent must discover rules through interaction rather than simply recognize objects through exploration.
This raises a question that I find particularly interesting:
Can the principles behind Monty be extended from sensorimotor object understanding to general sensorimotor reasoning?
One aspect of Thousand Brains Theory that especially interests me is Jeff Hawkins’ suggestion that the same cortical mechanisms used for modeling objects may also underlie higher-level thought. He also mentioned that abstract reasoning can be viewed as operating in higher-dimensional reference frames, just as object recognition operates in spatial reference frames. This caught my attention because when I study different domains, I often find myself thinking what if i increase dimensions for this.
I don’t know whether this idea is correct, but it seems like a natural extension of the reference-frame concept and potentially relevant to ARC-AGI-3.
Some questions I would love feedback on:
-
Does Monty need an additional reasoning, planning, or memory layer on top or can it be all handled by cortical columns alone?
-
Could higher-dimensional reference frames provide a mechanism for abstract reasoning?
-
Has anyone experimented with combining Monty and ARC-AGI before?
I also see ARC-AGI-3 as an interesting benchmark for Thousand Brains Theory. If the same cortical mechanisms and reference-frame principles extend beyond object recognition to general reasoning, ARC-AGI-3 seems like a natural place to test that hypothesis.