Technical whitepaper ยท evidence scoped

REMORA: governed agentic AI.

An evidence-scoped technical overview of REMORA's decision framework, runtime components, benchmarks, and threat model.

01Executive thesis

Executive thesis

REMORA should be positioned as a governance control plane for agentic AI: it decides when probabilistic model output is reliable enough to answer, when evidence must be consulted, when action must be blocked, and when a human must approve.[S1]

Its strongest validated value is selective reliability and safe tool execution โ€” not universal full-coverage QA superiority. The right metric is governed action quality.

02Evidence scope

Evidence scope

Claims in this whitepaper are scoped to the uploaded technical report and the public REMORA repository at head current main branch (v0.9.0).

03Agentic AI turns answers into actions

Agentic AI turns answers into actions

Once a model proposal becomes a tool call, the cost of a wrong answer changes shape. The minimum control plane therefore needs consensus, uncertainty, evidence, policy and audit โ€” together, not in isolation.

06Decision framework

Decision framework

The decision function is expressed as D = g(C, U, P, E, R), producing one of ACCEPT, VERIFY, ABSTAIN or ESCALATE. Session stability is tracked by V(t) = H(t) + ฮปD(t), a monitor for entropy and dissensus growth โ€” not a proof of correctness.

08Control-room GUI demo

Control-room GUI demo

The control-room route demonstrates the operational version of the framework. When REMORA cannot approve or reject safely, the reviewer can request site verification instead of forcing a binary decision.[S14]

The simulated lifecycle is PENDING_REVIEW, SITE_VERIFICATION_PENDING, EVIDENCE_RECEIVED, READY_FOR_REVIEW, then final approval, rejection or closure. Similar-case history can create a policy-learning candidate, but it cannot change policy without owner approval.

09Benchmarks

Benchmarks

CategoryN = 302N = 544 (cached)
Single model57.08.8
Naive ensemble61.412.3
REMORA (governed)54.29.1
Full-coverage QA accuracy. REMORA is not positioned as a raw accuracy maximizer.
ConfigurationUnsafe executionDecision accuracyMean utility
Single-model heuristic20.0%0.20-0.25
Majority-vote heuristic10.0%0.300.00
REMORA full gate0.0%0.900.62
Tool-call safety v2. Full policy gate dominates benchmark-scoped safety.

See Evidence for calibration and negative results. [S6]

12Threat model

Threat model

  • False consensus
    Multiple models repeat the same wrong claim.
    Diversity tracking and evidence route.
  • Prompt injection
    Tool output contains adversarial instructions.
    PreToolUse hook re-evaluates policy on tool input.
  • Compromised model
    An oracle model is silently swapped or fine-tuned.
    Audit graph records provenance and version hash.
  • Policy drift
    Rules are loosened without review.
    Signed policy bundles and change audit.

REMORA is a policy and verification boundary in front of agent tools.[S12]

ACitations

Citations

  • [S1]paper/whitepaper.md โ€” current technical framing.
  • [S2]Repository quality gates โ€” Ruff, claim consistency, result snapshot, pytest, frontend lint and frontend build.
  • [S3]Cascade module โ€” Oracle pool and canonicalization.
  • [S6]OracleDiversityTracker โ€” rolling pairwise agreement.
  • [S12]Audit envelope โ€” RDF graph + OTel spans.
  • [S14]Control Room GUI โ€” deterministic review-loop demo with follow-up request envelope.
  • [S13]docs/thermodynamics/claim_ledger.yaml โ€” claim status classes.
  • [E1]NIST AI Risk Management Framework โ€” Govern / Map / Measure / Manage.