centaur-lang

AXR Roadmap

AXR is evolving from a production-tested execution receipt system into a broader execution provenance protocol for autonomous systems.

This roadmap reflects the currently planned evolution of the protocol and ecosystem. It is intentionally ambitious — not all items are guaranteed, and the direction matters more than exact timelines.


Guiding Principle

AXR focuses on one foundational capability:

Proving what an autonomous system actually did.

Every roadmap decision should strengthen execution integrity, provenance, inspectability, cryptographic accountability, and operational truthfulness.


Where We Are: AXR 0.2

Shipped. Running in production. The current state:

Known limitations (honest):

These limitations are the starting point for what follows.


AXR 0.3 — Generative Awareness

Goal: Expand AXR beyond fully deterministic workflows.

Modern AI infrastructure increasingly includes LLM calls, probabilistic reasoning, agentic orchestration, dynamic tool execution, and runtime planning. AXR 0.2 only covers deterministic steps. 0.3 begins addressing generative reality.

Generative Step Support

Support receipts for non-deterministic AI steps:

LLM Execution Evidence

Introduce structured evidence fields for post-execution forensic analysis:

The goal is not to make generative steps reproducible — that may be impossible. The goal is to make them inspectable after the fact.

Step-Level Timestamps

AXR 0.2 generates all receipts at workflow-finalization time. Every step receipt carries the same timestamp. 0.3 aims to support:

Improved Marker Propagation

Reduce dependence on runtime-specific node access patterns ($('NodeName').all()):

This directly addresses known limitation §7.2 from the 0.2 spec.

Enhanced Verifier Diagnostics

Improve verifier output for debugging and audit:


AXR 0.4 — Distributed Provenance

Goal: Move from isolated single-agent chains toward interconnected autonomous-system provenance.

Multi-Agent Chain Linking

Support provenance relationships across multiple agents, workflows, and runtimes:

Distributed Verification

Support independent verification across separate environments, organizations, and federated systems:

Transparency Log Compatibility

Research compatibility with existing transparency-log architectures:

This is research, not committed. The question is whether AXR receipts can be anchored in existing transparency infrastructure without requiring AXR-specific infrastructure.

Remote Verifier APIs

Allow external systems to validate receipts, query chain integrity, and confirm receipt authenticity without direct filesystem access:


AXR 0.5 — Runtime Independence

Goal: Make AXR runtime-agnostic. AXR should not depend on n8n, or any single orchestration engine.

Workflow Engine Integrations

Agent Framework Integrations

Infrastructure Targets

The protocol specification (receipt schema, hashing, signing) remains identical across all runtimes. Only the generator implementation varies per platform.


AXR 1.0 — Stable Protocol

Goal: Establish AXR as a mature, stable execution provenance protocol with a frozen specification.

Protocol Freeze

Stable, versioned specification for:

Breaking changes after 1.0 require a major version bump.

Formal Test Suite

Reference compatibility suite that any generator or verifier implementation can run against:

Independent Verifier Implementations

Encourage and validate verifier implementations in multiple languages:

Single-implementation trust dependence is a vulnerability. A protocol is only credible if multiple independent implementations agree on verification results.

Cryptographic Hardening


Research Directions

These are active exploration areas, not committed roadmap items. They represent open problems that AXR may or may not address.

Probabilistic Replay

Can partially non-deterministic workflows become reproducible enough for forensic verification?

This is an open problem. Potential approaches:

Agent Memory Provenance

Future AI systems will increasingly maintain persistent memory and context across sessions. Questions:

Autonomous Governance

Long-term possibility: cryptographically enforceable execution policy layers.

Example: certain irreversible actions (deleting a customer record, transferring funds above a threshold, sending a legal notice) require a provable approval chain before execution. The approval field on AXR receipts is reserved for this purpose — it is null in 0.2, but the schema slot exists.

Human Approval Evidence

Potential future support for human-in-the-loop accountability:


Non-Goals

AXR does NOT aim to become:

AXR remains focused on execution provenance. The protocol proves what happened. It does not decide what should happen.


Strategic Direction

AXR evolves along three parallel tracks:

Track Purpose Current State
Protocol Stable receipt and verification semantics 0.2 shipped, production-tested
Tooling Generators, verifiers, integrations n8n reference implementation live
Ecosystem Community adoption and interoperability Pre-adoption; open-sourced

The protocol layer remains the priority. Tooling follows the protocol. Ecosystem follows tooling.


Final Principle

AXR does not attempt to decide whether autonomous systems should act.

AXR attempts to ensure that if they do, their actions leave verifiable evidence behind.