What Synapse-AI does
Six features. One loop.
Each section explains what the feature does, what model it runs on, and how it stays grounded in the case.
Quick Consult
Capture the conversation, not the keystrokes.
Hit Record at the start of the consultation. Synapse stores opus-encoded segments to local Isar storage as you speak — no buffering, no missed words on a flaky connection. When you Stop, an offline-first queue uploads the segments to Supabase India-South via TUS resumable upload. The transcript comes back diarized (advocate vs. client) with timestamps you can jump to.
Under the hood
Sarvam Saaras v3 batch · diarization on · Indian-English + Hindi + 11 Indic scripts.
Verification
Edit the facts, not the transcript.
Synapse extracts dated facts from the transcript: cause of action, parties, evidence, prior orders, dates. Each fact links back to the exact moment in the recording via a source ribbon — tap a fact, the audio scrubs to that timestamp. Edit, delete, or sanctify each fact. Sanctified facts become the case's ground truth — cited everywhere downstream.
Under the hood
Claude Sonnet 4.6 · tool-use JSON schema · prompt caching on per-case Fact Sheet.
Drafting
Pleadings grounded in what you said.
Pick a template (bail, anticipatory, family, civil). Synapse drafts the pleading with a citation chip on every claim. Click a chip — see the sanctified fact behind it. Edit inline; export to .docx or signed PDF. The draft never invents a fact you did not feed it.
Under the hood
Claude Sonnet 4.6 (Opus 4.7 reverse-trigger pre-launch) · one-citation-per-claim enforced · template library.
Library
Search BNS, BNSS, BSA — and your own files.
Library searches the new criminal code (BNS / BNSS / BSA) AND any case law you have attached, ranked by semantic relevance to the case at hand. Results carry match percentages and short relevance reasons ("likely controls limitation question on §223 charge"). Attach a result → it joins the timeline.
Under the hood
Voyage voyage-3-large embeddings · pgvector HNSW · IndianKanoon API for case law.
Strategy Sandbox
Argue with a senior associate.
Strategy Sandbox is a chat overlay grounded in the indexed BNS/BNSS + your case timeline. Picks at weak points in your theory, suggests counter-arguments, drafts an Argument Tree visualization. Trial Prep mode runs the same loop in adversarial framing.
Under the hood
Senior-Associate persona · Argument Tree (lazy-mounted) · grounded in indexed statutes.
Privacy
DPDPA-aligned. India-South. ZDR-ready.
All audio + facts + transcripts live in Supabase India-South (Hyderabad / Mumbai). PII is tokenized to placeholders before any prompt egresses (names, Aadhaar, phones, case numbers). Anthropic Zero-Data-Retention is wired at the API call level; activates the day the enterprise contract closes. Privacy Mode and Hard Purge are first-class controls.
Under the hood
PIIRedactor + NamedPartyList · region-pinning enforced at boot · audit log per AI call.