0 cumulative citations
View corpus contextA cryptographic audit layer plus replay-certified counterfactuals lets auditors assign graded, tamper-evident blame in multi-agent AI systems; in benchmarks Audita recovers true responsibility where single-culprit judges fail and resists record forgery.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
Physical automation is scaling toward fleets of embodied machines commanded by an AI brain. Early deployments already run factories and warehouses at production rates beyond any human line, and their adoption is accelerating. But when their joint decisions cause harm, everyone involved has reason to blame everyone else, the machine vendor, the algorithm provider, the factory operator, the insurer, and the regulator, and no method can divide the responsibility between them. Existing methods read logs whose origin they cannot verify and name a single culprit, misrepresenting outcomes that are overdetermined, preempted, or caused by an omission. We present \audita{}, an audit layer pairing a tamper-evident record of every inter-agent command with a certified, graded causal-attribution engine. We prove its verdict cannot be gamed: a rule-following agent can never be made to look guilty, an attempt to shift blame is itself caught and graded, and we establish the exact limit of what an evidence-based auditor can certify. On live language-model pipelines it reduces the standard judge baseline's responsibility error roughly threefold; on a benchmark of accident-grounded structures it recovers responsibility where single-culprit baselines fail, and stays invariant under forgery. \audita{} turns the question of who is to blame from an argument about logs into a calculation over evidence.
Summary
Main Finding
Audita is an audit layer for autonomous multi-agent systems that (1) records every inter-agent command in a tamper-evident, cryptographically verifiable log and (2) computes a certified, graded causal-attribution verdict over only that verified evidence. Under standard technical assumptions it provably prevents framing (a compliant agent cannot be made to look guilty), detects attempted blame-shifting coalitions, and certifies exactly what an evidence-limited auditor can and cannot establish. Empirically, Audita sharply reduces attribution error on live LLM-based pipelines (≈threefold reduction vs. an LLM judge) and recovers planted responsibility perfectly on a benchmark of physical-incident structures where prior methods systematically fail.
Key Points
- Two-layer design:
- Evidence layer: every inter-agent message m = (author, payload, citations, committed effect, signature) is signed, cites predecessors, and is sealed into an append-only Merkle-committed record so authorship, ordering, and completeness are cryptographically checkable.
- Causal layer: a production-gated, replay-certified causal engine computes graded responsibility per principal using a modified Halpern–Pearl causal semantics and returns a typed verdict (duty bit, breach label under spec and reasonable-agent standards, a responsibility interval with receipts, and conduit/exoneration flags).
- Graded causation: responsibility score ρp computed from minimal cause and witness sets (ρ = 1/(|X| + |W|)), with every claimed cause verified by counterfactual replay (intervention + re-execution).
- Verdict schema expresses distinctions single-culprit labels cannot: joint overdetermination, preemption, omission (including omission-only culpability), negligent-but-inert actors, and conduit actors (cause without breach).
- Proven guarantees (under three assumptions: replayable stack, recorded channel, sound key custody):
- Theorem 1: A compliant, rule-following principal cannot be fabricated as culpable without its own certified breach.
- Theorem 2: Attempts by a coalition to shift blame are themselves detectable and graded.
- Theorem 3: Deleting/destroying evidence cannot silently exonerate a certified culprit.
- Theorem 4: A formal completeness bound on what any auditor confined to the record can certify.
- Theorem 5: Guarantees persist across nested/meta-orderings of commands.
- Robustness: tamper-evident record prevents forgery attacks from changing certified verdicts; certified verdicts stay invariant under record forgery experiments.
Data & Methods
- Message and record design:
- Messages carry explicit citations and signed receipts; epochs are Merkle-rooted and chain to prior roots (append-only public commitment).
- Causal semantics and algorithm:
- Backward slicing from declared adverse predicate Y=1 to gather candidate messages.
- Production gate filters to messages with intact certified paths to the outcome.
- Two-layer engine proposes minimal cause sets (X) and witness sets (W), certifies by counterfactual replay, and outputs per-principal graded responsibility intervals plus duty/breach findings and verification receipts.
- Theoretical model assumptions:
- Replayable stack (deterministic re-execution or controlled nondeterminism),
- Recorded channel (all inter-agent commands go through the recorded substrate),
- Sound key custody (key material is not exfiltrated; insiders may be malicious).
- Evaluations:
- Live LLM multi-agent pipelines: a 4-role pipeline (planner, parallel solvers, aggregator with declared duty, verifier) solving GSM8K problems; three independent corpora (480 cases each) with calibrated faults and replay-verified labels. - Primary metric: responsibility error = L1 distance between reported and ground-truth graded responsibility profiles. - Results (mean over n=145 adverse incidents): LLM judge baseline error 0.589 ± 0.017; Audita causal-only 0.408 ± 0.020; Audita full (gold-informed) 0.170 ± 0.035; Audita deployable (no answer key) 0.159 ± 0.030. - Finding: almost all adverse incidents were joint solver–aggregator events (95–98%), showing single-culprit formats misrepresent common failure modes.
- Benchmark of physical incident structures: >1,000 incidents grounded in 42 public OSHA/NIOSH robot-accident reports; analytically derived graded ground truth (redundancy, preemption, omission, inert-twin, chains). - Audita (certified, graded) recovered planted responsibility exactly (responsibility error 0.000 across structures; exact-match rate 1.000). - Baselines (single-site counterfactual scoring, Shapley-value attribution, LLM judges, anomaly detectors) systematically failed on specific structures (e.g., redundancy, omission, inert twin). - Negative controls: on no-cause incidents Audita reports no culprit (0/300 manufactured), whereas judges and anomaly detectors often manufacture culprits.
- Robustness / scaling:
- Audita’s advantage persists as underlying LLMs scale; certified verdicts remain exact under record forgery attacks that break unsigned substrates.
Implications for AI Economics
- Liability allocation and litigation:
- Audita makes blame an evidence-based, graded calculation rather than contested log claims, reducing uncertainty in assigning economic responsibility among vendors, operators, algorithm providers, and insurers. This should lower dispute resolution costs and reduce litigation over “who did it.”
- Insurance pricing and moral hazard:
- Graded, verifiable responsibility signals enable insurers to price coverage more accurately (risk-based premiums tied to observable duty/breach patterns) and to design contracts with clear auditability requirements, mitigating moral hazard across vendors/operators.
- Market for safety and certified audit services:
- Demand will increase for certified-record infrastructure, replayable stacks, and third-party auditors; vendors offering these will capture economic value and could become gatekeepers for high-risk deployments.
- Regulatory compliance and compliance costs:
- Audita provides a practical compliance mechanism for obligations like the EU AI Act’s auditability requirement. Regulators can mandate certified-recording and replay-certified causal analysis as a compliance standard, shifting compliance costs into up-front engineering and audit-certification markets.
- Investment and competition:
- Operators and platform providers that adopt certified audits will enjoy lower liability risk and potentially lower capital costs; conversely, lack of certified audits may lead to higher insurance and operational costs and regulatory barriers to entry.
- Incentives for protocol design and standards:
- Economic analysis should incorporate the externalities of unverifiable logs (strategic destruction or manipulation of evidence) — Audita reduces those rents. Standard-setting bodies should evaluate protocols that implement Audita-like properties (signed messages, citation chains, Merkle appends, replayability).
- Limits & economic trade-offs:
- Audita’s guarantees depend on assumptions (e.g., sound key custody, recorded-channel coverage, replayability). Achieving these imposes costs (engineering, latency, storage, cryptographic key management) and may require governance changes (who controls keys/roots). Economists should model adoption thresholds where benefits (lower liability, insurance savings, regulatory access) exceed these costs.
- Policy recommendations for economists/advisors:
- Encourage regulators and insurers to require verifiable audit layers for high-risk autonomous collectives.
- Incorporate graded responsibility outcomes (not just binary fault) into compensation and liability regimes to better reflect overdetermination and omission risks.
- Support public benchmarks and standards (the paper’s >1,000-incident benchmark) to evaluate auditing technologies and to reduce information asymmetries in the market for safe autonomy.
Short caveat: Audita shifts blame from contested logs to calculation over certified evidence, but it cannot certify beyond what is recorded (formal completeness bound). Practical deployment requires engineering to meet the replay/record/key assumptions and governance to manage keys and public commitments.
Assessment
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| On 145 live GSM8K multi-agent failure incidents, Audita's full duty-aware verdict reduced responsibility error from 0.589 for the LLM-judge baseline to 0.170. Ai Safety And Ethics | positive | Responsibility attribution error |
Reading fidelity
high
Study strength
medium
|
n=145
0.418 reduction; error 0.589 to 0.170
|
| The deployable Audita variant, which does not use an answer key, achieved responsibility error of 0.159 on the live GSM8K failures. Ai Safety And Ethics | positive | Responsibility attribution error without privileged answer-key access |
Reading fidelity
high
Study strength
medium
|
n=145
0.159 responsibility error
|
| Under duty-aware graded ground truth, 95–98% of adverse live incidents were joint solver–aggregator incidents rather than monotone single-culprit incidents. Ai Safety And Ethics | positive | Prevalence of joint causal responsibility |
Reading fidelity
high
Study strength
medium
|
n=145
95–98% of adverse incidents
|
| On the benchmark of causal-attribution structures, certified graded Audita recovered the planted responsibility exactly, with responsibility error 0.000 across all five core structures. Ai Safety And Ethics | positive | Accuracy of graded causal-responsibility attribution |
Reading fidelity
high
Study strength
medium
|
n=1500
responsibility error 0.000; exact-match rate 1.000
|
| Across 1,002 compositional benchmark incidents, Audita achieved zero responsibility error and exact cause-set matching on all 579 adverse draws. Ai Safety And Ethics | positive | Responsibility attribution error and exact cause-set recovery |
Reading fidelity
high
Study strength
medium
|
n=1002
error 0.000; exact cause-set match 1.000 on 579 adverse draws
|
| Audita did not manufacture a culprit in any of 300 no-cause accident draws, whereas the language-model judges named someone in 100% of runs. Ai Safety And Ethics | positive | False attribution of responsibility in genuine no-cause accidents |
Reading fidelity
high
Study strength
medium
|
n=300
0% false-culprit rate for Audita versus 100% judge attribution
|
| On 74 held-out unexpected-startup incidents, Audita exactly identified the omission as the cause, while single-site attribution blamed an innocent actor in all 74 cases. Ai Safety And Ethics | positive | Correct attribution of omission-based responsibility |
Reading fidelity
high
Study strength
medium
|
n=74
Audita error 0.000; single-site incorrect in 74/74 cases
|
| Certified Audita's verdict remained exact under record forgery, while an unsigned substrate reached responsibility error 0.365 and framed an innocent victim in all 450 probes. Ai Safety And Ethics | positive | Robustness of responsibility attribution to record tampering |
Reading fidelity
high
Study strength
medium
|
n=450
unsigned error 0.365; innocent victim framed in 450/450 probes; certified verdict exact
|
| Under the paper's stated assumptions, a compliant principal cannot be made culpable by manufactured involvement because culpability requires evidence of the principal's own certified breach. Governance And Regulation | positive | Resistance to false culpability attribution and blame manipulation |
Reading fidelity
high
Study strength
high
|
not reported
|
| A coalition attempting to shift blame onto a compliant principal is itself identified and graded by a machine-checkable certificate, including at every meta-order. Governance And Regulation | positive | Detection and attribution of blame-shifting manipulation |
Reading fidelity
high
Study strength
high
|
not reported
|