Shared infrastructure around DSG-JIT.
Ix provides platform services that build and maintain persistent, versioned system models across many domains. Deterministic ingestion builds structure; LLMs are optional at query time.
Layered Architecture
Platform services + domain layers. Documents become versioned subgraphs backed by content-addressed blocks. Relationships come from deterministic extraction + resolution.
Discovery
Connectors enumerate sources; collect paths, owners, timestamps, types.
Normalize
Canonicalize formats; extract text/structure; normalize identifiers and refs.
Chunk + CAS Write
Content-addressed blocks with provenance anchors; versioned subgraphs.
Extract + Resolve Links
Deterministic entity/ref extraction; evidence-backed link resolution + merges.
Incremental Index
Update graph indexes + optional vector index; maintain audit log.
Graph + Versioned Docs
- Document subgraphs (rev lineage)
- CAS evidence store (blocks)
- Anchors + provenance
- Diffs / time-travel queries
Storage + Indexing
- Metadata store + ACL tags
- Vector index (optional)
- Graph indexes (neighbors/types)
- Audit logs
Query & Reasoning Runtime
- Hybrid retrieval (graph + vec + meta)
- Evidence-grounded outputs
- Tooling APIs for apps
- Optional LLM integration (not required)