AI Deposition Summaries and Case Chronologies That Hold Up
The task nobody wants and every case needs
Before evaluating any tool, time your own last three deposition summaries — start to reviewer-approved — and write down the hours. That number, not a vendor’s or ours, is the baseline every decision below runs off. Our editorial impression is that a full-day transcript summarized to a supervising attorney’s standard consumes a meaningful chunk of a day, but the spread across practice areas and formatting fussiness is wide enough that a published average would be useless to you.
Case chronologies — the running timeline assembled from depositions, medical records, emails, and incident reports — are worse, because they never finish.
This is exactly the shape of work that current AI handles well: high-volume, text-dense, pattern-driven, with a clear output format. It’s also work where a confident-sounding error can end up in a motion. So the design question isn’t “can AI summarize a transcript” (it can) — it’s “how do I make every claim in the summary checkable in ten seconds.”
Skill first, agent second
Two different capabilities get blurred together in vendor marketing, and the distinction matters for how you build.
A skill is a packaged set of instructions that teaches an AI assistant to do one job the same way every time — the output schema, the house style, the rules about what to include and what to flag. You write it once, and every deposition summary that comes out follows it, whether the associate who ran it started three days ago or three years ago. It’s the same pattern we’ve described for repeatable document review skills.
An agent is what carries out the multi-step job around that skill: retrieve the transcript from the document system, chunk it, apply the skill, assemble the output, save the draft to the correct matter folder, and post a note for review. Agents take actions. That’s the part that requires real access controls.
What the skill spec should actually contain
Write the skill by starting from a summary you already consider excellent. Have the person who writes the best summaries in your firm mark up why it’s good, then encode those rules explicitly:
- Output schema. Topic-by-topic? Chronological? Page:line index plus narrative? Pick one per deposition type (fact witness, expert, treating physician, 30(b)(6) corporate designee) and specify it exactly.
- Citation format.
(147:3–148:12)— and a rule that ranges must be contiguous. - Transcript provenance. Every summary header records the transcript version (rough/uncertified vs. final certified), its date, and whether an errata sheet has been received.
- Quote handling. Verbatim quotes only for admissions and impeachment material; everything else paraphrased and marked as such.
- Prohibited inference. No characterizing a witness as “evasive” or “credible.” No filling gaps. If the transcript is ambiguous, the skill flags it as
[AMBIGUOUS]rather than resolving it. - Flag list. Admissions against interest, contradictions with prior testimony, exhibit references, objections and instructions not to answer, deadlines or dates mentioned.
- Chronology extraction. A second output block: date, event, source cite, actor, confidence. Confidence takes exactly three values —
stated-in-transcript(the witness said it),inferred-from-context(assembled from surrounding testimony),disputed(contradicted elsewhere in the record). Rule: nothing belowstated-in-transcriptenters the master case timeline without an attorney initialing it.
That last block is the one that compounds. Once every deposition and record set produces structured chronology rows in the same schema, the case timeline assembles itself from parts rather than being retyped from scratch.
A deposition summary that can’t be traced back to page and line isn’t a work product — it’s a rumor with formatting.
Getting output into the matter, not into someone’s inbox
The workflow collapses if the draft lands as a chat window your associate copies into Word. This is where the Model Context Protocol (MCP) — an open standard for giving an AI assistant governed access to your systems — does the unglamorous work. With an MCP connection to your document or practice management system, the assistant can pull the transcript from the correct matter, write the draft summary back into the matter folder with a consistent filename, and log the activity. We’ve walked through the setup mechanics in connecting Claude to Clio via MCP, and the deeper version in building a custom MCP server over matter files.
Scope the access narrowly. Read access to the transcript folder for the matters that user already has permission to see; write access limited to a /drafts subfolder. Nothing that touches billing, trust accounting, or client-facing communication. Separately, read the protective order before any transcript moves: many carry confidentiality or “attorneys’ eyes only” designations with express terms on where copies may be stored and whether third-party processing is permitted at all. If the order is silent or ambiguous, get it clarified rather than assuming.
-
Build a gold set
Collect 5–10 transcripts you’ve already summarized by hand, along with the human summaries. Choose deliberately: mix deposition types (fact witness, expert, corporate designee), include at least one with poor OCR or scanned exhibits, at least one multi-attorney deposition with cross-talk, and at least one you know contains an internal contradiction. The answer key should test the failure modes, not the easy cases. -
Draft the skill and run it blind
Run the skill on those same transcripts. Compare against the human versions: what did it miss, what did it invent, what did it format wrong? Revise the skill, not the prompt-of-the-day. -
Verify citations at 100%
On the pilot batch, check every page:line cite. You are testing whether the citation discipline actually holds before you rely on it. -
Wire in retrieval and filing via MCP
Only after quality is stable. Automation on top of a bad output format just produces bad output faster. -
Drop to sampling, keep the human gate
Once cite accuracy is proven, move to spot-checking — but a licensed reviewer signs off on every summary that informs strategy, motion practice, or trial prep.
Where this breaks
Be specific about the failure modes, because they’re predictable.
Long transcripts and chunking. Context limits vary by model and have grown considerably, so a multi-day deposition may well fit in one pass. But recall reliably degrades on very long inputs — details in the middle get thinner treatment than details at the edges. Chunking plus a dedicated contradiction pass over the assembled summary is the safer default either way, because the failure you care about (the witness says one thing on day one and the opposite on day three) is precisely what a single tired pass tends to miss.
Rough versus certified transcripts. Roughs and final certified transcripts frequently paginate differently, so a cite generated from a rough may point somewhere else in the certified copy. Errata sheets change testimony after the fact. Record which version and date every summary came from, and re-verify each citation against the final certified transcript before it appears in motion practice or trial materials.
Bad source text. Scanned medical records and older exhibits come through OCR badly. Garbage in, confidently-formatted garbage out. Rough heuristic, offered as opinion rather than measurement: if a human can’t read the scan comfortably, don’t feed it to an agent without cleanup.
Speaker and exhibit attribution. Multi-attorney depositions with cross-talk, and “Exhibit 14” references that mean different documents in different transcripts, are common error sources.
Expert testimony. Methodology critiques and hedged opinions are where paraphrasing does the most damage. Consider requiring verbatim capture for expert opinion statements.
Buy the tool or build the skill
An honest middle path: many firms should start with an off-the-shelf tool for a quarter, learn what their reviewers actually complain about, and only then decide whether a custom skill is worth building. The same logic applies to agentic discovery triage — the workflow understanding is the expensive part, not the software.
Modeling the value without inventing numbers
Don’t take anyone’s published savings figure, including ours. Use your own inputs:
(Hours per summary today − hours per summary with review) × summaries per month × loaded hourly cost of the person doing it.
Then decide separately what happens to recovered hours. In a billable-hour practice, hours saved on a task you bill hourly are revenue reduced unless those hours get reallocated — and note that Formal Opinion 512 discusses fee implications of AI-assisted work, so read it before assuming you can bill unchanged. In contingency practice, recovered hours flow directly to case development and volume, which is where the real economics sit.
Our current read, as of this article’s publication date: transcript summarization is among the more dependable AI applications in litigation work — not because the technology is magic, but because the task has a verifiable ground truth sitting right there in the transcript. That’s the tell for which workflows to automate next. If you can’t check the answer quickly, don’t hand it to an agent yet.
Where is your firm losing billable hours?
Get a free automation audit: we map your intake-to-invoice workflow and show you exactly what's worth automating — before you spend a dollar.
Get a free automation audit