resilience-engineering is an engineering discipline that applies reliability, availability, operations, and software engineering principles to design, build, and operate systems that can absorb disruptions, recover from failures gracefully, and adapt to chang…
A service-level-agreement (SLA) is a formal contractual arrangement between a service provider and its customers that specifies measurable performance targets (such as availability, response time, and throughput), defines the responsibilities of each party, a…
Mean-time-to-recovery (MTTR) is a reliability metric that quantifies the average elapsed time from the moment a service failure is detected until the service is fully restored to normal operation. Parameters: (1) the failure detection timestamp as the start p…
chaos-engineering is a systematic testing methodology in which operators intentionally introduce controlled failures into production-like environments to verify that systems can detect, contain, and recover from faults without human intervention. Parameters:…
Robustness is an engineering quality attribute describing a system's capacity to maintain correct function under stress, perturbation, or adverse conditions. Parameters: (1) resilience — the ability to absorb shocks without functional loss; (2) fault toleranc…
Graceful-degradation is a system design approach in which functionality is progressively reduced — rather than catastrophically lost — when components fail or resources become scarce. Parameters: (1) degradation strategy — predefined fallback modes ordered by…
Fault-isolation is an engineering technique that partitions a system into bounded regions such that a failure in one region cannot propagate beyond its boundaries. Parameters: (1) isolation boundaries — the logical or physical lines that contain failures; (2)…
A circuit-breaker is a software design pattern that prevents cascading failures by monitoring calls to a dependent service and opening (stopping further calls) when a configurable failure threshold is exceeded. Parameters: failure-threshold (number of failure…
Incident-response is a coordinated organizational practice for managing unexpected service disruptions from detection through post-incident learning. Parameters: triggered by a service-impacting event; structured around detection, escalation, containment, rem…
Capacity-planning is the organizational practice of forecasting future resource requirements and aligning supply to meet anticipated demand. Parameters: demand forecasting methodology, resource inventory (compute, personnel, inventory, infrastructure), lead t…
A canary-deployment is a release strategy in which a new version of a system is first rolled out to a small subset of users or infrastructure before being deployed to the full population. Parameters: controlled rollout scope (percentage or number of targets),…
A service-level-indicator is a specific quantitative measure used to track the performance of a service along a single dimension — such as request latency, throughput, error rate, or availability. It is the raw metric that is continuously collected by monitor…
Blameless postmortem is an incident review process in software engineering that examines system failures by analyzing design flaws, procedural gaps, and organizational conditions rather than attributing fault to individuals. Parameters: (1) structured timelin…
Service reliability engineering (SRE) is a discipline within software engineering that applies reliability targets, error budgets, and observability practices to maintain system uptime and performance at scale. Parameters: reliability targets (SLOs) set accep…
Observability is a software engineering practice that defines how to determine the internal state of a running system from its external outputs — specifically logs (structured event records), metrics (quantified measurements over time), and traces (request jo…
A service-level-objective (SLO) is a formal reliability target expressed as a quantified measure — such as 99.9% uptime over a rolling 30-day window — that defines the acceptable boundary of service behavior. It serves as the contractual anchor between provid…
An error-budget is a quantified tolerance for failure, defined as the complement of a service's reliability target (SLO) over a rolling time window. Calculated as (1 - SLO) multiplied by total operations, it is tracked through cumulative burn-rate metrics tha…
A structured process for systematically identifying, analyzing, and documenting potential threats to a system or asset. The method operates through four stages: (1) identifying assets and boundaries, (2) enumerating adversary profiles and their capabilities,…
The construct of perceiving environmental elements and events, comprehending their current meaning, and projecting their near-future status — structured as Endsley's three-level model (perception, comprehension, projection). Operates as a measurable, trainabl…
A decision-frame is a structured representation that specifies the dimensions, alternatives, and evaluative criteria by which a choice is organized. Its parameters are: (1) the set of dimensions or axes along which the choice is decomposed (e.g., cost, risk,…
A timebox is a bounded scheduling construct that allocates a fixed duration to a task or activity, enforcing a hard stop when the period elapses regardless of whether the work is complete. Its parameters are: the time allocation (duration), the target activit…
Time-blocking is a time-management practice that partitions a scheduled period (typically a day or week) into contiguous, non-overlapping segments, each dedicated to a single task or category of tasks. Its parameters are: (1) the scheduling horizon (daily, we…
A memory-augmentation is a human-made technique, tool, or system designed to extend or supplement human memory capacity beyond its biological limits. It operates through externalization of information (writing, databases), systematic encoding methods (mnemoni…
A flashcard is a small, portable card containing information on one or both sides, designed for active recall practice. The mechanism operates through retrieval testing — the learner attempts to recall the answer before revealing it, strengthening memory trac…
A self-regulated learning strategy where learners generate explanations for newly encountered information, drawing on prior knowledge to construct causal narratives and identify gaps in understanding. The mechanism operates through three steps: (1) encounteri…
A mathematical framework for making decisions under uncertainty by separating meaningful information from random background variation. The model represents two distributions — signal and noise — and defines a decision threshold that trades off hit rates again…
Habit-formation is the deliberate process through which humans convert conscious, effortful behaviors into automatic patterns via repetition schedules, cue association, and reinforcement loops. It operates by progressively shifting control from executive cogn…
Credibility-assessment is the human-made practice of evaluating sources and claims for reliability, truthfulness, and authority. Parameters: (1) there exists a source, claim, or message to evaluate; (2) there exist culturally transmitted standards of evidence…
Categorisation is the human-made practice of sorting items into groups (categories) according to shared properties or criteria. Parameters: (1) there exists a set of items to be sorted; (2) there exists a schema of categories with defining features; (3) an ag…
Self-monitoring is the deliberate practice of tracking, evaluating, and adjusting one's own cognitive processes, behaviors, and performance against internal or external standards. Parameters: (1) the agent must have access to some representation of their own…
Cognitive-walkthrough is the human-made concept of a structured usability evaluation method in which evaluators systematically simulate user problem-solving through an interface or system. Parameters: (1) a target user population is specified; (2) representat…
Learning-mechanism is the human-made concept describing any process by which experience produces a relatively lasting change in capacity, knowledge, or behavior. Parameters: (1) an encounter with experience or information occurs; (2) a measurable change in ca…
Perceptual-set is the human-made concept of a predisposition to perceive stimuli in a particular way, shaped by prior experience, expectations, and context. Parameters: (1) a prior experience, expectation, or contextual frame exists; (2) an ambiguous or inter…
The pareto-principle (also called the 80/20 rule) is a conceptual model describing an observed distribution pattern: in many systems, a minority of inputs (roughly 20%) generates a majority of outputs (roughly 80%). It is not a universal law but a heuristic p…
The structured practice of defining, organizing, and contextualizing a problem space before attempting solutions. It involves selecting which factors are relevant, establishing boundaries and constraints, choosing how to represent the problem, and framing the…
A cognitive-aperture is a human-made framework for attentional focus — a conceptual lens or schema that determines what information an observer can detect, how it is categorized, and what causal relationships are visible within a given domain. It is the menta…
Cognitive-effort is the deliberate investment of attentional and processing resources required to perform a cognitively demanding task. It is characterized by three measurable parameters: (1) subjective feeling of difficulty reported by the agent, (2) behavio…
Algorithmic-thinking is the human-made cognitive practice of decomposing complex problems into a sequence of well-defined, unambiguous steps that produce a computable solution. Its parameters are: (1) finiteness — the procedure must terminate after a bounded…
Single-loop-learning is a human-made learning mechanism in which an organization or system detects errors by comparing actual performance against a set of standards or goals, and then applies corrective actions within the existing framework of rules and assum…
Double-loop-learning is a learning process in which participants detect and correct errors by modifying the underlying governing variables — the assumptions, norms, values, and policies that define how a system operates. Parameters: (1) detection of error in…
Sampling-method is the human-made procedure for selecting a subset of elements from a larger population in order to draw inferences about the whole. Its parameters are: (1) population definition — the complete set of elements under study must be precisely spe…
Reflective practice is the structured process of deliberate reflection on experience to extract lessons, identify patterns, and improve future performance. Its parameters are: (1) a prior experience or action that can be reflected upon, (2) deliberate and str…
Boundary-spanning is the organized practice of bridging separate organizational, disciplinary, or social domains through deliberate roles, processes, and artifacts. Its parameters are: (1) at least two distinct domains (organizations, disciplines, social grou…
Optimization is a human-made formal method of selecting values for a set of decision variables so as to maximize or minimize a specified objective function over a feasible region. Parameters: (1) the decision space — the variables and their domains; (2) the o…
An interpretant is the mental concept, sense, or understanding produced by a sign within an interpreter — the meaning that a sign generates. It is distinguished from the representamen (the sign itself) and the object (what the sign refers to). An interpretant…
Inference to the best explanation (abduction) is a reasoning method used in philosophy of science and everyday judgment to select among competing hypotheses. Given a set of observations, the method identifies the hypothesis that would, if true, best explain t…
A variational autoencoder is a generative probabilistic model of a latent structure in data, represented by an encoder network that maps inputs to parameters of a probability distribution in a latent space, and a decoder network that samples from this distrib…
Refraction is the alteration of meaning, signal, or perception caused by the passage of interpretation through an intervening medium — whether that medium is a different language, a cultural framework, a technological format, or a cognitive bias. The phenomen…
Visual rhetoric is the deployment of visual elements — imagery, layout, color, typography, composition — to communicate, persuade, or construct meaning. Its parameters: (1) the medium is visual (not merely accompanied by visuals but structured as visual commu…
Dead-metaphor is a metaphor that has lost its figurative force through conventionalization, such that competent speakers no longer perceive it as figurative speech but process it as literal meaning. Its parameters: (1) the expression originated as a deliberat…
Negative-space is the deliberate use of empty or unmarked area around and between elements in visual composition. Its parameters: (1) the space must be intentionally left blank or neutral, (2) it functions relationally — its meaning is defined by what it surr…
Composition is the deliberate arrangement of constituent elements into a coherent, intentional whole. Its parameters are: (1) the selection and placement of parts (lines, colors, sounds, words, movements) relative to each other, (2) the governing principles t…
Distillation is a separation technique that exploits differences in volatility among the components of a liquid mixture. The mixture is heated to a temperature where the more volatile component vaporizes while the less volatile components remain largely liqui…
A whiteboard is a smooth, white writing surface designed for use with dry-erase markers, producing temporary markings that can be wiped clean and rewritten. Parameters: a flat surface with a white, non-porous coating (typically melamine, porcelain, or painted…
Middleware is a human-made software construct — an intermediate layer of code, libraries, or services positioned between higher-level applications and lower-level infrastructure (databases, operating systems, networks). Its parameters are: (1) it occupies a s…
Onomastics is the systematic study of proper names — their origins, etymology, forms, meanings, and patterns of usage. Parameters: (1) scope covers personal names, place names, organizational names, and other proper nouns; (2) methods include etymological ana…
A mockup is a human-made representational artifact — a static or interactive model that shows how a designed system, interface, or object will appear in its final form. It is not a working prototype; rather, it is a fidelity-bound visualization used for stake…
An initialism is an abbreviation formed from the initial letters of a multi-word name or phrase, pronounced by articulating each constituent letter individually rather than as a single word. Parameters: (1) the source must be a multi-word expression; (2) the…
Undo is a user-interface operation that reverses the most recently executed command or action. Its defining parameters are: (1) temporal locality — it operates on the immediate past, typically the last N actions in a stack; (2) reversibility — each action rec…
A wireframe is a low-fidelity visual schematic that maps the structural layout of a digital page or screen. Its defining parameters are: (1) low-fidelity — it deliberately omits color, typography, imagery, and decorative detail; (2) structural focus — it spec…
A stylus is a pointed hand-held instrument used to apply marks to a surface — paper, drawing tablet, or capacitive screen — with greater precision and control than a finger allows. Its defining parameters are: (1) a pointed or fine-tipped working end, either…
A clipboard is a software construct providing a temporary holding area for data (text, images, files) copied or cut from one location, to be pasted into another. It operates as a virtual buffer in the operating system or application, supporting the cut-copy-p…
Skeuomorphism is a design technique in which user interface elements adopt visual properties from their real-world analogues — leather textures on digital calendars, paper-like page curls, glossy button reflections — to leverage users' existing physical-world…
A QR code (Quick Response code) is a two-dimensional matrix barcode consisting of a square grid of black modules on a white background. It encodes data in both horizontal and vertical dimensions through four structural elements: (1) three square finder patter…
Andragogy is the method and practice of teaching adult learners — a pedagogical approach distinguished from child-centered pedagogy by treating learners as self-directing agents whose lived experience is a primary learning resource, whose motivation is intern…
A data matrix code is a two-dimensional matrix barcode consisting of a grid of black and white cells (modules) arranged in a square or rectangular pattern, with an L-shaped finder pattern on two adjacent edges to enable orientation detection. It encodes data…
A machine-readable visual marking consisting of parallel lines, spaces, or geometric patterns that encode alphanumeric data for automated interpretation. The pattern is standardized so that optical scanners can decode it back into structured information, enab…
A cognitive affordance is an aspect of an environment or artifact that is intentionally designed or organized to enable or support a specific cognitive operation — reducing working-memory load, guiding attention, externalizing memory, or scaffolding reasoning…
An overconfidence-bias is a specific kind of cognitive bias where the subject systematically overestimates their own abilities, knowledge, performance, or the favorability of outcomes compared to objective measures. Parameters: (1) the overestimation must be…
A homophone is a word that shares the same pronunciation as another word while possessing a distinct meaning and typically a different etymology. Parameters: (1) at least two words must share phonetic form in a given dialect, (2) the words must be distinguish…
A sunset clause is a provision embedded in legislation, regulation, or contract that automatically terminates the provision at a predetermined date or upon the occurrence of a specified condition, unless legislative or contractual renewal extends its operatio…
A cognitive bias in which individuals with low ability, expertise, or knowledge at a task systematically overestimate their competence or performance. The effect arises from a dual burden: the lack of domain-specific knowledge both produces poor performance a…
Social proof is a psychological model in which individuals determine appropriate behavior by observing what others do in uncertain or ambiguous situations. The mechanism operates as a decision heuristic: when internal criteria are absent or unreliable, people…
A cognitive shortcut in which the subjective ease or difficulty of processing a stimulus is used as informational content to support judgments and decisions. The mechanism carves three parameters: (1) the processing dimension (perceptual clarity, retrieval ea…
Emotional regulation is the set of conscious and unconscious processes by which individuals influence which emotions they experience, when they arise, and how they express and manage those emotions. It encompasses strategies including cognitive reappraisal (r…
Intermittent reinforcement is a reinforcement schedule in which rewards are delivered only after unpredictable intervals of time (variable-ratio/variable-interval) or numbers of responses (partial reinforcement), rather than after every occurrence. It produce…
The Zeigarnik effect is the psychological phenomenon wherein people remember uncompleted or interrupted tasks better than completed ones. It operates through cognitive tension: an uncompleted task creates a mental state of unresolved tension that persists unt…
deadlines are human-made time boundaries imposed on tasks or projects to constrain when work must be completed. They function as commitment devices that transform open-ended effort into bounded action by establishing a future point at which incomplete work be…
Information-foraging is a theory of human information-seeking behavior that models how people search for, evaluate, and extract information. The theory specifies that information seekers act as rational agents who balance the value of information gained again…
Sanitation is a human-made system of waste management and hygiene infrastructure designed to protect public health through the collection, transport, treatment, and disposal of human waste, wastewater, and refuse. It encompasses engineered networks (sewer sys…
Emotional suppression is a conscious emotion regulation strategy in which an individual inhibits the outward behavioral expression of an ongoing emotional response while the internal subjective experience continues. Parameters: (1) deployment is deliberate an…
A queue is a human-made ordering system with the following parameters: (1) a sequence of participants arranged in a determinate order, (2) a shared understanding that access to a scarce resource or service is allocated by position in that order, and (3) a fir…
Surprise is the cognitive and affective response triggered when an event violates an active expectation. Its parameters are: (1) degree of incongruity between predicted and actual outcomes, (2) valence of the incongruity (positive or negative surprise), and (…
A prediction error is the discrepancy between an expected outcome and an actual outcome, used as a signal to update beliefs, models, or behavior. The parameters that define prediction error are: (1) a prior expectation or prediction about a future state, (2)…
A self-fulfilling prophecy is a social-psychological mechanism in which an initially false expectation or belief about a person, group, or situation generates behaviors that ultimately cause the expectation to materialize as true. The construct operates throu…
The anchoring heuristic is a cognitive bias in which individuals rely disproportionately on the first piece of information encountered (the anchor) when making subsequent judgments and decisions. Once an anchor is set, all further judgments are made by adjust…
A mnemonic technique in which information to be remembered is encoded as vivid sensory images and placed within a mentally constructed spatial environment — typically a familiar building, route, or landscape with distinct loci (rooms, landmarks, corridors). R…
The placebo effect is a measurable change in physiological state or behavior produced by the expectation of therapeutic benefit, independent of any active ingredient in the intervention. Parameters: (1) the administered treatment contains no pharmacologically…
A structured practice by which individuals monitor, evaluate, and modify their emotional responses — both the conscious strategies (reappraisal, suppression, distraction) and unconscious processes (habitual response patterns, learned behavioral scripts) by wh…
Cognitive-behavioral therapy (CBT) is a time-limited, evidence-based psychotherapeutic approach that identifies and modifies maladaptive cognitive patterns (automatic thoughts, cognitive distortions, core beliefs) and reinforcing behavioral patterns through s…
Cognitive restructuring is a structured psychotherapeutic technique in cognitive-behavioral therapy where maladaptive thought patterns are identified through self-monitoring and Socratic questioning, evaluated against objective evidence for accuracy, and syst…
Cognitive reappraisal is a deliberate emotion-regulation technique in which a person consciously reinterprets the meaning of a situation or stimulus to alter its emotional impact. It operates by changing the cognitive frame through which an event is evaluated…
Reframing is a deliberate cognitive and communicative technique in which one replaces an existing interpretive frame with an alternative frame to change the meaning, emotional impact, or behavioral implications of a situation. Parameters: (1) the original fra…
A cognitive-distortion is a systematically patterned error in reasoning that produces a distorted representation of reality, identified within cognitive behavioral therapy as a target for correction. Its parameters are: (1) it is a recurrent pattern, not an i…
Self-talk is a human-made psychological construct: the deliberate use of inner dialogue to regulate emotion, guide behavior, and structure thought. It is not the natural stream of consciousness but a cultivated technique — a cognitive strategy that humans inv…
The anchoring effect is a cognitive bias in which individuals rely too heavily on initial information (the 'anchor') to make subsequent judgments and decisions. The parameters that define it are: (1) an initial value or piece of information is presented, (2)…
Overconfidence is the cognitive bias in which a person's subjective confidence in their judgments, abilities, or predictions systematically exceeds their objective accuracy. The parameter that defines it is the confidence-accuracy gap — the measurable differe…
A scalar feedback value engineered within reinforcement learning and behavioral systems to quantify the desirability of a state transition or action outcome. It functions as the optimization target that an agent or subject learns to maximize through repeated…
Reinforcement learning is a subfield of machine learning in which an agent learns to make decisions by interacting with an environment to maximize cumulative reward. The parameters are: (1) an agent that selects actions, (2) an environment that provides state…
Cognitive workload is the quantified demand placed on an individual's information-processing resources during a task. It is a formal construct developed in cognitive psychology and human factors engineering to model the allocation of limited attentional capac…