Clark Farming CompanySoftware Foundry

Operating System · Doctrine

Enterprise AI Truth Governance Harness

Author: Julius (Governance Commander) Date: 2026-05-21 Context: Response to Emerson senior leadership concern about competing truths, epistemic drift, and knowledge poisoning in enterprise AI systems Related: Karpathy Large Language Model Wiki pattern, RAG data governance, Multi-Agent Orchestration governance Enterprise AI systems face a fundamental challenge: how to maintain truth integrity when ingesting from sourc…

draftneeds-review0 source links3 resolved links
wiki/wiki/governance/enterprise-ai-truth-governance-harness.md

Answer

Author: Julius (Governance Commander) Date: 2026-05-21 Context: Response to Emerson senior leadership concern about competing truths, epistemic drift, and knowledge poisoning in enterprise AI systems Related: Karpathy Large Language Model Wiki pattern, RAG data governance, Multi-Agent Orchestration governance Enterprise AI systems face a fundamental challenge: how to maintain truth integrity when ingesting from sourc…

Auto-generated neutral summary from the source page — needs human review before trusted use.

Evidence & Source Cards

No explicit artifact, library, or external source links found in this sample slice. Evidence state remains needs-review.

Source Excerpt

Author: Julius (Governance Commander)

Date: 2026-05-21

Context: Response to Emerson senior leadership concern about competing truths, epistemic drift, and knowledge poisoning in enterprise AI systems

Related: Karpathy Large Language Model Wiki pattern, RAG data governance, Multi-Agent Orchestration governance


Executive Summary

Enterprise AI systems face a fundamental challenge: how to maintain truth integrity when ingesting from sources that may be stale, contradictory, contextually limited, or deliberately false. This document outlines a company-specific harness architecture built around specialized AI agents, designed to establish and protect truth — not by eliminating competing truths, but by honestly representing what the system knows, what it's uncertain about, and where sources conflict.

The harness is built on six specialized agent roles, a three-layer knowledge architecture (inspired by Karpathy's Large Language Model Wiki pattern), and a source trust framework that weights information by provenance, recency, and domain applicability.


The Problem Space

Epistemic Drift

The overarching phenomenon. An AI system's definition of "truth" gradually shifts away from reality as it ingests conflicting sources, outdated information, or outright falsehoods. The system fails to maintain a stable epistemic baseline over time.

Retrieval Poisoning

The adversarial subset. Research by Amine Raji demonstrates that injecting just 3 fabricated documents into a RAG knowledge base caused the Large Language Model to report false data as fact with full confidence in 19 out of 20 queries — a 95% poisoning success rate with no defenses. Even benign data degradation (stale docs, conflicting policies) produces the same effect.

Context Contamination

When an Large Language Model receives multiple "authoritative" retrieved sources that contradict each other, it either hallucinates a middle ground or picks the wrong one with confidence. The system appears authoritative while being wrong.

Domain-Specific Truth Decay

Not all knowledge decays at the same rate. A 2023 blog post about AI model capabilities is already stale. A 2023 mechanical engineering specification may still be valid. The harness must apply differential decay based on domain volatility.


Core Architecture: Three-Layer Knowledge Model

Adapted from Karpathy's Large Language Model Wiki pattern for enterprise scale.

Layer 1: Raw Sources (Immutable Anchor)

Layer 2: Wiki (Curated Synthesis)

Layer 3: Schema (Governance Rules)


The Six Agent Roles

Each agent has a narrow mandate, explicit tool contracts, and defined escalation paths. No single agent has authority to establish truth unilaterally.

1. Ingestion Agent

Mandate: Acquire, validate, and archive new sources into the Raw layer.

Responsibilities:

Tool Contract:

Critical Pitfall: The Ingestion Agent must never modify source content. It archives verbatim. Any normalization happens in the Wiki layer, not Raw.

2. Verification Agent

Mandate: Cross-check claims against multiple sources and establish confidence scores.

Responsibilities:

Tool Contract:

Critical Pitfall: The Verification Agent does not resolve contradictions. It surfaces them. Resolution is a human decision or a Governance Agent policy decision.

3. Synthesis Agent

Mandate: Maintain the Wiki layer — create, update, and cross-reference knowledge pages.

Responsibilities:

Tool Contract:

Critical Pitfall: The Synthesis Agent is the most likely to drift — it's the one generating natural language. It must always cite sources, always flag uncertainty, and never smooth over contradictions for readability.

4. Governance Agent

Mandate: Enforce the Schema layer — maintain rules, manage source tiers, and handle escalations.

Responsibilities:

Tool Contract:

Critical Pitfall: The Governance Agent must never auto-resolve high-stakes contradictions. Its role is to apply rules, not to make truth judgments. Human review is the final authority.

5. Decay Agent

Mandate: Track knowledge half-lives and flag stale information.

Responsibilities:

Tool Contract:

Critical Pitfall: Decay is not deletion. Stale knowledge is flagged and archived, not removed. Historical context matters, especially for engineering and compliance.

6. Query Agent

Mandate: Answer user questions with honest epistemic positioning.

Responsibilities:

Tool Contract:

Critical Pitfall: The Query Agent is the face of the system. It must resist the Large Language Model's natural tendency to be confidently wrong. When in doubt, it escalates rather than guesses.


Source Trust Framework

Not all sources are equal. The harness implements a tiered trust system:

Tier 1: Authoritative Sources (Weight: 1.0)

Tier 2: Trusted Sources (Weight: 0.7)

Tier 3: Reference Sources (Weight: 0.4)

Tier 4: Low-Confidence Sources (Weight: 0.1)

Trust Calculation

For any claim, the system calculates:

Trust Score = SUM(source_weight × recency_factor × domain_applicability) / MAX_POSSIBLE_SCORE

Source excerpt truncated at 220 of 367 lines. Open the canonical wiki path above for the full page.

Relationships

Outbound links

Referenced by

Tags

governanceenterprise-aitruth-managementepistemic-integrity