Vendor-reported figures — source: www.judgmentlabs.ai
Immigration law is documentation-intensive by nature: O-1A, H-1B, and green card petitions require precise, citation-accurate drafts where a single factual error can delay or sink a case. To handle growing caseload volume, this startup built agentic workflows that generate rough document drafts for lawyers to review and finalize. The model worked — until iteration velocity became the enemy. Every update to prompts, underlying models, or retrieval tools required lawyers and engineers to manually compare old and new outputs side by side. The process was inconsistent, dependent on who happened to be reviewing, and expensive. Post-deployment, regressions still slipped through, surfacing as quality failures that consumed even more lawyer time downstream.
Judgment Labs addressed the regression testing gap by building custom post-trained LLM evaluators trained directly on the platform's internal data — specifically, anonymized pairs of AI-generated rough drafts and lawyer-finalized versions. The final drafts encoded the systematic mistakes the writing agents made at scale; Judgment used LLMs to bootstrap reasoning traces explaining each lawyer revision, ran ablations to filter for high-quality traces, then distilled that reasoning into a judge model via post-training. To further improve reliability, they deployed an LLM-as-jury system: N evaluators with different base models and post-training ablations vote on document quality, with weighted majority vote as the final decision. The judge was integrated into an automated regression testing pipeline via Judgment Labs' judgeval package, and later repurposed as an Agent Behavior Monitoring (ABM) system to triage low-quality documents before they reach lawyers.
Judgment's model system correctly identified the higher-quality document 97% of the time on hold-out sets, compared to a 52% baseline — matching or exceeding lawyer-level accuracy. That evaluator performance translated directly into operational gains:
The ABM monitoring layer, live for only three weeks at publication, had already flagged over 40 cases containing factual contradictions, misquoted citations, and misconstrued evidence — issues that previously reached lawyers undetected.
Have a similar implementation?
Share your customer's AI results and link it to your vendor profile.
Submit a case study →