Crystals
How Nowledge Mem synthesizes stable reference knowledge when multiple sources converge on the same insight.
You mention React performance tips in a ChatGPT session. A week later, you discuss the same topic in Cursor. A month after that, you save an article about it. Each memory is useful on its own, but none gives you the full picture.
Crystals are what happens when the system notices this convergence and synthesizes a single, comprehensive reference from the pieces.
What a Crystal is
A Crystal is a memory, but a special kind. It is synthesized from three or more source memories that independently touch the same topic. The system reads the sources, identifies what each one contributes, and writes a unified summary that stands on its own.
The result is a reference article you can read without hunting down the original conversations. It answers the question "what do I actually know about X?" with a single, coherent document instead of scattered fragments.
Crystals are not auto-generated summaries. They require convergence from multiple independent sources, and the synthesis is evaluated for quality before anything is created.
How Crystals form
Crystal formation follows a pipeline:
-
EVOLVES detection finds that a new memory relates to existing ones. The system creates relationship edges (replaces, enriches, confirms, or challenges).
-
Cluster evaluation fires after new edges are created. It checks whether any cluster of related memories has reached the convergence threshold: three or more source memories on the same topic, with enough distinct information to warrant synthesis.
-
Synthesis happens if the cluster qualifies. The system reads all source memories, identifies what each one contributes, and produces a unified Crystal. The Crystal links back to every source through CRYSTALLIZED_FROM edges, so you can always trace where the knowledge came from.
This pipeline runs as part of background intelligence. A dedicated weekly crystallization review also scans for clusters that event-driven detection might have missed.
Why three sources
Two sources is a correlation. Three is a pattern. The minimum of three independent sources is a quality gate that prevents weak connections from being elevated to reference status.
The sources do not need to come from the same platform. A Crystal built from a ChatGPT conversation, a Cursor session, and a manually saved note is often more valuable than one built from three messages in the same thread, because the cross-platform convergence is stronger evidence that the knowledge matters.
How Crystals affect search
Crystals receive a ranking boost in search results. The reasoning is straightforward: a Crystal represents corroborated, synthesized knowledge, which is more likely to be what you are looking for than any single raw memory.
The boost is meaningful but not overwhelming. A Crystal that is only loosely relevant to your query will not outrank a raw memory that is a perfect semantic match. Semantic relevance is still the dominant ranking signal.
Crystals also contribute to the confidence score of their source memories. If a memory has been used as a source for one or more Crystals, that counts as evidence of its value.
What you see
Crystals appear in your feed timeline with their source count and the platforms they drew from. You can open a Crystal to read the synthesis, then drill into individual sources to see the original context.
In the graph view, Crystals appear as distinct nodes with edges pointing back to their sources. Double-clicking a Crystal expands these edges so you can see the full provenance.
Updates, not auto-mutation
Knowledge evolves. The sources that formed a Crystal might get updated, contradicted, or replaced by newer understanding. When this happens, the system proposes an update to the Crystal rather than silently rewriting it.
You decide whether to accept the update, keep the current version, or dismiss the suggestion. Crystals follow the same principle as the rest of Mem: the system proposes, you decide.
Next steps
- Knowledge evolution explains the EVOLVES edges that feed into Crystal formation
- Background intelligence covers when crystallization runs and how it is scheduled
- Search architecture explains how Crystals affect ranking