AI Governance & Compliance
When AI Runs the Experiment, Who Audits It?
Autonomous labs let agents design and run experiments. Here is why the audit trail, not the paper, is what makes the result reproducible.
Published on


AI for Science Means Agents in the Lab. Who Audits the Experiment?
When an autonomous agent designs and runs a wet-lab experiment, the audit trail is no longer paperwork. It is the record that decides whether the result can be reproduced and whether the science can be held to account.
An audit trail for autonomous AI experiments has become load-bearing evidence, not a clerical record produced after the fact. In a growing number of labs, an AI agent now proposes a hypothesis, writes the protocol, drives the instruments, and reads the result, with limited human involvement between steps. When the agent runs the experiment, that trail carries the faithful account of what actually happened.
For decades the record in regulated science was manual: lab notebooks, sign-offs, and a filing cabinet. Autonomous experimentation changes what the record is for. It turns a machine-speed result into evidence a peer, an auditor, or a regulator can trust. This piece looks at why that record is now a reproducibility problem, and what it has to do to carry the weight.
The Autonomous Lab as the Report Describes It
The autonomous lab is no longer a concept. Agentic systems now generate protocols, run experiments, and check their own results with limited human oversight, and AI-designed molecules have already reached human trials. The Transatlantic Deep Tech Report 2026 from Drumbeat Capital, a 461-page survey of US and European deep tech, is one recent marker of how much capital this shift is drawing.
The concrete evidence sits in named systems, not forecasts. In January 2026, NVIDIA and Thermo Fisher announced a push to make laboratories increasingly autonomous. That includes multi-agent workflows that, per NVIDIA, “autonomously generate protocols, run experiments and perform real-time quality control without continuous human intervention” (NVIDIA, 12 January 2026). Lila Sciences described using automated labs to generate data and validate experiments its own AI system designs.
The output side has crossed into the clinic. Rentosertib, an AI-generated small-molecule inhibitor whose biological target was itself discovered with generative AI, reported the first Phase 2a proof-of-concept for AI-driven drug discovery in a randomised, placebo-controlled trial of 71 patients (Nature Medicine, 3 June 2025). The point is not the single drug. It is that a design produced by a model, executed through instruments, is now something people put into human bodies. That combination, agents that both design and run experiments, is what makes the audit trail matter.
Why Reproducibility Becomes an Audit-Trail Problem
Reproducibility is the test a scientific result must pass to be trusted: another party, following the same steps, should reach the same outcome. When an agent runs the steps rather than a person, reproducibility depends entirely on whether every step was recorded faithfully. The experiment is only as reproducible as its trail.
Science already struggles here. In a 2016 Nature survey of 1,576 researchers, more than 70% said they had tried and failed to reproduce another scientist’s experiment, and more than half had failed to reproduce their own (Baker, Nature, 2016). Most of those failures trace back to missing detail: an unrecorded parameter, an undocumented deviation, a step nobody wrote down.
Autonomous experimentation cuts both ways. An agent can execute thousands of steps faster than any human could log them by hand, so manual notebooks stop being an option. The same automation also makes complete capture possible: every prompt, tool call, parameter, and decision can be recorded as it happens. Reproducibility stops resting on a diligent scientist’s memory and becomes a property of the system’s trail.
That reframes the question. The trail is no longer a compliance by-product produced after the work. It is the evidence of what the work was. If the trail is incomplete or quietly editable, the result is not reproducible, whatever the paper claims.
The Difference Between a Log and a Tamper-Evident Record
A log records what happened; a tamper-evident record also proves it was not changed afterwards. A tamper-evident record is one where any later edit, deletion, or reordering is mathematically detectable. For autonomous experiments, that difference separates a claim about a run from evidence of it.
An ordinary log is a text file or database that anyone with access can quietly rewrite. It answers “what did the system report?” but not “can I trust that nobody altered it?” In science, the second question is the one that matters when a result is challenged months later.
A tamper-evident record closes that gap with cryptography rather than trust. OpenBox, an AI agent governance platform, builds one this way, per docs.openbox.ai: each governance event from a session is hashed with SHA-256; the hashes are combined into a Merkle tree, using sorted-pair hashing, to produce a single session root; and that root is digitally signed, by default with ECDSA NIST P-256 through AWS KMS, or through an external service such as a trusted execution environment. The result is a Proof Certificate holding the Merkle root, the signature, and the event count for that session.
The property that buys is precise. Change any recorded event after the fact and the recomputed root no longer matches the signed one, so the alteration shows. The record does not prevent tampering; it makes tampering evident. For an experiment run by an agent, that is the difference between a story about what happened and a record that holds up when someone tries to poke a hole in it.
The distinction is easiest to see side by side.
Attribute | Ordinary run log | Tamper-evident record |
|---|---|---|
Question it answers | What did the system report? | What happened, and was it altered afterwards? |
Integrity | None; editable by anyone with access | Any later edit, deletion, or reorder is detectable |
Mechanism | Plain text or database rows | SHA-256 hashing, Merkle tree, digital signature |
Value when challenged | A claim | Evidence that stands up |
Accountability for Agent-Designed Experiments
Accountability means being able to reconstruct exactly what an agent did, and under what rules, after the fact. For an agent-designed experiment, that needs two things: a faithful replay of the run, and a record of every governance decision made along the way. A signed trail supplies both.
When a human runs an experiment, accountability rests on the person: they can be asked what they did and why. An agent cannot be cross-examined the same way. Accountability has to live in the record instead, complete enough that an investigator can retrace the run without the agent’s cooperation.
OpenBox handles the reconstruction in the Verify stage of its Trust Lifecycle. Session Replay plays a completed session back step by step, showing each activity, its inputs and outputs, and the governance decision attached to it. An investigator watches what the agent actually did during an experimental run, not a summary written afterwards.
The decisions are part of that record. Every agent action is evaluated to one of four governance verdicts, ALLOW, REQUIRE_APPROVAL, BLOCK, or HALT, with HALT taking precedence over BLOCK, then REQUIRE_APPROVAL, then ALLOW. Because those verdicts are written into the signed session record, the trail shows not only what the agent attempted but what the system permitted, paused for a human, refused, or stopped outright. When a result is questioned, that is the layer that answers what allowed each step.
Governance as an Enabler of Regulated-Science Adoption
In regulated science, evidence requirements are the gate to adoption, not an afterthought. A team can only deploy autonomous experimentation as fast as it can produce trustworthy evidence of what the agents did. Signed, replayable records let the evidence keep pace with the discovery, so governance enables speed rather than blocking it.
The instinct is to treat governance as friction that slows research down. In regulated environments the opposite tends to hold. The bottleneck on adopting a faster method is rarely the method; it is the ability to show reviewers and auditors that the method was controlled and its records are sound.
Requirements differ by domain, and teams should confirm what their own field, regulator, and jurisdiction demand rather than assume. But the common thread across regulated science is documentary: a defensible account of what was done, by whom or what, and whether it was altered. An audit and attestation layer that produces that account automatically removes the usual trade-off between moving quickly and staying accountable.
That is the practical case for governing autonomous experiments from the start, and for treating the evidence layer as part of the lab’s design rather than something bolted on after a result is challenged. For how these controls fit together, OpenBox’s AI agent governance guide sets out the wider framework.
Conclusion: Discovery at Machine Speed Needs Evidence at Machine Speed
Discovery is now running at machine speed, so the evidence for it has to as well. An audit trail for autonomous AI experiments only counts if it is complete, automatic, and tamper-evident, produced as the agent works rather than reconstructed afterwards. That record is what makes a machine-speed result reproducible and accountable.
The autonomous lab does not remove the need for evidence; it raises it. Every experiment an agent designs and runs is a claim, and a claim without a trustworthy record is not yet science. The faster the discovery, the more the record carries the weight of proving it happened as described.
The useful shift is to stop seeing the audit trail as paperwork and start treating it as an instrument, engineered with the same care as the assay. Get that right and autonomous experimentation earns the trust it needs to scale. Get it wrong and speed just produces results nobody can stand behind.
OpenBox provides the tamper-evident record that autonomous science depends on. See docs.openbox.ai
Frequently Asked Questions
What is an audit trail for autonomous AI experiments?
It is a complete record of everything an AI agent did during an experiment: the protocol it generated, the tools it called, the parameters it used, and the governance decision applied to each step. When it is tamper-evident, any later change to that record is detectable, which is what lets the run be reproduced and audited.
Why does reproducibility depend on the audit trail in an autonomous lab?
Because the agent, not a human, runs the steps, so the record of what actually happened is whatever the system captured. If a parameter or deviation is missing, or the log can be edited, the result cannot be reliably reproduced. In an autonomous lab, reproducibility is a property of the trail.
What is the difference between a tamper-evident record and an ordinary log?
An ordinary log records what a system reported and can be edited by anyone with access. A tamper-evident record adds cryptographic proof, so any later edit, deletion, or reordering is mathematically detectable. The first is a claim about what happened; the second is evidence that stands up when challenged.
How does OpenBox make an agent’s experimental record tamper-evident?
OpenBox hashes each governance event with SHA-256, combines the hashes into a Merkle tree to produce one session root, and digitally signs that root, by default with ECDSA NIST P-256 via AWS KMS. The signed Proof Certificate means any change to the recorded events no longer matches the signature.
Can you reconstruct exactly what an autonomous agent did during a run?
Yes. In OpenBox’s Verify stage, Session Replay plays a completed session back step by step, showing each action, its inputs and outputs, and the governance decision attached to it. Because those decisions are written into the signed record, an investigator can retrace the run without relying on the agent.
Does governance slow down autonomous experimentation?
In regulated science it usually does the opposite. Adoption is gated by the ability to show that a method was controlled and its records are sound. An audit and attestation layer that produces that evidence automatically lets teams move quickly while staying accountable, so governance enables speed rather than blocking it.
Sources 1. OpenBox (docs.openbox.ai), “Attestation & Cryptographic Proof,” https://docs.openbox.ai/administration/attestation-and-cryptographic-proof, accessed 29 July 2026. 2. OpenBox (docs.openbox.ai), “Compliance & Audit,” https://docs.openbox.ai/administration/compliance-and-audit, accessed 29 July 2026. 3. OpenBox (docs.openbox.ai), “Governance Decisions,” https://docs.openbox.ai/core-concepts/governance-decisions, accessed 29 July 2026. 4. OpenBox (docs.openbox.ai), “OpenBox documentation index (llms.txt),” https://docs.openbox.ai/llms.txt, accessed 29 July 2026. 5. NVIDIA Corporation, “NVIDIA BioNeMo Platform Adopted by Life Sciences Leaders to Accelerate AI-Driven Drug Discovery,” https://investor.nvidia.com/news/press-release-details/2026/NVIDIA-BioNeMo-Platform-Adopted-by-Life-Sciences-Leaders-to-Accelerate-AI-Driven-Drug-Discovery/default.aspx, accessed 29 July 2026. 6. Lee, S. et al. (Insilico Medicine), “A generative AI-discovered TNIK inhibitor for idiopathic pulmonary fibrosis: a randomized phase 2a trial,” Nature Medicine, https://www.nature.com/articles/s41591-025-03743-2, accessed 29 July 2026. 7. Baker, M., “1,500 scientists lift the lid on reproducibility,” Nature 533, 452–454 (2016), https://doi.org/10.1038/533452a, accessed 29 July 2026. 8. Drumbeat Capital, “The Transatlantic Deep Tech Report 2026,” powered by Dealroom, https://dealroom.co/reports/the-transatlantic-deep-tech-report-2026, published 12 June 2026, accessed 29 July 2026. |

