Skip to content
HLNA LABS

AI Reliability

Proof / Relay

Know whether your AI actually followed the rules.

What
Verification and controlled execution for AI systems.
Category
AI Reliability
Status
Status: Active developmentUnder regular, active work. Not yet publicly available.

01

Overview

Proof and Relay are two related tools for making AI systems trustworthy in practice. Proof checks whether an AI actually did what it was required to do. Relay controls how an AI is allowed to act in the first place.

They are designed to work together, but neither depends on the other. Proof can evaluate a model or agent on its own; Relay can govern AI actions whether or not they are later evaluated.

02

The problem

AI output is easy to generate and hard to verify. A response can look correct, sound confident and still skip a requirement, cite evidence that doesn't support it, or take an action it was never permitted to take.

Evaluation has failure modes of its own. Scorers have bugs. Reference answers drift. A test that passes because the evaluator is wrong is worse than no test at all, because it creates confidence that hasn't been earned.

As agents move from answering questions to taking actions, the cost of those failures rises. It needs to be possible to see what an agent did, show that it stayed within its limits, and check the result.

03

The approach

Proof treats evaluation as an engineering discipline. Fixtures define inputs and expected behaviour. Model responses are saved and can be replayed, so scoring is deterministic and repeatable. Claims must be backed by evidence, and catastrophic failures are detected on their own rather than averaged away.

Proof also checks itself. When a result looks wrong, it distinguishes a genuine model failure from an evaluator false positive or a problem in the gold corpus, and the scorers and corpus are verified for correctness in their own right.

Relay sits around AI actions at execution time. Tool use is bounded by explicit policy, every action is recorded with its provenance, and the evidence needed to verify the work later is captured as it happens.

04

Two components

Verification

Proof

Evaluation and verification of AI behaviour against explicit requirements and evidence.

  • Fixtures
  • Expected behaviour
  • Model responses
  • Deterministic evaluation
  • Evidence validation
  • Catastrophic failure detection
  • Scorer correctness
  • Gold corpus integrity
  • Replaying saved responses
  • Evaluator false positives
  • Model failures
  • Gold issues

Controlled execution

Relay

A controlled execution layer that makes AI actions observable, constrained and verifiable.

  • Bounded tool use
  • Execution controls
  • Policy
  • Auditability
  • Evidence
  • Provenance
  • Observability

05

Capabilities and focus

Where the work is focused.

Evaluate

  • Fixture-based evaluation — inputs paired with expected behaviour
  • Deterministic, replayable scoring — saved responses re-scored without re-running models
  • Evidence validation — claims checked against what actually supports them

Diagnose

  • Catastrophic failure detection
  • Model failure vs. evaluator false positive vs. gold issue
  • Scorer correctness and gold corpus integrity

Control

  • Policy-bounded tool use
  • Audit trail with provenance
  • Evidence captured at execution time

06

Architecture

Where Proof and Relay sit

  1. Task + explicit requirements
  2. AI model or agent
  3. Relaypolicy · bounded tools · execution controls
  4. Actions + evidence + provenance
  5. Prooffixtures · deterministic scoring · evidence checks
    • Pass
    • Model failure
    • Evaluator issue
    • Gold issue
Relay governs what an AI is allowed to do. Proof checks what it actually did.

07

Development status

Status: Active developmentstage: in development

Proof and Relay are in active development and are not yet publicly available.

  1. 01Research
  2. 02Prototype
  3. 03In Development (current stage)
  4. 04Beta
  5. 05Live
Or, at any stage:PausedArchived

Product site

None yet. This page will link to one when Proof / Relay has a public home of its own.