shape of agent-native db is more clear now:
less: system of record
more: context assembly
models, memories, maps, reasoning structures
from "retrieve some data for LLM"
to "curate & maintain context state"
multi-paradigm, not just multimodal:
graph, columnar, documents, KV, objects, embeddings
not trying to suck every resource into
acts as an index & coordination surface for agents & existing systems
CONTEXT-AS-CODE
git-style: branch, version, merge
set of linted queries [lens]
ready for concurrent batch writes
ONTOLOGY-AS-CODE
declarative schema file
enforced, versioned, tracked
SECURITY-AS-CODE
single YAML policy file
enforced at the lens level
UI-AS-CODE
Jupyter-like notebook dashboards
living projection of the domain models
INFRA-AS-CODE:
lakehouse: compute & storage are separated
terraformed: S3 elastic compute
FROM source of truth
TO source of competing views on what's useful now.