AI provenance is the chain that connects a task, worker identity, exact artifacts, evaluation, and authority decision. Without that chain, an agent can produce a plausible result while later reviewers cannot establish what actually ran or which artifact was verified.
For software-agent work, retain enough information to answer:
IDKMesh separates these concerns across WorkUnit, ResultManifest, EvaluatorPlan, and VerificationResult contracts.
The repository deliberately distinguishes:
A reproducible simulator can show that an algorithm behaves as implemented without proving that it improves real agent collaboration. Keeping those classes explicit makes AI evidence more useful to both humans and automated systems.
A review result becomes ambiguous if the candidate changes after evaluation. Good provenance binds evidence to immutable hashes, revisions, or artifact digests so a later reader can tell exactly what was checked.
It is the traceable record of origin, transformations, identities, artifacts, and evidence behind an AI-produced output or decision.
Because a text claim that “tests passed” is weaker than an inspectable record showing which tests ran on which exact artifact under which environment.
Pinned inputs and artifacts, deterministic checks where possible, recorded versions and identities, stable schemas, and commands or procedures another reviewer can rerun.
Not if it only records events. Stronger evidence also binds those events to the exact data, candidate, and evaluation that support a conclusion.
Start with the schema index, architecture, and specifications.
Useful fields include task identity, worker/model identity, timestamps, input references, artifact hashes or commit SHAs, tool/environment versions, evaluator identity, checks performed, outcomes, and the integration decision.
Record model/provider identity together with observable runtime or artifact evidence when available, and bind that identity to the exact ResultManifest or output digest rather than relying only on a host-side label.
Store the immutable commit SHA or artifact digest in the evaluation record and require re-verification when the candidate revision changes.
Logs record events. Provenance connects identities, inputs, outputs, transformations, and evidence into a traceable relationship that can support later verification.
Store references, hashes, redacted metadata, and reproducible commands while excluding raw credentials and sensitive payloads. Secret values should remain in dedicated secret stores, not evidence documents.
Browse all AI-agent trust topics.
Last reviewed: 2026-09-22.