Veritheia Documentation

An environment for inquiry - complete documentation

View the Project on GitHub ZipThought/veritheia

Veritheia Glossary

Critical Architectural Concepts

Neurosymbolic Architecture, Transcended

The fundamental innovation that differentiates Veritheia from all legacy systems.

Traditional symbolic AI systems encode rules in formal languages—Prolog predicates, LISP expressions, Python functions. These systems require programmers to translate user understanding into code. Traditional neurosymbolic systems combine neural networks with these coded symbolic rules, creating hybrid architectures where the symbolic component remains in the realm of formal programming languages.

Veritheia transcends this limitation. In our neurosymbolic transcended architecture:

This transcendence is revolutionary because:

  1. Users author their own symbolic systems without knowing programming
  2. The symbolic framework is unique to each journey, not hardcoded universally
  3. Natural language becomes the symbolic representation, interpreted by neural understanding
  4. Every user becomes a knowledge engineer through their questions and definitions

Example:

Formation Through Authorship

The accumulated intellectual capacity that develops through structured engagement with documents projected through user-authored frameworks.

Formation is not:

Formation is:

Authorship means:

Mechanical Orchestration

The systematic, deterministic application of user-authored frameworks to EVERY document without exception or selective judgment.

Mechanical means:

Orchestration means:

This is critical because it ensures:

Journey Projection Space

A journey-specific intellectual environment where documents are transformed according to user-authored frameworks.

Documents don’t exist generically in Veritheia. They exist only as projections within journeys. The same PDF becomes:

Each projection includes:

User Partition Sovereignty

The architectural guarantee that intellectual work remains isolated and sovereign through database-level partition boundaries.

Every user’s data lives in their partition with:

This is not a privacy policy—it’s architectural enforcement through PostgreSQL constraints.

Technical Implementation Terms

Direct DbContext Usage

Using Entity Framework Core’s DbContext directly without repository abstraction layers.

Why this matters: The DbContext already IS a repository pattern implementation. Adding another repository layer would be abstracting an abstraction, violating our principle that PostgreSQL with its constraints IS our domain model.

Semantic Boundary Detection

Document segmentation based on meaning and structure rather than arbitrary size chunks.

Not: Splitting every 512 tokens regardless of content Instead: Recognizing natural boundaries—paragraph ends, section breaks, topic shifts—ensuring segments maintain semantic coherence

Process Engine

The runtime that mechanically orchestrates the application of user-authored frameworks through neural understanding.

Responsibilities:

Cognitive System Adapter

The interface to large language models that interprets and applies user-authored symbolic frameworks.

Key principle: The adapter ONLY measures and assesses—it never generates insights or makes decisions. It interprets the user’s framework and applies it consistently.

Domain Concepts

Journey

A specific instance of a user engaging with documents through a process with their authored framework.

Journey = User + Persona + Process + Framework + Documents + Time

Each journey:

Persona

A domain-specific intellectual context representing how a user approaches problems in different roles.

Examples:

Personas are not profiles—they’re evolving representations of intellectual style within domains.

Intellectual Sovereignty

The inviolable principle that users own their intellectual work—their questions, frameworks, formations, and authored understanding.

Enforced through:

Key Distinctions

Internal vs External (for testing/mocking)

Internal (NOT mockable):

External (mockable):

MVP vs Future

MVP (Launch demonstration):

Future (architectural capability):


This glossary is a living document. Terms should be added as they emerge and refined as understanding deepens. The critical insight remains: Veritheia’s neurosymbolic transcended architecture enables users to author their own symbolic systems in natural language, making formation through authorship possible at scale.