(no title)
guerython | 3 days ago
Common implementation is append-only event log + periodic Merkle root anchoring (internal TSA or external timestamp service). Not blockchain, just verifiable ordering + immutability proofs during audits.
Agree with your API point. The practical win is prebuilt control mappings (AI Act articles -> concrete checks + evidence fields) so incident response is data retrieval, not policy interpretation under time pressure.
gibs-dev|3 days ago
The Merkle root anchoring pattern is interesting. Do you anchor per-session or batch? Curious how you handle the latency tradeoff for the 4-hour DORA window where every minute of audit lag matters.