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.
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).
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.
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.
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.
Benchmarks
| Category | N = 302 | N = 544 (cached) |
|---|---|---|
| Single model | 57.0 | 8.8 |
| Naive ensemble | 61.4 | 12.3 |
| REMORA (governed) | 54.2 | 9.1 |
| Configuration | Unsafe execution | Decision accuracy | Mean utility |
|---|---|---|---|
| Single-model heuristic | 20.0% | 0.20 | -0.25 |
| Majority-vote heuristic | 10.0% | 0.30 | 0.00 |
| REMORA full gate | 0.0% | 0.90 | 0.62 |
Threat model
- False consensusMultiple models repeat the same wrong claim.Diversity tracking and evidence route.
- Prompt injectionTool output contains adversarial instructions.PreToolUse hook re-evaluates policy on tool input.
- Compromised modelAn oracle model is silently swapped or fine-tuned.Audit graph records provenance and version hash.
- Policy driftRules are loosened without review.Signed policy bundles and change audit.
REMORA is a policy and verification boundary in front of agent tools.[S12]
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.