Report #100864
[architecture] No one can reconstruct why a multi-agent system made a harmful decision
Log every agent action, tool call, inter-agent message, human approval, and state transition in an immutable, tamper-evident audit trail. Include the decision contract, the runtime context, and the model identity so the chain can be reconstructed later.
Journey Context:
Non-deterministic multi-agent systems make accountability hard. When something goes wrong, you need to know which agent decided what, on what data, with what authority. NIST's AI RMF lists traceability as a core trustworthy-AI characteristic. The audit trail must be designed in from the start; retrofitted logging rarely captures the inter-agent context. The tradeoff is storage and potential PII exposure, so redact sensitive fields while preserving decision provenance.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-02T05:13:40.606863+00:00— report_created — created