Vitruvyan
Docs
Getting Started

Vitruvyan Docs

Sacred Orders — Introduction

Context

Vitruvyan OS recalls Leonardo da Vinci’s Vitruvian Man: a symbol of human centrality in the Italian Renaissance. The inspiration is not aesthetic — it is a vision: a time when science, art, and engineering were not separated disciplines, but parts of a single design.

The names of the Sacred Orders are not deterministic technical labels. They are metaphors for that cultural horizon:

  • order as structure
  • knowledge as responsibility
  • specialization as craft
  • technology at the service of humans, not a substitute for them

Each Sacred Order represents a precise system function. The Renaissance metaphor is a reminder that Vitruvyan is a human-centric architecture, not just a set of disconnected microservices.


Orders (overview)

Babel Gardens

Metaphor: Babel evokes linguistic and cultural plurality. Gardens evokes a cultivated, ordered space where knowledge can grow.

Babel Gardens is the system’s semantic brain. It manages:

  • multilingual embeddings
  • language detection
  • topic classification
  • emotion analysis
  • fusion of semantic signals

In Vitruvyan it:

  • turns raw text into vector representations
  • feeds Pattern Weavers
  • supports RAG and retrieval
  • provides the semantic foundation for other Orders

It is not a “generic NLP service”: it is the garden where knowledge is organized before it is used.

Codex Hunters

Metaphor: Codex recalls manuscripts and structured knowledge. Hunters indicates active search.

Codex Hunters is the Order dedicated to collecting and mapping information. It handles:

  • source discovery
  • data extraction
  • normalization
  • mapping to internal entities

In Vitruvyan it:

  • feeds the knowledge base
  • provides structured input to Babel Gardens
  • makes the system able to learn from the external world

It does not interpret. It does not decide. It hunts and delivers cognitive raw material.

Orthodoxy Wardens

Metaphor: Orthodoxy means coherence with founding principles. Wardens are guardians.

Orthodoxy Wardens preserves the system’s epistemic integrity. It handles:

  • decision validation
  • contract checks
  • coherence verification against rules
  • enforcement of architectural principles

In Vitruvyan it:

  • prevents logical drift
  • ensures engines respect contracts
  • keeps alignment between computation and governance

It is the guarantor of internal discipline.

Pattern Weavers

Metaphor: Pattern recalls recurring structures. Weavers are weavers.

Pattern Weavers is the Order that recognizes, links, and weaves information. It does not generate data. It does not store it. It relates it.

It handles:

  • correlations between entities
  • semantic clustering
  • connections between events
  • structuring latent relationships

In Vitruvyan it:

  • receives embeddings from Babel Gardens
  • uses retrieval from Qdrant
  • builds networks of meaning
  • supports explainability and reasoning

It is the weaver of the cognitive design.

Memory Orders

Metaphor: Memory recalls historical memory. Orders indicates discipline and structure.

Memory Orders governs coherence and integrity across the system’s memories. Vitruvyan uses two complementary stores:

  • Archivarium (PostgreSQL) — structured memory
  • Mnemosyne (Qdrant) — semantic memory

Memory Orders:

  • monitors coherence between the two
  • detects drift
  • plans synchronizations (evolves toward automated reconciliation)

It is not storage. It is the guarantor of alignment between structured reality and semantic representation.

Vault Keepers

Metaphor: Vault recalls a safe. Keepers are custodians.

Vault Keepers preserves traceability and auditability. It handles:

  • decision logging
  • preservation of critical events
  • audit trail
  • versioning of evaluations

In Vitruvyan it:

  • makes every decision verifiable
  • guarantees accountability
  • supports compliance and review

It is the system’s legal memory.

Synaptic Conclave

Metaphor: Synaptic recalls neural connections. Conclave evokes a deliberative assembly.

Synaptic Conclave is the cognitive bus. It handles:

  • event transport
  • coordination between Orders
  • asynchronous communication
  • state propagation

It does not compute. It does not decide. It connects.

It is the infrastructure that lets the Sacred Orders behave like a coordinated organism, not isolated services.


Neural Engine

Neural Engine is not a Sacred Order — it is a computational engine that:

  • aggregates factors
  • computes scores
  • produces rankings
  • integrates deterministic sub-engines (e.g., VARE, VWRE)

On this page