#1
1 fact40 DoT0.4 KiB
root · 362d2d4d3628…95f6f3prev · —2026-06-28 02:05:37Z
Triangulated and web-grounded citations sealed into Merkle-rooted blocks. Inside each block: an inclusion proof you can verify against the root in O(log n) hashes. Between blocks: a simple previous_hash chain anyone can walk. Anyone — including a competing AI service — can query /api/truth-blocks/{id}/proof/{citation_id} to confirm a single fact without trusting our database.
Every chat message is semantically searched against the verified-citation index BEFORE the LLM is called. Top hits are injected into the system prompt as anchors the model must defer to over its training data. This is what kills drift on known facts.
Made with Emergent