Skip to content

Unclustered & Miscellaneous

Domain-specific abstractions that did not settle into any coherent structural family — either too distinctive to sit near others, or members of clusters too small (fewer than five) or too diffuse to name.

309 abstractions in this family — domain-specific abstractions that sit near one another in structural-signature space (k-means over structural-signature embeddings). Each is shown with its short description.

  • Abnormal Quality — Record an observed property not as a bare measurement but as a four-role assertion — bearer, quality, reference state, and deviation judgment — so that departures from expectation become directly queryable across heterogeneous traits.
  • Access URL — Reach a resource through a published, dereferenceable handle that names a route rather than the bytes — so location, storage, and hosting stay hidden behind a routing layer and identity can outlive the link.
  • Acquisition event — Record the punctual moment an actor took possession of a resource — with a before-state, after-state, transfer instrument, and timestamp — so isolated holdings become a walkable chain of title that provenance can be reconstructed from.
  • Active Failure — The frontline operator's act at the sharp end that completes a hazard path by aligning with holes latent conditions had pre-positioned in a system's layered defenses — the proximate, visible half of Reason's Swiss cheese model.
  • Ad Verecundiam (Appeal to Authority) — The informal fallacy of treating a claim as established by an authority's credential under conditions where the citation carries no evidential weight — the credential being a signal that load-bearing conditions (domain competence, evidence access, disinterest, convergence) hold, used as though it guaranteed what it only heuristically suggests.
  • Adsorption — Molecules partition out of a bulk fluid to concentrate on a solid surface bearing a finite population of binding sites, producing a saturating relationship between bulk concentration and surface loading captured by an adsorption isotherm.
  • Adsorption Isotherm — At fixed temperature, trace how much adsorbate accumulates on a solid surface against its bulk concentration, then fit the curve to a functional form whose shape both extracts the surface's capacity and affinity and tests whether its sites are uniform, heterogeneous, or multilayer.
  • Alarm Fatigue — Reframe an operator's habitual silencing of clinical alarms as the rational response to a warning channel whose predictive value has collapsed, relocating the fix from the operator's discipline to the channel's specificity.
  • Allee Effect — Below a critical density a population's per-capita growth falls instead of rising, because the processes that need conspecifics break down — so low density itself becomes a demographic liability that can drive extinction even with ample resources.
  • Attenuation Bias — The systematic shrinkage of an OLS regression coefficient toward zero caused by classical random noise in the regressor — the estimate equals the true slope times the reliability ratio, a known-sign distortion invertible by dividing out that ratio or instrumenting.
  • Attribute Substitution — The dual-process mechanism behind a whole family of judgment biases: when a target attribute is hard to assess, the mind unconsciously swaps in an easier, correlated attribute and reports its value — producing a confident but directionally biased answer.
  • Attrition Trap — Diagnose a grinding campaign as failing-without-being-lost when its operational clock runs but its strategic clock has stopped — because the conversion assumption linking losses to strategic transition was falsified — and lock-in prevents exit.
  • Automation Bias — The human-factors regularity in which operators over-weight an automated system's outputs and under-weight contradicting evidence, so the human-automation team can perform worse on rare anomalies than the unaided operator would — through commission errors (acting on a false recommendation) or omission errors (staying passive when the system is silent).
  • Availability Heuristic — The systematic human tendency to judge how frequent or probable an event is by how easily instances of it come to mind, so retrieval fluency stands in for frequency and estimates track what is memorable rather than what is common.
  • Baldwin Effect — A learned, practiced, or behaviorally acquired trait becomes easier to produce across generations as selection favors heritable variants that reduce its acquisition cost, without inheriting the learned state itself.
  • Ballast-Water Transfer — The marine mechanism by which a ship entrains a port's pelagic community in ballast water taken on for stability and discharges it at a destination — an accidental, infrastructure-coupled vector whose commercial route, not ecology, sets which ecosystems become biologically linked.
  • Base Rate Fallacy — The systematic human tendency to underweight or ignore the prior probability of a hypothesis when vivid, specific evidence is available, so a posterior estimate collapses toward the likelihood instead of tracking Bayes' rule.
  • Bayesian Persuasion — Model how a sender who cannot lie — committed to a public, truthful signal structure faced by a Bayes-rational receiver — still shifts the receiver's action by choosing how informative the signal is, solved geometrically as the concave closure of the sender's value over posteriors.
  • Bergmann's Rule — The ecogeographic generalization that within a clade of endotherms, colder-climate populations tend to be larger, because the surface-to-volume ratio falls with body size (surface scales as the square, heat-producing volume as the cube), so larger bodies conserve heat.
  • Black Elephant — A high-impact hazard that is widely known and clearly foreseeable yet collectively ignored until it materialises as a disaster narrated as a surprise — foreseeable-but-unowned, failing at the incentive layer, not the knowledge layer.
  • Black Hole Information Paradox — Sharpen the conflict between quantum unitarity and general relativity at an evaporating black hole into a measurable constraint — the Page curve, whose entropy must rise and turn back to zero if information is preserved rather than destroyed.
  • Bloom Filter — A probabilistic data structure that answers set-membership from a compact bit array and k hash functions with a deliberate one-sided error — it may report false positives but never false negatives — so a negative answer is safe to act on.
  • Blue-on-Blue Risk — The risk that a force's own friend-or-foe classification mechanism misfires and its engagement rule fires on a friendly — harm that is symmetric and non-recoverable, so the only leverage is preventive, at the identification layer, never at the trigger-puller.
  • Boundary Value Problem — A differential equation on a domain paired with conditions on the domain's boundary, such that the interior solution is a derived consequence of the law plus the edge data rather than freely specified — the equilibrium counterpart of the marchable initial value problem.
  • Byzantine Generals Problem — Formalize distributed consensus under adversarial faults — collapse the unbounded space of misbehaviors into a fault budget f and a population n, then read whether all loyal participants can agree straight off the proven floor of 3f+1 (or 2f+1 with signatures).
  • CAP Theorem — A distributed data store cannot guarantee consistency and availability at once during a network partition, and since real networks always partition, the architect must choose which to sacrifice when one strikes.
  • CAP Theorem (and variants) — Characterize any replicated data store by its coordinates on a small set of axes — the forced C-versus-A choice under partition, PACELC's latency-versus-consistency choice at rest, plus granularity dials and the CRDT merge-algebra escape.
  • Carryover Effect — The validity threat in crossover and within-subject designs where residual influence from an earlier treatment persists into a later measurement window, biasing the contrast — its magnitude set by the unit's relaxation time against the inter-treatment gap.
  • Case-Definition Drift — The surveillance failure in which the operational definition of 'a case' silently changes across time, place, or data source while counts are still reported and compared under a stable label — conflating real epidemiological change with an artefact of what the instrument now counts.
  • Cherry Picking — Selectively presenting confirming evidence while suppressing disconfirming evidence from the same available population, so the offered sample gives an impression the full distribution would not support — locating the dishonesty in the selection process, not the individual data points.
  • Choice-Supportive Bias — Explain why we misremember past decisions in our own favor: dissonance reduction rewrites the stored memory so the chosen option looks better and the rejected ones worse than the evidence actually showed at the time of choice.
  • Closed Set — Certify with one structural bit that no legitimate process inside a set — taking a limit (topology) or applying an operation (algebra) — can carry you outside it, discharging every boundary check in a proof at once.
  • Closure (programming) — The runtime value that packages a function's executable code with the bindings of its free variables captured at construction, so that when applied later its free variables resolve through that captured environment rather than the caller's — preserving lexical scope across the gap between where a function is made and where it runs.
  • Cognitive Walkthrough — A usability-evaluation method in which an expert evaluator steps through a bounded task as a first-time user, asking four action-cycle questions at each step, so learnability breakdowns are localized to a specific step and broken link rather than yielding a holistic rating.
  • Commander's-Intent Ambiguity — Locate incoherent decentralized execution in the purpose artefact one level up: when delegated subordinates must re-derive action under changed conditions but the intent statement is too imprecise to disambiguate their choice, locally rational actions aggregate into globally incoherent outcomes.
  • Compactness — Certify that a space is finite-like — every open cover has a finite subcover, equivalently every sequence a convergent subsequence — so a whole package of existence theorems fires automatically on it and fails without it.
  • Compiler — Translate a fully specified source language ahead of time into a semantically equivalent target form through a pipeline of formal-interface phases, so the whole program can be globally analysed and optimised once while its observable behaviour is guaranteed preserved.
  • Complete Streets — A transportation doctrine that designs a fixed-width road corridor for a declared portfolio of all users — pedestrians, cyclists, transit riders, freight, drivers — allocating the right-of-way as a zero-sum choice and auditing it by multi-modal level of service.
  • Compound-Hazard Stacking — The planning failure in which co-occurring hazards interact through shared drivers, infrastructure, or response resources, so their joint impact exceeds — and the available capacity falls below — what a plan built from independent single-hazard analyses predicts.
  • Confirmation Fatigue — The interaction-design failure where a blocking confirmation prompt fires so often, and so rarely marks a truly consequential choice, that users develop an automatic dismiss reflex that discharges the prompt without reading it — leaving it syntactically present but informationally inert.
  • Congruence Bias — The reasoning bias of designing only tests that could confirm a favored hypothesis rather than tests that discriminate it from equally plausible rivals — a failure of test design, not evidence evaluation, that leaves a probe locally valid but globally non-diagnostic because its likelihood ratio sits near one.
  • Conjunction Fallacy — Detect a probability-judgment error by watching for a more detailed scenario being rated more probable than the simpler scenario it is a strict subset of — the signature of resemblance quietly standing in for probability.
  • Conservatism Bias — Capture the tendency of people to revise a probability judgment less than Bayes' rule prescribes when evidence arrives — the reported posterior landing short of the correct one, anchored too close to the prior — measured as a signed gap against an explicit Bayesian benchmark.
  • Contact-Tracing Delay — Frame outbreak containment as a race on the contact graph: once the time to find and isolate a case's contacts exceeds the pathogen's generation interval, tracing only documents the chain, and more staff cannot restore containment.
  • Contraindication — Flag the sparse patient conditions under which a normally-indicated treatment becomes inadvisable, by naming the specific context in which its risk-benefit balance flips sign.
  • Coolidge Effect — The finding that a sexually satiated male mammal, refractory with a familiar partner, resumes copulation when given a novel one — revealing the apparent satiety as partner-specific habituation of the reward response, not a generic exhaustion of reproductive capacity.
  • Cooper's Law — The empirical trajectory by which the number of simultaneous radio conversations supportable in a given spectrum at a given location has doubled roughly every 30 months for a century, driven chiefly by spatial reuse — so capacity is grown by densification, not by acquiring bandwidth.
  • Cope's Rule — The macroevolutionary generalization that animal lineages tend to increase in body size over geological time — a trend that may reflect active directional selection for bigness or passive diffusion away from a minimum-size floor, distinguishable only by the shape of the size distribution, not its mean.
  • Coral Bleaching — Read a whitening reef as the host coral's active, threshold-triggered expulsion of its energy-supplying algal symbionts — a dose-dependent rupture with a bounded reversibility window, not a mortality count.
  • Covariate-Shift Blind Spot — The deployment failure in which a model's input distribution P(X) drifts outside its training support while P(Y|X) holds — and goes undetected because monitoring watches lagging outcome metrics instead of the immediately-available input signal.
  • Cross Elasticity of Demand — The unit-free ratio of the percentage change in one good's quantity demanded to the percentage change in another good's price — whose sign classifies goods as substitutes, complements, or independent and whose magnitude ranks how tightly they constrain each other's prices.
  • Cross-Race Effect — Explain why people recognize own-group faces better than other-group faces by exposure-tuned encoding granularity — a system trained densely on one face category individuates it finely and codes sparse categories coarsely, driven by training statistics, not biology.
  • Cross-Site Scripting — Insert attacker-supplied bytes into a server's output so the victim's browser executes them under the trusted site's origin, arising when content is written into a sink without encoding for the context it lands in.
  • Cryptographic Hash Function — Turn an arbitrarily large input into a short fixed-length digest that acts as a tamper-evident proxy for it, using three computational-hardness properties — preimage, second-preimage, and collision resistance — so anyone can verify content or bind a commitment but no one can forge or invert it.
  • Data Access Service — Catalog a live, queryable endpoint as a first-class typed object — distinct from a static download — so discovery can tell 'query the current state' from 'pull a snapshot' and read the access terms off the record.
  • Data Class — Flag an object-oriented class that holds fields with getters and setters but no domain methods as a symptom that its behavior migrated outward into consumers, then resolve the verdict with one role question — should this class enforce its own invariants?
  • Data Extraction Through Prompting — The AI-security failure mode in which an adversary crafts inputs that make a deployed language model emit private content — training text, system prompts, retrieved documents — by exploiting the legitimate inference interface, whose breadth exceeds the access-control envelope around the data.
  • Data Lineage — Recording, for every data element, the complete sequence of sources, transformations, and movements that produced it — as edges in a queryable dependency graph — so audit questions become forward and backward traversals rather than forensic reconstruction.
  • Declinism — Believe the past was better and the future will be worse — even against the measured data — via a self-reinforcing loop of rosy retrospection on the past, negativity- and recency-weighted evaluation of the present, and naive extrapolation forward.
  • Defensible Space — Configure a built environment — sightlines, threshold cues, a public-to-private zone hierarchy — so each shared space reads as an ownable territory attached to a small resident group, recruiting cheap recognition-based surveillance in place of paid policing.
  • Derivative — The limit of a difference quotient, f′(x) = lim_{h→0}[f(x+h)−f(x)]/h, that turns 'rate of change at a single point' into a defined object — simultaneously the tangent slope, the best local linear approximation, and the output's sensitivity to an infinitesimal input nudge.
  • Diderot Effect — Explain a run of purchases as a single induced restructuring, in which one item falling outside your existing ensemble resets the reference standard and triggers a cascade of upgrades until coherence is restored at a costlier tier.
  • Difference-in-Differences — Estimate a causal effect from observational data by subtracting the control group's before-after change from the treatment group's, netting out time-invariant unit confounders and common time trends — valid only if parallel trends holds.
  • Direct Manipulation — Let a user control a system by physically acting on a continuously visible representation of the objects — dragging, resizing, pointing — with reversible actions and sub-100ms feedback, rather than issuing symbolic commands that name objects indirectly.
  • Distinction Bias — Overweight attribute differences between options evaluated side by side relative to the weight those differences carry when each option is met alone, so preferences formed at the point of choice (joint mode) overpredict the utility actually experienced in use (separate mode).
  • Distraction — The involuntary capture of an agent's scarce attention by a salient secondary stimulus that wins a bottleneck competition against the primary task by its own salience rather than the agent's intent, imposing a performance cost plus recovery time.
  • Distribution Form — Catalog one logical dataset as many typed delivery artifacts — CSV, JSON, Parquet, Shapefile — each declaring its own media type, size, and checksum while identity and descriptive metadata stay fixed at the dataset.
  • Dollo's Law — The evolutionary generalization that a complex trait once lost is overwhelmingly unlikely to re-evolve in identical form, because the genetic-developmental scaffolding that built it pseudogenizes faster than selection can reassemble it.
  • Door-in-the-Face Technique — A sequential compliance strategy in which a requester first makes a large request expected to be refused, then retreats to a smaller one — the target actually wanted — obtaining higher compliance than the small request cold, chiefly through reciprocal concession and perceptual contrast.
  • Downs–Thomson Paradox — The transport result that equilibrium car travel time is set not by road capacity but by the quality of the parallel transit alternative — because expanding roads bleeds ridership, degrades patronage-elastic transit service, and pushes riders back until the road re-congests.
  • Ecological Correlation — A correlation computed on aggregated group-level units that need not equal — and can reverse the sign of — the individual-level correlation, so it warrants no claim about the individuals inside the groups.
  • Ecological Footprint — Translate a population's heterogeneous demands on nature into a single common unit — biologically productive area in global hectares — so total demand can be summed and compared against the biocapacity actually available as a budget constraint.
  • Ecological Trap — The situation where an organism's evolved decision rule keeps following a once-reliable cue whose correlation with fitness has been severed by recent change, so the unchanged rule now reliably steers it toward a low-fitness or lethal outcome it actively prefers.
  • Ecosystem Mismatch — Explain why a technically sound innovation stalls on deployment not by a flaw in the artifact but by the absence of one specific complementary asset its operating context tacitly required — leaving it complete-but-functionally-blocked.
  • Ecosystem Service
  • Encryption — Transform a plaintext under a key into a ciphertext from which the message cannot be feasibly recovered without the decryption key — a computational asymmetry gated by a secret, so confidentiality depends only on who holds the key rather than on the channel.
  • End-to-End Principle — The architectural rule that a function whose correctness criterion can only be discharged with knowledge at the communication endpoints should live at the endpoints, not the intermediate nodes — so any in-network implementation is at best a performance optimization the endpoints must still back up.
  • Endogeneity — The condition in which a regressor is correlated with a model's error term — through confounding, simultaneity, or measurement error — so OLS coefficients are biased and inconsistent for the causal effect, collapsing the coefficient's causal reading while leaving its predictive one intact.
  • Enemy release hypothesis — Explain why an introduced species surges abroad not as intrinsic superiority but as the loss of co-evolved specialist enemies — herbivores, parasites, pathogens that tracked its density at home and failed to cross the range boundary.
  • Ensemble Coding — Extract a statistical summary of a set of items in parallel — faster than any individual item can be encoded — and treat that summary as the default percept of the group.
  • Environmental Justice — Evaluate an environmental decision by mapping who bears its harms and who reaps its benefits across a socially-partitioned population, then judging that distribution against distributive, procedural, and recognition standards of justice.
  • Error-Message Opacity — Diagnose the post-failure interface defect where a system correctly detects and announces a fault but the message omits the repair-supporting content — cause, context, next action, escalation — so the user is told they are stuck without being told how to get unstuck.
  • Evacuation — The coordinated removal of people or high-value assets from a zone an incoming hazard will sweep, staged under time pressure over a finite egress network — the structural dual of containment (leave the hazard, move the protected).
  • Evacuation Shadow — The phenomenon in which people outside the official evacuation zone choose to evacuate anyway, overloading routes and shelters planned only for the targeted population — because a permeable signal reaches beyond the boundary and each household acts on its own risk calculus.
  • Excessive Data Exposure — An API endpoint returns more fields than the caller's role requires, trusting a client-side filter to hide the surplus — but the unfiltered payload is already on the wire, so the surplus must be stripped at the producer via role-scoped projection.
  • External Validity — The warrant by which an effect estimated in one study setting can be expected to hold in a target setting outside it — holding conditional on every effect-modifying feature that differs between the two being matched or adjusted.
  • Face Superiority Effect — A facial feature is recognized faster and more accurately embedded in a complete upright face than in isolation — a counter-featural advantage whose direction proves that a configural, whole-based processing system, not part-by-part analysis, mediates recognition.
  • Fallacy of Division — Catch the inferential error of attributing a property true of a whole to each of its parts, by testing whether the predicate is one a part can hold in isolation or one that exists only in the aggregation, configuration, or interaction of parts.
  • Fallacy of Infinite Bandwidth — Catch the distributed-systems assumption that the network carries whatever data an application generates for free, by reclassifying bandwidth as a finite, shared, budgetable resource and tracking bytes per operation against the capacity of the path.
  • Fallacy of Stable Topology — The design-time assumption that a distributed system's addressing and routing graph stays fixed over an interaction's lifetime — dropping the time argument from G(t) — so every cached reference becomes a latent bet that its referent has not moved.
  • Fallacy of the Reliable Network — The design-time error of programming a best-effort channel whose packet-loss probability is positive as if it were zero — assuming every message is delivered, ordered, and never dropped, reordered, or duplicated.
  • Fallacy of the Secure Network — The mistake of deriving trust in a distributed system from network position — inside the VPN, behind the firewall — rather than from cryptographic verification, treating a known routing path as if it were a verified identity.
  • Fallacy of Zero Latency — The design-time assumption that a remote call returns as fast as a local one, dropping the per-hop round-trip term L from the cost function, so that an operation making n network calls is budgeted as free when it actually costs at least n·L and compounds under sequential fan-out.
  • Fallacy of Zero Transport Cost — Reject the design-time assumption that moving data between nodes is free by restoring the per-byte cost term to the cost function, so payload volume becomes an explicit design variable budgeted alongside latency.
  • Feasible Region — Turn an optimization problem's list of constraints into a single geometric set — the intersection of everything they permit — whose shape (empty, convex, bounded, its boundary) governs whether a solution exists, where it sits, and which methods will find it.
  • Feature Creep — Explain why a product accretes capabilities past net benefit as a governance failure, not a quality one — an approval gate that judges each addition in isolation against its stated cost while structurally blind to the compounding global cost of all additions together.
  • Field (Algebraic) — Guarantee that you can always add, subtract, multiply, and divide by anything non-zero by demanding one axiom package — two commutative-group operations bound by distributivity — which certifies the whole apparatus of linear algebra in a single membership check.
  • Fieldnotes — Record what was observed as close in time and place to the moment as possible, keeping description separate from inference and observer reaction and writing for the analyst's own future self, so perishable context survives the gap between observation and analysis.
  • Firewall Paradox — Prove that three independently motivated black-hole postulates — unitarity, a smooth horizon, and monogamy of entanglement — become jointly inconsistent at the Page time, forcing every theory of quantum gravity to declare which one it weakens.
  • Fishing Effort — Quantify a fleet's extraction pressure on a wild stock as one composite variable that, multiplied by a stock-specific catchability coefficient, yields the fishing mortality driving depletion — the management lever calibrated against maximum sustainable yield.
  • FLP Impossibility — Prove that no deterministic algorithm can guarantee both agreement and termination for consensus in an asynchronous system with even one crash-fault — by showing an adversarial message schedule can keep the system perpetually undecided.
  • Form-Based Code — Regulate land by the physical form of buildings and their relationship to the street — height, setback, build-to line, frontage type — instead of by use, making relational geometry the controlled variable and leaving activity open by right.
  • Format Relation — Bind a resource to the encoding it is materialized in as an explicit, queryable metadata field drawn from a controlled registry, so rendering, routing, and preservation read off the recorded format rather than re-parsing the bytes.
  • Fourier Transform — Decompose a function into a weighted superposition of complex exponentials, recording each frequency's amplitude and phase — an invertible, energy-preserving change of basis that diagonalizes every translation-invariant operation, so convolution becomes pointwise multiplication.
  • Frequency Illusion — Explain the felt surge in a thing's frequency right after you first notice it as a change in the perceiver, not the world — selective attention now logs real occurrences while confirmation-biased memory counts hits and discards misses.
  • Friction Budgeting — The design discipline of treating interaction cost as an explicit allocation variable rather than a uniform negative — concentrating load-bearing friction where it buys reflection, safety, or consent, and removing dead weight elsewhere, under a bounded user-tolerance budget.
  • Functor — A structure-preserving map between categories that carries objects and morphisms while respecting identities and composition — the two axioms that make it a licence to transport theorems from one category to another along its rails.
  • Gloger's Rule — The biogeographic regularity that within an endotherm species more heavily melanin-pigmented forms occur in humid, equatorward ranges and lighter forms in arid ones, read as adaptive covariation of a pigment trait with a humidity gradient.
  • Gold-Standard Erosion — Recognize that a model scored against a mutable reference label can show stable metrics while its real validity silently degrades, because the answer key — not the model — has drifted away from the construct it once operationalized.
  • Graph Data Type — The programmatic abstraction representing entities as nodes and relationships as edges behind a traversal/mutation/query interface — insulating algorithm code from the in-memory layout so representation becomes a profiling-driven swap, not a rewrite.
  • Graph Database — A persistent store whose native model is nodes and edges with index-free adjacency — so following a relationship is a pointer dereference, not a join, and k-hop traversal cost tracks edges touched rather than total dataset size.
  • Ground-Truth Drift — The model-evaluation failure in which the operational definition of the correct answer drifts on a clock the monitoring apparatus cannot see, so metrics keep scoring against a moved target while the dashboards stay green — invisible because every detector consumes current ground truth as its reference.
  • Guilt by Association — Discredit a claim by the disreputable company it keeps — treating shared supporters, origins, or venues as a verdict on content — a relevance failure that lets no truth-value flow along co-occurrence edges without an independent causal or evidential link.
  • Habitat Fragmentation — The landscape-ecology process by which continuous habitat breaks into isolated patches, decomposed into three separable mechanisms — area loss, isolation, and edge amplification — each thresholded against a species' biology and each mapping to a distinct conservation instrument.
  • Haitz's Law — The empirical LED regularity that light output per package rises ~20x per decade while cost per lumen falls ~10x — a log-linear trajectory arising because half a dozen loss terms improve multiplicatively, used as a roadmap and a below-trend diagnostic until efficiencies hit their thermodynamic ceilings.
  • Halting Problem — Turing's proof that no general algorithm can decide, for every program-input pair, whether the program halts or loops forever — established by a diagonal argument that builds an adversary doing the opposite of any claimed decider's prediction about itself.
  • Hamiltonian Mechanics — A reformulation of classical mechanics that represents a system by conjugate coordinates and momenta in phase space and generates its entire dynamics from a single scalar Hamiltonian through symplectic flow — making conservation, symmetry, and solvability systematic calculations.
  • Handoff Loss — Locate post-transition failures at the transfer relation itself: work crossing a boundary between actors arrives degraded because a bounded artifact cannot carry the sender's tacit state, so downstream decisions run on an impoverished reconstruction.
  • Hartley's Law — Fix the maximum information a noiseless bandwidth-limited channel can carry as H = 2WT·log₂(M) — the product of a linear sample-rate factor (bandwidth) and a logarithmic resolution factor (distinguishable signal levels).
  • Hazard-Control Decay — Track the widening gap between what a safety control's paperwork says it does and what it actually does under hazard, so that a control certified sound by audit can be found silently unprotective before it fails.
  • HAZOP Guideword Miss — The structural failure in which a HAZOP's finite guideword-times-parameter-times-node grid never generates the deviation that later causes an incident, because the hazard fell outside the schema's coverage boundary and was never identified, safeguarded, or risk-assessed.
  • Heap — Keep the single most extreme element instantly readable at the root of a partially ordered tree, so insert and extract cost only O(log n) under continuous churn by declining to maintain any more order than the extreme requires.
  • Hindsight Bias — The tendency, once an outcome is known, to inflate its perceived prior probability and misremember one's own judgment as closer to it than it was, because outcome knowledge is folded into the memory of the prior situation and reconstructs rather than retrieves it.
  • Hyrum's Law — With enough users of an interface, every observable behaviour will come to be depended upon by someone regardless of the formal contract, so the cost of changing an observable is set by its dependent count, not its documented status.
  • Idempotent Consumer Pattern — Build a message consumer so that processing the same message any number of times has the same effect as processing it once, by remembering each message's ID in a dedup store and committing the business effect inside the same atomic boundary.
  • Image (of a Function) — The set of values a function actually produces — im(f) = {f(x) : x in X} — a subset of the declared codomain that records what a map reaches rather than what it could in principle reach.
  • Imageability — Kevin Lynch's property of a physical environment that lets inhabitants build a vivid, navigable mental map of it, decomposed into five element classes — paths, edges, districts, nodes, landmarks — plus the integration that binds them into one coherent image.
  • Incident Objectives — The short ordered list of specific, measurable, owned, time-bounded aims an Incident Commander sets each operational period, re-aiming the response periodically under uncertainty and driving the planning cycle's assignments, tactics, and period-end verification.
  • Infill Development — Direct new construction to vacant or underused land inside the existing serviced area rather than extending the urban footprint outward, treating already-built infrastructure as sunk capital that added density amortises, and scoring the choice on servicing cost, driving, and edge land conversion.
  • Inflation — Track the shrinking purchasing power of a currency by measuring the annualized percentage change in a weighted price index, isolating the common price movement shared across a basket from the relative-price shifts that carry allocative information.
  • Injection Weakness — The software-security failure in which untrusted data crosses into a control channel and a downstream interpreter executes it as command, query, or instruction — a collapse of the data/control boundary that a legitimate, often credential-free, input channel is enough to exploit.
  • Innovation Theater — The organisational pathology of performing the outward forms of innovation — labs, hackathons, accelerators, innovation officers — while none of it has a named, traversable path into capital allocation, capability, or product, so the labelled activity is structurally decoupled from what the organisation actually does.
  • Insecure Deserialization — Recognize the weakness where a runtime reconstitutes an untrusted serialised byte stream into behaviour-bearing objects because the parser's own semantics execute code during the parse — safe only if the parser's power sits strictly below the runtime it feeds.
  • Instrumental variable — Recover the causal effect of a confounded treatment by finding a quantity Z that moves the treatment, reaches the outcome only through it, and is independent of the confounders — then reading the effect off the ratio of Z's reduced-form to first-stage effects, importing randomization the analyst never performed.
  • Interior — Grade membership in a set by robustness rather than bare inclusion: a point lies in the interior only if some open neighborhood of it fits entirely inside the set, giving it room to spare in every direction.
  • Intermediate disturbance hypothesis — Species diversity peaks at intermediate levels of disturbance because two filters collapse it at the extremes — competitive exclusion when disturbance is too rare, differential mortality when it is too frequent — leaving an inverted-U with an interior maximum.
  • Internal validity — The property of an empirical study that warrants its causal claim within its own sample and setting — whether the observed intervention-outcome association is genuinely produced by the intervention rather than by confounders, selection, or bias — established by ruling out a closed catalog of named threats.
  • Interpreter — Execute a program directly from its source or intermediate form by looping fetch-decode-act over one unit at a time against maintained runtime state, producing no standalone binary — so the engine must be present at every run and pays a per-instruction dispatch cost.
  • Invasive-Species Release — Explain a species' runaway spread not by its biology but by its arrival in a habitat missing the predators, pathogens, and competitors that had bounded its population in its native range.
  • Iron triangle of health care — A health system's three objectives — access, quality, and cost — stand in a trilemma bound by production economics: within a fixed productivity frontier, improving any two forces worse performance on the third, so any all-corners promise is really a frontier-shifting productivity claim.
  • Island Biogeography Theory — Predict the equilibrium species count of an isolated habitat patch as the crossing point of two opposed rates — immigration falling and extinction rising with richness — positioned by the island's area and its isolation from a source pool.
  • Island Rule — The evolutionary generalization that terrestrial vertebrates on islands converge on an intermediate body size — large mainland lineages shrinking to insular dwarfism, small ones enlarging to island gigantism — as one tendency pulling from both sides toward a relocated selection optimum.
  • Janzen-Connell Hypothesis — Tropical tree diversity is maintained because host-specific enemies accumulate near adult conspecifics, so seedling survival rises with distance from the parent and falls with local conspecific density — a frequency-dependent penalty on local abundance that makes dominance self-undermining.
  • Just-in-Time — Replenish each production stage only when the next one consumes its input, deliberately shrinking buffers so disruption propagates instead of hiding — a coupling that pays off only when paired with the variability-reduction work that earns it.
  • Kairotic Window — Treat effectiveness as the coincidence of a fixed message with a bounded interval of audience receptivity (kairos, not clock-time), so an act delivered outside the window is premature or stale and cannot be rescued by improving its content.
  • Kernel — The set of inputs a structure-preserving map sends to the identity of its target — the map's null directions — collected as a genuine subobject that carries the map's information loss and, via triviality, rank-nullity, and the isomorphism theorem, controls injectivity and reconstructs the faithful part.
  • Kinetic depth effect — The perceptual recovery of vivid 3D structure from the 2D motion of a stimulus that looks flat when static — the visual system solving an underdetermined inverse problem by adding motion as constraint under a rigidity prior.
  • Koomey's law — The empirical trajectory by which computations delivered per joule dissipated have doubled about every 1.57 years (slowing to ~2.6 after Dennard scaling broke in 2005), tracking the energy cost of a logical operation toward the Landauer floor.
  • Larval Dispersal — The process by which sessile marine organisms release a transport-adapted larval stage into the water column, where currents carry it far beyond adult mobility before a cue-triggered settlement decision — so a population's demographic, genetic, and ecological scale is set by the larva, not the adult.
  • Latent Condition — Name the dormant, pre-staged weakness in a system's defence layers — laid down by upstream decisions far from the sharp end — that produces no harm until an operational circumstance aligns it with an active failure to complete a path to an accident.
  • Latent-Path Activation — Explain harm that arrives while every factor is individually in-range as a previously inert causal path going live only when a rare conjunction of gating states closes every edge along it at once.
  • Leitmotif — Bind a short recognisable figure to a referent by repeated co-occurrence so that later occurrences cue that referent — even when absent — into the audience's reading of the scene, with transformations of the figure narrating the referent's fate.
  • Line of Effort — Structure a campaign around a condition to be created rather than terrain by laying out parallel rails of task → effect → effect → end state, each an auditable causal chain coupled to the others only at named handoff points.
  • Line of Operation — Organise a campaign along physical or force-orientation axes converging on an objective, collapsing an undifferentiated theatre into a few geometric rails on which decisive points, culminating points, and convergences do the planner's bookkeeping.
  • Linked Open Data Release — Publish a dataset as a machine-traversable RDF graph with HTTP-dereferenceable identifiers, an explicit open license, and outbound links to other graphs — so downstream systems can resolve, link into, and traverse it without bilateral negotiation.
  • Liskov Substitution Principle — Certify that a subtype can safely replace its supertype only when it honours the supertype's full contract toward clients — weakening preconditions, strengthening postconditions, preserving invariants — regardless of taxonomy or compilability.
  • Lord's Paradox — Show that two arithmetically correct analyses of the same pre-post data — raw change scores versus baseline adjustment — can reach opposite verdicts about an effect, because adjustment is a causal-modeling choice and the two answer different questions depending on whether baseline is itself caused by group membership.
  • Lorenz Curve — Read a whole distribution's inequality off a single curve by plotting the cumulative share of a quantity against the cumulative share of its ranked holders, so the sag below the perfect-equality diagonal shows how concentrated it is and whether two distributions can be safely ranked.
  • Lotka's Law — The bibliometric regularity that the number of authors producing exactly n papers is roughly proportional to 1/n², so a small prolific head accounts for most output and a vast single-paper tail contributes little — characterizing a field by a fitted exponent, not an average.
  • Maneuver Warfare — Win by targeting the enemy's cohesion and decision-making rather than their mass — out-cycling and dislocating their command-and-control through five coupled commitments (schwerpunkt, OODA dominance, gaps-and-surfaces, mission command, maneuver) so their force cannot be brought to bear.
  • Marine Heatwave — Turn a noisy ocean-temperature record into countable events by flagging where daily sea-surface temperature stays above the 90th-percentile climatology for five-plus days, so cumulative thermal dose — not peak — predicts ecological cascade.
  • Marine Protected Area — Recover a marine ecosystem with a purely negative, spatial lever — a legible perimeter plus an enforced use-restriction that lifts chronic extraction so the system's own already-present recovery machinery runs — its success set by five design parameters, not by drawing the line.
  • Marine Protected Area Network — A deliberately designed spatial arrangement of ocean reserves whose combined performance — through spacing calibrated to larval dispersal, habitat representation across nodes, and replication against single-node failure — exceeds what any single reserve of equal total area could achieve, because conservation outcomes are set by network architecture, not aggregate area.
  • Martha Mitchell effect — Diagnose the trap in which an evaluator discounts a true but improbable report as delusional purely on its low prior probability, never testing whether its external referent is real.
  • Mass Assignment — The web-application vulnerability in which a request-binding layer writes all client-supplied fields directly to a domain object with no allow-list, letting a caller set server-managed attributes like role or owner_id simply by naming them.
  • Matrix — Encode a linear map, a system Ax=b, a bilinear form, or a graph's adjacencies as one rectangular array under a single arithmetic, so derived quantities like rank and a menu of factorizations (LU, QR, spectral, SVD) read the structure off directly.
  • Maximum sustainable yield — The largest catch removable from a renewing population indefinitely, which under logistic growth peaks not at maximum stock but at half the carrying capacity — a static optimum that is dynamically unstable from above and so a dangerous target under measurement uncertainty.
  • Meander Cutoff — Read a river's sinuous life cycle as a single feedback in which outer-bank erosion both lengthens the loop and narrows its neck until a flood breaches it, abruptly capturing flow through a shorter steeper path and abandoning the loop as an oxbow.
  • Means-End Analysis — A greedy problem-solving heuristic that repeatedly finds the most significant difference between the current and goal states, applies the operator that most reduces it, and recurses on any unmet preconditions as sub-goals.
  • Medication Error — Any preventable deviation in the medication-use pipeline that could expose a patient to unintended pharmacologic action, whether or not harm results — a defence-in-depth failure whose harm rate is the product of escape probabilities across every stage, so leverage lies in downstream catch rates, not upstream error counts.
  • Missing Denominator — Expose a count that only looks like information by firing one substrate-independent question — out of how many? — since a numerator reported without its reference population wears the shape of a rate while blocking every quantitative inference the reader needs.
  • Missing Middle Housing — Name the absent band of small multi-unit building types between detached houses and large apartment blocks as a regulatory artifact of single-family zoning, making the bimodal housing stock a diagnosable problem with an enumerable reform target.
  • Mitigation Neglect — Diagnose chronic underinvestment in prevention as a default of the accounting, not agency negligence: a concrete present cost loses period by period to immediate priorities because the avoided future harm stays invisible until an event forces the same action later at a premium.
  • Mixed-Use Development — Keep a district alive across the whole day by co-locating complementary land uses whose activation peaks stagger to cover the off-hours, tuned through frontage allocation.
  • Model Checking — Verify a system by taking a finite-state model plus a temporal-logic property and exhaustively exploring every reachable state to decide whether the property holds universally, returning a concrete counterexample trace on failure.
  • Momentum — Capture a system's quantity of motion as the conserved additive vector p = mv, so any interaction — however messy inside — collapses to an algebraic balance where the total before equals the total after up to external impulse.
  • Moore's law — The empirical observation that transistor count per economically optimal integrated circuit doubles roughly every two years — a self-fulfilling industry roadmap that coordinated investment across the semiconductor supply chain so the complementary inputs for each process node arrived together.
  • Moving the goalposts — An argumentative pattern in which, on being shown evidence that meets a previously stipulated standard, one party revises the standard upward to block the conclusion rather than accept it — repeated so that no finite evidence can settle the question.
  • Muller's ratchet — Explain the irreversible fitness decline of a finite asexual population as the stepwise, drift-driven loss of its least-mutated genotype class, which without recombination can never be reconstituted.
  • Multi-Instrument Coordinated Campaign — A single directing actor deploys a portfolio of qualitatively distinct instruments against a resistant target, timed and calibrated to cross the seams of its siloed defences, so integrated pressure exceeds what any instrument or uncoordinated set could achieve.
  • Munchausen Syndrome — The clinical pattern (DSM-5 factitious disorder imposed on self) in which a person deliberately feigns, fabricates, or self-induces medical symptoms with no external material reward, in order to occupy the valued role of the sick person — with a by-proxy variant enacted on a dependent.
  • Murphy's Law — The reliability-engineering posture that any physically permitted failure mode will eventually occur, so design must substitute 'permitted' for 'likely' — flipping the burden of proof onto anyone who would leave a permitted mode undefended, and driving enumerate-and-defend discipline.
  • Mutual-aid mismatch — The failure mode in which external support to an overwhelmed jurisdiction matches the gap in category but does not couple at the integration interface — wrong fittings, wrong radio plan, missing credentials, or post-peak arrival — so nominal aid yields no incremental capability.
  • Natural Experiment — A design that borrows the RCT's identification logic from a real-world process — a policy, boundary, or lottery — judged plausibly as-good-as-random, where the as-if-random assumption must be substantively defended rather than guaranteed by protocol.
  • Naturalistic Fallacy — The metaethical error of identifying goodness with a natural property, exposed by the open-question argument — for any proposed good = N, 'but is N good?' stays a meaningful question, so goodness cannot be identical with any natural property it merely co-occurs with.
  • NOAEL (No Observed Adverse Effect Level) — Anchor a substance's acceptable human exposure at the highest tested dose showing no observed adverse effect, treating that dose as a fact about the study's design that brackets — but does not pin — the unknown biological threshold.
  • Norm — Extract a single non-negative magnitude from a vector obeying three axioms (positive definiteness, absolute homogeneity, triangle inequality), where the choice among L¹, L², and L^∞ is a consequential modeling decision read off the unit ball's geometry.
  • Objective Correlative — Evoke a specific emotion in an audience not by stating it but by presenting a configured set of objects, situations, and events that is the formula of that state, so perceiving the particulars produces the feeling directly.
  • Omitted Variable Bias — Correct for the distortion in a regression coefficient when a left-out variable both causes the outcome and correlates with an included regressor, so the estimate absorbs the omitted effect as the signable product of two relationships.
  • Ontological Paradox — Assess a self-causing closed causal loop — an object or piece of information that exists with no origin traceable outside the loop — by testing whether it is self-consistent (coherent, unlike the grandfather paradox) yet still lacking a traceable origin.
  • Operational Art — Name the middle command level between strategy and tactics as a distinct object of design, so a campaign's architecture — sequencing, decisive points, lines of operation, culmination — can be reasoned about as a whole rather than as a list of fights.
  • Operational Design — Insert a structured pre-planning phase that characterises the environment, frames the problem, and develops a revisable operational approach before any detailed plan, so a force does not solve the wrong problem with high precision.
  • Operational Pause — Deliberately halt active operations while still able to continue — trading present momentum for restored sustainment and a replan — timed to fall before the culminating point, past which recovery becomes impossible.
  • Operational-Pause Mismanagement — Diagnose when a pause taken to restore capacity instead hands initiative to a still-moving adversary, by budgeting it against the adversary's expected gain — a sign test on restart cost, exploitation rate, and ceded-window value — rather than against one's own expected recovery.
  • Operator-Vigilance Dependency — Name the safety configuration in which a human operator's unaided sustained attention is the final live barrier against a severe hazard, under exactly the monotony and rarity that the vigilance literature says will degrade that attention — worsened, not helped, by more upstream automation.
  • Organizational Influence Failure — The accident-causation configuration in which upper-level resource, culture, and process decisions systematically stage the downstream conditions under which frontline operators produce unsafe acts — the apex of the HFACS four-level hierarchy, reclassifying the visible failure as the expression of an upstream choice rather than its cause.
  • Ostwald Ripening — Larger particles grow at the expense of smaller ones because higher surface curvature makes small particles more soluble (the Gibbs-Thomson effect), so material dissolves off them, diffuses through the matrix, and redeposits onto large ones — coarsening the population on a t^(⅓) law.
  • Outbreak Underascertainment — The surveillance failure in which recorded case counts fall systematically below the true count because a multi-stage detection pipeline — symptom expression, care-seeking, testing, confirmation, reporting — filters cases with biased attenuation at each layer.
  • Overprocessing Waste — Name the waste of effort, precision, or handling that exceeds what the downstream receiver will use or pay for — relocating the definition of value from the performer to the receiver and making the effort-value gap a measurable target for removal.
  • P versus NP Problem — Ask whether every problem whose solutions can be verified in polynomial time can also be solved in polynomial time — turning the apparent gap between checking and finding into the open question of whether it is a structural barrier (P ≠ NP) or mere ignorance (P = NP).
  • PACELC Theorem — Classify a replicated data system by two regime-dependent trade-offs — availability vs. consistency under Partition, and Else (normal operation) latency vs. consistency — into a four-letter posture from which its workload behaviour reads directly.
  • Pedestrian Shed — Measure the true reach of a transit stop or destination by counting who can walk to it within a time tolerance along the actual street network, not the straight-line circle.
  • Perceptual Set — Explain how prior expectation, context, motivation, or expertise biases what is perceived from ambiguous or degraded input — the percept is the prior weighted by how decisive the sensory evidence is, so the expectation dominates precisely when the stimulus underdetermines it.
  • Peso problem — Explain an apparent pricing anomaly — persistent forward-rate bias or too-good Sharpe ratios — as a sampling artifact, in which the price correctly embeds a rare severe tail event that the finite observation window happened to omit.
  • Plan-Execute Gap — The pathology in which a coarse-grained planning artefact cannot be enacted because the execution layer faces binding fine-grained constraints the planning model never represented — so the fix is constraint propagation and feedback, never a better forecast.
  • Planetary Boundaries — Compress Earth-system risk into a nine-entry scorecard of biophysical control variables, each with a distance-to-boundary set conservatively below its nonlinear-transition threshold, defining a safe operating space for humanity.
  • Poe's Law — Without an explicit marker of intent, a faithful parody of an extreme position becomes indistinguishable from a sincere expression of it, because sincere and parodic content overlap completely once the channel strips tone, context, and the sender's known standing.
  • Pointer — A small, fixed-size value that stores the memory address of another object, providing indirect access through three operations — take-address, dereference, and reassign — so linked structures can span non-contiguous storage and mutate in place by rewiring rather than copying.
  • Postel's Law (Robustness Principle) — Postel's protocol-design maxim — be conservative in what you send, liberal in what you accept — which keeps a multi-vendor system interoperable by having every implementation produce tightly to spec while its acceptance window absorbs the realistic scatter of others.
  • Pratfall Effect — A small, recoverable blunder raises observers' liking for an agent already judged highly competent — humanizing them by narrowing a status gap — while the same blunder lowers liking for a mediocre agent, so the impression update reverses sign depending on the prior competence estimate.
  • Precondition for Unsafe Act — Name the immediate situational, personal, and team conditions — fatigue, distraction, a steep authority gradient — that raise the probability of frontline operator error, a distinct HFACS layer between upstream supervision and the unsafe act itself.
  • Productive Efficiency — The condition of producing a chosen output at the lowest feasible input cost — operating on the production frontier — with any interior point measuring recoverable waste as its distance inside, held strictly apart from the allocative question of whether the right mix is produced.
  • Productivity Paradox — The observation that economy-wide investment in a new general-purpose technology fails to show up in aggregate productivity statistics for years or decades, because measured gains lag the complementary intangible investment — process redesign, skills, restructuring — the technology's payoff actually depends on.
  • Prompt Injection — Untrusted content delivered to a language model through a data channel is interpreted as instructions rather than material to process, so an embedded directive executes at the model's privilege — the failure being the absence of any in-band boundary between instructions and data, not a lapse in alignment.
  • Property-Based Testing — State an invariant that must hold for all inputs of a class and let a framework generate many samples, check each, and shrink any failure to a minimal counter-example — replacing hand-picked examples with systematic search over an input space.
  • Protection Standard — Declare the named threshold up to which a system is designed to withstand a hazard class — which simultaneously frames every event above it as accepted residual risk, converting implicit unprotection into governed unprotection that can be audited, insured, and contested.
  • Public-Key Cryptography — Give each party a mathematically linked public/private key pair where an operation done with one key is invertible only with the other and the private key cannot feasibly be computed from the public one, so confidentiality and verifiable authorship need no pre-shared secret.
  • Public-Warning Fatigue — The emergency-communication failure in which a warning authority fires often enough, or with enough false positives, that the population habituates and discounts subsequent warnings — spending down a depletable, asymmetrically-rebuilt credibility budget.
  • Quality inherence — Refuse to let a property exist on its own — bind every attribute to a bearer, a context, and the inherence relation that ties them, so a value with no namable owner is a category error, not a discovery.
  • Query Optimization — Let the author state only what result a declarative query should return, then have a separate optimiser search the space of algebraically equivalent execution plans and emit the cheapest one under a cost model.
  • r/K Selection Theory — Predict a population's covarying demographic traits from how its environment divides a finite parental energy budget between offspring quantity and per-offspring investment — the r face for filling empty habitat fast, the K face for competing in a saturated one.
  • Rank (Linear Algebra) — Read the effective dimensionality of a matrix or linear map as one integer — the number of linearly independent columns (equivalently rows) — so that solvability, invertibility, and reachability all reduce to comparing that count against a relevant dimension.
  • Rate-Limit Absence — Diagnose a whole family of endpoint abuses as one defect — a callable action left uncapped whose per-invocation cost to the service far exceeds the attacker's, so no enforced per-source budget separates legitimate demand from adversarial demand driven at machine speed.
  • Rebound Emissions — An efficiency gain lowers both the per-unit emissions and the per-unit cost of an activity, and the cheaper cost stimulates more volume, partly or wholly offsetting the aggregate emissions reduction the efficiency would otherwise deliver.
  • Recovery Inequity — The disaster-management pathology in which the post-event restoration phase proceeds at systematically different speeds and end-state qualities across the affected population — because rebuilding is a distributive contest mediated by insurance, land tenure, political voice, and social capital, not a neutral reversion to baseline.
  • Redistribution — The deliberate reallocation of income, wealth, or consumption between groups through state authority — a clearing-house collecting from a source base and paying a recipient base under rules set so the net flow runs from those with more to those with less along a named axis.
  • Regression — The statistical method of modelling an outcome as a systematic function of explanatory variables plus specified noise, fit by minimising a loss — supporting three distinct uses (prediction, effect estimation, variance attribution) each gated by its own validity conditions.
  • Regression Discontinuity Design — Recover a causal effect from a threshold rule by comparing units just above and just below a sharp cutoff on a continuous running variable, where they are comparable in expectation, so any jump in the outcome at exactly the cutoff is attributable to the treatment rather than to selection.
  • Relational Model — Organize data as typed sets of tuples queried by a small closed algebra of relation-to-relation operators, so any composition is itself a valid query, rewrites preserve meaning, and the logical schema is separated from physical storage.
  • Rensch's Rule — The macroevolutionary regularity that sexual size dimorphism scales allometrically with body size across related species — the larger-on-smaller-sex slope exceeding 1.0 in male-larger clades and falling below 1.0 in female-larger ones.
  • Repair Sequence — Resolve any conversational trouble by locating it in a small grid — trouble source, initiation, completion, crossed by who repairs (self or other) and where in the turn-sequence — and read the likely path to resolution off the preference for self-repair.
  • Resource-Typing Mismatch — The incident-command failure where a mutual-aid requisition label ('ambulance,' 'swift-water team,' 'generator') is too coarse to pin the capability actually needed, so a faithfully-used label delivers the wrong point in its hidden capability range and misallocates resources at scale.
  • Responsiveness channel — Turn vague openness to feedback into auditable accountability by requiring three co-occurring structures — a published intake surface, a documented response discipline, and a public decision log whose latency and rejection-with-reason rate anyone can read.
  • Restoration Baseline Error — Diagnose a restoration that targets a historical reference state no longer viable under shifted conditions — the error of treating the prior state as a fixed property of the place rather than a function of contemporaneous conditions that have themselves moved.
  • Returns Friction — Diagnose why returns, recalls, and repairs move badly: the reverse flow is an irregular trickle of heterogeneous, quality-uncertain units forced through a network designed and optimized for one-directional forward flow, sharing its rails as an afterthought.
  • Rice's Theorem — Every non-trivial semantic property of programs — anything depending on the input-output function rather than the source text — is undecidable, proved by a generic reduction from the halting problem, so no exact analyzer for such a property can exist.
  • Ring — A set with two operations — an abelian group under addition and an associative multiplication coupled to it by the distributive law — whose axiom tier and ideal structure unlock a single body of theory (quotients, homomorphisms, factorization) across integers, polynomials, and matrices at once.
  • Road Diet — Intentionally reduce a street's vehicle capacity and reallocate the recovered right-of-way to other uses — the classic four-to-three-lane conversion — because the throughput-maximising configuration sits below the joint optimum across safety, retail, and pedestrian function.
  • Rules-of-Engagement Ambiguity — Diagnose frontline breakdown under time pressure as a grain mismatch — decision rules written coarser than the environment generates choice points — paid out of a finite discretion budget, relocating the fix from the operator's judgment to the rule, escalation path, and pre-positioned authority.
  • Safety-Stock Illusion — Recognize that a buffer reported as adequate protection can be useless when disruption arrives, because effective protection is the weakest of five margins — size, location, composition, accessibility, and fit to the realised disruption — not the reported size alone.
  • Scope Neglect — Explain why elicited valuations stay flat across hundredfold changes in magnitude — the count is replaced by a single affect-laden prototype, so the number is understood but never priced in.
  • Search Algorithm — Solve a problem by casting it as a state space explored with a frontier-ordering strategy, so completeness, optimality, and cost are read off the strategy's name — and an admissible heuristic buys a narrower search without sacrificing the optimal answer.
  • Secret Sprawl — Diagnose a credential's danger not by whether its primary store is locked but by whether its copies have spread into more places than the issuer tracks, so revocability collapses and rotation cost scales with the unknown copy count.
  • Seismic Gap — Read prolonged silence on a fault segment as accumulated strain rather than safety — a renewal-process inference that ranks segments overdue against their recurrence interval as highest-hazard, valid only where segmentation and characteristic-recurrence hold.
  • Selection on Observables — Assume that, conditional on a named set of measured covariates, treatment assignment is independent of potential outcomes — so within each covariate stratum treated and untreated units are exchangeable and adjustment recovers the causal effect.
  • Semigroup — The minimal algebraic species — a set with one closed, associative binary operation and nothing more — whose lone axiom certifies that any finite product is parenthesization-independent, so a sequential reduction can be split, reassociated, and run in parallel without changing the answer.
  • Sequential Clarity — Judge how well each item in an ordered presentation stands out not by its own quality but by how much it contrasts with its immediate temporal neighbours inside the working-memory window.
  • Server-Side Request Forgery — Diagnose the web attack in which an attacker-supplied URL makes a server issue a request under its own credentials and network position, by asking whether the issuer of the intent and the carrier of the authority are the same principal.
  • Shannon–Hartley Theorem — Compute a noisy channel's maximum error-free bit rate as C = B·log₂(1 + S/N), a bound that is at once a wall no code can beat and a target codes can approach, linear in bandwidth but only logarithmic in signal-to-noise.
  • Shaping Operation — A military action whose purpose is to alter the conditions a later decisive operation will meet — degrading, suppressing, or deceiving the enemy field — so its value is realised through the field-state it produces, not through any objective it seizes itself.
  • Shelford's Law of Tolerance — Every organism has, for each environmental factor, a bounded tolerance range with two lethal limits, a central optimum, and two stress shoulders — so both deficiency and excess degrade performance, and persistence is gated by whichever factor sits closest to a limit.
  • Single-Responsibility Principle — A module should have exactly one reason to change — read as one external change-driver, not one function — so that aligning each boundary with a single driver keeps every edit's blast radius contained.
  • Situational-Awareness Collapse — Locate a control failure under tempo in the picture-keeping pipeline rather than in missing data — a rate problem where perception, comprehension, or projection can no longer cycle fast enough to keep the decision-maker's model current.
  • Snob Effect — The demand pattern in which a consumer segment values a good more when fewer others own it — a negative prevalence term in utility that decomposes the good into a fixed use-value and a prevalence-dependent rarity signal.
  • Snowball Sampling — Recruit an unenumerable population by seeding a few participants and having each nominate others along their social ties, substituting relational proximity for random selection and buying access at the cost of representativeness.
  • Solow Computer Paradox — The puzzle that heavy IT investment coincided with a productivity slowdown, not an acceleration — resolved as a deployment-to-impact lag: the headline measure waits on the complementary intangible stocks (process redesign, retraining, standards) a general-purpose technology must accumulate first.
  • Sorting Algorithm — A computational procedure that rearranges a finite sequence into a specified total order, located in a coordinate space of complexity, stability, and memory, and bounded below by the Ω(n log n) decision-tree floor for comparison-based sorts.
  • Space syntax — Represent a spatial layout as a graph of sight-and-movement lines and compute centrality measures like integration and choice, so a space's pedestrian use, vitality, and encounter rates are predicted from its configurational position rather than its local design.
  • Spatial coverage — A metadata declaration publishing the geographic region within which a resource is valid — an explicit inclusion-exclusion rule on the spatial dimension that lets the catalog check, before any analysis, whether a question's scope falls inside or outside it.
  • Spatial Updating — Keep the surrounding layout accurate as you move by integrating self-motion signals into an estimate of how your viewpoint has changed and applying that transformation to every stored object location, no fresh look required.
  • Species–Area Relationship — The empirical power law S = cA^z by which species count rises sublinearly with area — so its exponent z diagnoses the operative mechanism and, inverted, turns habitat-area loss into a predictable (and deceptively gentle) committed species loss.
  • Split-Brain Problem — The distributed-systems failure where a network partition splits a replicated cluster into subsets that each elect themselves as write authority and accept divergent writes; guard against it by enforcing that at most one subset — the quorum majority — may write.
  • Standard of Care — Use the currently accepted reference practice as the single dynamic baseline against which both efficacy (is a treatment better than what we already do?) and accountability (did a clinician meet what a reasonable body of practitioners would have done?) are measured by deviation.
  • Status Quo Bias — Model the systematic over-choosing of whatever option is framed as current — the same two alternatives chosen at different rates depending only on which is the default — as a content-independent departure surcharge built from loss aversion, regret aversion, and decision cost.
  • Status Quo Trap — Frame status quo bias as a named trap a single deliberating actor can counter: recognise that the current course wins only because the switch must be defended while the staying is not, then run the fresh-start counterfactual that forces it to compete on its merits.
  • Strong Consistency — Guarantee that every read of a replicated store reflects the most recently completed write and all clients see one real-time-consistent total order (linearizability), so the system can be reasoned about as a single copy — bought with a coordination round and partition-time unavailability.
  • Subadditivity Effect — Diagnose why the judged probability of an event named as a whole comes in reliably below the sum of judged probabilities for its named parts — because unpacking recruits more cognitive support — reading the known upward sign off which figure was solicited packed versus partitioned.
  • Subject-Expectancy Effect — Treat a participant's beliefs about an intervention as a genuine driver of their reported and physiological responses, so any unblinded measurement confounds the manipulation with anticipation until blinding, placebo control, or a balanced-placebo design pulls the two apart.
  • Supporting Effort — Tag a concurrent military activity as subordinate to the main effort so that, under scarcity, support and command attention flow to the decisive operation first and the supporting activity yields by design rather than neglect.
  • Surrogate Endpoint Problem — The failure that arises when a trial's biomarker surrogate diverges from the clinical endpoint it stands in for — because the intervention acts through off-pathway mechanisms the surrogate cannot see — so individual-level correlation does not license an intervention-level claim.
  • Symplectic Structure — Equip an even-dimensional manifold with a non-degenerate, closed 2-form ω that pairs each position with its conjugate momentum, so any smooth function becomes a flow and every such flow preserves ω exactly — forcing the Poisson bracket, Liouville's theorem, and the canonical-transformation test as consequences.
  • Tactical Urbanism — Install a low-cost, short-duration, explicitly reversible version of a proposed public-space change so the demonstration both generates before-and-after evidence and lowers the political stakes of committing — feeding a commit-or-remove decision.
  • Target Fixation — The acute failure in which pursuit of a salient local objective consumes a fixed attentional capacity so completely that the strategic envelope goes unmonitored — worsening with operator skill, and fixable only by externalising the monitor, never by exhorting the engager.
  • Temporal coverage — A metadata declaration that a resource is valid only within a stated time interval, published as an inclusion-exclusion rule on the time dimension so consumers can check at the catalog layer whether their question's period falls inside the window — and whether it has gone stale.
  • Temporary Field — The code smell in which an object carries an instance variable meaningful only during one operation or state yet visible as permanent structural state everywhere — a mismatch between the field's structural scope (every instance) and its validity scope (the subset where it holds a real value).
  • Tensor — A multilinear map over a vector space, represented in coordinates by an indexed array whose components co-vary contravariantly and covariantly under change of basis so the underlying geometric object stays invariant — the transformation law being what makes it a tensor rather than a mere array.
  • Ternary Form — The musical A–B–A pattern in which an opening section fixes a tonal identity, a contrasting middle departs from it, and a perceptible return restores it — a frame around contrast whose homecoming carries the weight of what B traversed.
  • Test-Turnaround Lag — Diagnose why a valid test still failed to help by comparing two clocks — how long the result takes to arrive against how long the decision can wait — and reading the sign of the gap: when the result clock loses, the answer returns operationally inert.
  • Thatcher Effect — A face with locally inverted eyes and mouth looks grotesque upright but unremarkable upside down, because the holistic configural system that reads inter-feature relations fires only near canonical upright orientation — a switch that lets the effect probe whether that system is engaged and intact.
  • Thought-Terminating Cliché — A stock verbal formula that closes an open inquiry not by answering it but by exploiting a social uptake norm that treats producing the formula as having discharged the obligation to reply.
  • Timing Risk — The failure mode where a technically sound product, technology, or policy fails not from its own defects but because the surrounding environment is not yet — or is no longer — ready to absorb it, treating environmental readiness as a risk factor independent of execution.
  • Topological Sorting — Produce a linear order over the nodes of a directed acyclic graph so every edge runs forward — every dependency before its dependent — by repeatedly emitting any node with no unmet prerequisite, well-defined exactly when the graph has no cycle.
  • Touch-Target Miss — Reclassify a mistyped tap from operator error to interface defect by reading the miss rate off the mismatch between a control's target geometry and the operator population's motor precision — a geometric scan Fitts's Law makes quantitative.
  • Transfer-Learning Attack — Vulnerabilities, backdoors, or poisoned representations baked into an upstream pretrained model ride intact into every downstream system built on it, because the downstream team's audit boundary encloses only its new layers while the attack surface spans the whole inherited substrate.
  • Tree (Data Structure) — The computer-science container for rooted, single-parent, acyclic hierarchies whose recursive type lets every algorithm decompose as act-at-the-root, recurse-on-each-subtree, combine — with operation cost governed by one quantity, the tree's height.
  • Trie — A tree of symbol-labelled edges storing a set of strings so that every root-to-node path spells a prefix and strings sharing a prefix share a path, answering prefix queries in time proportional to the query length alone, independent of how many strings are stored.
  • Trophic Subsidy — The cross-habitat flux in which production from a donor ecosystem sustains consumers in a recipient ecosystem above what its own productivity could support — creating a hidden dependence on, and vulnerability to, a remote donor the recipient never contacts.
  • Turing Machine — The canonical formal model of computation — finite control plus an unbounded read-write tape governed by a finite transition function — whose one unbounded resource is the tape, and against which computability and complexity are given exact, provable meaning.
  • Two Generals' Problem — Prove that no finite exchange of messages can make two parties certain they agree when any single message might be lost, because the last message in any protocol is itself unacknowledged.
  • Type Inference — Algorithmically reconstruct the types of expressions from their usage context rather than from annotations, by generating an equality constraint at each syntactic form and solving them by unification to return either each expression's principal (most general) type or a genuine type error.
  • Type M Error — Quantify how much a significant effect's reported magnitude is exaggerated by the significance filter under low power, via the exaggeration ratio — the expected significant estimate divided by the true effect — computable from the design before any data exist.
  • Type System — A discipline that assigns every value and expression a type and uses that classification to constrain which operations may legally apply, verifying via compositional typing rules that well-typed programs cannot reach a wrong-kinded state (soundness).
  • Union — The elements belonging to at least one of several collections — everything that is in any of them.
  • Unity-of-Command Breakdown — The command-and-control failure in which one subordinate node in the authority graph carries two or more binding in-edges for the same task at the same time, so that when the supervisors' orders diverge the actor cannot comply with both.
  • Universal property — Define a mathematical object not by its internal construction but by the unique pattern of maps it sustains with every other object in a class — a commuting-diagram condition plus a unique-mediating-morphism clause that pins the object down up to unique isomorphism.
  • Urban Sprawl — The metropolitan growth pattern defined by a conjunction of four attributes — low density, single-use separation, car-dependent connectivity, and leapfrog geometry — that together make a settlement form diagnosable, measurable, and addressable by attribute-specific policy levers.
  • Veblen Effect — The anomaly that, for status goods, demand rises with price rather than falling — because the conspicuous high price is itself the costly signal of the buyer's wealth, so cutting it destroys the signal and drives out the very buyers who constitute the market.
  • Venus Effect — Viewers of a depicted figure at a mirror wrongly infer she sees her own reflection, because they treat the mirror as returning one fixed image to everyone rather than reflecting along a viewer-dependent sight-line — so a self-regarding scene the geometry forbids is accepted without objection.
  • Volunteer-Management Overload — The crisis failure mode in which would-be helpers arrive faster than a response system's finite credential-brief-assign-supervise intake channel can absorb them, so beyond a threshold each marginal arrival consumes net capacity rather than adding it.
  • Walkability — Score how well a built environment supports travel on foot by measuring two conjunctive halves — whether daily destinations sit within walking range and whether the paths between them are safe and continuous — so a low number points at the binding deficit.
  • Warehouse Slotting Failure — Diagnose a chronically slow but findable warehouse as a layout misaligned with demand flow — fast SKUs stranded in high-access-cost positions — by checking whether the position-cost ordering and the SKU-velocity ordering have drifted apart.
  • Wave Packet — Build a localised disturbance as a narrow-band superposition of plane waves so it has both a position and a spectrum, then read its centroid off the group velocity and its spreading off the curvature of the medium's dispersion relation.
  • Wave Picking — Release warehouse orders not on arrival but in timed, compatibility-grouped cohorts, deliberately accepting a bounded latency wait so that picking, packing, and loading run synchronously against the same wave and downstream stations stay neither starved nor overwhelmed.
  • Wayfinding System — A designed network of environmental cues on a legible substrate that lets a goal-directed agent localise, choose a next step, and recover from disorientation — pushing navigation work out of the head into the environment.
  • Westermarck Effect — The evolved incest-avoidance mechanism in which people raised in close domestic proximity during the first six years develop a lasting adult sexual aversion to one another — tracking early co-residence as a proxy for kinship, not biological relatedness itself.
  • Wettability — Summarise whether a liquid spreads across or beads off a solid into one measurable scalar — the contact angle set by adhesion versus cohesion — factored into surface chemistry and topography, with two discrete roughness regimes.
  • Word Superiority Effect — The finding that a target letter is identified faster and more accurately inside a familiar word than in a non-word or alone, because an activated lexical whole feeds activation back down to its constituent letters within the stimulus window.
  • Wrong Direction (Reverse Causation Fallacy) — Catch the error of assigning a causal arrow A→B when it actually runs B→A on the strength of a symmetric association alone, by refusing any oriented claim until temporal precedence or interventional response fixes the direction.
  • Zoning — Partition a jurisdiction's territory into spatially bounded districts and assign each a fixed rule bundle of permitted, conditional, and prohibited uses plus dimensional standards, so what may be built at any parcel resolves by a two-step map-then-ordinance lookup.