Discover and explore top open-source AI tools and projects—updated daily.
AnttiHeroMulti-agent AI system for evidence-based legal document review
Top 95.1% on SourcePulse
Summary
Lavern is an agentic legal system automating document review via multi-agent debate and verification. It targets technical users and legal professionals, offering a structured, evidence-backed, auditable AI process beyond the "junior associate" model. The system aims for superior output quality, though this remains an empirical question.
How It Works
The system uses 67 specialized AI agents and orchestrators in an evidence-backed debate protocol. Agents cite specific text for findings, which undergo three verification layers: an evaluator gate, adversarial debate, and a 10-pass quality check. Human gates precede critical decisions. It supports Anthropic, Mistral AI (EU), or local Ollama, using a persistent "Precedent Board" for memory.
Quick Start & Requirements
Installation uses platform scripts (curl, PowerShell) or manual git clone + npm install. Local mode requires no API keys, running the API on port 3000 and dashboard on 5173. Real engagements need Anthropic/Mistral API keys. A 60-second walkthrough is in QUICKSTART.md.
Highlighted Details
Maintenance & Community
Developed over six months by a law firm founder, copyrighted 2025–2026 by Antti Innanen. Contribution guidelines exist, but explicit community channels or sponsorship details are absent from the README.
Licensing & Compatibility
Licensed under Apache 2.0, generally permissive for commercial use. Bundled datasets have separate licenses; one (ContractNLI) was removed due to incompatibility. Consult NOTICE for dataset specifics.
Limitations & Caveats
No public benchmark exists; quality claims are hypotheses. Multi-agent debate is imperfect. Lacks dense/vector retrieval (uses BM25). No durable task queue; server restarts mid-engagement require re-initiation. Counsel deliveries can be slow. EU mode has a specific limitation where the "Lavern Challenge" may access Anthropic.
5 days ago
Inactive