Agentic Reliability Framework (ARF) β Technical Overview
π The core ARF engine is accessβcontrolled and not open source.
Available to qualified pilots under outcomeβbased pricing.
The public specification and demo UI are Apache 2.0.
π§ Core Engine (Protected)
Bayesian Risk Fusion
Conjugate Beta priors (online) + HMC logistic regression (offline) + optional hierarchical hyperpriors.
risk=wconjββ
Ξ±+Ξ²Ξ±β+whmcββ
phmcβ+whyperββ
ΞΌhyperβ
Weights are dynamic:
whmcβ=min(0.6,n0βnβ),whyperβ=min(0.3,baseβ
(1βwhmcβ))
Posterior variance β 90% HDI for uncertainty quantification.
Expected Loss Minimisation
Chooses APPROVE, DENY, or ESCALATE by minimising:
LapproveβLdenyβLescalateββ=COST_FPβ
R+COST_IMPACTβ
bmeanβ+β¦=COST_FNβ
(1βR)+COST_OPPβ
vmeanβ=COST_REVIEW+COST_UNCERTAINTYβ
Οβ
Execution Ladder (Rust)
Mechanical gates: license, confidence, risk, rollback, causal.
Lyapunov Stability
Quadratic candidate $V(x,r) = \alpha r^2 + \beta|x - x_{\text{des}}|^2$ ensures healing actions converge.
Cryptographic Signing
Ed25519 signatures for HealingIntent (Python cryptography, Rust ed25519_dalek).
π Public Specification (Open Source)
- Data models & API contracts β
InfrastructureIntent, HealingIntent, RiskScore, GovernanceLoop
- Mathematics β Full Bayesian derivations, Lyapunov proof sketch
- Governance loop β Stepβbyβstep flow with constants (
COST_FP, COST_FN, EPISTEMIC_ESCALATION_THRESHOLD)
π§ͺ Live Demos (Mock Data Only)
- Interactive Risk Demo β Adjust priors, see HMC simulation, semantic memory retrieval.
- Sandbox API β Mock FastAPI endpoint (returns simulated responses, no real Bayesian engine). Interactive docs available at
/docs.
π Public Repos
Private repos (agentic_reliability_framework, arf-api, enterprise) are pilot/enterprise only.
βοΈ Pilot Access
Request access via email: petter2025us@outlook.com (include use case, volume, cloud environment).
Outcomeβbased pricing β pay for risk reduction, not API calls.