All categories

Systems & Complexity

Sort: |
Filter:||

Adaptive System

A set of interacting or interdependent entities, real or abstract, forming an integrated whole that together are able to respond to environmental changes or changes in the interacting parts, in a way analogous to either continuous physiological homeostasis or evolutionary adaptation in biology.

EverydayConcepts.io
#Systems & Complexity

Affordances

Sketch of Affordances

The properties of an object or environment that indicate to a user what actions are possible — a button that looks pushable, a handle that looks pullable. Well-designed affordances make the correct interaction intuitive without labels or instructions.

EverydayConcepts.io
#Design #Systems & Complexity

Archetype

A model, prototype, statement, pattern of behavior, which other models, objects, statements, copy or emulate, often as a derivative of this canonical example.

EverydayConcepts.io
#Systems & Complexity

Ashby's Law of Requisite Variety

Law of Requisite Variety

The notion that the degree of control of a system is proportional to the amount of information available. In other words, one needs an appropriate amount of information to control any system, whatever it is.

EverydayConcepts.io
#Systems & Complexity

Attribution Theory

The study of how people explain the causes of behavior and events — whether they credit internal traits or external circumstances.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Autopoiesis

A system that continuously regenerates and maintains itself from within. Living cells are the classic example — they produce the very components that sustain them.

EverydayConcepts.io
#Systems & Complexity

Big Ball of Mud

In software, refers to a system with no recognizable structure or lacks a coherent architecture.

EverydayConcepts.io
#Systems & Complexity #Technology

Biomimicry

Biomimetics

The imitation of models, systems, and characteristics found in nature, often for the purpose of solving complex human problems such as environmental tolerance, self-assembly, and the harnessing of solar energy.

EverydayConcepts.io
#Systems & Complexity

Bisociation

A blending of elements drawn from two previously unrelated domains into a new pattern of association.

EverydayConcepts.io
#Systems & Complexity

Black Box

A system or device whose inner workings are opaque and whose internal workings can only be guessed at through its inputs and outputs.

EverydayConcepts.io
#Systems & Complexity #Technology

Boiled Frog

An anecdote describing a frog in a pot of water where the water's temperature is gradually raised to the point of killing the frog without their noticing, but if the frog is placed instantly in hot water, it would jump out immediately.

EverydayConcepts.io
#Decisions & Problem-Solving #Systems & Complexity #Sayings & Anecdotes

Bovine Mystique

The erroneous assumption that low-income and developing economies harbor an irrational attachment to livestock which hinders economic investments, whereas in fact the investment in livestock is a very rational and complex calculation of resource investment, power and esteem, gender, and familial ties.

EverydayConcepts.io
#Economics #Systems & Complexity

Butterfly Effect

Sketch of Butterfly Effect

The idea that a very small action can eventually lead to a significant difference to a system — such as a butterfly flapping its wings which eventually accumulates weeks later into a hurricane.

EverydayConcepts.io
#Systems & Complexity

Butterfly Logic

Cum Hoc Ergo Propter Hoc · Confusing Correlation and Causation · Third Cause · False Cause

The notion that a connection implies causality, with one earlier event being the cause of a subsequent event.

EverydayConcepts.io
#Systems & Complexity

Cascading Failure

A process in a system of interconnected parts in which the failure of one or few parts can trigger the failure of other parts and so on. Such a failure may happen in many types of systems, including power transmission, computer networking, finance, human body systems, and transportation systems.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Cobra Effect

Sketch of Cobra Effect

When a solution to a problem unintentionally makes it worse. Named after a colonial bounty on cobras in India that led people to breed cobras for the reward.

EverydayConcepts.io
#Economics #Systems & Complexity #Sayings & Anecdotes

Complex System

A system composed of many components which may interact with each other. Examples of complex systems are the human brain specifically, and many biological systems generally, transportation or communication systems, social and economic organizations (like cities), and the whole universe.

EverydayConcepts.io
#Systems & Complexity

Complexity Bias

The tendency to favor complex explanations or solutions over simpler ones, even when simplicity is more accurate or effective.

EverydayConcepts.io
#Systems & Complexity

Conway's Law

The Mirroring Hypothesis · Isomorphism

Sketch of Conway's Law

Conway's Law states that organizations design systems that mirror their own communication structures. In other words, the way teams are organized and talk to each other will inevitably shape the architecture of whatever they build.

EverydayConcepts.io
#Work & Organizations #Systems & Complexity

Creative Destruction

A term for the process of an industrial cycle that revolutionizes the economic structure with periodic extinction of industries as new industries emerge to meet societal needs.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Critical Mass

The notion that a sufficient number of adopters of an innovation in a social system is required such that the rate of adoption becomes self-sustaining and creates further growth.

EverydayConcepts.io
#Systems & Complexity

Deadweight Loss

A loss of economic efficiency that occurs when an equilibrium state for a good or service is not achieved or is not achievable.

EverydayConcepts.io
#Economics #Systems & Complexity

Dependency Inversion Principle

Software design principle that advocates for high-level modules to depend on abstractions, rather than on low-level modules, to allow for flexibility, maintainability, and scalability of the system.

EverydayConcepts.io
#Systems & Complexity #Technology

Desire Line

Desire Path · Social Trail · Herd Path · Use Trail

Sketch of Desire Line

An unofficial path created by foot traffic, usually representing the shortest or most easily navigated route between an origin and destination.

EverydayConcepts.io
#Design #Systems & Complexity

Distributed Network

A network architecture where no single node is in charge — components and data are spread across many sources, making the system more resilient.

EverydayConcepts.io
#Systems & Complexity

Domino Effect

Chain Reaction

The cumulative effect produced when one event sets off a series of similar events. The term is best known as a mechanical effect, and is used as an analogy to a falling row of dominoes, and typically refers to a linked sequence of events where the time between successive events is relatively small.

EverydayConcepts.io
#Systems & Complexity

Don't Repeat Yourself (DRY)

Abstraction Principle

The principle to build systems which rely on repetitive patterns and subsystems in efficient ways to avoid duplication and inefficiency.

EverydayConcepts.io
#Systems & Complexity

Emergence

The way complex patterns, behaviors, or properties arise from the interaction of simpler parts that don't individually display those qualities — like how consciousness arises from neurons, or a murmuration from individual starlings.

EverydayConcepts.io
#Systems & Complexity

Essentialism

The view that every entity has a set of attributes that are necessary to its identity and function.

EverydayConcepts.io
#Systems & Complexity

Exaptation

Pre-Adaptation · Co-Option

A shift in the function of a trait during evolution. For example, a trait can evolve because it served one particular function, but subsequently it may come to serve another.

EverydayConcepts.io
#Systems & Complexity

Explaining Away

Discounting

A pattern of reasoning where one cause of an effect explains that effect entirely thereby reducing (need not eliminate) the need to verify other alternative causes.

EverydayConcepts.io
#Systems & Complexity

Exponential Backoff

An algorithm that uses feedback to multiplicatively decrease the rate of some process, in order to gradually find an acceptable rate.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Externalities

Sketch of Externalities

The unintended side effects of an activity that affect people who weren't involved in the decision. Externalities can be positive (a neighbor's garden) or negative (factory pollution).

EverydayConcepts.io
#Economics #Systems & Complexity

Fallacy of Composition

The error of assuming that what's true for one part must be true for the whole. One strong player doesn't guarantee a strong team.

EverydayConcepts.io
#Systems & Complexity

Fallacy of the Single Cause

Causal Oversimplification · Causal Reductionism · Complex Cause

Assuming that there is one, simple cause of an outcome when in reality it may be caused by a number of only jointly sufficient causes.

EverydayConcepts.io
#Systems & Complexity

Feedback Loop

The loop or circuit that forms when outputs of a system are routed back as inputs, as part of a chain of cause-and-effect.

EverydayConcepts.io
#Systems & Complexity

First-Order Vs. Second-Order Effects

First order effects directly follow from a cause, while second order effects follow from first order effects.

EverydayConcepts.io
#Systems & Complexity

Flexibility-Usability Tradeoff

The design principle that as the flexibility of a system increases, its usability decreases. The tradeoff exists because accommodating flexibility requires satisfying a larger set of requirements, which results in complexity and usability compromises.

EverydayConcepts.io
#Decisions & Problem-Solving #Design #Systems & Complexity

Fly-by-Wire

FBW

In aviation, a system that replaces the conventional manual flight controls of an aircraft with an electronic interface.

EverydayConcepts.io
#Systems & Complexity #Technology

Furtive Fallacy

Outcomes are asserted to have been caused by the misconduct or wrongdoing of decision makers.

EverydayConcepts.io
#Systems & Complexity

Galls Law

A complex system that works is invariably found to have evolved from a simple system that worked. A complex system designed from scratch never works and cannot be patched up to make it work. You have to start over with a working simple system.

EverydayConcepts.io
#Systems & Complexity

Graceful Degradation

The ability of a system, machine, or product to maintain a limited functionality even when a large portion of it no longer works or has broken down.

EverydayConcepts.io
#Design #Systems & Complexity

Graininess

Granularity

The condition of existing in grains or granules, referring to the extent to which a material or system is composed of distinguishable pieces. It can either refer to the extent to which a larger entity is subdivided, or the extent to which groups of smaller indistinguishable entities have joined together to become larger distinguishable entities.

EverydayConcepts.io
#Systems & Complexity

Hard Code Vs. Soft Code

Embedding data directly into the source code of a system, whereas 'soft code' embeds data in external locations or configuration files. These two coding practices have tradeoffs of time to develop, scaling, and sustainability.

EverydayConcepts.io
#Systems & Complexity #Technology

Illusion of Validity

The tendency to be overconfident in predictions when data seems to form a coherent story, even when that data is unreliable or incomplete. Pattern recognition feels like insight but can be misleading.

EverydayConcepts.io
#Systems & Complexity

Information Asymmetry

Monopolies of Knowledge

The study of decisions in transactions where one party has more or better information than the other. This asymmetry creates an imbalance of power in transactions, which can sometimes cause the transactions to go awry, a kind of market failure in the worst case.

EverydayConcepts.io
#Systems & Complexity

Information Cascade

Informational Cascade · Herding

When network participants pass on information they assume to be true, but cannot know to be true, based on information on what other users are doing.

EverydayConcepts.io
#Systems & Complexity

Inner-Platform Effect

A system built within an existing platform (due to constraints, preferences, etc.) that has become so complex that it has become a poor replica of an existing platform.

EverydayConcepts.io
#Systems & Complexity #Technology

Input Kludge

Garbage In · Garbage Out

The concept that flawed, incorrect, or nonsense input data produces flawed, incorrect, and nonsense output.

EverydayConcepts.io
#Systems & Complexity

Instrumental Conditioning

Operant Conditioning

A learning process through which the strength of a behavior is modified by reinforcement or punishment.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Invariance

The property of remaining unchanged despite changes in conditions or perspective. In science and math, invariants reveal the deep structure beneath surface variation.

EverydayConcepts.io
#Systems & Complexity

Jevon's Paradox

Jevons paradox · Jevons effect · rebound effect · backfire effect

The observation that improvements in the efficiency of resource use often lead to increased total consumption of that resource rather than decreased consumption. As efficiency lowers the effective cost per unit, demand rises enough to offset or exceed the original savings.

EverydayConcepts.io
#Economics #Systems & Complexity #Technology

Joy's Law

An aphorism that "no matter who you are, most of the smartest people work for someone else."

EverydayConcepts.io
#Systems & Complexity #Work & Organizations #Sayings & Anecdotes

Kludge

Spaghetti Code · Jugaad

A workaround or quick-and-dirty solution that is clumsy, inelegant, inefficient, difficult to extend and hard to maintain, yet nonetheless is operational.

EverydayConcepts.io
#Decisions & Problem-Solving #Design #Systems & Complexity

Kurtosis Risk

In statistics and decision theory, the risk that results when a statistical model assumes the normal distribution, but is applied to observations that have a tendency to occasionally be much farther (in terms of number of standard deviations) from the average than is expected for a normal distribution.

EverydayConcepts.io
#Decisions & Problem-Solving #Math & Data #Systems & Complexity

Law of Prägnanz

Good Figure · Law of Simplicity

A fundamental principle of gestalt which says that people will perceive and interpret ambiguous or complex images as the simplest form(s) possible.

EverydayConcepts.io
#Decisions & Problem-Solving #Design #Systems & Complexity

Le Chatelier's Principle

Chatelier's Principle · The Equilibrium Law

The principle that when a system in equilibrium is disturbed, the system will adjust itself in such a way that the effect of the change will be reduced or moderated.

EverydayConcepts.io
#Systems & Complexity

Long Now Thinking

Long Game

A notion of thinking which provides a counterpoint to what it views as today's "faster/cheaper" mindset and to promote "slower/better" thinking.

EverydayConcepts.io
#Systems & Complexity

Long-Tail Distribution

In statistics, a model which describes a distribution of occurrences where a large portion of the distribution are far from the "head" or central part of the distribution. Often applied in a business, to apply to business models that can offer many different varieties of uncommon goods (Amazon or Netflix), as opposed to few varieties of common goods (Walmart).

EverydayConcepts.io
#Decisions & Problem-Solving #Math & Data #Systems & Complexity

Major Vs. Minor Factors

Pareto Principle · 80/20 Rule

Major factors explain major portions of the results, where minor factors explain only minor portions.

EverydayConcepts.io
#Systems & Complexity

Matthew Effect

Matthew Principle

Sketch of Matthew Effect

The old adage "for to him who has, will more be given..." — that those with existing status, privilege, wealth, etc. stand to benefit even more from it, compared to those without starting resources. In other words,"the rich get richer and the poor get poorer."

EverydayConcepts.io
#Economics #Systems & Complexity #Sayings & Anecdotes

Metcalfe's Law

A now standard law of network theory that states that the value of any given network is proportional to the square of the number of connected users of that system. In other words, more users increase the value of a network at an exponential rate.

EverydayConcepts.io
#Systems & Complexity

Modularity

The degree to which a system's components may be separated and recombined, often with the benefit of flexibility and variety in use.

EverydayConcepts.io
#Systems & Complexity

Moral Luck

The paradox that people are held morally responsible for outcomes significantly shaped by factors beyond their control — even though most ethical frameworks assume moral judgment should depend only on what a person freely chose.

EverydayConcepts.io
#Systems & Complexity

Murphy's Law

Sod's Law · Finagle's Law

The observation that if something can go wrong, it eventually will. A reminder to design for failure and plan for the unexpected rather than assuming the best case.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations #Sayings & Anecdotes

Nash Equilibrium

A state in a strategic game where no player can improve their outcome by changing strategy alone. Everyone is doing their best given what everyone else is doing — even if the collective result isn't optimal.

EverydayConcepts.io
#Economics #Systems & Complexity

Network Effect

The effect of the value of a product or service where it is dependent on the number of others using it.

EverydayConcepts.io
#Systems & Complexity

Obliteration by Incorporation

OBI

The phenomenon that occurs when at some stage of development, certain ideas become so universally accepted and commonly used that their contributors are no longer cited.

EverydayConcepts.io
#Systems & Complexity

Orthogonality

A design principle where components of a system are independent, so changing one doesn't affect the others. Orthogonal systems are easier to understand, test, and modify.

EverydayConcepts.io
#Systems & Complexity

Ouroboros

Sketch of Ouroboros

The symbol and idea of a snake eating its own tail, often interpreted as a cycle of rebirth and renewal.

EverydayConcepts.io
#Philosophy #Systems & Complexity #Myths & Parables

Overengineering

Building something far more complex or robust than the situation requires. The extra effort adds cost and rigidity without meaningful benefit.

EverydayConcepts.io
#Systems & Complexity #Technology

Pace Layering

Understanding the relationship between components of complex systems where interactions between the components occur at different "paces" of evolution. The categories are nature, culture, governance, infrastructure, commerce, and fashion.

EverydayConcepts.io
#Systems & Complexity

Paradigm Shift

A fundamental change in the basic concepts and experimental practices of a scientific discipline.

EverydayConcepts.io
#Systems & Complexity

Pareto Efficiency

A state of allocation of resources in which it is impossible to make any one individual better off without making at least one individual worse off.

EverydayConcepts.io
#Systems & Complexity

Pendulum Swing

A theory suggesting that trends in culture, politics, etc., tend to swing back and forth between opposite extremes, much like the pendulum of a lock.

EverydayConcepts.io
#Systems & Complexity

Positive Feedback

A process that occurs in a feedback loop in which the effects of a small disturbance on a system include an increase in the magnitude of the perturbation.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Post Hoc Ergo Propter Hoc

X happened, then Y happened; therefore, X caused Y — an example of a time sequence implying causation.

EverydayConcepts.io
#Systems & Complexity

Principle of Least Astonishment

Law of Least Surprise · POLA · POLS

The notion that a component of a system should behave in a way that most users will expect it to behave; the behavior should not astonish or surprise users.

EverydayConcepts.io
#Design #Systems & Complexity

Principle of Least Effort

Principle of Least Action · Cognitive Miser

People and systems naturally choose the path of least resistance and cease once acceptable results are found or achieved — holds regardless of experience or proficiency of the person or system.

EverydayConcepts.io
#Systems & Complexity

Questionable Cause

Post Hoc Ergo Propter Hoc · False Cause

The confusion of association with causation, either by inappropriately deducing (or rejecting) causation or a broader failure to properly investigate the cause of an observed effect.

EverydayConcepts.io
#Systems & Complexity

Race Hazard

A flaw in system design where the outcome depends on the timing or sequence of uncontrollable events. When two processes collide, unpredictable things happen.

EverydayConcepts.io
#Systems & Complexity

Restraints Vs. Constraints

Restraint is where something holds itself back from doing something, where constraint is a limitation that is built into one’s environment.

EverydayConcepts.io
#Systems & Complexity

Scaling Fallacy

The phenomena where people wrongly assume that something that works at one size will also work at another size.

EverydayConcepts.io
#Systems & Complexity

Second-Order Thinking

Second-Level Thinking

The process of estimating and considering the implications of impacts of a first-order effect (initial effects).

EverydayConcepts.io
#Systems & Complexity #Work & Organizations

Self-Fulfilling Prophecy

A prediction that directly or indirectly causes itself to become true, by the very terms of the prophecy itself, due to positive feedback between belief and behavior.

EverydayConcepts.io
#Systems & Complexity

Separation of Concerns

Software engineering principle that emphasizes the importance of dividing a system or application into distinct and modular components, with each component addressing a specific concern or aspect of the system.

EverydayConcepts.io
#Systems & Complexity #Technology

Shotgun Surgery

A code smell where a single change requires making many small edits scattered across multiple files or modules. A sign of poor separation of concerns.

EverydayConcepts.io
#Systems & Complexity #Technology

Single Responsibility Principle

Software design principle that states that a class or module should have only one reason to change, and should be responsible for only one aspect or feature of the system it represents.

EverydayConcepts.io
#Systems & Complexity #Technology

Spontaneous Order

Self-Organization

The emergence of organized patterns and structures without any central planner or authority. Markets, languages, and social norms all arise this way.

EverydayConcepts.io
#Systems & Complexity

Stone Soup

Axe Soup · Button Soup · Nail Soup

A folk story in which hungry strangers convince the people of a town to each share a small amount of their food in order to make a meal that everyone enjoys (and whereby the inedible stone can be removed when the neighboring ingredients are sufficient to make an actual soup), and exists as a moral regarding the value of sharing.

EverydayConcepts.io
#Society & Culture #Systems & Complexity #Myths & Parables

Strange Loop

A cyclic structure that goes through several levels in a hierarchical system, and arises when, by moving only upwards or downwards through the system, one finds oneself back where one started.

EverydayConcepts.io
#Systems & Complexity

Supply and Demand

A classic economic model of price determination in a market. In a competitive market, the unit price for a particular good or other traded item such as labor or financial assets, will vary until it settles at a point where the quantity demanded will equal the quantity supplied, resulting in an economic equilibrium for price and quantity transacted.

EverydayConcepts.io
#Economics #Systems & Complexity

Systems Thinking

An approach to analysis that focuses on how a system's parts interrelate and work together over time, rather than reducing them to isolated components.

EverydayConcepts.io
#Systems & Complexity

Trapped Key Interlocking

A safety system that uses physical locks and keys to enforce a fixed sequence of operations on industrial equipment, ensuring each step is completed before the next can begin.

EverydayConcepts.io
#Systems & Complexity

Turtles All the Way Down

Infinite Regress · Unmoved Mover

An expression of the problem of needing something to explain something to explain something, etc., where the expression alludes to the mythological idea of a World Turtle that supports the earth on its back, and then the question being asked of what supports \*that\* turtle.

EverydayConcepts.io
#Philosophy #Systems & Complexity #Myths & Parables

Unintended Consequences

Law of Unintended Consequences

The things that happen as a result of some action, which were not necessarily anticipated — which could possibly be an unexpected benefit, an unexpected drawback, or even a backfire against the original action.

EverydayConcepts.io
#Systems & Complexity

Weakest Link

The term given to a component in a system that is most likely to fail, regardless of the strength of adjacent components.

EverydayConcepts.io
#Systems & Complexity

Will Rogers Effect

The consequence of moving an element from one set to another set which raises the average values of both sets.

EverydayConcepts.io
#Systems & Complexity

Wrong Direction

Reverse Causation

Mistaking the effect for the cause — assuming that because two things correlate, the direction of causation is the opposite of what it actually is.

EverydayConcepts.io
#Systems & Complexity

Yak Shaving

Sketch of Yak Shaving

The process of performing a series of tasks (often nested inside completing other tasks, like side quests) to accomplish a goal, each of which seems necessary in context but becomes less and less linked to the original goal.

EverydayConcepts.io
#Systems & Complexity #Work & Organizations #Sayings & Anecdotes