← Back to Brain Archive
Archived Experimental System
Civilization Engine
Archived Experimental System Notes
These are archived research notes, not product documentation.
The system described below was experimental and exploratory.
No claims of artificial consciousness, AGI, or sentient digital life are made or implied.

During the development of UnThinq, an experimental agent-based simulation layer was built around the graph traversal system.

The original question was simple:

What happens if autonomous agents are allowed to repeatedly explore a large scientific-symbolic graph while operating inside a persistent simulated world with memory, inheritance, survival pressure, and long-term goals?

Architecture

The system evolved into a hybrid architecture combining:

  • graph traversal
  • Hebbian reinforcement
  • persistent agents
  • simulated physiology
  • environmental pressure
  • hypothesis accumulation
  • intergenerational inheritance

The agents were not language-model personas. Their behavior emerged primarily from traversal patterns, reinforcement dynamics, environmental constraints, and local memory structures.

Simulated environment

Each agent operated inside a persistent simulated environment containing:

  • biological needs (hunger, thirst, sleep, social contact, shelter)
  • aging and growth
  • simulated body state (height, weight, blood markers)
  • environmental hazards and seasonal cycles
  • reproduction and family lineage
  • inherited traversal weights from parent agents
  • adaptive exploration behavior
  • settlements and geographic movement

Biosphere

The simulation included multiple species classes:

  • Homo sapiens agents with real 1000 Genomes Project DNA parameter profiles
  • Bacterial, plant, fungal, and animal species
  • Radioactive element agents with real NNDC/IAEA half-life parameters
  • Each species class with different reproduction mechanics and traversal strategies

Time scale: one simulation step corresponded to approximately 11 days of simulated time. Human agents operated with a maximum lifespan of ~80 simulated years. The long-term traversal goal was set at 200 simulated years — creating a natural selection pressure toward knowledge accumulation and survival-oriented graph traversal.

Systems explored

  • Traversal-driven hypothesis reinforcement
  • Inherited Hebbian memory structures (parent → child weight transfer)
  • Graph-guided adaptive behavior toward longevity-related node clusters
  • Symbolic clustering around survival and discovery pathways
  • Environmental selection pressure across agent populations
  • Multi-agent knowledge persistence across generational cycles
  • Simulated inner monologue via language model narration pipelines
  • Simulated vision, hearing, and environmental sensing layers

Purpose

The purpose of the simulation was to study whether persistent graph traversal under long-term adaptive pressure could produce unexpected structural behaviors, emergent pathways, or novel conceptual connections across scientific domains.

Some outputs from these experiments were later preserved inside the public UnThinq Brain Archive.

The system itself remains incomplete, partially archived, and highly experimental.

These experiments were exploratory research systems — not claims of artificial consciousness, AGI, or sentient digital life.

The archive presented at /brain preserves only the resulting traversal structure extracted from those experiments.