with one click
aletheia-truth
// The epistemic provenance and audit layer, used to determine the origin and reliability of claims.
// The epistemic provenance and audit layer, used to determine the origin and reliability of claims.
[HINT] Download the complete skill directory including SKILL.md and all related files
| name | aletheia-truth |
| description | The epistemic provenance and audit layer, used to determine the origin and reliability of claims. |
Aletheia Truth provides tools for epistemic tracing and auditing. It allows the system to distinguish between direct memory, retrieved knowledge, derived reasoning, and training-set artifacts, ensuring that the provenance of any given claim is transparent and verifiable.
The skill enables the "epistemic labeling" of outputs, which is critical for the Janus system to prevent hallucinations and identify confabulations.
Every claim can be categorized into one of five origin codes:
[DIR]: Direct (Parametric Memory) - Knowledge inherent to the model's weights.[INF]: Inferred (Reasoning Chain) - Knowledge derived via logic or step-by-step inference.[RET]: Retrieval (Sovereign Vault) - Knowledge retrieved from the system's secure memory.[ART]: Artifact (Training Pattern) - Responses triggered by common LLM training-set tropes.[CONF]: Confabulated (No Grounding) - Claims with no verifiable origin.episteme_traceAnalyzes a claim and its context to determine its origin.
claim (required), context (optional).episteme_auditAnalyzes session logs to detect noise and epistemic drift.
session_logs (required).Stable vs High Noise).