From 08c6a81246625a6ab86db307a08a21c98b467901 Mon Sep 17 00:00:00 2001 From: "SYM.BOT" Date: Mon, 30 Mar 2026 13:03:08 +0100 Subject: [PATCH] Explain SVAF on first mention: Symbolic-Vector Attention Fusion Readers encountering "SVAF" for the first time now get the full name and a one-line explanation of what it does (per-field evaluation engine that decides what enters each agent's memory). Co-Authored-By: Claude Opus 4.6 (1M context) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ce651e7..3c50c2e 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ No special API. No routing logic. Just CMBs with lineage: sym observe '{"focus":"should we use UUID v7 or keep v4?","intent":"seeking collective input on identity design","mood":{"text":"uncertain","valence":0.0,"arousal":0.3}}' ``` -**2. The mesh responds** — every coupled agent receives your CMB. [SVAF](https://sym.bot/research/svaf) evaluates it per-field. Agents where the question matches their domain respond automatically: +**2. The mesh responds** — every coupled agent receives your CMB. [SVAF](https://sym.bot/research/svaf) (Symbolic-Vector Attention Fusion) — the per-field evaluation engine — evaluates each of your CMB's 7 fields independently against the receiving agent's domain weights. Agents where the question matches their domain respond automatically: - **Knowledge agent** responds: *"RFC 9562 published 2024, UUID v7 is IETF standard."* (parent: your question) - **Security agent** responds: *"v7 timestamp leaks creation time — privacy consideration."* (parent: your question)