Information Locality¶
Core Idea¶
Information Locality is the placement principle that responsibility for a decision, guarantee, or interpretation belongs at a level that possesses the information required to discharge it. A less-informed level may filter, accelerate, recommend, precheck, or catch some failures. It cannot own correctness when two states that require different outcomes remain indistinguishable from its position. The decisive relation is therefore not physical distance but criterion–information fit.
The principle begins with a named criterion rather than with an architectural slogan. Different criteria require different information and may belong at different levels in the same system. A router can own a link-local forwarding decision while an application owns whether a complete message satisfied an application-level contract. A headquarters can own organization-wide resource ceilings while a field unit owns a time-sensitive operational choice whose local conditions cannot be transmitted fast enough. “Where the information lives” is always relative to what must be decided or guaranteed.
Information Locality is prescriptive but not absolutist. Replication, summarization, sensing, and communication can move relevant information and thereby move the feasible ownership boundary. Latency, cost, privacy, consistency, authority, and failure containment may justify auxiliary checks or a deliberately imperfect placement. The prime states what the information structure permits; it does not erase other design constraints.
Structural Signature¶
the criterion — the information required to discharge it — the candidate owners or levels — the unequal views — the indistinguishable-state pair — the placement decision — the authoritative owner — the auxiliary checks — the information-moving intervention
- Criterion: the exact decision, guarantee, interpretation, or accountability claim under consideration.
- Required-information set: the facts whose values can change the correct outcome.
- Candidate owners: components, layers, roles, locations, or institutions at which responsibility might be placed.
- Unequal views: a non-interchangeable distribution of criterion-relevant information across those candidates.
- Indistinguishable-state pair: two real states that look the same to a candidate owner but require different outputs under the criterion.
- Authoritative owner: a level able to distinguish every materially different case or to obtain the missing information before acting.
- Auxiliary checks: useful work at less-informed levels that does not remove the need for authoritative verification.
- Information-moving intervention: sensing, replication, escalation, consultation, disclosure, or protocol change that can alter which placements are valid.
The strongest diagnostic is the indistinguishable-state pair. If one can be constructed for a candidate owner, that location cannot guarantee the criterion without acquiring more information.
What It Is Not¶
- Not Locality of Reference. Locality of Reference is the empirical clustering of accesses in time or space that makes caching and prediction effective. Information Locality concerns responsibility placement according to access to decision-relevant facts.
- Not “local is always better.” The sufficiently informed owner may be central, peripheral, distributed, or cross-level. The prime has no built-in preference for decentralization.
- Not Information Asymmetry alone. Information Asymmetry describes unequal private knowledge between interacting parties and its strategic consequences. Information Locality uses a broader access difference among candidate owners to derive a placement constraint.
- Not Separation of Concerns. Modular separation may assign responsibilities for maintainability even when information access is identical. Information Locality selects an owner because other placements cannot discriminate the relevant states.
- Not Defense in Depth. Multiple safeguards can operate at multiple layers while one level retains authority for the final criterion. Redundancy and ownership answer different questions.
- Not a ban on early filtering. A less-informed layer may reject obvious failures, cache likely results, or optimize common cases so long as its output remains provisional where unseen context can reverse the answer.
Broad Use¶
In network architecture, endpoint-defined guarantees belong at endpoints because intermediate nodes lack application state and cannot rule out failure after their last check. In application design, a database may enforce referential integrity while business rules requiring user intent, authorization context, or a multi-step workflow remain in the application layer. In security, validation occurs at trust boundaries that can see both the entering claim and the policy governing its use, while downstream components still enforce their own local invariants.
In organizations, decision rights move toward roles that can observe volatile local conditions, while central levels retain choices that require aggregate information or system-wide coordination. Mission command is one framed organizational strategy for exploiting that locality under uncertainty. In medicine, a remote protocol can support but not replace a decision whose correctness depends on bedside findings, patient values, or interactions absent from the summary. In law and governance, a tribunal or official cannot own a judgment when the relevant record, authority, purpose, or affected-party context is structurally hidden from it.
In engineering and safety, a component test can certify component behavior but not a system-level property that depends on interactions beyond its boundary. System integration, operational monitoring, or an informed control plane must own the broader guarantee. Across all these cases, the same failure appears when responsibility is assigned to a location that cannot distinguish states the criterion treats differently.
Clarity¶
The prime separates helping with correctness from owning correctness. An intermediate checksum, triage rule, automated classifier, headquarters dashboard, or component test may be useful and highly reliable. If decisive information remains outside its view, success there does not close the criterion. This prevents a chain of local successes from being mistaken for a global guarantee.
It also replaces ambiguous arguments about centralization, empowerment, layering, and smart edges with an inspectable information map. The question is not which architecture sounds preferable but which candidate can see or acquire the facts that alter the right answer. Other considerations then enter as explicit trade-offs rather than concealed substitutes for epistemic capacity.
Manages Complexity¶
Placement disputes collapse to a compact procedure. Define the criterion precisely. Enumerate facts capable of changing the correct outcome. Map those facts to candidate locations and their observation delays. Construct pairs of cases that appear identical from each location. Eliminate any proposed owner unable to distinguish a pair, unless the design supplies a route for obtaining the missing fact. Finally, decide which provisional checks can safely occur elsewhere.
This procedure exposes where complexity must live. A lower level can remain simple not because simplicity is intrinsically virtuous but because it lacks the context needed for a higher-level decision. Conversely, a central authority can remain policy-focused because local operational detail belongs with field actors. The information structure, not a universal style preference, determines the boundary.
Abstract Reasoning¶
Let criterion (K) map states (S) to required outputs (O). Candidate owner (L) observes only projection (V_L(S)). If there exist states (s1) and (s2) such that (K(s1) != K(s2)) but (V_L(s1) = V_L(s2)), then (L) cannot discharge (K) correctly for both states using its present information. Responsibility must move to a location with a finer view, or the system must transmit enough information to refine (V_L).
This formulation supports counterfactual reasoning. Ask whether adding a sensor, field, disclosure, consultation path, or replicated state would eliminate every decisive indistinguishable pair. If yes, ownership can move. Ask whether removing a context source creates a new pair. If yes, the guarantee no longer belongs at that level even if historical accuracy remains high.
The interventionist move is therefore two-sided: move responsibility toward information, or move information toward the desired responsible party. The latter may be limited by latency, privacy, bandwidth, incentives, or consistency, making placement an engineering and governance choice rather than a purely logical result.
Knowledge Transfer¶
Transfer preserves a criterion, a required-information set, multiple candidate owners with unequal views, a pair of states conflated by at least one view, and a resulting ownership constraint. Endpoints and routers can be replaced by clinicians and administrators, field teams and headquarters, trial courts and reviewing bodies, sensors and control rooms, or components and system integrators. The labels change while the impossibility test does not.
The prime transfers a second lesson: an architecture can relocate responsibility by changing information flows. Better telemetry, shared records, disclosure duties, escalation procedures, and common operating pictures are not merely communication improvements; they can change which decisions a role is capable of owning. Conversely, privacy partitions, aggregation, delay, and lossy summaries can invalidate a previously sound allocation of responsibility.
Examples¶
Formal / abstract¶
A policy must approve a request only when identity (I), purpose (P), and current resource state (R) jointly satisfy rule (K). Gateway (G) sees (I) and a request type but not (P) or live (R). Two requests with identical gateway-visible fields can therefore require opposite decisions. The gateway may reject malformed identities, but it cannot own policy correctness. Either an application level that sees (I,P,R) decides, or those facts must be securely supplied to (G).
Applied / industry¶
A network relay verifies that every packet passing a link satisfies a local checksum. The application requires a complete, correctly ordered message that matches its request. A packet can be corrupted or lost after the relay's last check, and the relay cannot observe the application's complete state. Link checks improve performance and detection, but the application endpoint must still own the end-to-end guarantee. The End-to-End Principle is this information-locality structure instantiated in layered communication networks.
Structural Tensions¶
T1 — Informed ownership versus response time. The best-informed level may be slower or farther from the event. Diagnostic: separate reversible provisional action from the final criterion and define an escalation horizon.
T2 — Information movement versus privacy. Giving a location enough context to decide may expose data it should not possess. Diagnostic: compare moving responsibility, minimizing disclosed fields, and using proofs or attestations that reveal only the required predicate.
T3 — Local adaptability versus global coordination. Local actors see immediate conditions; central actors see aggregate interactions. Diagnostic: decompose the decision into local and system-wide criteria rather than forcing one owner to discharge both with an incomplete view.
T4 — Auxiliary assurance versus false closure. Intermediate checks catch many failures and can create confidence that the criterion has been guaranteed. Diagnostic: identify what can still happen beyond each check's observational boundary.
T5 — Rich context versus consistency. Replicating all relevant information to every candidate owner can introduce stale or conflicting views. Diagnostic: include freshness and reconciliation in the required-information set rather than treating copied data as automatically equivalent knowledge.
T6 — Stable placement versus changing information topology. New sensors, regulations, integrations, and organizational boundaries alter who knows what. Diagnostic: re-run the indistinguishable-state test whenever information flows change, not only when responsibilities are formally reorganized.
Structural–Framed Character¶
The impossibility relation is structural: a location cannot correctly distinguish states that are identical in its view. The assignment of responsibility is mildly framed because it is a design or governance prescription and can be traded against latency, privacy, cost, and authority. This combination makes Information Locality a mixed-structural prime.
Substrate Independence¶
Remove packets, layers, organizations, clinicians, courts, or sensors and the criterion–information–owner relation survives. Remove the information difference and the placement rule becomes non-discriminating; any candidate with the same complete view is epistemically equivalent. The prime therefore has maximal substrate breadth while strictly presupposing an asymmetry of relevant access.
Relationships to Other Abstractions¶
Current abstraction Information Locality Prime
Parents (1) — more general patterns this builds on
-
Information Locality presupposes Asymmetry Prime
Information Locality becomes discriminating only when candidate owners differ in access to information material to the criterion they might own.If all candidate levels possessed the same relevant information, moving responsibility among them would create no information-locality consequence; unequal, non-interchangeable informational positions generate the placement constraint.
Children (2) — more specific cases that build on this
-
Plan-Execute Gap Domain-specific presupposes Information Locality
Plan-execute gap presupposes that execution holds criterion-relevant constraint information the planning level lacks.If the planning layer could distinguish every state that changes feasibility, it could issue an enactable directive. Unequal access to fine-grained readiness and sequencing facts creates the placement error that local improvisation must repair.
-
End-to-End Principle Domain-specific is a decomposition of Information Locality
End-to-End Principle is the framed or domain-specific realization of Information Locality; removing the local frame leaves the parent's structural relation intact.After the computer_science frame is stripped away, the retained structural roles are those of Information Locality: Responsibility for a decision, guarantee, or interpretation belongs at a level that possesses the information required to discharge it; less-informed levels may assist but cannot make the result correct. End-to-End Principle adds the local frame and commitments expressed in its identity: The architectural rule that a function whose correctness criterion can only be discharged with knowledge at the communication endpoints should live at the endpoints, not the intermediate nodes — so any in-network implementation is at best a performance optimization the endpoints must still back up. The parent pattern remains recognizable without that vocabulary, while the child is the framed realization of it. That preservation test establishes decomposition rather than taxonomic subsumption.
Hierarchy path (1) — routes to 1 parentless root
- Information Locality → Asymmetry
Neighborhood in Abstraction Space¶
Information Locality has no computed distinctiveness yet.
Family — Unclustered & Miscellaneous (429 primes)
Nearest neighbors
Computed from structural-signature embeddings · 2026-07-26
Not to Be Confused With¶
Locality of Reference predicts clustered access and supports caches. Information Asymmetry studies unequal private knowledge between parties. Context determines what a signal carries. Mission Command is a domain-framed delegation doctrine that often responds to local information advantages. The End-to-End Principle is a domain-specific child for layered communication. None is coextensive with the generic ownership test defined here.
References¶
Citation selection and house-format verification are intentionally queued for the cross-model editorial pass.
Solution Archetypes¶
No catalogued solution archetypes reference this prime yet.
Notes¶
Authored when the End-to-End Principle exposed a missing cross-domain parent. Preserve the criterion-relative and direction-neutral identity during re-authoring: the abstraction does not mean that physically local or decentralized placement is always preferable.