AI for expert witness work

Published · Updated · Thomas Wood
AI for expert witness work

This is an article based on my presentation on “The Role of Artificial Intelligence in Expert Investigations and the Preparation of reports” which I gave at the Expert Witness Conference on 20 May 2026.

Instructing lawyers and expert witnesses are increasingly concerned about the advent of AI and how this affects the content of expert reports. This concern is generally about large language models (LLMs), but we are also hearing more and more about other kinds of AI, such as image and audio and video generation. Large language models, such as ChatGPT, Gemini and Claude, are next word prediction models. Like a 2000s Nokia phone which could predict the next word “home” if you type “I’m going”, large language models are simply a way of predicting the next word in a text, but they have a much larger context window (the number of words that they look back through), often going up to 10,000 words (as opposed to the two or three word look-up used in an old flip-phone).

Are there any rules about what AI tools an expert witness can use in a report or an investigation?

In England and Wales, expert witness reports are governed by Civil Procedure Rules Part 35 (CPR 35) and Practice Direction 35 (PD 35), which lay the ground rules for what should be in a report. There is a requirement for a statement of truth:

I confirm that I have made clear which facts and matters referred to in this report are within my own knowledge and which are not. Those that are within my own knowledge I confirm to be true. The opinions I have matters to which they refer.

In Ireland, the closest equivalent to CPR 35 and PD 35 would be Order 39 Rules of the Superior Courts which covers duty to the court and avoiding bias.

At present (May 2026), neither CPR 35 / PD 35 nor Order 39 (nor the closest equivalents in the United States) have been updated to reflect the possibility of an expert using AI to write a report. In practice, expert witnesses often delegate parts of the report writing or investigation to subordinates, but the expert has ultimate responsibility for the content of the report. I would imagine the same rule to apply to any use of generative AI: whether or not the expert used AI in the drafting of a report, the expert still retains responsibility.

Existing guidance

The following guidance has come out around AI in court proceedings, which I will refer to in this article.

  1. UK: Artificial Intelligence (AI) Guidance for Judicial Office Holders, 31 October 2025. https://www.judiciary.uk/wp-content/uploads/2025/10/Artificial-Intelligence-AI-Guidance-for-Judicial-Office-Holders-2.pdf

  2. Canada: The Use of Artificial Intelligence in Court Proceedings, 7 May 2024. https://www.fct-cf.ca/Content/assets/pdf/base/FC-Updated-AI-Notice-EN.pdf

  3. UK: Bar Council: Considerations when using ChatGPT and generative artificial intelligence software based on large language models. 30 January 2024. https://www.barcouncilethics.co.uk/wp-content/uploads/2024/01/Considerations-when-using-ChatGPT-and-Generative-AI-Software-based-on-large-language-models-January-2024.pdf

  4. UK: Civil Justice Council: Use of AI for Preparing Court Documents: Interim Report and Consultation, 14 April 2026. https://www.judiciary.uk/wp-content/uploads/2026/03/Interim-Report-and-Consultation-Use-of-AI-for-Preparing-Court-Docume.pdf

Limitations of large language models

Hallucinations

Large language models are prone to hallucinations. They can give responses which are patently untrue or contain fabricated facts. In the legal domain, LLMs have been seen to cite realistic looking but non-existent case law.

Semantic leakage

There is also the problem of semantic leakage. If I give an LLM a list of symptoms like She presented at the emergency room complaining of a high temperature, headache, being sick, and aches and pains and then add Her favourite colour is yellow, then the LLM can switch to a diagnosis of “jaundice” because of the mention of “yellow” - not even the most unqualified human would make this mistake.

North American heavy content

A large amount of the training data in LLMs is US specific, so you get content which is noticeably the wrong jurisdiction. This is particularly noticeable for those of us in the UK and Ireland. In Reddan v An Bord Pleanála HC 2025, the applicant used the term “subordination to perjury” which is not a phrase recognised in Irish jurisprudence and clearly originated from another jurisdiction (Scotland or the USA).

Bias

Large language models are trained on huge text corpora (collections of text) and the statistics in them reflect the patterns and biases in the original training data.

For example, the sentence “He works at the hospital as a” and the sentence “She works at the hospital as a” yield very different completions in GPT 3.5:

Next token for input 'She works at the hospital as a' (GPT 3)
Next token for input 'He works at the hospital as a' (GPT 3)

This has been corrected in later versions of GPT, but we ultimately don’t know what hidden biases may be inside the current models.

Privacy concerns around AI for expert witnesses

A large language model like ChatGPT is a third party service. It may also be hosted on a server in North America. So if you send confidential information in a prompt to ChatGPT in your browser,

  • you have no guarantee that OpenAI isn’t storing the data
  • you don’t know if you’re complying with GDPR
  • your data could be used for model training
  • in the USA: using GPT is not HIPAA compliant unless you follow certain steps
  • you should be aware if you are sending data across jurisdictions

Fortunately, many commercial versions of these platforms do offer confidentiality. The ChatGPT API needs programming skills to use, but does guarantee that data will not be retained.

In the UK, judges have been encouraged to use ChatGPT 365. A paid subscription like this usually guarantees that data will not be retained, but you should always check if the way you are using it complies with GDPR, HIPAA or other applicable rules.

If you would not post it on the internet, be careful about sending it to a chatbot.

Transparency and reproducibility

It can be hard to reproduce your working with an AI model. Models are frequently deprecated (a tech company may cease offering that model as a service). If you do use AI for anything in an epert witness report, you should ensure that you have recorded all prompts used, as well as the version of LLM that was used to generate the outputs.

You should also be aware that an LLM takes into account the context of previous prompts, unless you have started a new conversation.

Intellectual property and brand association

Content generated by LLMs may violate intellectual property rights. See Getty Images v Stability AI (2025), where Getty Images alleged that Stability AI’s generated images violated their trademark rights. Generative AI models are trained on large amounts of data scraped from the internet, and at present many tech companies are taking images and text from the internet which may be copyrighted and where the creators or copyright holders have not given permission for the content to be used to train a model.

Black box syndrome

The UK Bar Council’s guidance (above) also highlights the “Black Box syndrome”: the lack of explainability in AI models. We don’t know their internal workings.

OpenAI’s models are closed source and closed weights, while some other models such as DeepSeek are open weights (you can download and run them on your own computer) but it’s still very difficult to explain their workings. For example, if an AI model gives a series of tax calculations, it can be hard to reproduce all its logic and follow the working.

What happens when AI slop makes it to court?

There have been a number of cases in the UK, Ireland and the USA, where lawyers, expert witnesses, or litigants in person have used generative AI to prepare submissions to the court.

In England, in R (Ayinde) v Haringey, one party made submissions to the Court containing hallucinated citations. The Court reduced the costs awarded to the plaintiff due to the wasted time from fake citations.

In Ireland, in Reddan v An Bord Pleanála HC 2025, the judge noted that submissions to the Court referred to legal concepts that don’t exist in Ireland and appeared to be Americanisms.

Back in England in the Construction and Technology Court, Justice Waksman found that a solicitor who insisted on an AI-generated expert report breached their duty to the Court.

In New York state, an expert in fiduciary services used Microsoft’s Copilot to cross-check calculations he used in expert evidence. He was unable to recall the prompts he used, state the sources Copilot relied on, or explain how the tool worked and arrived at its outputs.

The judge in the case said:

This brings to mind the old adage, “garbage in, garbage out”. Clearly a user of Copilot and other artificial intelligence software must be trained or have knowledge of the appropriate inputs to ensure the most accurate results.

Overall, submitting AI slop to a Court, whether as a lawyer, expert, or litigant in person, can result in wasted time, financial cost, reputational damage, and evidence being deemed inadmissible.

Proposed updates to expert witness guidance regarding AI

Around the world, courts and legal systems are introducing requirements for AI use to be declared and sometimes described in detail in court submissions and expert witness reports.

In the UK, the Civil Justice Council has produced a report titled, Use of AI for Preparing Court Documents: Interim Report and Consultation: https://www.judiciary.uk/wp-content/uploads/2026/03/Interim-Report-and-Consultation-Use-of-AI-for-Preparing-Court-Docume.pdf

In this consultation, the Council proposes a modification to PD 35 requiring declaration of AI.

We propose a requirement that the expert explains what use of AI has been made other than for transcription (or other administrative uses) and that the expert identifies the AI tools used.

In the United States, there is a proposed modification to the Federal Rules of Evidence (Rule 707), to clarify that AI evidence must be subject to the same standards as expert evidence.

In Ireland, the Court of Appeal has recently issued five guiding principles for the use of AI, in Guerin v O’Doherty [2005] IECA 48.

  1. Parties can use AI provided they don’t mislead the Court
  2. Parties must declare the use of AI to the Court and other side
  3. A self-represented party (litigant in person) is responsible for the written or oral work just as lawyers are responsible.
  4. You must verify the accuracy of any citations
  5. A party must not cite any authority unless they have verified that it’s genuine and that it is relevant.

What are some high and low risk uses of AI?

A lot of the new official and unofficial guidance from around the world is beginning to make the distinction between low and high risk use cases of AI. The judicial guidance from the UK distinguishes administrative tasks such as transcription from other higher risk tasks.

Below you can see a breakdown of what I would judge to be low, medium, and high risk uses of AI in the context of an expert witness investigation or report.

Low riskMedium riskHigh risk
Machine translationExpert builds and uses their own AI model (could also be high or low risk depending on use case)AI writes a section of the report
Online researchExpert models scenarios with GPT
Spell checkAI performs data analysis
Transcription

There is also a very helpful guide by the Academy of Experts where use cases have been presented on a scale from low to high risk, which I would recommend reading.

Takeaways from the new Judicial Guidance which are relevant for expert witnesses

From the latest UK Judicial Guidance, we can conclude that experts must:

  • Understand the capabilities and limitations of the AI tool you are using
  • Uphold confidentiality and privacy
  • You can use AI for administrative tasks such as document summarising, but not for analysis that requires professional judgement.
  • You need to check output for hallucinations and bias
  • The expert is still accountable for the work produced in their name.

Unofficial advice for expert witnesses and AI

I have found a number of unofficial sources of advice on AI for expert witnesses. A law firm, Kennedys, has provided an article titled AI - the expectations for expert witnesses, with these takeaways:

  • Report should comply with CPR 35
  • Expert evidence presented to the court should be the independent product of the expert
  • Expert witness should provide independent assistance to the court by way of objective unbiased opinion
  • Expert witness should state the facts or assumptions on which their opinion is based.

You can read more here: https://www.kennedyslaw.com/en/thought-leadership/article/2025/ai-the-expectations-for-expert-witnesses/

So when can AI be used in expert reports?

Given all the limitations which I have listed above, you could be forgiven for asking if there is any circumstance at all in which AI would be appropriate for use in an expert witness report.

I would recommend to ask, is AI really necessary for your purpose? Generative AI often doesn’t improve a text, but adds noise to it, making it unnecessarily verbose. An expert witness report should be concise and factual. It’s not creative writing.

If you use AI to write any section of your report, you now have the problem of checking the AI output - in effect, the AI has engendered an extra administrative task. So AI has created work for you! I would find it easier to ensure all facts are correct while I am writing a sentence, rather than generate the sentence with AI and then have to check it after it’s been generated. It’s very easy to miss an unexpected hallucination.

You will need approval from the instructing solicitor (and possibly the court) to use it. If you get approval from your instructing solicitor and later find out that somebody else objects to the use of AI, you will have to redo the report. So I would ask, is it really worth it?

These concerns notwithstanding, here are some scenarios where AI could be beneficial:

  • You need to transcribe many hours of audio, or summarise thousands of documents, or another administrative task.
  • Your report has to comply with a particular checklist. For example, if there are five questions which must be answered or addressed in your document. AI can quickly act as a reviewer and tell you where you have missed something. You don’t need to use AI to write any of the document, just to flag any omissions or inconsistencies.
  • There exists a particular AI tool which is already used for analysis of data in this domain. For example, an AI tool which analyses photographs in a road traffic accident or air accident investigation. An AI tool could objectively assess tyre marks or distribution of wreckage. Crucially, the AI tool would not be writing the report directly.

In certain circumstances, AI can be a very useful tool for carrying out an investigation or preparing a report.

Checklist for using AI in an expert investigation or report

I have provided this checklist to ensure that your use of AI is appropriate and compliant and won’t come back to cause problems later. If I have missed anything out, please let me know.

☑ You are using AI for an administrative task, such as spell check, translation, or summarisation, rather than analysis that requires your expertise. (Judicial Guidance[1])

☑ No sensitive data is being sent out of the jurisdiction.

☑ Data is not being stored by a third party company.

☑ You are complying with all relevant privacy laws e.g. GDPR, HIPAA.

☑ You have saved all prompts and responses as well as the model version (e.g. GPT 4o) so you can reproduce them if asked.

☑ You have written permission from the instructing solicitor, as well as the court if applicable.

☑ You have verified all AI output and checked for hallucinations, fictitious citations, references to legal concepts from US jurisdictions, etc.

References

  1. UK: Artificial Intelligence (AI) Guidance for Judicial Office Holders, 31 October 2025. https://www.judiciary.uk/wp-content/uploads/2025/10/Artificial-Intelligence-AI-Guidance-for-Judicial-Office-Holders-2.pdf, retrieved 23 May 2026.

  2. Canada: The Use of Artificial Intelligence in Court Proceedings, 7 May 2024. https://www.fct-cf.ca/Content/assets/pdf/base/FC-Updated-AI-Notice-EN.pdf, retrieved 23 May 2026.

  3. UK: Bar Council: Considerations when using ChatGPT and generative artificial intelligence software based on large language models. 30 January 2024. https://www.barcouncilethics.co.uk/wp-content/uploads/2024/01/Considerations-when-using-ChatGPT-and-Generative-AI-Software-based-on-large-language-models-January-2024.pdf, retrieved 23 May 2026.

  4. UK: Civil Justice Council, Use of AI for Preparing Court Documents: Interim Report and Consultation, 14 April 2026. https://www.judiciary.uk/wp-content/uploads/2026/03/Interim-Report-and-Consultation-Use-of-AI-for-Preparing-Court-Docume.pdf, retrieved 23 May 2026.

  5. Guerin v O’Doherty [2005] IECA 48.

  6. Academy of Experts, https://taecdn.b-cdn.net/wordpress/wp-content/uploads/2026/02/fs-26-01-AI.pdf, retrieved 23 May 2026.

  7. Fay Waterfield, AI - the expectations for expert witnesses, Kennedys Law, retrieved 23 May 2026.

Your NLP Career Awaits!

Ready to take the next step in your NLP journey? Connect with top employers seeking talent in natural language processing. Discover your dream job!

Find Your Dream Job

How can we turn unstructured data into structured data with generative AI?
Generative aiNatural language processing

How can we turn unstructured data into structured data with generative AI?

Many companies and organisations have large datasets that are stored in a very unstructured format. For example, you could work for a US based healthcare provider or insurer and have patient records stored in a free text format such as HL7 files or PDFs. A building regulator, land registry, or mortgage provider may have texts and accompanying diagrams from thousands of building inspections or land title deeds. A patent attorney’s office may have records of patent applications in PDF format.

Takeaways from the Expert Witness Conference in Ireland
Legal ai

Takeaways from the Expert Witness Conference in Ireland

On 20 May, I attended the Expert Witness Conference in Dublin, Ireland, organised by La Touche Training. It was an eye opening event with a mixture of lawyers and expert witnesses in different fields from Ireland and abroad. The event was chaired by Mr Justice Michael Peart, with a keynote address by the Honourable Mr Justice David Barniville, President of the High Court of Ireland.

Fast Data Science at Ireland's Expert Witness Conference on 20 May 2026
Events

Fast Data Science at Ireland's Expert Witness Conference on 20 May 2026

Fast Data Science at Ireland’s Expert Witness Conference on 20 May 2026 in Dublin Links to guidance on legal AI issued by legal authorities and other organisations Official guidance UK: Artificial Intelligence (AI) Guidance for Judicial Office Holders, 31 October 2025. https://www.judiciary.uk/wp-content/uploads/2025/10/Artificial-Intelligence-AI-Guidance-for-Judicial-Office-Holders-2.pdf

What we can do for you

Transform Unstructured Data into Actionable Insights

Contact us