ASTRÆA COUNSEL
  • Home
    • Team
    • How We Work
    • Speaking
    • Press & Recognition
    • Results & Case Studies
    • Pricing
    • Litigation & Disputes
    • Business Partner Disputes
    • Commercial Litigation
    • Crypto Litigation
    • SEC Enforcement Defense

    • Crypto & Digital Assets
    • AI & Emerging Tech
    • DAOs
    • Fund Formation

    • Browse All Practice Areas
  • Insights
  • Contact
(310) 800-1780Book a Call

ASTRAEA COUNSEL

Trial and regulatory counsel for high-stakes disputes and digital-asset, fintech, and AI companies.

info@astraea.law

(310) 800-1780

Beverly Hills, CA

Practice Areas

  • Digital Assets & Blockchain
  • Litigation & Disputes
  • Artificial Intelligence & Emerging Tech
  • Securities Enforcement & Investigations
  • Fintech & Payments
  • Corporate & Transactions
  • Regulatory Compliance

Litigation

  • Litigation & Disputes
  • Business Partner Disputes
  • Commercial Litigation
  • Crypto Litigation
  • SEC Enforcement Defense
  • Results & Case Studies

Resources

  • Latest Insights
  • Token Classifier
  • GENIUS Act Compliance Clock
  • Our Team
  • Press & Recognition
  • Contact

The Firm

  • DAO & Governance
  • How We Work
  • Pricing
  • Speaking

© 2026 Astraea Counsel, APC. All rights reserved.

Privacy PolicyTerms of Use

Attorney Advertising. Attorney Advertising. The material on this website is for informational purposes only and does not constitute legal advice. No attorney-client relationship is created by accessing or using this website. Any result portrayed on this website was dependent on the facts of that case, and the results will differ if based on different facts. Astraea Counsel, APC is a California Professional Corporation. Chanté Eliaszadeh (State Bar No. 335803) and Brandon Orewyler (State Bar No. 324391) are licensed to practice law in California only. The firm is not certified by the State Bar of California as a specialist in any field.

This site uses Google Analytics to improve user experience. See our for details.Privacy Policy for details.

Skip to main content
  1. Home/
  2. Insights/
  3. What Is Discoverable When an AI Agent Is the Actor?
Thought Leadership

What Is Discoverable When an AI Agent Is the Actor?

Ervin Cohen & Jessup|Miller Barondess,|Simpson Thacher & Bartlett|UC Berkeley Law

August 21, 2026•Brandon Orewyler
AI LitigationDiscoveryElectronic DiscoveryCivil ProcedureAI Agents
“A re-run is a new event that produces a new output. It is not proof of what the system did.”
Brandon Orewyler · Principal

In an ordinary commercial dispute, the record of what happened is email, documents, and the memory of the people involved. When an autonomous agent took the action, none of those exist. There is no author to depose about why the agent did what it did, and the people who built the system frequently cannot say either.

What exists instead is a different category of evidence—system prompts, tool-call logs, model identifiers, retrieval context, and configuration state—and a great deal of it is discarded by default within days. By the time a complaint is filed, the record that would have explained the conduct is often gone, and it was deleted by a retention policy nobody thought of as a litigation-hold problem.

Key Takeaways

  • The evidence is configuration, not correspondence. What the agent was instructed to do, what it was permitted to call, and what it retrieved matter more than any single output.
  • The default retention posture is destructive. Prompt and tool-call logs are commonly kept for days, not years, and inference providers often retain nothing on the customer’s behalf.
  • The model version is a discrete, load-bearing fact. Behavior is not reproducible without it, and providers deprecate versions on their own schedule.
  • Preservation duties reach vendors. Much of the record sits with an inference provider or an orchestration platform under contract, and the contract usually does not require them to keep it.
  • Reproduction is not verification. Running the agent again produces a new output, not evidence of the old one.

The Categories That Actually Matter

System prompts and instruction state. The standing instructions defining the agent’s role, constraints, and authority. This is the closest thing to a corporate policy the agent has, and it is the first thing to request. It also changes—often frequently, and often without version control—so the operative question is what the prompt said at the time, not what it says now.

Tool and function-call logs. What the agent actually invoked: which API, with what arguments, and what came back. This is the transactional record, and it is where the conduct is visible. It is also the category most likely to have been truncated or sampled for cost reasons.

Model identity and version. Which model, at which version, with which inference parameters. Two versions of the same model behave differently, and providers retire versions on their own timeline. A dispute that takes eighteen months to reach discovery may concern a model that is no longer available.

Retrieval and context state. For agents that retrieve documents or carry memory across sessions, what was in the context window is a substantive fact—the agent acted on that, and not on whatever the same query would retrieve today. Persistent memory raises its own problems, which we have written about in AI agent memory and privacy compliance.

Authorization and scope records. Who authorized the agent to act, within what limits, and what the counterparty was told. This is the same record that answers the liability question in deployer liability, which is why building it once serves both purposes.

Human-in-the-loop artifacts. Where a person reviewed, approved, or overrode the agent, that is ordinary evidence of ordinary decision-making, and it is often the most useful material in the case.

Why Preservation Is the Whole Problem

Federal Rule of Civil Procedure 37(e) applies where electronically stored information that should have been preserved in the anticipation or conduct of litigation is lost because a party failed to take reasonable steps to preserve it, and it cannot be restored or replaced through additional discovery.1 That third element is what makes agent telemetry a live problem rather than an unfortunate one: a deleted log is not recoverable from a second custodian, because there was never a second copy.

The remedies then run in two tiers. On a finding of prejudice, the court may order measures no greater than necessary to cure it. Only on a finding that the party acted with the intent to deprive another party of the information’s use may the court presume the lost information was unfavorable, instruct the jury that it may or must so presume, or dismiss the action or enter default judgment.

Two features make this worse than ordinary ESI loss.

Rule 37(e) presupposes a duty that attaches well before a complaint: it reaches information that should have been preserved “in the anticipation or conduct of litigation.”1 In an agent dispute the operator often learns something went wrong within hours—a chargeback, a complaint, an anomalous transaction—while the telemetry that explains it may expire within days.

The second is custody. A meaningful portion of the record sits with third parties: the inference provider, an orchestration platform, an observability vendor. A litigation hold directed at your own systems does not reach them, and standard commercial terms rarely obligate a provider to retain anything for a customer’s litigation. Whether that material is within a party’s “possession, custody, or control” is a contract question2 that should be answered before it is a discovery dispute.

Reproduction Is Not Verification

There is an intuitive and wrong move available in these cases: run the agent again with the same input and treat the result as evidence of what happened.

It is not. A re-run is a new event: the model version may have changed, the retrieval corpus has almost certainly changed, and the system prompt may have been edited since—and inference is not reliably reproducible even holding those constant. The output it produces may be useful demonstrative material about how a system behaves; it is not proof of what the system did.

The corollary is that contemporaneous logging is the only reliable record, which returns the question to preservation.

Practical Guidance

For operators, before anything happens. Set retention for prompts, tool calls, model identifiers, and context state to a period measured against your realistic limitations exposure rather than your storage budget. Version your system prompts and keep the history. Ask your inference provider, in writing, what it retains and for how long, and negotiate a preservation obligation if the answer is nothing. Write an incident trigger that issues a hold on agent telemetry automatically, because a manual process will lose the race.

For operators, once something happens. Issue the hold immediately and extend it to vendors in writing the same day. Capture the model version before the provider deprecates it. Do not edit the system prompt to fix the problem before preserving what it said—the fix is usually right and the sequence is usually wrong.

For claimants. Request the configuration, not just the output.3 Ask for the system prompt as of the date of the conduct, the tool-call log for the transaction, the model identifier and parameters, the retrieval context, and the retention policy itself. The retention policy is worth requesting early: it establishes what existed, which is the predicate for everything that follows if it is gone.

For boards. Retention design for agent telemetry is an oversight question, not only an engineering one, for the reasons set out in the Caremark duty in the managed agents era. A company that cannot say what its agents did is a company whose board cannot supervise them.

Work with Astraea Counsel

Astraea Counsel litigates disputes arising from AI systems, including the preservation and discovery fights that decide what the record will show. See our AI litigation attorney page, or contact us to discuss a dispute or a preservation question.

Footnotes

  1. Fed. R. Civ. P. 37(e). ↩ ↩2

  2. Fed. R. Civ. P. 34(a)(1) (documents and ESI “in the responding party’s possession, custody, or control”). ↩

  3. Fed. R. Civ. P. 26(b)(1) (scope and proportionality); Fed. R. Civ. P. 34 (requests for ESI). ↩

On This Page

  • The Categories That Actually Matter
  • Why Preservation Is the Whole Problem
  • Reproduction Is Not Verification
  • Practical Guidance
  • Work with Astraea Counsel

Frequently Asked Questions

What evidence matters when an AI agent caused the harm?

Configuration rather than correspondence. The load-bearing categories are the system prompt in force at the time, the tool and function-call log for the transaction, the model identifier and inference parameters, the retrieval or memory context the agent acted on, the authorization record showing who the agent acted for and within what scope, and any human review or override artifacts. What the agent was instructed and permitted to do matters more than any single output.

Does Rule 37(e) apply to AI agent logs?

It applies where electronically stored information that should have been preserved in the anticipation or conduct of litigation is lost because a party failed to take reasonable steps, and cannot be restored or replaced through additional discovery. Agent telemetry fits that predicate closely, and the third element is decisive: a deleted prompt or tool-call log is not recoverable from a second custodian, because no second copy ever existed.

Can you re-run an AI agent to prove what it did?

No. Model inference is generally non-deterministic, the model version may have been deprecated, the retrieval corpus has almost certainly changed, and the system prompt may have been edited since. A re-run is a new event producing a new output. It can be useful demonstrative material about how a system behaves, but it is not evidence of what the system did on the occasion in dispute.

How long should we retain AI agent logs?

Set retention against your realistic limitations exposure rather than your storage budget, and version system prompts with their history preserved. The practical difficulty is timing: an operator often learns something went wrong within hours, while the telemetry explaining it can expire within days, so the window between notice and loss can be shorter than the time it takes to issue a hold. An automatic incident trigger beats a manual process.

Does a litigation hold reach an AI vendor's records?

Not automatically. A meaningful portion of the record commonly sits with an inference provider, orchestration platform, or observability vendor, and standard commercial terms rarely obligate a provider to retain anything for a customer’s litigation. Whether that material is within a party’s possession, custody, or control is a contract question worth answering before it becomes a discovery dispute.

Share

Follow this firm’s analysis on Google — see our commentary first when a story like this one breaks.

Stay Informed on Digital Asset Law

Practical legal analysis on crypto regulation, AI compliance, and fintech law—delivered when it matters.

No spam. Unsubscribe anytime.

Brandon Orewyler profile picture

Brandon Orewyler

Principal

Brandon Orewyler is the founding principal of Astraea Counsel APC's litigation, appellate, and dispute-resolution practice. He argued and won Gelasio v. Zafar before the Ninth Circuit in 2026, and was included in the 2027 edition of Best Lawyers: Ones to Watch in America for Commercial Litigation. His practice spans crypto and technology disputes, AI and platform litigation, business-partnership litigation, and state and federal appeals.

Get in Touch →

Legal Disclaimer: This article provides general information for educational purposes only and does not constitute legal advice. The law changes frequently, and the information provided may not reflect the most current legal developments. No attorney-client relationship is created by reading this content. For advice about your specific situation, please consult with a qualified attorney.

Related Articles

Thought Leadership

Can a California Court Reach the Company Behind an AI Agent?

An AI agent transacts with a Californian and something goes wrong. The agent is not a legal person, so the defendant has to be the company that deployed it—and that company may sit anywhere. After Briskin and Gelasio, the borderless-internet defense is gone in the Ninth Circuit. Here is how the express-aiming test applies when the thing doing the aiming chose its own counterparty.

August 21, 2026 · 7 min readRead More →
Thought Leadership

You Cannot Delete What You Do Not Know the Agent Stored: The Memory Tool's Privacy Problem

Anthropic's Memory tool lets the agent decide what to store. A former SEC Honors Program intern in the SEC's Cyber Unit explains why that creates a novel data-mapping problem under CCPA and GDPR—and provides the remediation architecture deployers need before the first deletion request arrives.

April 12, 2026 · 18 min readRead More →
Thought Leadership

What Claude Managed Agents Means for Your Compliance Stack: A KYA Framework Analysis

Anthropic's Managed Agents runtime shipped on April 8. A former SEC Honors Program intern in the SEC's Cyber Unit maps each product feature to the KYA Five Pillars governance framework—and identifies the compliance gaps deployers must close before their first production session.

April 12, 2026 · 22 min readRead More →
View All Articles

Facing a High-Stakes Business Dispute?

Ninth Circuit, Delaware Chancery, and California Complex Division experience — boutique attention, Big Law training.

Discuss Your Case