Selective Information Severance¶
Core Idea¶
Selective information severance is the structural move of deliberately cutting an information channel to a particular party, on a need-to-know basis, so that the party cannot act on, be biased by, or leak information it never receives. The governing insight is that the cheapest and most robust way to prevent an actor from misusing a piece of information is to ensure the actor never has it. Rather than supplying information and then policing how it is used — trusting the actor not to be biased, not to act on it, not to leak it — the designer withholds it at the source. What is never received cannot be acted upon, cannot color a judgment, and cannot be disclosed. Severance turns a behavioral problem (use the information correctly) into a structural one (do not have the information at all), and structure is far more reliable than trust.
The defining commitments are four. First, there is an information channel: a flow of some specific item — an identity, a treatment assignment, a credential, a bid, a record — from a source toward a knower. Second, there is a party whose having of that item is hazardous: an evaluator who would be biased by it, a process that could be exploited if it held it, an actor who might leak it, a participant who could collude with it. Third, there is a deliberate cut: the designer severs the channel to that party, on a need-to-know principle — the party is given exactly what it needs for its legitimate function and no more. Fourth, and crucially, the severance is selective: it is not blanket secrecy but a targeted excision, removing one specific item from one specific party while the information may flow freely elsewhere (the analyst who unblinds at the end, the system administrator who does hold the key, the auctioneer who sees all bids). The prime names this targeted cut and its logic: by not knowing, the party is structurally incapable of the misuse the designer feared, and the incapacity is guaranteed by the absence rather than promised by good behavior.
The structural signature distinguishes severance from both secrecy in general and from access control as a security mechanism. It is more than secrecy: secrecy hides information from outsiders to protect the information; severance withholds information from a functional insider to protect against that insider's misuse of it — the patient's treatment is severed from the doctor not to keep it secret from the world but to keep the doctor's judgment unbiased. And it is broader than any one security idiom: the same move appears as blinding in experiments (sever the treatment-assignment channel to the evaluator so expectation cannot bias the outcome), as least privilege and compartmentalization in security (sever every channel a component does not need so a breach cannot reach what it never had access to), as data minimization in privacy (never collect what you do not need so it cannot be breached or misused), and as separation of duties and sealed bids in governance (sever the channels that would let parties collude or bias a decision). What selective information severance provides as a prime is the recognition that all of these are the same structural move — a deliberate, targeted cut of an information channel to a party, on a need-to-know basis, so absence enforces what trust cannot — and that the design question in every one of them is the same: which party's having of which item is the hazard, and can the channel carrying it be cut without breaking the party's legitimate function?
How would you explain it like I'm…
Don't Tell The Birthday Kid
Can't Leak What You Lack
Need-To-Know Cut
Structural Signature¶
the information channel (a flow of a specific item to a knower) — the party whose having of that item is hazardous — the need-to-know principle (legitimate function defines what is needed) — the deliberate, targeted cut of the channel to that party — the selectivity (one item, one party, not blanket secrecy) — the structural incapacity that follows from not knowing
Selective information severance is present when each of the following holds:
- An information channel (the flow). A specific item — an identity, a treatment assignment, a credential, a bid, a record, a key — flows, or could flow, from a source toward a particular party that would thereby come to know it.
- A hazardous knower (the party). Some party's having of that item is the hazard: an evaluator it would bias, a component a breach could exploit through it, an actor who might leak it, a participant who could collude on it. The danger is in the knowing, not in the item as such.
- A need-to-know principle (the scoping rule). The party's legitimate function defines exactly what information it needs to do its job; everything beyond that need is a candidate for severance. The principle is the criterion that distinguishes the channel that must stay open (the need) from the one that can be cut.
- A deliberate, targeted cut (the severance). The designer actively withholds the item from that party — does not collect it, does not route it, masks it, encrypts it from that party, or partitions it away — rather than supplying it and policing its use. This is the load-bearing move: the channel is severed at the source.
- Selectivity (the targeting invariant). The cut is one item from one party, not blanket secrecy: the information may flow freely to others (the analyst who unblinds, the admin who holds the key, the auctioneer who sees all bids), and the severed party may still receive everything else it needs. Severance is a scalpel, not a blackout.
- Structural incapacity (the consequence). Because the party never receives the item, it is structurally unable to act on, be biased by, or leak it — the prevention is guaranteed by absence, not promised by good behavior. This is the diagnostic payoff: the misuse is impossible, not merely discouraged.
The components compose into a single move — a deliberate, selective cut of an information channel to a party whose having of that item would be hazardous, scoped by need-to-know, so that absence enforces what trust cannot — and it is the pairing of a hazardous knower with a severed channel that generates everything downstream: the bias control of blinding, the blast-radius limitation of least privilege, the breach-surface reduction of data minimization, and the collusion prevention of separated duties.
What It Is Not¶
- Not blinding alone (see
blinding).blindingis the experiment-design specialization: severing the treatment-assignment (or hypothesis) channel to participants, experimenters, or assessors so that expectation and bias cannot influence the measurement. Selective information severance is the cross-domain genus: the same cut-the-channel-to-the-knower move, of which blinding is the bias-control instance. The genus also covers severances that have nothing to do with bias — limiting a breach, preventing collusion, protecting privacy — which blinding does not name. - Not the principle of least privilege alone (see
principle_of_least_privilege).principle_of_least_privilegeis the security specialization: granting each component exactly the access it needs and no more, so a compromise cannot reach what the component never had rights to. Selective information severance is the genus of which least privilege is the security instance (with information access as the channel and blast-radius limitation as the purpose). The genus also covers severances aimed at bias rather than breach — blinding an evaluator is severance but is not naturally described as "least privilege." - Not access control as the parent (see
access_control).access_controlis the security mechanism — the authentication-and-authorization machinery that decides who may reach what — and it is too security-specific to be the general parent: blinding an experimenter, minimizing collected data, and sealing bids are not "access control" in any natural sense, yet they are all selective information severance. The prime is the broader relation that sits above access control: the deliberate cut of an information channel to a knower, of which access control is the security-substrate implementation. - Not secrecy or confidentiality in general. Secrecy hides information from outsiders to protect the information itself; severance withholds information from a functional insider to protect against that insider's misuse. The blinded doctor is not an outsider from whom the treatment is kept secret; they are the very person treating the patient, severed from one specific item so their judgment stays clean. The target and purpose differ: confidentiality protects the datum; severance protects against a knower's use of it.
- Not censorship. Censorship suppresses information to prevent its content from reaching an audience, typically as an exercise of power over discourse; severance withholds a specific item from a specific functional party on a need-to-know basis, to prevent a structural misuse, while the information flows freely to those who need it. Censorship is about controlling a message; severance is about scoping a channel to a function.
- Not mere absence of a channel. Severance is deliberate and purposive — a designer chose to cut a channel that could have been open, because the party's having of the item was hazardous. A channel that was simply never built, for no reason, is not severance; the prime requires the intentional withholding of something that could have been supplied, scoped by a need-to-know judgment.
- Common misclassification. Reading a severance as a loss of capability or an obstacle to be worked around — supplying the withheld information "to be helpful" or "for completeness" — when the not knowing was the entire mechanism. Catch it by asking what the party's having of the item would enable that the design intends to prevent (bias, exploitation, leakage, collusion); if the answer is "the exact harm we severed it to avoid," then restoring the channel destroys the protection, and the absence must be defended as a feature, not patched as a gap.
Broad Use¶
Selective information severance, read as "cut the channel to the knower on a need-to-know basis," recurs wherever an actor's having of a specific item is the hazard. In experimental design it is blinding: in a double-blind trial the treatment-assignment channel is severed from both the patient (so expectation cannot produce a placebo response that contaminates the measure) and the assessor (so the evaluator's belief cannot bias the outcome rating), with the assignment held only by a party who never interacts with the measurement — the canonical case where not knowing is what makes the measurement trustworthy. In computer security, the principle of least privilege, compartmentalization, and need-to-know are severance: each process, service, or person is granted exactly the access required for its function and no more, so that a compromised component cannot reach data or systems it never had access to — the channel to everything beyond its need is severed precisely to limit the blast radius of a breach. In privacy, data minimization is severance at the point of collection: a system that never collects an item cannot breach, sell, subpoena, or misuse it, so the most robust privacy protection is to sever the collection channel rather than to collect-and-protect — absence is the strongest safeguard. In governance and organizational design, separation of duties severs the channels that would let one actor both initiate and approve a transaction (so fraud requires collusion rather than a single corrupt party), and sealed-bid procurement severs each bidder's channel to the others' bids (so bids cannot be coordinated or undercut with inside knowledge). In economics and auction design, the double-blind and sealed-bid mechanisms sever the information that would enable collusion or strategic manipulation, and the design of markets routinely turns on what each party is prevented from knowing. In finance, information barriers ("Chinese walls") sever the channel between a bank's advisory side and its trading side so that material non-public information cannot flow to where it would be misused. Across all of these, the recurring structure is identical: a deliberate, targeted cut of an information channel to a party whose having of the item would be hazardous, scoped by need-to-know, with the protection guaranteed by absence rather than by trust.
Clarity¶
Naming selective information severance separates two design strategies that practitioners chronically conflate: supply the information and govern its use versus withhold the information so the use is impossible. The first trusts the actor — give the evaluator the treatment assignment and trust them not to be biased, give the component broad access and trust it not to be exploited, collect the data and trust the system not to leak it. The second removes the trust dependency entirely — the evaluator cannot be biased by what they do not know, the component cannot be exploited toward what it cannot reach, the system cannot leak what it never held. The clarifying force of the prime is to convert "how do we make sure this party uses the information correctly?" into "does this party need this information at all, and if not, can we sever the channel so the question of correct use never arises?" — relocating the design from policing behavior to structuring absence, which is the more robust of the two because it does not depend on anyone's discipline, honesty, or competence under pressure.
The prime also clarifies a recurring confusion about what the protection actually is. Practitioners often treat blinding, least privilege, data minimization, and separation of duties as unrelated domain-specific rules — a clinical-trial convention here, a security maxim there, a privacy regulation elsewhere — when they are one structural move wearing different clothes. Naming the genus makes the shared logic explicit: in each, the question is which party's having of which item is the hazard, and the answer is cut that channel. This unification is clarifying in both directions — it lets a security engineer recognize blinding as least privilege for evaluators, and a trial designer recognize data minimization as blinding for collected data — and it sharpens the central design judgment, which is the need-to-know scoping: severance is only sound when the cut channel was not needed for the party's legitimate function, so the discipline is to scope tightly enough to kill the hazard but not so tightly that the party can no longer do its job.
Manages Complexity¶
Selective information severance is a powerful complexity-management tool because it eliminates a class of failure modes at the source rather than mitigating them downstream. Every piece of information an actor holds is a liability surface: it can bias the actor's judgment, be extracted from the actor by an attacker, be leaked by the actor deliberately or accidentally, or be used by the actor to collude. Governing each of these risks for information the actor holds is open-ended and fragile — bias is hard to detect and correct, breaches are hard to prevent once data is held, leaks are hard to trace, collusion is hard to police. Severance collapses all of these by removing the information: what is not held cannot bias, cannot be extracted, cannot be leaked, cannot enable collusion. The prime's complexity reduction is large because it converts a continuous policing problem (monitor and correct use over time) into a one-time structural fact (the channel is cut), and structural facts are vastly cheaper to maintain and harder to violate than behavioral norms.
Recognizing the move directs a consistent set of design disciplines across substrates. Scope by need-to-know: enumerate what each party genuinely requires for its legitimate function, and treat everything beyond that as a candidate for severance — this is the criterion that turns "withhold everything" (which breaks function) into "withhold what is not needed" (which preserves it). Sever at the source, not downstream: the strongest severance is to never collect, never route, or never grant — data minimization beats data protection, not-knowing beats forgetting, no-access beats revocable-access — because a channel never opened cannot be reopened by accident or attack. Compartmentalize to bound blast radius: partition information so that compromising one party reaches only what that party held, turning a catastrophic total breach into a bounded local one (the security analogue of blinding's per-assessor severance). Preserve a controlled re-join where the whole is eventually needed: blinding is broken by a designated party at analysis time, the encryption key is held by an authorized holder, the sealed bids are opened by the auctioneer at close — severance is selective precisely so the information exists somewhere and can be reassembled under control, not destroyed. The unifying complexity move is to treat not knowing as a designed, load-bearing property of a party — engineered deliberately, scoped by need, enforced structurally — rather than as an accidental gap to be filled, because the absence is doing exactly the work the design requires.
Abstract Reasoning¶
The selective-information-severance pattern licenses several substrate-independent moves. Ask whether the party needs the information at all: before designing controls on how an actor uses a piece of information, ask whether the actor's legitimate function requires having it — if not, the strongest control is to sever the channel, because not-having dominates careful-using. Convert behavioral guarantees into structural ones: wherever a design relies on a party to not misuse information it holds (not be biased, not leak, not exploit, not collude), look for a severance that makes the misuse impossible rather than merely prohibited, trading a fragile promise for a robust absence. Scope severance by need-to-know: the design judgment is to cut tightly enough to kill the hazard but loosely enough to preserve function, so the move is to enumerate the party's genuine needs and sever everything beyond them. Sever at the source: prefer never-collect to collect-and-protect, no-access to revocable-access, not-knowing to forget-later, because a channel that was never opened cannot be reopened by error or attack — absence at the source is the most durable form. Compartmentalize to bound the worst case: partition information across parties so that compromising any one reaches only what it held, converting a total-exposure failure into a bounded-exposure one. And design the controlled re-join: because severance is selective, ensure the information exists somewhere and can be reassembled under explicit control (the unblinding analyst, the key holder, the auctioneer) — the absence is local and purposive, not a destruction of the information, so the design must specify who holds the whole and when it is rejoined.
Knowledge Transfer¶
Because selective information severance is the bare move of cutting an information channel to a hazardous knower on a need-to-know basis, a technique built around it in one field transfers to any other by re-identifying the channel, the party whose having is hazardous, and the legitimate need that scopes the cut. The experimental discipline of blinding — sever the treatment-assignment channel to anyone whose expectation could bias the measurement, and break the seal only at analysis by a party who never touched the measurement — transfers directly to any evaluation contaminated by knowledge: a hiring process that strips names and demographics from resumes (blinding the screener to bias-inducing attributes), a peer review that conceals author identity (blinding the reviewer), a wine or product tasting that hides the brand (blinding the judge), and an algorithm-evaluation that withholds the ground-truth labels from the system under test — all are blinding recognized as the genus's bias-control reading in a new substrate. The security discipline of least privilege and compartmentalization — grant each component exactly its needed access and partition the rest so a breach is contained — transfers to organizational design (separation of duties so fraud needs collusion), to information handling (need-to-know classification so a leak from one cleared party does not expose the whole secret), and to data architecture (microsegmentation so a compromised service cannot reach data it never needed). The privacy discipline of data minimization — never collect what you do not need, because absence is the strongest protection — transfers as a general design principle that the safest information is the information you do not hold: a system that never logs an identifier cannot be subpoenaed for it, a survey that never asks a sensitive question cannot leak the answer, an analytics pipeline that aggregates before storing cannot expose the individuals. And the economic discipline of sealed bids and double-blind mechanisms — sever each party's channel to the others' private information so coordination and manipulation become impossible — transfers to any setting where parties could collude or strategically exploit knowledge of one another. In every transfer the practitioner runs the same diagnosis: identify the information channel, identify the party whose having of the item is hazardous (and why — bias, breach, leak, collusion), determine what that party genuinely needs for its function, sever the channel beyond the need, compartmentalize to bound the worst case, and specify the controlled re-join where the whole is eventually required — and the transfer is secure because none of these steps names the substrate: a trial designer blinding an assessor, a security engineer applying least privilege, a privacy architect minimizing data, and an auction designer sealing bids are all making the same cut, distinguished only by the channel severed and the harm the absence prevents.
Examples¶
Formal/abstract¶
The double-blind randomized controlled trial is selective information severance in its canonical, almost diagrammatic form. The information channel is the treatment-assignment datum — for each subject, whether they received the active drug or the placebo. The hazardous knowers are two: the patient, whose knowing the assignment could produce an expectation-driven placebo response that contaminates the outcome, and the assessor, whose knowing it could bias their measurement or rating of the outcome (a believer in the drug unconsciously scoring treated patients better). The need-to-know scoping is exact: neither the patient nor the assessor needs the assignment to perform their function — the patient needs to take what they are given and the assessor needs to measure what they observe, and having the assignment adds nothing to either function while introducing the bias. So the design severs the channel: the assignment is concealed from both, typically by an identical-appearing intervention and a coding scheme, and is held only by a party (the trial statistician or an independent pharmacist) who never interacts with the patient or the measurement. The selectivity invariant is sharp — the assignment is not destroyed and not secret from everyone; it exists, held by exactly the party who needs it (to randomize, to manage safety) and severed from exactly the parties whose having it would bias the result. The structural incapacity is the payoff: a blinded assessor cannot let belief in the drug bias their rating, because they do not know which arm the patient is in — the bias is not discouraged, it is made impossible. And the controlled re-join is explicit: the blind is broken at analysis by the statistician, reuniting assignments with outcomes under a protocol that prevents the knowledge from having flowed during measurement. The structural payoff the prime names is that the trustworthiness of the measurement rests on a designed absence — the not-knowing of the very people running the experiment — scoped precisely so it kills the bias without breaking anyone's function.
Mapped back: The double-blind trial instantiates every component — an information channel (treatment assignment), hazardous knowers (patient and assessor, each via a distinct harm), a need-to-know scoping (neither needs it to function), the deliberate cut (concealment by identical intervention and coding), selectivity (held by the statistician, severed from the rest), structural incapacity (a blinded assessor cannot bias what they cannot know), and a controlled re-join (unblinding at analysis) — and exhibits the prime's core pairing: a hazardous knower and a severed channel, with absence enforcing what trust could not.
Applied/industry¶
A least-privilege microservice architecture runs the identical structure in a computational substrate, with no clinical-trial vocabulary required. The information channels are the access grants — which services can read which databases, call which APIs, decrypt which secrets, reach which network segments. The hazardous knowers are the services themselves, but the hazard is conditional and forward-looking: any service might be compromised by an attacker, and a compromised service becomes a hazardous knower that will try to reach everything it can reach. The need-to-know scoping is the engineering core: each service is analyzed for exactly the access its legitimate function requires — a payment service needs the payments database, not the user-credentials store; a logging service needs to write logs, not read customer records — and everything beyond that need is a candidate for severance. So the design severs the channels: each service is granted only its needed access (least privilege), the network is partitioned so a service can only reach segments it must (compartmentalization / microsegmentation), and secrets are scoped so a service holds only the keys it uses. The selectivity invariant holds — access is not denied wholesale (that would break function) and not granted broadly (that would widen the blast radius); it is cut to exactly the need, service by service. The structural incapacity is the payoff the prime names: when an attacker compromises a service, they inherit only what that service could reach — they cannot pivot to the credentials store from a payment service that never had access to it, because the channel was severed, not merely guarded. A breach that would have been catastrophic under broad access (one compromise, total exposure) becomes bounded (one compromise, local exposure), and the bounding is structural — guaranteed by absence of access, not by a runtime check an attacker might bypass. The controlled re-join exists too: privileged access is held by audited administrative paths and break-glass procedures, so the whole is reachable under explicit control where genuinely needed. The same structure governs separation of duties (no single employee can both create and approve a payment, so fraud requires collusion), data minimization (a service that never collects an identifier cannot leak it), and information barriers in a bank (the advisory side's material non-public information is severed from the trading side).
Mapped back: The least-privilege architecture runs the prime end-to-end — information channels (access grants), hazardous knowers (compromisable services), need-to-know scoping (each service's genuine access requirement), the deliberate cut (least privilege and segmentation), selectivity (access cut to exactly the need), structural incapacity (a breach reaches only what the service held), and a controlled re-join (audited privileged paths) — and demonstrates the transfer: a trial designer blinding an assessor and a security engineer scoping a service to least privilege are making the same cut, distinguished only by the channel severed and the harm — bias versus blast radius — the absence prevents.
Structural Tensions¶
T1 — Severance versus Function (The Need-to-Know Boundary). The prime's foundational tension is that the cut channel must be unneeded for the party's legitimate function, but the line between "not needed" and "actually needed" is rarely clean. The failure mode is over-severance: cutting a channel the party in fact needs, so the protection is bought at the cost of the party being unable to do its job (a clinician blinded to a safety-relevant allergy, a service starved of an access it genuinely requires, an analyst denied data essential to the analysis). Diagnostic: ask what the party's legitimate function requires versus what merely might be useful; severance is sound only for the latter, and a severed channel that the party turns out to need signals the need-to-know scoping was drawn too tight and function is now broken.
T2 — Structural Absence versus Behavioral Trust (Why Severance Is Chosen). Severance is chosen because it replaces fragile behavioral guarantees with robust structural ones — but the moment information is supplied "for convenience" or "to be thorough," the design silently reverts to trusting the party not to misuse it. The tension is between the discipline of withholding and the constant pull to supply. The failure mode is trust creep: granting the party the information after all (an evaluator shown the assignment "just so they understand," a service given broad access "to avoid friction"), reintroducing exactly the bias, breach, or leakage risk the severance existed to eliminate. Diagnostic: ask whether a guarantee that was structural (the party cannot misuse what it does not have) has quietly become behavioral (the party is trusted not to misuse what it now has); if information has been supplied that the design once severed, the robust protection has been traded for a fragile one.
T3 — Selective Cut versus Blanket Secrecy (Targeting). Severance is a scalpel — one item, one party — but it is easy to slide into blanket secrecy that withholds more than the hazard requires. The tension is between a targeted cut that preserves function and over-broad secrecy that strangles it. The failure mode is secrecy sprawl: withholding information so broadly (in the name of caution or control) that parties cannot coordinate, audit, or function, and the organization pays the cost of opacity far beyond the specific hazard that justified any severance. Diagnostic: ask whether the severance is scoped to the specific item-and-party whose combination is hazardous, or whether it has expanded into general withholding; if information is being cut from parties who need it or items are being hidden whose having is harmless, severance has degraded into secrecy and the targeting that made it sound is gone.
T4 — Severance versus Inference (Leakage Around the Cut). Cutting the direct channel does not guarantee the party cannot reconstruct the severed item from correlated information it still receives — a blinded assessor may infer the arm from a drug's side effects, a least-privileged service may deduce data it cannot read from timing or metadata it can, a minimized dataset may still re-identify individuals through quasi-identifiers. The tension is between severing the channel and severing the inference. The failure mode is inferential leakage: severing the obvious channel while leaving open correlated channels that let the party reconstruct what was cut, so the structural incapacity is illusory. Diagnostic: ask whether the severed item can be inferred from what the party still legitimately receives; if side effects unblind the arm, if metadata reveals the data, if quasi-identifiers re-identify the record, the cut is incomplete, and severance must extend to the inferential channels or accept that the protection is partial.
T5 — Severance versus the Controlled Re-Join (Reassembly Risk). Severance is selective precisely so the whole information exists somewhere and can be reassembled under control — but that re-join point (the unblinding analyst, the key holder, the privileged admin, the auctioneer) is itself a concentration of exactly the hazard severance distributed away. The tension is between the local absences that protect and the central holder that re-concentrates. The failure mode is re-join compromise: hardening every severed party while leaving the reassembly point — the one who holds the whole — under-protected, so an attacker or a corrupt insider at the re-join inherits everything the distributed severance was meant to prevent. Diagnostic: ask who holds the unsevered whole and under what controls; severance moves the risk to the re-join point, so if the unblinding party, key holder, or auctioneer is not protected proportionally to the concentrated hazard they carry, the design has merely relocated the single point of failure rather than eliminated it.
T6 — Severance versus Accountability and Audit (The Cost of Not-Knowing). The same not-knowing that prevents misuse can also prevent legitimate oversight: a party severed from information cannot be held accountable for outcomes that depended on it, and over-compartmentalization can blind the very monitors who should detect failure (no one sees enough of the whole to catch a problem spanning compartments). The tension is between severance as protection and severance as a barrier to accountability and detection. The failure mode is oversight starvation: compartmentalizing so thoroughly that fraud, error, or failure that crosses compartment boundaries goes undetected because no authorized party holds enough of the picture to see it (the financial scandal that no single siloed unit could observe). Diagnostic: ask whether the severance leaves some authorized party with enough visibility to audit and detect cross-cutting failure; if every party is severed from the whole and no oversight role is granted a legitimate view across compartments, the design has traded misuse risk for blindness risk, and the absence that protects against insiders also protects failure from being caught.
Structural–Framed Character¶
Selective information severance sits in the low-mixed-but-structural-leaning band of the structural–framed spectrum, with a frontmatter aggregate of 0.3. The core relation — a severed information channel to a party, chosen so the party cannot use what it never receives — is structural and medium-neutral, but the prime is irreducibly a deliberate design move by an agent for a purpose, which gives it a genuine human-practice and mild evaluative character that keeps it off the pure-structural floor.
The diagnostics resolve as a structural-leaning mixture. The vocabulary travels moderately (vocab_travels 0.3): "blinding," "least privilege," "need-to-know," "data minimization," "separation of duties," and "compartmentalization" are recognizably the same move across fields, but each field has its own home term and the unity is recognized rather than carried by a single traveling word. It carries mild evaluative weight (evaluative_weight 0.3): severance is judged good or bad relative to the purpose it serves (a good blind, a sound least-privilege design, an over-broad secrecy), so it is not value-neutral like a topological predicate, though the underlying cut-a-channel relation is itself describable without evaluation. Its origin is not institutional (institutional_origin 0.2): the move is a general design principle rather than any one field's bureaucratic product, though it is sharply theorized inside specific institutional practices (clinical-trial protocols, security standards, privacy regulation), which lifts the score slightly off zero. It is substantially human-practice-bound (human_practice_bound 0.5): the prime presupposes a designer who chooses to withhold, from someone, for a reason — there is no selective information severance without an agent making a need-to-know judgment and acting on it, which is a far more practice-laden frame than a relation that holds in inanimate nature, and this is the diagnostic that most pulls the prime away from pure-structural. And invoking it largely recognizes rather than imports (import_vs_recognize 0.2): to identify a severance is mostly to notice that a channel has been deliberately cut to a knower, a structure already present in the design, adding little interpretive overlay.
The contrast with the prime's nearest neighbor underscores the read: principle_of_least_privilege is the security specialization — an explicit design maxim laden with security practice — and this prime is the cross-domain genus above it and blinding, sharing their agentive, purposive character. The 0.3 aggregate is honest: structural in the form of the relation (a cut channel) but agentive in every instantiation (a designer choosing to cut it for a purpose), placing it well above a framed institutional practice like governance yet clearly off the pure-structural floor occupied by topological predicates.
Substrate Independence¶
Selective information severance is highly but not maximally substrate-independent — composite 4 / 5 on the substrate-independence scale. Its signature — a deliberate, targeted cut of an information channel to a party whose having of the item would be hazardous, scoped by need-to-know, so absence enforces what trust cannot — is stated in largely relational terms and recurs with the same structure across experimental design (blinding), computer security (least privilege, compartmentalization, need-to-know), privacy (data minimization), governance and organizational design (separation of duties, sealed bids, information barriers), and economics (double-blind and sealed-bid mechanisms) — a domain breadth (5) spanning scientific, computational, regulatory, organizational, and economic substrates. The structural abstraction is high but recorded at 4 rather than 5 because the schema is irreducibly agentive and intentional: it presupposes a designer who chooses to sever a channel to a knower for a purpose, a more committed frame than a bare topological predicate (non-locality) or arithmetic law (a random walk's √n dispersion) that holds with no agent present, which keeps it a notch below the pure-formal ceiling. The transfer evidence is strong and documented (4): blinding, least privilege, data minimization, and separation of duties are visibly the same move — and the design disciplines (scope by need-to-know, sever at the source, compartmentalize to bound blast radius, preserve a controlled re-join) transfer recognizably across these fields — but the pattern travels under field-specific names and its unity is recognized when pointed out rather than catalogued under a single banner, holding transfer at 4. High abstraction and maximal breadth with strong (not maximal) cross-naming and an irreducible agentive commitment place this among the catalog's strong-but-not-canonical structural primes, a design-relational genus rather than a pure formal invariant.
- Composite substrate independence — 4 / 5
- Domain breadth — 5 / 5
- Structural abstraction — 4 / 5
- Transfer evidence — 4 / 5
Relationships to Other Primes¶
Foundational — no parent edges in the catalog.
Children (2) — more specific cases that build on this
-
Blinding is a kind of Selective Information Severance
The file: blinding is the experiment-design/bias-control specialization (sever the treatment-assignment channel to the evaluator). Clean child.
-
Principle of Least Privilege is a kind of Selective Information Severance
The file: least_privilege is the security specialization (sever every channel a component does not need; blast-radius limitation). Clean child. (Nearest neighbor, 0.69.)
Neighborhood in Abstraction Space¶
Selective Information Severance sits in a sparse region of abstraction space (82nd percentile for distinctiveness): few abstractions share its structure, so a faithful description tends to retrieve it precisely rather than landing on a neighbor.
Family — Uncertainty, Risk & Proxy Distortion (22 primes)
Nearest neighbors
- Information Asymmetry — 0.70
- Salience-as-Significance — 0.69
- Gatekeeping — 0.69
- Minimum-Necessary Disclosure — 0.69
- Absence as Information — 0.68
Computed from structural-signature embeddings · 2026-06-14
Not to Be Confused With¶
The most important confusions are with the prime's two intended children, principle_of_least_privilege (its nearest neighbor, similarity 0.69) and blinding. principle_of_least_privilege is the security specialization: grant each component exactly the access it needs and no more, so a compromise cannot reach what the component never had rights to — severance with information access as the channel and blast-radius limitation as the purpose. blinding is the experiment-design specialization: sever the treatment-assignment channel to anyone whose expectation could bias the measurement — severance with bias control as the purpose. Selective information severance is the cross-domain genus over both: the same deliberate cut-the-channel-to-the-knower move, of which least privilege is the security reading and blinding the bias-control reading. The distinction is load-bearing because the genus holds cases neither child names — blinding an evaluator is not naturally "least privilege," and limiting a breach is not naturally "blinding" — and because seeing them as one move lets a practitioner transfer technique across the gap (a security engineer recognizing blinding as least privilege for evaluators, a trial designer recognizing data minimization as blinding for collected data). The genus exists precisely to unify the children while preserving their distinct purposes.
A second and deliberately handled confusion is with access_control, which is not taken as the parent. access_control is the security mechanism — the authentication-and-authorization machinery deciding who may reach what — and it is too security-specific to be the general parent of this prime: blinding an experimenter, minimizing collected data, sealing bids, and separating duties are all selective information severance, yet none is naturally described as "access control." Access control is the implementation of severance in the security substrate (it is how least privilege is enforced), and so it sits below the genus as a substrate-specific mechanism, not above it as the cross-domain parent. Confusing the genus with access control would wrongly narrow the prime to security and obscure that the same move governs trials, privacy, and auctions — which is exactly why the coordination note designates this prime, rather than access control, as the bridge between blinding and principle_of_least_privilege.
A third confusion is with secrecy / confidentiality and with censorship. Confidentiality hides information from outsiders to protect the information itself; severance withholds information from a functional insider to protect against that insider's misuse — the blinded doctor is not an outsider from whom the treatment is kept secret but the very person treating the patient, severed from one item so their judgment stays clean. Censorship suppresses information to keep its content from an audience, an exercise of power over discourse; severance cuts a specific item from a specific functional party on a need-to-know basis to prevent a structural misuse, while the information flows freely to those who need it. The discriminating questions are who is being withheld from (an outsider, an audience, or a functional insider) and why (to protect the datum, to control a message, or to prevent a knower's misuse). Confusing severance with secrecy leads a designer to think the goal is to keep something hidden from the world, missing that the point is to keep a functional party structurally incapable of a specific harm; confusing it with censorship imports a connotation of suppressing discourse onto what is in fact a scoped, purposive design move.
For a practitioner these distinctions decide what the move is and where it sits. Confusing the genus with principle_of_least_privilege or blinding collapses a cross-domain design pattern into one of its specializations, blocking the transfer of technique between security, evaluation, and privacy. Confusing it with access_control narrows it to a security mechanism and hides its operation in trials, auctions, and organizations. Confusing it with secrecy or censorship mistakes a scoped, need-to-know cut against an insider's misuse for blanket hiding of a datum or suppression of a message. The unifying discipline is the prime's severance check: identify the information channel, identify the party whose having of the item is hazardous and why (bias, breach, leak, collusion), determine what that party genuinely needs for its legitimate function, sever the channel beyond the need (extending to inferential channels where reconstruction is possible), compartmentalize to bound the worst case, protect the controlled re-join that holds the whole, and preserve enough authorized visibility for oversight — because the protection rests on a designed, scoped absence, and the entire value of the move is that what a party never receives, it cannot misuse.
Solution Archetypes¶
No catalogued solution archetypes reference this prime yet.