MetaCRDT
A substrate for structured coordination, local‑first computation, and human–to-agent symbioic interface.
Why MetaCRDT?
MetaCRDT is a unified lattice of Conflict‑Free Replicated Data‑Types (CRDTs), a typed task/agent model, and a local‑first execution kernel. Together, these primitives let us express arbitrarily rich workflows—from compliance data‑rooms to generative group games—while preserving:
- →State Convergence — Strong eventual consistency across arbitrary network partitions.
- →Auditability — Verifiable provenance and cryptographic time‑stamping of every mutation.
- →Composability — Typed schemas that compile to SQLite, Postgres, and Cloudflare Durable Objects.
- →Agent‑Native Semantics — Deterministic slots where LLM agents can observe, propose, and merge changes alongside humans.
Ongoing Research Programmes
datarooms.metacrdt.com
Structured Workspaces for compliance, onboarding, and regulated operations.
groupchat.metacrdt.com
Conversation Graphs that treat every message as a first‑class CRDT node.
rabbithole.metacrdt.com
Exploratory Knowledge Mining—LLM agents recursively traverse data‑rooms to surface latent structure.
dataverse.metacrdt.com
Polyglot Data Federation across heterogenous stores (CSV ⇄ Graph ⇄ Parquet).
threadquest.metacrdt.com
Procedural Narrative Systems where an AI Dungeon Master orchestrates branching story graphs in group chat.
Architectural Stack
- Effect‑Core Runtime – Pure functional, interruptible fibers scheduling deterministic computations.
- CRDT Kernel – Op‑based, delta‑encoded structures (G‑Counter, MV‑Register, Last‑Writer‑Wins Set, custom λ‑CRDTs).
- Agent Interface Layer – Canonical event log → embedding cache → reflection prompts → merge‑proposal objects.
- Transport Adapters – Gateways for WebSocket, Durable Objects, Server‑Sent Events, and p2p WebRTC.
- Type Generation Pipeline – Single source of truth in
@effect/schema
→ TypeScript types, JSON Schema, SQL DDL, and OpenAPI.
Academic Collaborations & Publications
- →"Composable Task Lattices for Regulated Workflows" – Under review, ACM SIGMOD 2025.
- →"Narrative CRDTs: Convergent Story Graphs at Scale" – Workshop on Interactive Storytelling, NeurIPS 2024.
- →"Agent‑Mediated Consistency Proofs via Typed Merge Contracts" – Formal Methods in Software Engineering, ICSE 2025.
Pre‑prints are available for peer review; email research@metacrdt.com with credentials.
Participate
- →Read the Docs – Deep‑dive tutorials on schema design, agent slots, and formal proofs.
- →Join the Alpha Cohort – Access private registries and reference implementations.
- →Propose a Lab – Submit a two‑page abstract describing how MetaCRDT primitives can unlock your domain.
MetaCRDT is an open, evolving substrate; each sub‑domain is a living laboratory. If your work demands structured coordination under real‑world network conditions, we invite you to build with us.