TLDR: This research paper proposes a novel framework for developing inherently safer Artificial General Intelligence (AGI) by integrating Active Inference principles with Large Language Models (LLMs). It argues that traditional AI safety methods have limitations and suggests an architecture where safety is built-in through transparent, language-mediated belief representations and hierarchical value alignment. The framework leverages natural language for representing and manipulating beliefs, enabling direct human oversight and computational efficiency, and outlines mechanisms for ensuring safety, including explicit separation of beliefs and preferences, bounded rationality, and compositional safety through modular agents. The paper concludes with a research agenda centered on the Abstraction and Reasoning Corpus (ARC) benchmark to validate its safety properties.
The quest for Artificial General Intelligence (AGI) brings with it immense promise, but also significant safety concerns. Traditional approaches to AI safety often focus on fixing problems after they arise, through methods like interpreting AI decisions or carefully designing rewards. However, a new research paper, “A Framework for Inherently Safer AGI through Language-Mediated Active Inference,” proposes a different path: building safety directly into the core design of AGI systems.
Authored by Bo Wen from IBM T.J. Watson Research Center, this paper introduces a novel framework that combines two powerful concepts: Active Inference (AIF) and Large Language Models (LLMs). The core idea is to create AGI that is not just capable, but inherently safe, by making its internal workings transparent and its values align with human preferences from the ground up.
Understanding Active Inference
At the heart of this framework is Active Inference, a theory inspired by neuroscience that suggests intelligent agents act to minimize “surprise.” Imagine an agent with a model of how the world works. When it encounters something unexpected (a “surprise”), it tries to reduce that surprise either by updating its model (learning) or by acting in the world to make its observations more predictable. This natural drive to minimize surprise leads to behaviors that balance exploring new information with acting to fulfill its goals. Unlike traditional Reinforcement Learning, which can sometimes lead to unintended behaviors by chasing imperfectly defined rewards, Active Inference promotes a natural form of risk aversion and robustness.
The Role of Large Language Models
While Active Inference offers a strong theoretical foundation for safety, its traditional implementations have struggled with complexity. They often rely on opaque numerical matrices to represent an agent’s beliefs and preferences, making them difficult to understand and scale to real-world problems. This is where Large Language Models come in. The paper proposes using natural language, facilitated by LLMs, as the medium for representing and manipulating the core components of an Active Inference agent, including its beliefs, goals, and understanding of the world.
Think of language as a powerful tool for shaping an agent’s internal world. Just as verbal instructions can quickly change how humans perceive and decide, language can dynamically adjust how an AI system processes information and updates its beliefs. By expressing beliefs and preferences in natural language, the system becomes far more transparent and understandable to humans. This also allows for easier integration of human values and norms, as language is a natural way for us to communicate and align on such concepts.
The paper highlights that current LLMs, despite their impressive abilities, often lack true agency and long-term goal-directed behavior. They are excellent at predicting the next word, but don’t inherently pursue objectives over extended periods. Active Inference provides this missing piece, offering a principled way for LLMs to form and act on their own objectives, while remaining aligned with human values.
A Multi-Agent Architecture for Safety
The proposed framework envisions a multi-agent system where each agent maintains its own “generative world model” expressed in natural language. This includes an Observation Model (hypotheses about what it sees), a Transition Model (how things change), Preferences (what it desires), and Initial Beliefs (starting assumptions). These components are dynamic, constantly updated through various forms of memory: a foundational LLM (Genetic Memory), a transient working memory (Prompt Context), an experience repository (Episodic Memory), and a tool system (Procedural Memory).
The agents operate in an iterative loop: they perceive the world by assessing their “surprise” (Variational Free Energy), and then plan actions by evaluating potential future outcomes against their preferences (Expected Free Energy). This process drives them to learn and make decisions that minimize surprise and align with their goals. Importantly, preferences can flow hierarchically, meaning higher-level agents can guide the values of lower-level ones, ensuring consistency with overarching human values.
The system is designed to self-evolve. When an agent becomes overwhelmed with information, it can specialize by spawning new, more focused agents. When it encounters persistent errors, it can undergo a “paradigm shift” by instantiating new agents with different core beliefs. This hierarchical structure, based on “Markov blankets,” provides inherent safety guarantees by isolating failures, allowing for redundancy, and ensuring that values are consistently inherited down the hierarchy.
Also Read:
- Unpacking the ‘Good Regulator’ Theorem: How Observers Shape Our Understanding of Agent Models
- Securing AI’s Path: A Survey on Embodied Navigation Safety
Future Directions and Implications
The researchers propose using the Abstraction and Reasoning Corpus (ARC) benchmark as a testbed for validating their framework. They predict that the system will exhibit behaviors like “bounded rationality” (making decisions based on available resources and complexity limits) and “instrumental convergence” (developing universal strategies for minimizing surprise, such as resource optimization and self-preservation). Crucially, the architecture is designed to constrain these emergent behaviors to ensure they remain aligned with human preferences.
While the framework is still conceptual, it offers a compelling vision for AGI development that prioritizes safety from its very foundation. It aims to overcome the limitations of current AI safety approaches by leveraging the expressive power of natural language within a principled, neuroscience-inspired framework. For more details, you can read the full research paper here.


