korg-ledger@v1 · verifiable cognition

Don't trust us.
Verify what the AI did.

Below is a real deliverable produced by an AI coding agent. It comes with a signed, tamper-evident record of every step — which you can check three independent ways, in three languages, with zero trust in the tool that made it.

“Fixed the failing auth test — 1 file changed, tests green.”
6 recorded steps · signed Ed25519 b251a84c… · chain tip 3c1d3948…
deliverable.korgreceipt.json →

Verify it — pick any, or all three

1

In your browser

No install. The page re-derives the entire hash chain in front of you and shows ✓ CHAIN INTACT — with a button that tampers one event live and flips it to ✗.

Open the self-verifying receipt →
2

Python

Already on PyPI.

pip install korgex
korgex receipt verify deliverable.korgreceipt.json
3

Rust — one static binary, no runtime

An independent implementation. Same spec, same answer.

cargo install korg-verify
korg-verify deliverable.korgreceipt.json
Change anything in the receipt — one byte — and every verifier rejects it, each localizing the break to the exact step. It isn't a screenshot of a claim; it's a record that cannot be quietly edited.
Three independent implementations of an open spec. Same verdict. No trust required.

That's the thing no other coding agent can hand you.