Back
Preprint·2026·9 min read·Updated Jun 2026·DOI pending

Governance-First AI for
Failure-Mode Control

MAVS-GC: regulated consensus over always-on specialists for safer behaviour when evidence becomes uncertain, contradictory, corrupted, or unstable.

Saif Malik·MAVS Research Program·InfernusReal·ssaifmalikk@gmail.com
TLDR

Separate specialist prediction from output governance. Every specialist evaluates every input; diagnostics raise red flags; severity is aggregated; contextual weights and bounded mitigation shape a governed acceptance threshold; and the final decision passes through an auditable consensus trace with a hard veto. The claim is not universal accuracy — it is failure-mode control: under corruption and specialist failure, governed consensus suppresses unsafe acceptance by up to ~200×versus aggregation baselines. The newest result closes the architecture’s main weakness: the Diagnostic Sciences correlated-failure fix (DS-CF) cuts false rejection from 0.316 to 0.000 while keeping unsafe acceptance at zero.

01

Problem

Modern AI systems are typically optimised to maximise accuracy under clean conditions. But real deployments are not clean: evidence becomes uncertain, contradictory, corrupted, or unstable, and individual specialists can fail silently. In these regimes the dangerous outcome is not a wrong prediction — it is an unsafe acceptance11An unsafe acceptance is admitting an input that should have been rejected. It is the failure mode safety-critical systems care about most — and the one accuracy alone does not measure.: confidently admitting an input that should have been rejected.

Static ensembles and routing-based Mixture-of-Experts inherit this weakness because acceptance is a fixed threshold applied after model scoring. In a controlled false-positive trap, mean aggregation accepted 100% of unsafe cases and static weighted aggregation accepted 85%. The decision rule itself, not the detectors, was the failure point.

02

Method

MAVS-GC elevates governance into a first-class computational object. A system is the tuple M=(X,Φ,F,G,A,W,P,Θ,Π)M = (X, \Phi, F, G, A, W, P, \Theta, \Pi): a shared feature map Φ\Phi, a set of always-on specialists FF22All-speak evaluation: every specialist scores every input. There is no router that can silently exclude a relevant specialist — a key difference from Mixture-of-Experts., a diagnostic system GG, a severity aggregator AA, an influence rebalancer WW, bounded mitigation PP, a threshold map Θ\Theta, and a decision rule Π\Pi.

θ, vetoφGOVERNANCEG → z → aseverityP → mmitigationθ = θ₀+λa−δmgate: a < τ_hardxinputΦx ↦ φF · all-speakf₁ → r₁f₂ → r₂f_n → r_nR = Σ wᵢrᵢconsensusΠdecisionAcceptreject · veto
Figure 1. The MAVS-GC pipeline. Input x is mapped to features φ and scored by all specialists into a governed consensus R. A separate governance block turns diagnostics into severity a, mitigation m, and a threshold θ; the final decision Π accepts only when consensus clears θ and severity stays below the hard veto.

Specialists emit calibrated scores si[0,1]s_i \in [0,1], converted to supports ri=2si1r_i = 2s_i - 1. Diagnostics produce a severity a=A(z)a = A(z) and mitigation mm, which move a governed threshold (Eq. 1).

Governed threshold

θ=Θ(a,m)=θ0+λaδm\theta = \Theta(a,m) = \theta_0 + \lambda a - \delta m
(1)

Consensus

R(x)=iwiriR(x) = \sum_i w_i\, r_i
(2)

Decision

Π(R,θ,a)=1[a<τhard]1[Rθ]\Pi(R,\theta,a) = \mathbb{1}[\,a < \tau_{\text{hard}}\,]\cdot \mathbb{1}[\,R \geq \theta\,]
(3)

Acceptance therefore requires two things at once (Eq. 3): severity must stay below a hard veto, and governed consensus (Eq. 2) must clear the governed threshold. Every run emits an auditable trace (r,w,z,a,m,θ,τhard,R,Π)(r, w, z, a, m, \theta, \tau_{\text{hard}}, R, \Pi), so a decision can always be reconstructed and explained — try it below.

Auditable trace

Live computation of (r, w, a, m, θ, τ_hard, R, Π)

specialistrᵢwᵢwᵢ·rᵢ
f10.820.340.279
f20.740.330.244
f30.680.330.224
severity a
0.05
mitigation m
0.20
θ = θ₀+λa−δm
0.065
τ_hard
0.80
R = 0.747 · R θ (0.065)
Π = 1 · ACCEPT

Specialists agree, diagnostics are quiet. Consensus clears a low governed threshold — the input is accepted.

Figure 2. An auditable trace, computed live. Switch scenarios to see how elevated severity raises the threshold (rejecting borderline inputs) and how the hard veto overrides an otherwise-positive consensus.
03

Key intuition

Normal behaviour is easy to govern from ordinary evidence; abnormal, adverse behaviour is not. By making governance explicit and monotone in severity33Monotone safety: increasing diagnostic severity can only raise the acceptance threshold, never lower it. Safety is a structural property of the decision rule, not a learned habit., higher diagnostic severity can never make acceptance easier — it can only make it harder. Mitigation is bounded and lives inside the decision rule, so it can nudge a borderline case but can never override the hard veto.

The consequence is a clean separation of concerns: intelligence generation (the specialists) and intelligence governance (A, W, P, Θ, Π) become independent. Acceptance behaviour can be retuned — more cautious, more permissive, differently audited — without retraining a single specialist.

04

Results

The headline result is the newest one. Chapter 10D’s dynamic validation exposed MAVS-GC’s one real weakness: under correlated representation collapse it stayed safe (zero unsafe acceptance) but collapsed into rejecting everything (false rejection 1.000). The Diagnostic Sciences correlated-failure fix (DS-CF) closes that gap.

Correlated-failure fix (DS-CF) — before vs. after

Phase 4 A/B · governance-only, no model training · traces 1.0000 complete

Unsafe acceptance (UAR)
before
0.000
after
0.000
preserved at zero
False rejection (FRR)
before
0.316
after
0.000
removed in core A/B
Mean reward
before
0.688
after
0.844
improved

DS-CF changes governance from punishing correlation to distinguishing harmful correlation from safe consistency. It removes the false-rejection failure mode while keeping unsafe acceptance at zero — validated across 1,794 governance decisions.

Figure 3. DS-CF correlated-failure A/B (governance-only, no training). False rejection falls from 0.316 to 0.000 and mean reward rises from 0.688 to 0.844, while unsafe acceptance stays at zero.

The fix is not a blunt threshold drop, which would reopen unsafe acceptance. It re-scopes the diagnostic: raw correlation becomes a condition signal, and only harmful correlation — backed by missing evidence, policy conflict, or counterfactual fragility, and unprotected by safe consistency — can trigger a veto. Across eight independent holdout families, average false rejection falls from 0.182 to 0.009 with unsafe acceptance held at zero, validated across 1,794 governance decisions.

05

Diagnostic Sciences

Diagnostic Sciences is the theory of the diagnostic layer GG. It treats each diagnostic gjg_j not as an arbitrary flag but as a sensor that maps evidence to a governance signal zjz_j. Quality is not signal magnitude — it is objective-aligned perception extension44A diagnostic extends perception if it adds information about a failure mode that existing diagnostics did not already capture: I(YΩj;zjzj)>0I(Y_{\Omega_j}; z_j \mid z_{-j}) > 0. Otherwise it is redundant.: a diagnostic is good when it detects intended hidden structure and beneficially changes governance for a chosen objective, while minimising unintended damage.

Central doctrine

Diagnostic quality is objective-relative: a diagnostic can be excellent for safety and terrible for recall. There is no universally optimal diagnostic configuration.

The first Special applies this directly. DS-CF’s doctrine is “don’t punish correlation — punish harmful correlation.” It replaces the broad correlation sensor with a scoped set that separates presence, harm, and safe consistency:

SignalDiagnostic
z_cCorrelation presence
z_hHarmful correlation
z_sSafe consistency
z_mMissing independent evidence
z_pPolicy conflict
z_oOverconfident consensus
z_fCounterfactual fragility

The decision rule is conjunctive: a hard veto fires only when harmful correlation is high, safe consistency is weak, and at least one danger witness is present. Raw correlation alone never vetoes.

ΠDS-CF=0    zhτh    zs<τs    (zpτpzmτmzfτf)\Pi_{\text{DS-CF}} = 0 \iff z_h \geq \tau_h \;\wedge\; z_s < \tau_s \;\wedge\; (z_p \geq \tau_p \vee z_m \geq \tau_m \vee z_f \geq \tau_f)
(4)
DS-CF decision policy

z_corr detects · z_harm decides · z_safe protects recall · z_frag tests

z_c
1.00
z_h
1.00
z_s
0.00
z_m
0.80
z_p
0.90
z_o
0.90
z_f
0.80
z_h τ_h · z_s < τ_s · witness present
Π = REJECT

Correlation is present and harmful, safe consistency is absent, and danger witnesses fire (missing evidence, policy conflict, fragility). The conjunctive hard veto activates.

Figure 4. DS-CF decision policy on the three canonical correlated cases. z_corr detects, z_harm decides, z_safe protects recall, and z_fragility tests whether the consensus survives alternate views.
06

Limitations & future work

The current evaluation is rigorous but bounded. It covers four tabular datasets, a fixed suite of corruption families, a controlled split and audit structure, reproducibility manifests, and verified artifact trails. It does not yet establish production-scale behaviour, LLM-agent behaviour, universal robustness superiority, or cross-domain generalisation beyond the tested benchmark suite.

The most valuable next step is external-scale validation: larger datasets, additional modalities, LLM and agent specialist settings, adversarial expansions, ablation matrices, and independent replication. The open questions are whether the observed failure-management and stability-preservation effects survive at larger scale and in more realistic, safety-critical multi-model systems.

Support sought: research feedback, compute credits, review of experimental design, guidance on scalable evaluation, and collaboration on governance-first evaluation for LLM agents.

07

References

  1. [1]Malik, S. MAVS-GC: Governance-First AI for Failure-Mode Control (overview). /mavs-gc-overview.pdf
  2. [2]MAVS Chapter 9 — Synthetic Benchmark Program. github.com/MAVS-RESEARCH/MAVS-Chapter-9
  3. [3]MAVS Chapter 10A — Accuracy Benchmark Program. github.com/MAVS-RESEARCH/MAVS-Chapter-10A
  4. [4]MAVS Chapter 10B — Robustness Benchmark Program. github.com/MAVS-RESEARCH/MAVS-Ch10B
  5. [5]MAVS Chapter 10C — Reproducibility and Stability Program. github.com/MAVS-RESEARCH/MAVS-Ch10C
  6. [6]MAVS Chapter 11B — Governance Ablation Study and Mechanistic Evidence. github.com/MAVS-RESEARCH/MAVS-Chapter-11B
  7. [7]MAVS Chapter 10D — Dynamic Governance Validation Completion Report. /mavs-chapter-10d.pdf
  8. [8]Malik, S. Diagnostic Sciences: A Formal Theory of Perception Extension Inside MAVS-GC. /diagnostic-sciences.pdf
  9. [9]Malik, S. MAVS-Specials-1 (Diagnostic Science): DS-CF Implementation Document. /mavs-specials-1-ds-cf.pdf
  10. [10]Malik, S. MAVS Diagnostic Sciences 1 — DS-CF Completion Report. /mavs-ds-cf-completion.pdf
08

Citation

If you find this work useful, please cite it as:

@misc{malik2026mavsgc,
  title        = {MAVS-GC: Governance-First AI for Failure-Mode Control},
  author       = {Malik, Saif},
  year         = {2026},
  howpublished = {Preprint, MAVS Research Program},
  url          = {https://github.com/MAVS-RESEARCH}
}