AgDR v0.2 Technical Details

Current State – March 2026

The original name ADR (Agent Decision Record) v0.1 is now deprecated and obsolete.
The current standard is AgDR v0.2 with the enforcement layer called Atomic Kernel Inference (AKI).

1. Core Architecture

2. Formal Definition of AKI

```math AtomicInferenceCapture(ctx, reasoning_trace, output, ppp_triplet, human_delta_chain) ≡ { sign(BLAKE3(ctx ∥ reasoning_trace ∥ ppp_triplet ∥ human_delta_chain)), persist(Merkle-append to forward-secret chain), return committed }

Continue Reading