Contract Amendment Tracking Failure
Contract Modified Multiple Times; Model Analyzes Original, Ignoring Amendments; Outdated Analysis Given
8 patterns for this goal
Compliance failures happen when a compliance agent reasons from a stale or mismatched snapshot of the law or the contract instead of its current, jurisdiction-correct state — an amendment that was never consolidated into the analyzed document, a regulation that was amended after the model’s training cutoff, a disclosure template pulled from the wrong jurisdiction by lexical similarity, or a jurisdiction-specific exception that a review agent identified in prose but never reached the filing agent’s structured checklist. Every compliance pattern documented here produces output that reads as confident and well-formed, because the error is an omission or a substitution rather than a visible malfunction — the review is internally consistent, just wrong about what currently governs the filing.
All 4 compliance patterns share a single structural gap: nothing in the pipeline forces a deterministic check against the current, correctly-scoped source of truth before output is produced or filed. Amendment tracking and regulatory update lag both let the agent substitute a static snapshot for the current state; the retrieval-mismatch pattern lets similarity substitute for a jurisdiction-keyed lookup; the handoff-loss pattern lets a fixed checklist schema substitute for the review agent’s actual reasoning. The fix in every documented mitigation is the same shape — replace an implicit trust in “what I already have” (a cached document, a training-time fact, a top similarity match, a boolean checklist field) with an explicit, gated verification against a dated, jurisdiction-scoped, or fully-reconciled source before the compliance determination is treated as final.
A training-data cutoff combined with no retrieval step against a current, authoritative regulatory text source. The compliance agent has no inherent signal that a regulation was amended after that cutoff, so it applies a stale threshold or deadline with the same confidence as a current one — see Regulatory Update Lag.
Consolidate the original contract and all discoverable amendments into a single “current state” document before analysis, tag each clause with its amendment-origin and effective date, and fail safe by flagging incomplete amendment discovery rather than proceeding silently — the mitigation detailed in Amendment Tracking Failure.
No — metadata that exists in the template library but isn’t used as a mandatory pre-filter doesn’t stop similarity ranking from surfacing a wrong-jurisdiction template first. The reliable fix filters candidate templates to the filing’s controlling jurisdiction before any similarity ranking runs at all, per Embedding Retrieval Applies Wrong Jurisdiction’s Disclosure Template by Name Similarity.
Yes, whenever the review agent’s determination doesn’t map onto an existing structured field. A boolean or fixed-schema checklist cannot represent a jurisdiction-specific exception it was never designed to hold, so the exception exists only in narrative form and never reaches the filing agent — see Multi-Agent Handoff Drops Jurisdiction-Specific Exception Between Compliance-Review and Filing Agent.
| Pattern | Mechanism |
|---|---|
| Amendment Tracking Failure | Model analyzes the original contract while separately filed amendments go unconsolidated and unread |
| Embedding Retrieval Applies Wrong Jurisdiction’s Disclosure Template by Name Similarity | Similarity ranking over regulation name/subject matter surfaces a lexically close but wrong-jurisdiction disclosure template |
| Multi-Agent Handoff Drops Jurisdiction-Specific Exception Between Compliance-Review and Filing Agent | A checklist schema has no field for an exception the review agent identified only in narrative analysis |
| Regulatory Update Lag | Parametric training-time knowledge of a regulation is applied without retrieving whether it has since been amended |
Total: 4 patterns
Contract Modified Multiple Times; Model Analyzes Original, Ignoring Amendments; Outdated Analysis Given
A Compliance Agent Assembling a Required Regulatory Disclosure for a Filing Retrieves the Applicable Disclosure Template From a Multi-Jurisdiction Template Library Using Semantic Similarity Over the Regulation's Name and Subject Matter, Rather Than Matching on the Controlling Jurisdiction Itself, and Pulls a Template Built for a Differently Named but Substantively Different Regulatory Regime in Another Jurisdiction That Happens to Share Closely Overlapping Terminology
A Compliance-Review Agent's Retrieval Step Over a Vector Store of Approved Substantiation Documents Returns a Source That Is Embedding-Similar to the Marketing Claim Under Review Because It Discusses the Same Product Category and Uses Closely Related Phrasing, but the Retrieved Source Actually Supports a Narrower, Differently Conditioned, or Already-Expired Claim Than the One the Copy Makes, and the Agent Approves the Claim as Substantiated on the Strength of the Similarity Match Alone
Compliance Agent Approves Marketing Copy Containing a Comparative or Superiority Claim Without Verifying That Adequate Substantiation Exists or Is Cited
A Compliance-Review Agent That Determines, in Its Own Narrative Analysis, That a Filing Qualifies for a Jurisdiction-Specific Exception to a General Disclosure Requirement Hands Off to a Filing Agent Through a Structured Checklist That Has No Field for the Exception, So the Filing Agent Applies the General Requirement the Exception Was Meant to Override
A Legal-Review Agent's Free-Text Note Flagging That a Specific Claim Requires a Region-Specific Disclaimer for One Market Is Not Captured in the Structured Approve/Reject Handoff Schema Passed to the Publishing Agent, Which Publishes the Claim Globally Without the Required Disclaimer
Agent Evaluates a Contract or Policy Against a Regulatory Standard That Has Since Been Amended, Without Surfacing That the Underlying Rule Changed
A Compliance-Review Agent Answers Questions About Where and How an Advertising Disclosure Must Appear (Required Proximity to a Claim, Minimum Font Size, Required Placement Before a "Buy Now" Action) from Facts Memorized During Pretraining Instead of Calling the Live Regulatory-Guidance Tool It Has Available, Producing Compliance Sign-Offs Based on Outdated Disclosure Rules