Why Evidence Matters in AI Automation
Hash chains, SHA-256 receipts, and FDA Part 11 architecture are not compliance theater — they are what separates trustworthy automation from black-box scripts.
The problem with invisible automation
Most automation today works like this: a script runs in the background, you get a success message, and you hope the right thing happened. When something goes wrong — a form submitted twice, a payment sent to the wrong recipient, a record updated incorrectly — you check the logs. If the logs exist.
This is tolerable for low-stakes tasks. It is not acceptable when software is modifying records, spending money, or acting in regulated workflows. The question is not whether the automation worked. The question is whether you can prove it, and whether you can detect when it did not.
What a hash chain provides
A hash chain is a sequence of records where each record includes the SHA-256 hash of the previous record. To tamper with any past record, you must also update every subsequent hash — and the break is immediately detectable.
Every task Solace runs produces an evidence receipt: a tamper-evident record of exactly what was approved, what the system saw, what executed, and what the output was. The receipt is SHA-256 hashed and linked to the previous receipt.
This is structurally different from a log. A log is an append-only file that any administrator can edit or delete. A hash chain makes tampering detectable by anyone with a copy of the chain. The integrity guarantee is mathematical, not organizational.
FDA Part 11: architected, not checked
FDA 21 CFR Part 11 defines requirements for electronic records and electronic signatures in regulated industries. Most vendors sell Part 11 compliance as a checkbox: pay a premium tier, get a badge.
Solace architectures Part 11 compliance as a structural property of the evidence system, not a feature flag. Hash chains are tamper-evident by construction. Approval flows are sealed before execution. Edit tracking records the reason for every override.
The result is that Part 11 Architected storage is available on every pricing tier, starting with the Free plan. Not because we lowered the bar, but because the bar is built into the architecture.
If you build workflows in industries where auditability is not optional — healthcare, finance, government, life sciences — evidence trails are not overhead. They are the product.