The Prompt Lab — Epistemic Boundary Marking
Learn the epistemic boundary marking prompting technique with concrete before/after examples.
Epistemic Boundary Marking
The Technique
Epistemic Boundary Marking means explicitly telling the model where its knowledge should stop and instructing it to label claims by confidence tier — verified fact, reasonable inference, or speculation. Language models default to a fluent, authoritative voice across all three categories, which makes uncertain claims indistinguishable from solid ones. Forcing explicit markers breaks that uniformity and makes outputs far more trustworthy.
The Naive Prompt
What are the likely regulatory requirements for launching a consumer
AI health coaching app in the EU in 2025?
Why It Falls Short
Regulatory questions sit at the intersection of rapidly changing law, jurisdiction-specific nuance, and model training cutoffs — a recipe for confident-sounding hallucination. The model will blend settled law, outdated proposals, and educated guesses into a single unmarked wall of text, and a non-expert reader has no way to know which sentence needs a lawyer and which doesn’t. You’ll walk away thinking you understand your compliance landscape when you may be holding a mix of gold and sand.
The Improved Prompt
What are the likely regulatory requirements for launching a consumer
AI health coaching app in the EU in 2026?
Before answering, I need you to apply three explicit confidence tiers
to every claim:
[ESTABLISHED] — law or regulation already in force and well-documented
[LIKELY] — strong inference from existing rules, but interpretation
is unsettled or guidance is pending
[SPECULATIVE] — your best guess; flag that I should verify independently
Format your answer as bullet points, each starting with its tier label.
After the bullets, add a short section called "What to Verify" listing
the 3–4 points I most urgently need a lawyer to confirm.
Why It Works
Forcing tier labels makes the model commit to an epistemic position on each claim before writing it, which surfaces uncertainty that fluent prose would otherwise bury. The “What to Verify” section acts as a built-in quality check — the model effectively audits its own output and hands you a prioritized research agenda rather than leaving you to guess what needs follow-up. On a task like EU AI Act compliance (which straddles the AI Act, GDPR, and MDR depending on feature set), the difference between [ESTABLISHED] and [SPECULATIVE] is the difference between shipping and getting fined.
When to Use This
- Legal, medical, or financial questions where confident-sounding errors carry real-world consequences and you can’t easily spot the seams yourself.
- Fast-moving domains — regulatory interpretation, model capability comparisons, emerging research — where even GPT-5.6 Sol or Claude Opus 5 may have training data that lags the current state of the art.
- Any output you’ll hand to a stakeholder who will treat the model’s voice as authoritative; boundary markers give them (and you) an honest map of where to trust and where to verify.