Ordered reasoning commits
Record decisions, actors, approval state, and context lineage as append-only events instead of letting them vanish between sessions.
MumpixDB is the local-first reasoning ledger for AI systems. It records durable decisions, context roots, actor attribution, and replayable state behind a canonical protocol surface. WYD Code is a separate product built on top of this layer, not the database itself.
The v3 whitepaper thesis is straightforward: modern AI systems need durable reasoning, not just transient prompts. MumpixDB turns AI decisions into ordered, replayable, auditable state that applications and tools can actually depend on.
Record decisions, actors, approval state, and context lineage as append-only events instead of letting them vanish between sessions.
Rebuild what the system knew, when it knew it, and which decision path produced the current state.
Expose MumpixDB through canonical `/v1` endpoints and transport adapters without changing the meaning of the ledger.
The whitepaper v3 contract is the product truth. Hosted routing can sit behind deployment-specific prefixes such as /benchmark, but the protocol definition remains the same. Applications integrate to the contract, not to one host's reverse-proxy shape.
The database is separate from the products built on top of it. MumpixDB provides the ledger, key hierarchy, watch surface, and replayable state. Adjacent packages expose that engine in browser, system, and file-oriented environments.
npm i mumpix
npm i mumpixfe
npm i mumpixsl
npm i mumpixfs
This playground simulates how MumpixDB behaves as a local-first reasoning store: write durable facts, inspect state, switch modes, and test the shape of replayable memory before wiring it into a daemon or product layer.
MumpixDB remains the foundational layer. Paid plans add stricter operational guarantees, verified execution, governance, and commercial support for production deployments.
Start with the base database layer, then add higher-level products and stricter guarantees only where you need them.