Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,19 @@ sqlite3 build/search.db "SELECT artifact_id, layer_name FROM search_index LIMIT

**Architecture evolution** — Swap monthly rollups for topic-based clustering. Transcripts and episodes stay cached. No migration scripts.

## Known Limitations

Synix provenance is retrospective: it tracks which inputs and prompts
produced each artifact. However, it cannot answer forward-looking
questions such as:

> "If I change this transcript, what downstream artifacts would be affected?"

Answering this requires re-running `synix plan`.

This is a known limitation of the content-addressed caching model.


## Where Synix Fits

| | Mem0 | Letta | Zep | LangMem | **Synix** |
Expand Down