Skip to content
8BraidCreators of 8DB
8Braid / 8DB / Capabilities
8DB / Capabilities

What the features mean in practice.

Start with a familiar task. These examples connect each database primitive to the work it can support, with links to the engineering behind it.

01 / Embeddable

The database runs inside your application.

Example scenario

A field laptop with its own working records.

An engineer opens maintenance records on a laptop at a remote site. The application uses an embedded database on that device, so local reads do not require a separate database server or a round trip to the cloud. 8DB supports iOS, watchOS, macOS, Windows, Linux and Android. The integration is selected for the device’s memory, storage and workload.

Across devices and operating systems
iOS · watchOS · macOS · Windows · Linux · Android

From a watch or phone to a workstation or server, choose the integration for the target platform and workload.

02 / Omnimodal

Keep the shape. Connect the meaning.

One data environment for familiar records and the structures that make richer questions possible.

Native representations and operators

More than documents, vectors and graphs.

8DB also works with scale, topology, geometry and partial order. These structures preserve information that can disappear when everything is flattened into rows or embeddings.

MERA tensor networks

Examine information across resolutions, with reconstruction and fidelity context.

Topological braids

Represent the order of interactions and compare crossing patterns.

Geometric manifolds

Use the declared geometry to make distance meaningful.

Order lattices

Compare and combine values while preserving incomparable alternatives.

03 / Native mesh

Coordination is part of the data architecture.

Example scenario

Two teams working between connections.

Two field teams keep local records while connectivity is intermittent. When a link becomes available, the mesh provides a path to exchange approved updates. Identity, policy and the rules for reconciling changes are part of the deployment design. A useful evaluation includes disconnection, conflicting changes and reconnection.

05 / Governance

Access rules are enforced with the data.

Example scenario

A project member and an external reviewer.

The project member can access the working material. The reviewer receives the approved records for a specific review. The database enforces the applicable access policy through the authorized data path, so the application can evaluate who is permitted to read or change a record.

Project member

Working records within their assigned authority.

External reviewer

The approved review set within their assigned authority.

Programmable rights + transactions

Give an action explicit conditions.

Reusable 8DB capabilities

An entitlement with a scope, budget and expiry.

8DB can carry these limits in signed constraints, evaluate a governing agreement before redemption, and retain evidence of an accepted change. Configured transaction gates, policy-bound protection and authorized views connect the action to its rules.

Digital Fabric applies these mechanisms to settlement. Agent budgets, service allowances and governed data access are other application patterns to evaluate.

06 / Confidence + provenance

Keep the support behind a claim visible.

Example scenario

A promising simulation, with an experiment still open.

A computational result supports a candidate. Its source, assumptions and confidence are retained, while experimental validation remains an open requirement. If supporting evidence changes, dependent claims can be reassessed. Confidence describes the recorded support; its interpretation belongs with the method that produced it.

Verification + selective disclosure

Give a reviewer evidence they can check.

Implemented component / example application

One inspection record, with proof of its membership.

A buyer can receive an approved record and verify its membership in a signed batch. The remaining records stay with the supplier. 8DB also includes defined aggregate checks and policy-binding attestations, with different verification and disclosure contracts.

07 / PQC + encryption

Protect the data and account for the cost.

Measured example

A 115-byte record becomes 131 bytes in both key paths.

8DB keeps the per-record cipher the same while adding post-quantum key establishment and batch signatures. The measured incremental post-quantum record payload is zero bytes.

08 / Adaptive performance

Make the execution fit the hardware.

Example scenario

A watch, a phone and a workstation.

8DB’s Adaptive Performance Engine uses hardware, power state and workload signals to tune cache, synchronization and indexing strategies. Performance and power efficiency become part of choosing how the work runs.

On a watch

Prioritize a small working set and limited radio activity.

On a phone

Adjust synchronization budgets for the power and network conditions.

On a workstation

Use larger caches and more parallel work where the execution path supports it.

For the application

Keep access and evidence requirements explicit while choosing a resource budget.

The scenarios explain resource choices. The linked measurements concern specific storage workloads; they do not isolate the adaptive engine’s power savings.

Designed for an AI-native world

Build on connected knowledge.

8DB’s 2026 implementation brings data structures, evidence, confidence and governance into one database architecture. An application can work with different views of the same information while retaining the sources and conditions behind its conclusions.

One representation, many views

Move between a record, a relationship, geometry and a time series while keeping shared identity.

Knowledge with its conditions

Keep the source, confidence and permission alongside the information an agent uses.

Conclusions that can change

Reassess dependent claims when evidence or assumptions change.

Models connected by the application

Use external AI under the application’s authorization while the database retains the resulting information and its evidence.

Established foundations, a new implementation

Choose the structure for the work.

8DB combines a write-optimized Bε-tree engine with native search, governance, confidence and cryptographic protection. Bε-trees buffer updates so a storage operation can carry a useful batch of work while retaining ordered access and range queries. That tradeoff matters for applications that write and update continuously.

Its mathematical foundations precede this implementation: Brodal and Fagerberg’s buffered dictionary work appeared in 2003. The related cache-oblivious streaming B-tree and lookahead-array work appeared in 2007. The useful comparison is how an implemented system performs on the application’s workload.