Platform  /  DTL

DTL

Is this output or decision allowed?

DTL routes an output or decision into a defined verification lane, applies machine-readable rules, and returns a categorical result with the reasoning recorded. It does not score confidence. It decides, or it declines to decide.

Deterministic Taxonomy Lanes · AU provisional 2026905289

What it returns

acceptblockreviewabstainpending evidence

Categorical, not probabilistic. Where a lane cannot decide, it says so explicitly rather than returning a low-confidence answer that reads like a decision.

What it does

  • Classifies the output and selects the lanes that apply to it.
  • Runs each lane deterministically. The same input produces the same verdict.
  • Returns a categorical verdict rather than a probability.
  • Declines to decide where a lane cannot decide, instead of guessing.
  • Emits a signed record of what was checked and why.

What it does not do

  • It does not judge whether an answer is good, useful or well written.
  • It does not replace a model. It sits after one.
  • It does not improve accuracy. It refuses to promote work that fails a check.
Enterprise concerns

The questions this layer gets asked in procurement

ConcernWhy it decides the deployment
LatencyLanes run in-line. Budget is per lane, not per model call.
False-block rateThe number that decides whether production tolerates it.
Abstention rateDeterminism bought at the cost of usefulness is a real risk, so it is measured.
Lane coverageWhich classes of output have a lane, and which fall through.
Implementations

What runs inside DTL

Each of these is a real implementation with code behind it. Status is labelled honestly, and nothing is listed as coming soon.

ClaimGate

Interactive lab

Extracts claims from AI or scientific output and routes each one to the deterministic gate that can settle it.

UnitGate

Interactive lab

Dimensional-analysis checker for physics equations. Catches equations that cannot be right regardless of the numbers.

ElementGate

Interactive lab

Chemistry validator covering formula parsing, molar mass and reaction balancing against a known-compound registry.

StatsGate

Open source

Detects impossible or internally inconsistent statistics using GRIM and p-value consistency checks.

TheoryGate

Open source

Determinizer for mathematics and physics theory claims, returning exact verdicts rather than opinions.

ChipGate

Open source

Structural sanity checker for Verilog RTL. Finds undriven outputs, multi-driven signals and unintended latches.

MedGate

Interactive lab

Clinical decision-support checks covering dose binding, oncology dosing limits, interactions and paediatric restrictions.

ClaimLint

Open source

Lints documentation for unsupported AI and science claims. Runs as a CLI or a GitHub Action in CI.

MathGate

Open source

Exact-arithmetic engine producing replayable certificates. 1,116 of 1,116 ProofBench-X cases pass and reproduce.

Security Lanes

Open source

Reproducible test cases across CWE and OWASP weakness families with transparent scoring.

See it against your own workflow

A pilot runs in shadow mode. It controls no production decision, and the acceptance criteria are agreed before it starts.

Next · See it work AI Control Tower