By Sagar Shankaran, Founder of CallSphere
Deposely launched for agencies in April 2026. AI transcription costs $0.15/min vs $250-500/hr stenography. But FRCP 80 still requires a certified human. Here is the 2026 hybrid architecture.
Key takeaways
Legal depositions in 2026 are a hybrid: a digital reporter starts the WebRTC session and is the FRCP-compliant chain-of-custody, AI transcribes in real time on top, and a certified court reporter (CCR) signs the final transcript. Skip any of those three and the transcript can be challenged.
Federal Rules of Civil Procedure (FRCP) Rule 80 still requires a certified human for "official" transcripts. AI alone cannot certify, and AI-only depositions have been challenged in 11 federal courts since 2023. But Deposely (April 2026), Verbit, Sonix, and TransPerfect Legal all now ship hybrid platforms that combine WebRTC remote depositions with AI real-time transcription and a CCR-signed final.
The economics are enormous: AI transcription is ~$0.15/min, human stenography is $250-500/hour. A 4-hour deposition costs $1,000-2,000 the old way and ~$36 in pure AI cost. The hybrid — AI live, human review — runs ~$300 and is FRCP-compliant. Court reporting agencies that adopt the hybrid model are growing 40% YoY; those that resist are losing share to digital reporters.
```mermaid flowchart LR Atty[Attorney + Deponent + Witness] -- WebRTC --> SFU[Pion Go gateway 1.23] SFU -- raw audio --> AI[Realtime ASR + Diarize] AI -- live transcript --> Atty SFU -- recording --> S3[S3 + WORM lock] AI --> CCR[Certified Court Reporter Review] CCR --> Final[Signed Transcript + Chain-of-Custody] Final --> Audit[(115+ table audit)] ```
CallSphere does not run depositions directly, but its WebRTC + audit infrastructure is what court-reporting partners white-label:
Hear it before you finish reading
Talk to a live CallSphere AI voice agent for law firm in your browser — 60 seconds, no signup.
37 agents, 90+ tools, 115+ tables, 6 verticals, $149/$499/$1499 pricing. 14-day /trial; 22% /affiliate.
```typescript // 1. Start the deposition with strict admission control import { Room } from "./pion-bridge"; const room = await Room.create({ caseNumber: "1:25-cv-04211", jurisdiction: "SDNY", worm: true, // S3 Object Lock in compliance mode retentionYears: 7, });
// 2. Every participant must verify identity (Bar number + photo ID) await room.requireBarVerification();
// 3. Live transcript pipeline room.onAudio(async (frame, speakerId) => { const partial = await whisper.stream(frame); await db.transcript.append({ case: room.caseNumber, speaker: speakerId, text: partial.text, isFinal: partial.isFinal, ts: Date.now(), audioOffset: frame.offset, // for chain-of-custody back to recording }); });
// 4. CCR sign-off step (post-deposition) async function signTranscript(caseNumber: string, ccrId: string, signature: Uint8Array) { const transcript = await db.transcript.export(caseNumber); const hash = await sha256(transcript); await db.signatures.insert({ caseNumber, ccrId, signature, // PKI signature over hash hash, signedAt: Date.now(), }); } ```
Still reading? Stop comparing — try CallSphere live.
See the law firm AI agent handle a real call — complete, industry-specific, and live in your browser. No signup.
Can AI alone produce a deposition transcript? Not under FRCP 80. A certified human (CCR or digital reporter) must sign.
What about state courts? Roughly 30 states accept digital reporters; the rest still require stenographers. Check NCRA's state-by-state map.
How do I redact privileged content? Use the audit-table redaction flow: tombstone the original, store the redacted version with a justification, retain the original under seal.
What latency target? Under 1 second for live; same-day for the AI rough; 3-5 days for CCR-signed final.
How do I handle an unintelligible utterance? Mark "(inaudible)" and let the CCR review the recording slot; AI should never guess.

Written by
Sagar Shankaran· Founder, CallSphere
LinkedInSagar Shankaran is the founder of CallSphere, where he builds production AI voice and chat agents deployed across healthcare, hospitality, real estate, and home services. He writes about agentic AI, LLM engineering, and shipping voice agents that handle real calls in production.
See how AI voice agents work for your industry. Live demo available -- no signup required.
Azerbaijani law firms, accountants, and real estate agencies lose clients to unanswered calls. CallSphere books consultations 24/7 in Azerbaijani, Russian, and English across Baku and Ganja.
Togolese professional-services firms lose new clients when calls go unanswered. See how lawyers, accountants, notaries, and consultants use CallSphere to capture and qualify every enquiry 24/7 in French and Ewe from around 30,000 XOF a month.
Maltese professional-services firms in Valletta and Sliema use CallSphere AI voice and chat agents to answer, qualify and book new-client inquiries in English, Maltese and Italian without interrupting billable work.
Tunisian professional firms lose clients and billable time to unanswered calls. See how law offices, accountants and consultancies in Tunis use CallSphere AI voice and chat agents to run first intake 24/7 in French and Arabic and protect fee earners.
A step-by-step guide for German law firms in Berlin, Munich and beyond: use CallSphere AI voice and chat agents for DSGVO-compliant client intake, conflict pre-screening and after-hours Beratung booking in German and English.
A step-by-step guide for Belgian law firms, accountants and consultancies to answer bilingual intake calls 24/7 with CallSphere AI voice and chat agents, GDPR-ready.
© 2026 CallSphere Inc. All rights reserved.
Made within San Francisco