FAITH Project

Faith is Active Inference for Thinking Humans. Enhancing NPCs and Robotic Agents.

View on GitHub

Belief Model

The Belief Model represents how FAITH agents form and update their internal models of the world.

Overview

The belief system is the core of the agent’s “mind” - it maintains a probabilistic model of the world state, including:

Components

Belief Router

The Belief Router determines which level of processing is needed for incoming perceptual information:

Belief LLM Processing

Two tiers of language models support belief updating:

Agent Belief System

The central belief repository that maintains:

Free Energy Principle in Action

The Belief Model implements the core of the Free Energy Principle by:

  1. Maintaining prior beliefs about the world
  2. Updating these beliefs based on new evidence (perception)
  3. Minimizing the difference between predicted and actual sensory inputs
  4. Adjusting confidence levels based on prediction accuracy

Implementation Considerations

Support me on Ko-fi