You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insight: a signature proves who said it; a replay proves it could have been true. AKF stamps today are signer==subject (the agent attests to its own work) — an accountability trail, not verification. What makes an attestation reusable by strangers is falsifiability: anyone can re-run the probe and diff against the claimed result.
Proposed: extend Evidence with an optional replay recipe:
Raised by Mike Czerwinski on the launch post.
The insight: a signature proves who said it; a replay proves it could have been true. AKF stamps today are signer==subject (the agent attests to its own work) — an accountability trail, not verification. What makes an attestation reusable by strangers is falsifiability: anyone can re-run the probe and diff against the claimed result.
Proposed: extend Evidence with an optional replay recipe:
replay.command(e.g.pytest -q),replay.cwd,replay.expected_exit, optionalreplay.output_digestakf verify <file>: re-runs the recipe and reports CONFIRMED / REFUTED / UNREPLAYABLE — turning claimed evidence into checkable evidenceakf checkcould weight replayable evidence above bare receipts — which also gives trust: evidence weighting can be gamed by weak tests (stamp inflation) #125 (stamp inflation) a principled answer: a weak test can still be replayed and seen to be weakTouches:
python/akf/models.py(Evidence),stamp.py,check.py, newverifycommand.