Skip to content

arf-foundation/arf-spec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

132 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

arf-spec – Canonical Specification (Public)

This repository contains the public specification of the Agentic Reliability Framework (ARF) – including data models, API contracts, decision rules, and mathematical foundations.

⚠️ Important – This is a specification only. The core ARF engine (agentic_reliability_framework, arf-api, enterprise) is not open source. It is proprietary, access‑controlled, and offered to qualified pilots under outcome‑based pricing.


Why ARF?

AI agents are moving from prototypes to production – but without proper governance, they become unpredictable, unaccountable, and unsafe. ARF provides a deterministic safety layer that:

  • Quantifies risk using Bayesian inference (conjugate priors + HMC + hyperpriors)
  • Selects actions by minimising expected loss (not arbitrary thresholds)
  • Enforces mechanical gates (license, confidence, risk, rollback, causality)
  • Produces immutable audit trails for compliance and debugging
  • Supports optional temporal reliability for cross‑session trend analysis

The public specification describes what ARF does and how it works – without exposing proprietary implementation details.


Specification Overview

The specification is organised as a layered stack, each building on the one before:

Layer Focus
Core Concepts Fundamental entities: InfrastructureIntent, HealingIntent, RiskScore, GovernanceLoop, Execution Ladder, escalation gates
Mathematics Bayesian risk scoring (conjugate Beta, HMC, hyperprior shrinkage), expected loss minimisation, Lyapunov stability
Psychology Trust calibration, explainability, cognitive load reduction, human‑in‑the‑loop design
Governance Step‑by‑step governance loop, cost estimation, policy evaluation, epistemic uncertainty
Enterprise Mechanical enforcement, audit trails, multi‑tenancy, outcome‑based pricing
Temporal Reliability Optional cross‑session reliability aggregation (external to core engine)
Philosophy Design principles, beliefs, and trade‑offs that guide ARF
Industry Use Cases Real‑world applications in fintech, healthcare, cloud, manufacturing, e‑commerce, government
Glossary Quick reference of terms, acronyms, and concept map

Additional supporting documents:

  • Roadmap – future direction and milestones
  • Design – architectural decisions, system dynamics, and component boundaries

How to Use This Specification

All documents are written in Markdown and rendered via MkDocs Material. The live site is available at https://arf-foundation.github.io/arf-spec/.


Public vs. Private (Honest Boundary)

Component Status License / Access
This specification (arf-spec) ✅ Public Apache 2.0
Demo frontend (arf-frontend) ✅ Public Apache 2.0
Pitch deck (pitch-deck) ✅ Public Apache 2.0
Core engine (agentic_reliability_framework) 🔒 Private Pilot / outcome‑based pricing
Production API (arf-api) 🔒 Private Pilot / outcome‑based pricing
Enterprise extensions 🔒 Private Commercial license

The public specification is complete and accurate for the public interfaces. The private engine implements exactly what is described here, but with additional safeguards, performance optimisations, and commercial support.


Contributing to the Specification

We welcome contributions to the public specification (typos, clarifications, new use cases, examples). Please follow these steps:

  1. Open an issue describing your proposed change.
  2. Fork the repository and create a branch.
  3. Submit a pull request referencing the issue.
  4. Ensure your changes pass the MkDocs build locally (mkdocs build).

Note: We do not accept pull requests that attempt to expose proprietary engine internals or bypass the public/private boundary.


Pilot Access & Contact

To request access to the protected core engine (time‑limited pilot or enterprise licensing), please email petter2025us@outlook.com with:

  • Your organisation and use case
  • Expected monthly evaluation volume
  • Cloud environment(s) (AWS, Azure, GCP, on‑prem)

Useful links:

Stewarded by the founder – pilot‑first, outcome‑based pricing.


License

This repository (arf-spec) is licensed under Apache 2.0.
The license applies only to the specification content. The core ARF engine remains proprietary and access‑controlled.

About

Formal specification of Agentic Reliability Framework — data models, decision rules, and API contracts.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors