Akmon has been introduced—a local AI agent written in Rust that allows for the creation of a provable and tamper-evident evidence trail. The system converts OpenTelemetry traces into a cryptographically signed AGEF format package, which can be verified offline using standard OpenSSL.

!image

What Happened

A developer has introduced the Akmon project, which functions as a local terminal AI agent. The key feature of the system is its use of OpenTelemetry to create an AGEF session—a portable evidence format. This allows third-party auditors to verify the agent's actions without relying on proprietary cloud tools or specialized software, using only basic OpenSSL.

Context

The project aims to address compliance and transparency challenges amidst tightening regulations, specifically the EU AI Act requirements for logging the actions of high-risk systems. The use of the Rust language ensures the necessary memory safety and performance levels required for running local agents.

Why It Matters for the Industry

The emergence of the standardized and portable AGEF format solves a critical trust and auditing problem in the AI agent industry. It enables the creation of systems whose actions can be verified independently of the cloud provider or management platform, establishing an infrastructural layer for the transition from "black boxes" to verifiable autonomous systems.

Why It Matters for Users

Users and auditors gain the ability to not just trust the results of an AI agent's work, but to have mathematically provable confirmation of its actions. This is particularly relevant for working in environments with limited internet access or in strictly regulated sectors where local verification without cloud dependency is required.

Sources

Author

Look at AI, Editorial Team