Releases: CYoung83/wilson
Wilson v0.0.5 -- Full three-phase pipeline + Windows installer
Wilson v0.0.5 -- Full three-phase pipeline + Windows installer
Verified against Mata v. Avianca (1:22-cv-01461, S.D.N.Y.) -- the most sanctioned AI hallucination case in US legal history. 6/6 correct verdicts. Zero false positives.
What Wilson does
Phase 1 -- Citation Existence: Checks 18 million federal case records. Catches fabricated citations and misattributed ones where coordinates belong to a completely different case.
Phase 2 -- Quote Verification: Fetches full opinion text and checks whether quoted language actually appears in the opinion. Catches false quotes and paraphrasing presented as direct quotation.
Phase 3 -- Coherence Checking: Sends full opinion text to a local LLM via Ollama and asks whether the case actually supports the proposition it is cited for. Runs entirely locally -- nothing leaves your machine.
Windows Install (no admin required)
- Download
Wilson-Setup-0.0.5.exe - Run the installer
- On first launch, enter your free CourtListener API token from courtlistener.com
- Optionally download 1.9GB of offline citation data
- Browser opens automatically to the Wilson interface
Linux / macOS
git clone https://github.com/CYoung83/wilson.git
cd wilson
chmod +x setup.sh
./setup.shRequirements
- Free CourtListener API token: courtlistener.com/sign-in
- Ollama (optional, for Phase 3): ollama.com
- Any 7B+ model via Ollama (nemotron-cascade-2:30b or qwen3.5:27b recommended)
What's next (v0.1.0)
UI settings panel, document upload, batch processing, CourtListener webhook integration, HTML report generation, and more.