TruthMesh is a new architectural paradigm that shifts the focus from "Generative AI" to "Verified Intelligence." It replaces the probabilistic Judge LLM with a deterministic mesh of signal verifiers.
This repository contains a design document and a minimal, dependency-free Python prototype that demonstrates the deterministic primitives: Spectral Semantic Decomposition (SSD), Causal Provenance Hashing (CPH), and Entropy-Weighted Fusion.
See docs/architecture.md for a full design description and examples/run_demo.py to run a quick smoke-test.