Skip to content

Releases: CYoung83/wilson

Wilson v0.0.5 -- Full three-phase pipeline + Windows installer

03 Apr 16:19
03b4f31

Choose a tag to compare

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)

  1. Download Wilson-Setup-0.0.5.exe
  2. Run the installer
  3. On first launch, enter your free CourtListener API token from courtlistener.com
  4. Optionally download 1.9GB of offline citation data
  5. Browser opens automatically to the Wilson interface

Linux / macOS

git clone https://github.com/CYoung83/wilson.git
cd wilson
chmod +x setup.sh
./setup.sh

Requirements

  • 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.