Skip to main content

Data flow

Slow and fast paths

Genesis implements only deterministic observation and execution. Later compiler work may use expensive discovery, browsers, and models, but those belong to a slow path. A promoted adapter’s fast path should eventually remain:
No model or browser should remain in the ordinary execution path when a stable direct representation exists.

Deliberate simplicity

Genesis does not use:
  • a database;
  • a message broker;
  • a graph database;
  • Kubernetes;
  • a browser;
  • an LLM;
  • Wasm;
  • blockchain infrastructure.
These exclusions keep the first trust proof inspectable. Components enter only when a measured requirement and an explicit boundary justify them.
Last modified on August 10, 2026