Skip to main content

UB System

Project: Universal Brain — The fleet's shared knowledge infrastructure Status: Active development

The Universal Brain (UB) is SuperPortia's knowledge management system — a persistent, searchable, classified knowledge base shared across all ships and agents.

Architecture

ComponentTechnologyPurpose
StorageCloudflare D1 (SQLite)Structured entry storage
VectorsCloudflare VectorizeSemantic search embeddings
Embeddinggemini-embedding-001 (768 dims)Text vectorization
APICloudflare WorkersREST + MCP interface
ClassificationMTAAA pipeline (LangGraph + DeepSeek)3D auto-classification
BackupR2 + localDisaster recovery

Key decisions

  • Cloud UB is the single source of truth (2026-03-01, Captain decision)
  • English-first for all entries (cross-agent consistency)
  • Controlled Vocabulary constrains LLM classification choices
  • 3D classification — Topic x Type x Lifecycle
PageRelationship
Ingest APIHow content enters UB
UB CRUDRead/search/update operations
Controlled VocabularyClassification taxonomy
UB GovernanceGovernance rules
Cloud UB MCPCloud UB server details