Platform Thesis
MatrixArk turns LLM context into a production serving layer.
Production LLM apps need live context infrastructure, not another prompt template.
MatrixArk lets vertical AI companies send simple domain events and raw user questions;
MatrixArk handles context planning, schema validation, storage routing, freshness,
replay, and token-budgeted context-pack assembly, so prompts carry less stale noise and
final LLM answers can become more accurate.
TemporalStore is the default serving engine: time-aware memory, temporal KV, latest KV,
low-latency serving, replay, freshness, cache, and persistence. MatrixDB and MatrixKV
are complements: add MatrixDB for Redis-compatible hot state at scale, and add MatrixKV
only for low-volume transactional truth. The Rust version of TemporalStore is planned
to be open sourced in July 2026.
Time + Speed
Default serving engine for time-aware memory, temporal KV, latest KV, low-latency fetch, prompt replay, freshness, and long sequences. Planned Rust open source in July 2026.
- Cover most LLM context management use cases directly.
- Use multi-layer cache plus persistent storage.
- Serve fresh context and latest values in one path.
Open TemporalStore
Serverless DB
Complementary Redis-compatible, multi-tenant KV database for hot sessions, profile KV, LMCache metadata, scans, exports, and database-style operations.
- Support Redis migration and familiar APIs.
- Scale to tens of millions of QPS with tenant isolation.
- Serve large profile, summary, cache, scan, and export workloads.
Open MatrixDB
Truth + transactional
Complementary low-volume transactional KV for strong consistency, permissions, approvals, committed actions, and trusted control state.
- Usually not required for context management.
- Use for ownership, leases, approvals, and actions.
- Keep strong consistency separate from serving paths.
Open MatrixKV
Blogs
Product notes for building production LLM context systems.
Start with the vertical AI context use case, then go deeper on time-aware memory,
prompt-time freshness, token savings, final-answer quality, context replay, runtime reuse,
and when MatrixDB or MatrixKV should complement TemporalStore.
Flagship Use Case
How agent apps and copilot products can define domain objects once while MatrixArk serves compact, fresh, replayable context that can save tokens and improve final LLM quality.
Time-Aware Context
How time validity, stale-memory blocking, prompt replay, and stable context reuse can save tokens and improve agent quality.
TemporalStore
The core product story: time-aware memory lets agents know what changed, what expired, what is still open, and what to replay.
Target Customers
How domain AI teams can ship reliable copilots with durable memory, prompt freshness, replay, and context governance.
Open Source TemporalStore
Use TemporalStore when the core need is context serving: temporal KV, latest KV, replay, freshness, and persistent memory.
Full Stack
When context becomes a platform: TemporalStore for serving, external VectorDB/S3 retrieval, MatrixDB for database KV, and MatrixKV for low-volume strong consistency.