Back to browse
MAVS-GC – An Open-Source Governance Architecture for AI Systems

MAVS-GC – An Open-Source Governance Architecture for AI Systems

by infernusreal·Jun 25, 2026·1 point·0 comments

AI Analysis

MidBig BrainBold Bet

Governance-first AI architecture, but delivered as a Google Doc instead of a working tool.

Strengths
  • Specific trust adjustment and bounded mitigation mechanics for ensemble governance
  • Benchmarks cover predictive performance, robustness under corruption, and reproducibility
  • GitHub repos exist for Chapter 9-10 benchmark programs
Weaknesses
  • Primary artifact is a research document, not an installable tool
  • Mathematical formulations visible but implementation quality unverifiable from submission
Category
Target Audience

AI researchers, ML engineers building multi-agent systems

Similar To

LangGraph · AutoGen · CrewAI

Post Description

Hey HN, For some period of the time, I have been working on an open source project called MAVS-GC (Multi Adaptive Vetting Systems-Governance Core).

The project explores whether introducing an explicit governance layer on top of multiple specialists can change system behavior under adverse conditions. Instead of focusing solely on prediction aggregation, the governance layer evaluates specialists, aggregates diagnostic signals, adjusts trust, performs bounded mitigation, and produces an auditable decision trace.

So far I've completed three benchmarks covering: a- Predictive Performance. b- Robustness under multiple corruption families. c- Reproducibility and stability.

From these benchmarks, we see that MAVS-GC has competitive predictive performance.

However,the more interesting behavior appeared under severe corruption. Across high-corruption conditions (corruption level ≥ 0.6), MAVS-GC achieved 85.30% accuracy with 0.45% unsafe acceptance, while the ensemble baselines averaged 43.24% accuracy with 67.61% unsafe acceptance.

The reproducibility benchmarks also showed stronger prediction, decision, consensus, and trace stability under corruption, although these improvements came with increased rejection rates.

So for here atleast this is it, I'd genuinely accept any suggestions or critisicms of the architecture. The link of pdf is provided in it there are also repos of the in-respect benchmarks.

However, for those of you who want to get straight to the code, here it is.

https://github.com/orgs/MAVS-RESEARCH/repositories

Similar Projects

AI/ML●●Solid

MemoryOps – governed memory infrastructure for AI assistants

Typed memory stores with deletion verification when most AI memory is just vector DBs.

Big BrainBold Bet
pvmanideep20
503d ago