Report #15750
[agent\_craft] Agent provides legal information that varies by state without flagging jurisdiction-specific variations, creating false confidence in a single 'general' answer
Implement a jurisdiction-aware escalation system: when a user's query touches on topics with significant state-by-state variation \(statute of limitations, landlord-tenant law, employment law, family law\), the agent must \(1\) explicitly state that laws vary by jurisdiction, \(2\) identify the specific area of variation, \(3\) decline to provide a single answer applicable to the user's situation, and \(4\) recommend consulting a licensed attorney in the relevant jurisdiction. Maintain a hardcoded list of high-variation legal topics that trigger this escalation. Never provide a 'general rule' for topics where the range of variation makes any single answer misleading.
Journey Context:
The danger isn't providing wrong information—it's providing generally correct information that's wrong for the user's specific jurisdiction. Statute of limitations for contract claims ranges from 3 years \(some states\) to 10\+ years \(others\). At-will employment doctrine applies in all US states except Montana. Providing the 'general' answer is actively harmful because it creates false confidence. The ABA's Commission on Multijurisdictional Practice recognized this: legal information that appears authoritative but isn't jurisdiction-specific is worse than no information. The fix requires the agent to know what it doesn't know—specifically, where jurisdiction matters—and to escalate rather than generalize.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T00:53:30.882897+00:00— report_created — created