---
title: 'Independent verification'
description: 'Checking an outcome with evidence, components, context, or authorities meaningfully separated from the system that produced it.'
canonical_url: 'https://darkfactory.dev/glossary/independent-verification'
markdown_url: 'https://darkfactory.dev/glossary/independent-verification.md'
collection: glossary
date_published: '2026-08-03T00:00:00-04:00'
date_modified: '2026-08-26T00:00:00-04:00'
---

# Independent verification


## Definition

Independent verification checks an outcome using evidence, components, context, or authority meaningfully separated from the system that produced it. The separation reduces the chance that the producer and verifier share the same hidden mistake.

Independence has several dimensions. A verifier may use a different model but the same prompt and evidence, or a different organization but the same benchmark contamination. Strong designs identify which failure needs separation, then choose an appropriate independent path such as a compiler, production metric, second data source, different toolchain, or accountable human review.

Independence reduces correlated error; it does not make the verifier correct. The verifying method still needs calibration, coverage, and a response for disagreement.

## Distinguish it from nearby terms

Self-critique reuses the producer and often its context. Cross-checking adds another check but may still share the same failure source. Independent verification deliberately separates the evidence or mechanism relevant to the risk.

## Check your understanding

Two agents using the same model inspect the same generated summary and agree on a citation. A direct check of the primary source is more independent than their agreement because it changes the evidence path.

## Related factory areas

- [Verification, evaluation & quality truth](https://darkfactory.dev/factory/verification)

## Evidence and further reading

- [Can Human Developers Detect AI Agent Sabotage?](https://arxiv.org/abs/2606.05647)
- [Cloudflare: Build your own vulnerability harness](https://blog.cloudflare.com/build-your-own-vulnerability-harness/)
- [Agentic Misalignment in Summer 2026](https://alignment.anthropic.com/2026/agentic-misalignment-summer-2026/)
