No mandatory service
An embedded requirement should not inherit a remote database, cache, credentials, network, and on-call burden by default.
Origin and intent
Hyphae was created to make local durability, exact query behavior, and result verification available without turning every application into a distributed system.
An embedded requirement should not inherit a remote database, cache, credentials, network, and on-call burden by default.
Exact KV and structured query should remain useful without embeddings, tokens, model drift, or a provider account.
A result should be complete or fail within its budget. Partial data must never masquerade as a successful answer.
When the trust boundary requires it, a caller should be able to challenge a result offline against pinned evidence.
Design principle
Durability should be quiet. Verification should be inspectable. Optional capabilities should remain optional.
The engine does not ask you to trust its confidence. It gives you the material to verify its result.
Product boundary
Hyphae names what it does not do so that integrations remain choices rather than hidden dependencies.