Audit logs vs an audit trail
An audit log is a record your own system chose to write about itself: application logs, a SIEM export, an observability trace, or a platform's own audit feature. An audit trail for an AI agent is a chain of evidence someone outside your organisation, such as an auditor, can verify on their own, without trusting that your system told the truth.
The difference is not detail or retention, it is whether the record can be checked independently. Quox produces the second kind by hash-chaining every governed agent action in VOLT and having WARD witness it externally; it does not replace the first kind, it sits on top of it.
The table below compares five approach classes on the properties an audit actually needs, honestly, including where the other four beat Quox at their own job.
In plain words
What it is, where it lives, when to reach for it
- What is it
- A comparison: audit logs your system writes about itself versus audit trails a third party can verify.
- Where do I use it
- Across the tools you already run: application logs, SIEM exports, observability traces, platform audit feeds.
- When would I use it
- When you are deciding whether your existing logging would survive an independent audit.
- How do I use it
- Read the comparison below; Quox adds the verifiable kind on top of the logs you already keep.
The check mark on the "best at" row means genuinely best at that job, not a deficiency in the other four columns. See "each tool keeps its job" below.
Each tool keeps its job
Quox is an evidence layer that runs on top of whatever runtime and logging stack you already have. It is not a replacement for your logs, your SIEM, your traces, or a platform's own audit feature.
- Application logs stay the fastest way to answer "what did the code do right here", right down to the call site, and no evidence layer should try to replace that.
- A SIEM stays the right place to correlate events across many systems in real time and trigger a detection or an alert; VOLT is not a detection engine.
- Observability traces stay the right tool for latency and failure diagnosis inside a request; a hash chain tells you an action happened, not why a span was slow.
- A platform's own audit log stays useful as a first-party record of what that platform believes happened, and it is often the source an AEE envelope wraps.
- Quox runs on top of all four: it does not replace your logging, your SIEM, your tracing or a platform vendor's own audit feature, it wraps the governed actions your agents take in a hash-chained, externally witnessed record none of the four can produce alone.
Where this comparison comes from
- The Quox column states only what /for-auditors, /docs/volt and /docs/ward already claim live on this site: VOLT hash-chained events, portable offline-verifiable evidence bundles, and WARD append-only receipts with signed tips published to an external sink.
- The application logs, SIEM, observability traces and platform audit log columns describe approach classes in general, not any specific audited product. No named vendor is compared or scored here.
- No certification is claimed anywhere on this page, and no compliance outcome is promised: the comparison is about verifiability of the record, nothing more.