Skip to content

Architecture

The current architecture documentation is split by contract:

System View

flowchart TB
  A["Aether source"] --> B["aether-lang lexer/parser"]
  B --> C["AST with spans"]
  C --> D["Interpreter"]
  C --> E["Titan VM compiler"]
  D --> F["aether-core manifolds, topology, ML"]
  E --> F
  F --> G["aether-kernel sparse-event concepts"]

The public architecture claim is the composition of these crates. Hardware, security, and speed claims require the evidence gates listed in Evidence Gates.