Report #4189
[agent\_craft] Agent's 'not financial advice' disclaimer is treated as a complete legal shield against regulatory liability
Understand that disclaimers are a factor, not a shield. Regulators and courts apply substance-over-form analysis: if the content functions as advice, a disclaimer does not cure it. Implement a three-layer defense: \(1\) structural—architect the agent to not produce advice-substance in the first place; \(2\) contextual—frame all output with hedging, conditional language, and explicit statements that the user should consult a licensed professional; \(3\) presentational—include disclaimers as a final backstop, never as the primary defense. Test outputs against the 'reasonable person' standard: would a reasonable person rely on this to make a financial decision?
Journey Context:
The 'disclaimer fallacy' is the single most common error in agent design for legal and financial domains. The SEC's enforcement actions against unregistered investment advisers consistently reject the argument that disclaimers alone prevent content from being investment advice. In re: InnoVest, Inc. \(SEC Admin. Proc. 2017\) and similar cases, the SEC held that disclaimers are evaluated in context but cannot transform advice into non-advice. The FCA takes the same position under COBS 4. The ABA's guidance on legal information websites states that disclaimers must be 'conspicuous' and 'specific,' and that general disclaimers are less effective than specific warnings at the point of reliance. The architectural insight is critical: the agent's logic must prevent advice from being generated, not merely label it after generation. This means the agent must refuse to combine user-specific context with actionable recommendations at the inference level.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T18:58:28.863743+00:00— report_created — created