The Hidden Rule of Good Instructions: Make Room for Exceptions
Hatched by Lucas Sproul
Jul 26, 2026
10 min read
4 views
62%
The Most Reliable Systems Are Built Around What They Cannot Fully Predict
What do writing a great prompt and understanding property rules have in common? At first glance, almost nothing. One seems like a modern craft of guiding a language model, the other like the dry machinery of legal compliance. But both revolve around the same uncomfortable truth: the quality of any system is revealed not by its default rules, but by how it handles exceptions.
That is the deeper tension here. We want clarity, structure, and repeatability. We want instructions that are precise enough to produce a useful result every time. Yet the world keeps refusing to fit neatly inside rules. A model may interpret a vague prompt in an unexpected way. A legal code may define a standard requirement and then carve out a list of exceptions. In both cases, the real skill is not merely writing rules. It is designing for the moment when rules meet reality.
This is why the best instructions are not the ones that pretend every case is ordinary. They are the ones that anticipate variance, make exceptions legible, and preserve judgment where automation or policy would otherwise flatten nuance.
A good system is not one that eliminates exceptions. It is one that knows where exceptions live.
Why Clear Instructions Fail When They Assume the World Is Simple
Most people think the main job of instruction design is clarity. And yes, clarity matters. If you want a language model to perform well, you provide context, specify the format, state the role or persona, and iterate when needed. If you want a person to follow a policy, you define the rule plainly. But clarity alone is not enough, because clarity without boundaries can still be misleading.
Consider a prompt that says, “Write a professional email.” That sounds clear. But clear about what? Professional in tone, length, vocabulary, structure, audience, urgency? The instruction is technically understandable, yet it leaves the system to invent the most important details. The result may be decent, but it will be inconsistent. A stronger prompt adds constraints: audience, goal, tone, format, and examples. It reduces ambiguity by narrowing the space of possible interpretations.
Now compare that to a rule set that says, “Always do X.” In legal or operational systems, that kind of statement is almost never the whole story. There are usually carve outs, thresholds, contingencies, and local variations. The reason is simple: universal rules are efficient only until they collide with edge cases. Then they become brittle. A rule without exceptions is not necessarily robust. It may just be incomplete.
This is the common problem across both domains: people mistake simplicity for completeness. A simple instruction is easy to apply, but a complete instruction must survive contact with messy reality. That is where exceptions stop being footnotes and become the core design challenge.
The Real Art Is Not Precision, It Is Structured Flexibility
The most effective prompts are often not the most rigid ones. They are the ones that combine specificity with room for adaptation. For example, if you ask a model to act as a hiring manager, list three risks in a candidate profile, and present the output as a table, you are not just adding detail. You are creating a decision frame. You are telling the system what matters, how to weigh it, and how to express it.
But good prompt design also recognizes that not every situation should be handled the same way. That is where zero shot and few shot prompting become interesting. Zero shot asks the model to reason from instructions alone. Few shot supplies examples so the model can infer the pattern. These are not just two techniques. They represent two philosophies of guidance.
Zero shot says: “Here is the rule, infer the rest.” Few shot says: “Here is the pattern, generalize from these cases.” The first depends on abstraction. The second depends on precedent. In human systems, especially legal ones, that distinction matters enormously. Rules tell you what is supposed to happen. Examples reveal what actually happens when the rule meets edge conditions.
That is why the concept of exceptions is so powerful. An exception is not a defect in the system. It is a stress test that exposes the system’s assumptions. If a rule needs frequent exceptions, the rule may be too broad. If a prompt needs constant correction, the instruction may be under specified. But if the system knows which deviations are legitimate, it can remain both stable and adaptive.
A useful mental model here is to think of instructions as a map and exceptions as terrain. A map is valuable because it abstracts. It gives you a usable model of reality. But if the map never allows for swamps, cliffs, or closed roads, it is not a map anymore. It is propaganda. The same is true for prompts and policies. The goal is not to erase complexity, but to encode it in a way that can be acted on.
Exceptions Are Not Gaps. They Are Where Intelligence Lives
The word “exception” often has a negative flavor, as if it means a loophole or a failure of design. But in practice, exceptions are where a system becomes intelligent. They acknowledge that the world contains cases that should not be processed as if they were ordinary.
Imagine two property management systems. In the first, every tenancy issue is handled by a single rigid rule set. Late rent, maintenance requests, lease changes, emergencies, all go through the same mechanical path. In the second, the system has a clear baseline policy, but also well defined exceptions for urgent repairs, protected tenant rights, and legally mandated notices. Which system is more reliable? The second, because it is not only orderly, it is legible under pressure.
The same logic applies to prompt writing. If you want a model to produce a useful response, you often need to tell it what to do most of the time and what to do when the default breaks. For instance, “Summarize this document in three bullets, but if the document contains a legal risk, call it out separately.” That second clause is an exception handler. It protects the output from collapsing into a false sense of completeness.
This is the crucial insight: exceptions preserve signal. Without them, systems tend to smooth over the very distinctions that matter most. A prompt that is too generic may produce fluent nonsense. A policy that is too rigid may produce technically correct but practically absurd outcomes. Exceptions are the mechanism by which instruction becomes judgment.
The purpose of an exception is not to weaken a rule. It is to keep a rule from lying.
There is also a deeper human lesson here. We often want our systems, whether AI workflows or bureaucratic processes, to feel automatic because automation feels efficient. But efficiency is not the same thing as wisdom. Wisdom knows when to stop applying the default and ask whether this case belongs to a different category altogether.
A Practical Framework: Default, Boundary, Exception, Escalation
If there is one framework that emerges from combining these ideas, it is this: every good instruction system should define four things.
1. Default
What happens in the normal case?
This is the baseline behavior. In prompt writing, it might be the task, tone, and format. In a policy, it might be the standard process or rule.
2. Boundary
Where does the default apply, and where does it stop?
Boundaries are often missing, yet they are essential. They define the limits of the rule. For a model, that might mean, “Use plain language unless the audience is technical.” For a policy, it may mean specifying the jurisdictions, thresholds, or conditions under which the rule holds.
3. Exception
What cases should not be treated as ordinary?
This is the most important layer. Exceptions are not random one offs. They are categories of cases that deserve different handling. In prompting, that might include “If the source text is ambiguous, list the ambiguity rather than guessing.” In legal systems, it might mean emergency clauses, protected classes, or statutory carve outs.
4. Escalation
What happens when the system cannot confidently decide?
This is the missing piece in many instructions. Good systems do not just define exceptions, they define what to do when the exception itself is unclear. Escalation might mean asking a follow up question, flagging uncertainty, or handing the matter to a human reviewer.
This four part structure is powerful because it turns instruction from a flat command into a decision architecture. Instead of hoping the recipient guesses correctly, you create a hierarchy of responses. That is how you get both consistency and adaptability.
For example, if you were prompting a model to draft a landlord tenant communication, you might say:
- Default: Draft a concise, professional message.
- Boundary: Use this tone only for routine matters.
- Exception: If the issue concerns legal rights, safety, or deadlines, add a cautionary note and avoid definitive legal advice.
- Escalation: If the situation could involve a legal violation, recommend consultation with a qualified professional.
That instruction is stronger than “write a professional email” because it anticipates where the ordinary path might fail.
What This Means for Anyone Who Writes, Manages, or Automates Work
This synthesis is not only about AI prompts or property rules. It is about a broader design principle for the age of automation: the more powerful the system, the more carefully you must specify its exceptions.
In creative work, this means prompts should not only tell the model what style to emulate, but also when not to emulate it. In operations, it means policies should not only state what is allowed, but also how to handle borderline situations. In management, it means delegation works better when the delegatee knows not only the task, but the warning signs that require human judgment.
A manager who says, “Handle customer complaints,” is leaving too much ambiguity. A better instruction is: “Resolve routine complaints using the standard script. If the complaint involves fraud allegations, legal threats, or safety concerns, escalate immediately.” That is not bureaucratic overkill. It is the difference between a system that works in theory and one that survives reality.
The hidden advantage of exception aware design is that it builds trust. People trust systems that admit their limits. They distrust systems that pretend every case is the same. This applies to humans too. A thoughtful colleague is not the one who has a canned answer for everything. It is the one who knows when to use the default, when to adapt, and when to hand off.
Key Takeaways
- Write the default first, then write the exception. If you only describe the normal case, your instruction will fail at the edges.
- Use examples to reveal patterns, not just outcomes. Few shot guidance works because it shows how the system should think, not just what it should produce.
- Define boundaries explicitly. State where the instruction applies and where it does not.
- Create an escalation path. Good instructions should say what to do when the case is ambiguous or high stakes.
- Treat exceptions as design data. Repeated exceptions are a sign that the rule may need refinement, not just enforcement.
The Deepest Lesson: Rules Are Only Honest If They Admit Their Exceptions
We usually think of rules as the opposite of nuance. But the truth is more interesting. Rules become meaningful only when they declare the conditions under which they should not be applied mechanically. That is why the most robust systems, from prompts to policies, are not those that insist on perfect generality. They are the ones that make their exceptions visible.
This changes how you should think about instruction itself. A good instruction is not a command to erase uncertainty. It is a structure for navigating uncertainty without pretending it does not exist. The world is too varied for one size fits all logic. So the real question is not whether exceptions will arise. It is whether your system is smart enough to recognize them.
In that sense, the best prompts and the best rules are doing the same thing. They are not trying to eliminate judgment. They are trying to place judgment where it belongs.
And that is the ultimate reframe: the measure of a good system is not how well it handles the average case, but how gracefully it handles the case that refuses to be average.
Sources
Hatch New Ideas with Glasp AI 🐣
Glasp AI allows you to hatch new ideas based on your curated content. Let's curate and create with Glasp AI :)
Start Hatching 🐣