What Gordon explored
Raw Evidence as the anchor. Everything starts with raw evidence, files, blobs, documents, code, logs, chats, images, records, scientific data, or app data. The raw source should not disappear after a summary, label, or model output is created. The raw evidence is what every later interpretation traces back to.
BraidRecords as the bridge between raw data and structured meaning. A BraidRecord can hold the identity of the original evidence, decoded concepts, structural information, metadata, tenant context, lifecycle state, and the decoder version that produced the interpretation. The goal is to make evidence durable and traceable.
A semantic understanding layer where raw data becomes searchable before it is perfectly labeled. Instead of treating information only as plain text chunks or opaque vectors, the system decodes data into layers of meaning, low level structure, format patterns, concept edges, motif relationships, labels and candidate labels, validators and refutations. The important principle: semantic output should not automatically become truth, it should become evidence that can be validated, challenged, promoted, or rejected.
OTP style search and traversal. UDU / TIE / Braid makes evidence understandable; OTP makes that evidence searchable. A query becomes weighted concept seeds that move through concepts, relationships, validators, labels, and evidence records. Stronger, more validated paths carry more relevance. The goal is search that can explain itself, not just 'this result is similar' but 'this result was reached through these concepts, these relationships, this validator, this source evidence, and this permission scope.'
Security and trust inside the evidence model itself, not just a login screen on top of it. The current mental model: BraidHash gives integrity, Nexus Caps give authority, Raw Vault and KMS give confidentiality, validators give evidence discipline. Together this forms the early shape of what I think of as the Nexus Trust Fabric, covering tenant isolation, capability based access, content identity through hashes, encrypted raw storage, key management, hydration permissions, audit logs, validation trails, plugin safety, and agent scoped access.
Plugin based domains so the core stays generic. A code plugin might understand repositories, symbols, functions, files, dependencies, and patches. A docs plugin might understand sections, citations, summaries, policies, and claims. A science plugin might understand observations, samples, instruments, measurements, and validations. The core stores evidence; plugins add domain meaning.
A thermal version lineage to organize how the architecture grows over time: Genesis → Lava → Magma → Plasma → Zero Disk. Genesis is the first foundation where the database starts becoming evidence native instead of just app storage. Lava is the active flow layer where evidence enters and becomes usable. Magma is the deeper storage engine direction, WAL, memtables, SSTables, compaction, snapshots, native indexing, durability. Plasma is the intelligent optimization horizon, heat aware placement, semantic confidence, probability flow, validation weight. Zero Disk is the object store native, cloud scale persistence horizon. The current work is at Genesis.