Chapter 38 Exercises
How to use these exercises: Work through the parts in order. Part A builds recognition skills, Part B develops analysis, Part C applies concepts to your own domain, Part D requires synthesis across multiple ideas, Part E stretches into advanced territory, and Part M provides interleaved practice that mixes skills from all levels.
For self-study, aim to complete at least Parts A and B. For a course, your instructor will assign specific sections. For the Deep Dive path, do everything.
Part A: Pattern Recognition
These exercises develop the fundamental skill of recognizing Chesterton's fence across domains.
A1. For each of the following scenarios, identify (a) the fence, (b) who is proposing to remove it, (c) the stated reason for removal, and (d) the potential hidden function that the fence might be serving.
a) A new school principal eliminates the tradition of daily morning assemblies, arguing they waste fifteen minutes of instructional time.
b) A city council votes to remove speed bumps from a residential street because residents complain they slow down traffic and damage vehicles.
c) A software team removes a configuration file that appears to contain only default values identical to the application's hardcoded defaults.
d) A new CEO eliminates the company's practice of requiring two signatures on all purchase orders above $500, arguing that it slows procurement and that modern accounting software provides sufficient oversight.
e) A government abolishes a colonial-era law requiring all commercial ships to carry a certain quantity of citrus fruit.
f) A hospital administrator eliminates the practice of having nurses read back verbal orders from physicians, arguing that electronic order entry has made the practice redundant.
g) A development agency convinces a farming community to stop the traditional practice of leaving fields fallow every third year, arguing that modern fertilizers eliminate the need for fallow periods.
h) A tech company eliminates its practice of mandatory code reviews for changes to configuration files, arguing that configuration changes are low-risk.
A2. Classify each of the following as (i) a genuine Chesterton's fence that should not be removed without investigation, (ii) likely inertia that can probably be removed safely, or (iii) uncertain -- requires investigation. Justify your classification.
a) A banking regulation that requires a 72-hour waiting period for international wire transfers above a certain amount.
b) A workplace dress code requiring business attire in an office with no customer-facing roles.
c) The tradition in many Asian cultures of removing shoes before entering a home.
d) A legacy software system's practice of restarting all servers at 3 AM every Sunday.
e) A religious prohibition against work on the Sabbath.
f) A clause in a rental contract requiring tenants to maintain the property's garden.
g) A military tradition requiring officers to eat last, after all enlisted personnel have been served.
h) A corporate policy requiring all emails to external parties to be copied to a compliance officer.
A3. For each pair, explain which is more likely to be a Chesterton's fence and why:
a) A one-year-old company policy vs. a fifty-year-old industry standard.
b) A practice found in only one organization vs. a practice that has evolved independently in many organizations across different cultures.
c) A rule that can be traced to a specific incident vs. a rule whose origin no one can remember.
d) A regulation in a high-stakes domain (aviation, nuclear power) vs. a regulation in a low-stakes domain (administrative paperwork).
e) A tradition in a society with written historical records vs. a tradition in a society with only oral tradition.
f) A piece of code with a comment saying "DO NOT REMOVE -- see incident #4721" vs. a piece of code with no comments or documentation.
A4. The Lindy effect predicts that the life expectancy of non-perishable things is proportional to their current age. For each of the following, assess whether the Lindy effect provides evidence for or against the existence of a Chesterton's fence, and explain your reasoning.
a) The practice of salting meat for preservation, dating back thousands of years.
b) A corporate travel policy introduced eighteen months ago.
c) The institution of marriage, present in virtually every human society.
d) A software library's API design that has remained unchanged for fifteen years despite numerous version updates.
e) A traffic regulation introduced two years ago by a newly elected local government.
f) The common-law principle of habeas corpus, dating to the Magna Carta.
Part B: Analysis and Explanation
These exercises develop the ability to analyze the structural mechanisms of Chesterton's fence.
B1. Explain the structural paradox at the heart of Chesterton's fence: why does a regulation's success tend to undermine the perceived need for the regulation? Use at least two examples from the chapter and diagram the causal chain from "regulation enacted" to "regulation perceived as unnecessary."
B2. The chapter argues that Chesterton's fence failures and status quo bias produce identical behavior from the outside. Develop this distinction:
a) Describe a scenario in which preserving a practice is a correct application of Chesterton's principle. b) Describe a scenario in which preserving a practice is status quo bias. c) Describe a scenario in which it is genuinely impossible to tell which is operating. d) Propose a method for distinguishing between the two in practice.
B3. The chapter describes five heuristics for determining when a Chesterton's fence should be investigated vs. removed (burden of proof scales with stakes, burden scales with age, seek the author, test incrementally, prepare for reversal). For each heuristic:
a) Provide a concrete example of its application. b) Identify a situation in which the heuristic would lead you astray. c) Explain which other heuristic would correct for the failure.
B4. Analyze the relationship between dark knowledge (Ch. 28) and Chesterton's fence. Why does the loss of dark knowledge make Chesterton's fence failures more likely? Under what conditions is dark knowledge most likely to be lost? Design a system (institutional, technological, or cultural) that would reduce the rate of dark knowledge loss in a specific domain.
B5. The chapter claims that the deregulation-crisis-reregulation cycle operates across environmental, financial, aviation, and pharmaceutical regulation. Identify one additional regulatory domain where this cycle operates and map out its four phases in concrete detail. What structural feature of the domain makes the cycle particularly likely or particularly severe?
B6. Explain why the Yellowstone wolf example is structurally identical to the Glass-Steagall example despite involving completely different domains. What is the shared abstract pattern? Construct a formal description of that pattern that would apply to both cases and to any future Chesterton's fence failure.
Part C: Application to Your Own Domain
These exercises ask you to apply Chesterton's fence concepts to fields you know personally.
C1. Identify three practices, rules, or norms in your field or organization that no one can fully explain the purpose of. For each:
a) Describe the practice and its apparent costs (time, money, complexity, inconvenience). b) Investigate: can you find anyone who knows why it was originally created? What was the original purpose? c) Assess: is this a Chesterton's fence, inertia, or uncertain? What evidence supports your assessment? d) If it is a Chesterton's fence, describe what you think it is protecting against. e) If it is inertia, describe how you would remove it safely using the chapter's heuristics.
C2. Identify one instance in your field or organization where a Chesterton's fence was removed -- where a rule, practice, or norm was eliminated by people who did not understand its purpose, and negative consequences followed. Describe:
a) The fence and who removed it. b) The stated justification for removal. c) The consequences that revealed the fence's purpose. d) Whether the fence was restored, and if so, how quickly and at what cost. e) What dark knowledge was lost in the process.
C3. Conduct a "Chesterton's fence audit" of your organization or field. List five to ten rules, practices, or norms that are currently under pressure for removal or simplification. For each, rate on a scale of 1-5:
a) How well is its original purpose understood? (1 = no one knows, 5 = well-documented) b) How severe would the consequences of removal be if it turns out to be a Chesterton's fence? (1 = trivial, 5 = catastrophic) c) How old is it? (1 = less than a year, 5 = decades or centuries) d) How widespread is it? (1 = unique to this organization, 5 = universal across the field) e) How reversible would its removal be? (1 = easily reversible, 5 = irreversible)
Use the product of these scores to prioritize which practices warrant the most investigation before any removal is attempted.
C4. Design a "dark knowledge preservation system" for your organization. This is a system -- technological, procedural, or cultural -- that captures the reasoning behind rules, practices, and decisions so that future team members can understand why they exist. Address:
a) What information should be captured (the what, the why, the when, and the what-was-the-alternative). b) When it should be captured (at the time of creation, during incidents, during post-mortems). c) Where it should be stored (documentation, code comments, institutional memory systems). d) How it should be retrieved (searchable, linked to the practice it documents, accessible to new members). e) What incentives or requirements would encourage people to actually use the system.
Part D: Synthesis and Cross-Chapter Integration
These exercises require integrating Chesterton's fence with concepts from earlier chapters.
D1. Chesterton's Fence + Cascading Failures (Ch. 18) The chapter connects the Yellowstone wolf removal to cascading failures. Develop this connection more formally. Under what conditions does a Chesterton's fence failure trigger a cascading failure rather than a localized failure? What features of a system make cascading propagation more likely after fence removal? Can you identify a case where removing a Chesterton's fence produced only localized consequences -- and explain why the cascade did not propagate?
D2. Chesterton's Fence + Legibility and Control (Ch. 16) Chapter 16 described how the drive to make systems legible -- transparent, readable, rational -- can destroy the functional complexity that makes them work. Explain how Chesterton's fence failures are, in many cases, legibility failures: the reformer's demand to "make sense of" the system leads them to remove practices that do not fit their model, even when those practices serve functions the model does not capture. Use the examples of scientific forestry (Ch. 16) and traditional food processing (this chapter) to develop the argument.
D3. Chesterton's Fence + The Cobra Effect (Ch. 21) Chapter 21 examined interventions that make problems worse. Explain how Chesterton's fence failures can produce cobra effects: the removal of a protection not only allows the original problem to return but creates new problems that did not exist before. Use the financial deregulation example from this chapter to show how the removal of Glass-Steagall did not merely return the banking system to its pre-1933 state but created new, more complex, and more dangerous forms of financial risk.
D4. Chesterton's Fence + Iatrogenesis (Ch. 19) Chapter 19 examined how interventions -- medical, political, institutional -- can cause harm. Explain how Chesterton's fence removal is a specific form of iatrogenesis: the "treatment" (removal of the fence) causes harm that would not have occurred without the intervention. Develop a taxonomy of fence-removal iatrogenesis: when does the harm merely restore the original problem, and when does it create new problems that are worse than the original?
D5. Chesterton's Fence + Feedback Loops (Ch. 2) Explain how the deregulation-crisis-reregulation cycle is a feedback loop. Is it a positive or negative feedback loop? What would break the cycle -- that is, what structural change would prevent the loop from repeating? Is the cycle self-correcting (negative feedback) or self-amplifying (positive feedback)?
D6. All Five Part VI Patterns The chapter argues that the five Part VI patterns form an interlocking system of decision failures. Choose a real-world decision failure (not one discussed in the chapter) and analyze it through all five lenses: a) Was there a skin-in-the-game failure? (Ch. 34) b) Was there a streetlight effect? (Ch. 35) c) Was there narrative capture? (Ch. 36) d) Was there survivorship bias? (Ch. 37) e) Was there a Chesterton's fence failure? (Ch. 38)
Describe how the patterns interacted and compounded each other.
Part E: Advanced and Extended Problems
These exercises push beyond the chapter's explicit content into deeper territory.
E1. The Chesterton's Fence of Chesterton's Fence The principle of Chesterton's fence can itself be applied recursively: the principle has survived for nearly a century and has been adopted across multiple domains. Using the Lindy effect, argue that the principle's survival is evidence of its functional value. Then construct a counterargument: is it possible that Chesterton's fence persists not because it is useful but because it is rhetorically convenient -- a tool that conservatives use to resist any change they dislike? Evaluate both arguments.
E2. Evolutionary Chesterton's Fences The human genome contains vast amounts of DNA that was once called "junk DNA" because it did not appear to code for proteins. Subsequent research has revealed that much of this "junk" DNA plays critical regulatory roles. Is this an example of Chesterton's fence in biology? If so, what does it tell us about the relationship between apparent purposelessness and actual function in evolved systems? How does the analogy between biological evolution and cultural evolution inform our understanding of when traditions are fences and when they are junk?
E3. Designing Fence-Preserving Institutions If Chesterton's fence failures are as common and as costly as this chapter argues, why do institutions not develop better mechanisms for preventing them? Design an institutional structure -- for a government, a corporation, or a software team -- that would structurally reduce the probability of Chesterton's fence failures. Address: (a) how the institution captures and preserves the reasoning behind its rules, (b) how it ensures that reformers investigate before removing, (c) how it avoids the opposite failure of allowing genuine inertia to persist unchallenged.
E4. The Ethics of Fence Removal Chesterton's fence failures can cause catastrophic harm. Should the people who remove fences without understanding them be held morally or legally responsible for the consequences? Develop an ethical framework for responsibility in fence removal, considering: (a) the difference between removing a fence you investigated and removing one you did not, (b) the difficulty of knowing how much investigation is "enough," (c) the moral hazard created by strict liability for fence removal (it might prevent all change, including necessary change), (d) the connection to the skin-in-the-game principle from Chapter 34.
E5. Chesterton's Fence in the Age of AI As artificial intelligence systems are deployed to "optimize" complex systems -- healthcare, finance, criminal justice, urban planning -- they may identify and propose the removal of rules, procedures, and practices that appear to reduce efficiency. These systems, by design, evaluate visible metrics and cannot understand the dark knowledge encoded in human practices. Analyze the risk of AI-driven Chesterton's fence failures. Under what conditions is an AI system most likely to recommend fence removal? What safeguards should be built into AI-driven optimization to prevent Chesterton's fence failures?
Part M: Mixed Practice (Interleaved)
These exercises deliberately mix concepts from different sections and chapters to build flexible retrieval.
M1. A new CTO joins a large financial services company and discovers that the core banking system, written in COBOL in the 1980s, contains thousands of lines of undocumented code. The CTO proposes a complete rewrite in a modern language. Drawing on concepts from Chapters 18 (cascading failures), 28 (dark knowledge), and 38 (Chesterton's fence), analyze the risks of this proposal. What questions should the CTO ask before proceeding? What would a Chesterton-informed approach to modernization look like?
M2. A developing country's government, advised by international economists, removes agricultural subsidies and trade protections that have been in place for decades. The stated goal is to improve market efficiency and attract foreign investment. Within five years, local food production collapses as imported goods undercut domestic prices, and the country becomes dependent on food imports that are vulnerable to global supply chain disruptions. Analyze this scenario using Chesterton's fence (Ch. 38), skin in the game (Ch. 34), the streetlight effect (Ch. 35), and cascading failures (Ch. 18).
M3. A hospital redesigns its emergency department workflow to reduce patient wait times. As part of the redesign, several traditional practices are eliminated: the triage nurse's discretionary override of the algorithmic queue, the practice of physically walking lab samples to the lab rather than using the pneumatic tube system, and the custom of having the attending physician personally examine every patient before discharge. Wait times decrease by 30%. Six months later, several adverse events occur that the old practices would have prevented. Identify which of the eliminated practices were Chesterton's fences and which were genuine inefficiencies. What information would you need to make this determination?
M4. A tech startup grows from 10 to 500 employees in three years. The founders, who built the company on informal communication and rapid decision-making, resist implementing formal processes (approvals, documentation requirements, communication protocols). A new VP of Operations is hired and implements extensive formal processes. Some employees complain that the new processes are slowing the company down. Others argue that the processes are preventing the kind of errors that nearly killed the company when it was smaller. Using the concepts of Chesterton's fence, path dependence, scaling laws (Ch. 29), and the Lindy effect, analyze this tension. Who is right?
M5. You are serving on a government commission tasked with reviewing a century of accumulated regulations in a specific industry. The commission's mandate is to identify regulations that are "outdated, redundant, or unnecessarily burdensome" and recommend their repeal. Using every concept from Part VI, design a review methodology that balances the need to remove genuine regulatory burden with the risk of Chesterton's fence failures. What criteria would you use? What safeguards would you build in? What would you do when the evidence is ambiguous?
M6. Compare the following two arguments: Argument A: "This tradition has survived for centuries, so it probably serves a purpose. We should not remove it." Argument B: "This tradition has survived for centuries, but only because the power structures that benefit from it have suppressed challenges to it. It should be removed." Under what conditions is each argument more likely to be correct? Can both be true simultaneously? How would you determine which applies in a specific case? Draw on concepts from Chesterton's fence, survivorship bias (Ch. 37), skin in the game (Ch. 34), and narrative capture (Ch. 36).
M7. An environmentalist argues for preserving an old-growth forest on the grounds that the ecosystem contains countless Chesterton's fences -- species interactions, soil microbiome relationships, hydrological functions -- that we do not understand and that logging would destroy. A developer argues that the environmentalist is using Chesterton's fence as a universal argument against any development and that taken to its logical extreme, the principle would prohibit all human intervention in any natural system. Evaluate both arguments. Under what conditions is the environmentalist's argument strongest? Under what conditions is the developer's argument strongest? What would a resolution look like?