Explore the System! GitHub Repository UKS Documentation
VS Download Architecture White Paper Discord Server
This is an implemented approach to building AI systems that use structured knowledge instead of prediction.
At its core is the Universal Knowledge Store (UKS), a system that represents knowledge as a connected structure of relationships.
This is not a theoretical model—it is running software under active development.
The system represents knowledge as a connected structure—not as text or embeddings.
Each statement becomes part of a network in which:
- concepts are explicitly connected
- properties propagate through relationships
- knowledge persists and accumulates
New information extends existing structure and can be reused immediately.
New knowledge is derived from connections—not stored or predicted.
- Fido is a dog
- Dogs have fur
From this structure:
- Fido has fur
This result is not stored.
It is derived at runtime from the relationships.
All knowledge is represented using a single primitive: the Atomic Thought.
In this model:
- concepts are thoughts
- relationships are thoughts
- statements are also thoughts
A statement like “Fido is a dog” is itself a single object.
There is no distinction between nodes and edges—everything uses the same structure.
This is not a conventional knowledge graph.
The key difference is structural:
- statements are first-class objects
- relationships can carry attributes (source, confidence, conditions)
- exceptions override general rules
- structure evolves without redesign
The same representation supports both knowledge and reasoning.
The system does not store most results—it computes them when needed.
Derived knowledge:
- does not require duplication
- updates automatically when structure changes
- reflects the current state of the model
- ONLY EXECPTIONS are stored
This allows the system to remain compact while supporting flexible reasoning.
Brain Simulator Thought is designed as part of a broader cognitive architecture.
It connects to systems for:
- perception (vision, sound)
- internal modeling
- attention and prediction
- action and interaction
The UKS serves as the core knowledge structure within this system.
This is a working implementation, but still under active development.
- core functionality is operational
- performance and scaling are improving
- features are being refined and expanded
The goal is to test and evolve a different foundation for AI.
The system is free, open source, and available to explore.
- review the code
- run experiments
- extend the architecture
There is nothing to buy—only something to build and understand.
This work is being developed in an open community.
You can:
- explore the repository
- join discussions
- contribute ideas and development
The focus is on building and testing a new approach—not just describing it.
