every model spec’d & versioned · harness ✓ greenchangelog →

Writing · Comparisons

Compliance-Owned Copy vs. Model-Cited Answers

Two ways to defend a number in front of a customer. The comparison is about which artifact carries the weight.

By Worthune Staff · 2026-08-14

Some products defend numbers with paragraphs of disclosure. Others defend them with a linked spec version. The comparison is about which is a document and which is a decoration.

Every financial product that displays a number to a customer needs a defense for that number when someone asks about it. Two defenses are worth comparing. The first is compliance-owned copy: a paragraph of disclosure text approved by a legal or compliance team, appearing near the number. The second is a model-cited answer: a link, a spec version, and a facts row that resolves to a document. The first is decades old; the second is newer, and the two are not rivals so much as different layers. Their comparative strengths depend on who is asking about the number and what they are actually trying to know.

Compliance-owned copy

Compliance-owned copy is the older pattern. A paragraph of disclosure sits below or near the number. It typically covers three points: that the number is an estimate; that individual circumstances vary; that the user should consult a professional. The paragraph is legally useful and, often treated as sufficient to demonstrate a good-faith effort at accuracy. The paragraph does not, however, answer the specific question the user is likely to have.

The specific question is where does this number come from. The compliance paragraph does not say. It says the number is an estimate; it does not say what formula produced the estimate. It says circumstances vary; it does not name which circumstances. It says to consult a professional; it does not point to a document a professional could read. The paragraph is a legal artifact, not an informational one, and the two roles are different.

Model-cited answers

A model-cited answer replaces the paragraph — or, more often, supplements it — with a specific link. The number carries a spec version. The spec version resolves to a document that names the formula, the assumptions, and the exclusions. The number's response envelope carries a facts array whose rows name the constants used, with periods and source names. The audit hash lets the answer be recomputed later. The document is the defense; the paragraph is the framing.

The model-cited answer is stronger where the questioner is sophisticated. A compliance reviewer, a journalist, an auditor, or a determined user with domain knowledge can follow the link, read the spec, and evaluate the answer. The compliance paragraph is stronger where the questioner is a court reading a disclaimer or a regulator confirming that a disclaimer exists. Both surfaces exist; neither is a full substitute for the other.

DimensionCompliance-owned copyModel-cited answers
Answers where the number came fromNoYes
Legal sufficiency in a court settingEstablished over decadesNewer — complements rather than replaces disclaimers
Auditor experienceRequires additional written explanationFollows a link to a document
Sophisticated-user experienceFeels evasiveFeels transparent
Editorial controlFull — the paragraph is caller-ownedPartial — the spec is vendor-owned
MaintenanceCompliance team reviews annuallyVendor maintains the referenced spec

The hybrid worth building toward

Products that carry both defenses get the strengths of each. The compliance paragraph provides the legal frame. The model-cited answer provides the informational substance. A UI can display the number with a compliance-approved sentence and a spec-version link, and no reasonable questioner is left without a path to the specific artifact they need.

The hybrid also solves a coordination problem. Compliance teams are more comfortable approving copy that carries a link to a maintained specification than approving copy that carries a bare claim. The paragraph becomes shorter and more accurate because the substance has moved to the linked document; the linked document becomes more useful because the paragraph is not trying to summarize it.

The failure mode of copy-only

The failure mode of a copy-only approach is that questions the paragraph does not address end up in support inboxes. A customer who wants to know which contribution limit the calculator used opens a ticket. Support does not know; support asks engineering; engineering does not know because the constant is embedded in a template. The answer eventually arrives, days later, and the customer has already made a decision. The cost of the copy-only approach is not the paragraph; it is the operational drag of every specific question that the paragraph did not resolve.

The failure mode of citation-only

The failure mode of a citation-only approach is that unsophisticated users do not follow the links. A user who wants a specific reassurance — that the number is an estimate, that circumstances vary, that they should consult a professional — is not served by a spec URL, because the reassurance is a UX concern that the spec does not address. Citation without framing feels cold; framing without citation feels evasive; the hybrid serves both audiences without forcing a choice.

The paragraph frames the number. The spec explains the number. Products that survive careful questioning do both.

How to migrate a copy-heavy product

A team migrating from copy-heavy defenses to a hybrid does not need to remove the paragraphs. The migration is additive: keep the paragraphs, add the spec-version links, add the facts-registry surface, and add the audit envelope storage. Compliance teams typically welcome the addition because it strengthens the paragraphs rather than replacing them. Engineering teams welcome it because the specific-question support tickets stop arriving at their desks. Customers welcome it because their specific questions have answers that resolve without opening a ticket.

The migration cost is smaller than the framing suggests. Adding a link and a Show-your-work surface is a UI change; storing the envelope is a database change; neither is a major architectural adjustment. The batch-1 Glass Box Principle piece develops the operating discipline that makes this migration sustainable at scale.

The audience-adjusted display pattern

A single surface can serve both sophistication levels by displaying the compliance paragraph inline and the model-cited artifacts one click away. The default view is the paragraph; the expanded view is the specifics. Users who want the framing get it without effort. Users who want the substance get it with one click. Neither audience is served worse than a single-mode surface would serve them, and the caller does not have to choose between the two audiences at design time.

What a mature defense stack looks like end-to-end

A mature financial UI defending a number in front of any level of questioner typically has four artifacts in place. A compliance paragraph, framed for legal sufficiency. A spec-version link, resolving to the formula and assumptions. A facts panel, showing the constants used with periods and source names. A stored envelope, preserving the exact answer for later reference. No single artifact bears the whole defense; each does its own part. Products that ship with all four rarely have to defend a number in an ad-hoc way, because the defense is already in the surface.

Sources

  1. [1] Worthune Foundations piece: The Glass Box Principle.
  2. [2] Worthune Foundations piece: Six Answers a Financial UI Should Be Able to Give.