index f6eb3e8..b6746c1 100644
@@ -16,4 +16,4 @@ an unstructured data logger that accepts anything — text, voice, images, senso
the technical core is an LLM that ingests each new entry, compares it to what's been logged before, and decides: does this fit an existing schema? should I update the schema? is this a new category entirely? this is surprisingly tractable with a modern LLM — the hard part is making the schema evolution feel stable rather than constantly shifting. the user-facing value is that it lowers the activation energy for logging to near zero: just dump whatever is on your mind, and the system handles the rest. the data becomes queryable and analyzable later because the schema inference has done the structuring work.
-connects to [[axon|axon]] which is the personal memory layer that this feeds into — universal data capturer is the ingestion side of axon's retrieval layer. [[life-search|life search]] depends on having rich logged data to search over. [[sensor-capturer|sensor capturer]] is the hardware version of the same capture impulse — physical sensors instead of text/voice. [[me-model|me model]] would be trained on the data this produces. [[episodic-memory-builder|episodic memory builder]] is a more focused version for a specific type of log entry. [[ifttt-personal|personal IFTTT]] could sit on top to trigger automations based on patterns the capturer detects.
\ No newline at end of file
+related: [[axon|axon]], [[life-search|life search]], [[sensor-capturer|sensor capturer]], [[me-model|me model]], [[episodic-memory-builder|episodic memory builder]], [[ifttt-personal|personal IFTTT]]
\ No newline at end of file