One idea, tested across three domains: you can only trust what you can verify. Reliability is a property of the verification surface, what each stage exposes to be checked, not of the model. Three papers develop it, from coding agents to medical imaging to language models. Start with the readable flagship, then the two companions.
The Framework · Flagship
The flagship, where the framework is defined: reliability is a property of the verification surface a stage exposes, not of the model. Built on a 97-day production coding pipeline, with Claude generating plans, designs, code, and tests and Gemini reviewing through four gates, 5,109 checks across 165 releases. The core finding is a surface-target split: design-stage review catches the broad failures that code-stage gates miss. The two companion papers carry the same rule into other domains.
The readable framework. Start here.
The evidence behind it
Trilogy Flagship · Formal PaperTrust Topology: Verification Surfaces as the Unit of Reliability. doi:10.5281/zenodo.20292194 · Read the PDF (3.8 MB)
Companion · Cross-Domain
A companion in a new domain: does the framework hold outside code? The same verification-surface rule, carried into medical image segmentation across prostate MRI, liver and kidney CT. It began with a published precursor; this companion extends it with a new surface that exposes the cancer signal mask geometry alone can't see, the constructive move at the heart of the theory.
First Trilogy Companion · Formal PaperTarget-Specific Verification Surfaces for Cross-Stage Quality Assurance: A Medical Image Segmentation Case Study. doi:10.5281/zenodo.20331363 · Read the PDF (870 KB)
Earlier precursor
Companion · Language Models
A companion one layer down: the same construction dropped to the language model itself, token emission and structured output, where the flagship measured over a whole software pipeline. Schema validity isn't semantic correctness; a schema stops malformed output but not a hallucinated entity. Which token, schema, and disagreement checks bite on which target, and which don't.
Second Trilogy Companion · Formal PaperVerification Surfaces in Language-Model Systems: Token, Schema, and Structured-Output Reliability. doi:10.5281/zenodo.20331399 · Read the PDF (900 KB)
In practice
Also