Appendix B

Rule Reference Table

— A quick reference for the six rule categories
Tool appendix

This appendix is a quick-lookup version of Part Four.

The point is not to make you memorize the rules, but to help you judge — when you hit friction — whether what you're up against is adjustable, a constrained version, or a hard line.

B.1 Six rule categories at a glance

Rule categoryTypical triggersCorresponding chapterWhat the company is afraid ofRed linePractical advice
RefusalChild safety, weapons, malicious code, public-figure creationChapter 14Harm, regulation, public safetyConstrained versionOn false positives, restart and clearly state the legitimate context
HedgingLegal, financial, medical, political, contested topicsChapter 15Being mistaken for professional advice, political slant, being quoted out of contextPartly adjustableThe entry disclaimer can be compressed; don't yank out the exit caveat
FormatReports, SOPs, tables, multi-question answers, artifactsChapter 16Readability and platform defaultsAdjustableSpecify format, fields, and length directly
TransparencyMemory, sensitive memory, person identification in imagesChapter 17Privacy, emotional misreadings, doxingConstrained versionAsk about topic and boundaries; don't try to extract specific memory contents
CopyrightLong passages, multiple quotes from the same source, lyrics and poemsChapter 18Copyright liabilityHard lineParaphrase, point to where to look, you paste and I analyze
Tool behaviorURL fetch, artifact persistence, memory preferencesChapter 19Mistaken assumptions about reading, save failures, sensitive data leakageMostly adjustable; sensitive data is a hard lineState the tool defaults explicitly; sensitive data does not get stored

B.2 Adjustable / constrained version / hard line

Adjustable means you can specify the behavior directly.

Format, parts of hedging, and parts of tool behavior all fall in here. Prompting is useful in this zone. If you want a table, write "table"; if you don't want URLs fetched, say so.

Constrained version means I only handle false positives or legitimate scenarios — I won't teach circumvention.

Refusal and transparency mostly live here. You can restart the conversation, explain the legitimate context, ask about the current session's contents — but don't try to make the rules fail.

Hard line means don't fight it with prompting.

Copyright is the most typical hard line. Zero quotation for lyrics and poems; long protected texts cannot be lifted out. The move isn't to circumvent — it's to reframe the work to fit within the rules.

B.3 Quick four-perspective diagnosis

When you hit rule friction, ask these four questions.

PerspectiveWhat to askTypical finding
UserWhat am I actually trying to do? Is there legitimate context I haven't spelled out?The task is actually safe, but the context is thin
UIAre there hidden hints, attachment states, or memory toggles in the interface?You thought I could see it; it never reached me
HarnessDid the tool layer filter, fetch, or restrict permissions first?It's not the model refusing — the workflow blocked it earlier
ModelWhat words, materials, and requirements am I actually seeing?Certain phrasings push the task into a high-risk zone

B.4 One-line version