Skip to content

An Infrastructure is a tuple (S, P, δ, π, ρ, ≼) — a substrate category S supporting a practice P via an enabling projection π: P → S, a position measurement δ, a convergence operator ρ, and an installed-base order ≼ on S. The invariant: dependencies always point from P toward S; S is ontologically prior and functionally posterior.
Table of contents

Infrastructure

Formal definition

An Infrastructure is a sextuple I=(S,P,δ,π,ρ,)\mathcal{I} = (S, P, \delta, \pi, \rho, \preceq):

I=(S,  P,  δ:SM,  π:PS,  ρ:SS,    on S)\mathcal{I} = (S,\; P,\; \delta : S \to M,\; \pi : P \to S,\; \rho : S \to S,\; \preceq\; \text{on } S)

where:

  • SS is the substrate — the base category or site; the set of infrastructure objects (histories, servers, contexts, earthworks)
  • PP is the supported practice — the family of objects that depends on SS; what SS enables (fibers, applications, domain logic, trains)
  • δ:SM\delta : S \to M is the position measurement — a function from substrate objects to a measurement space MM quantifying where in the substrate each object sits (distance in the principal cycle, configuration state, obligation gap, network capacity)
  • π:PS\pi : P \to S is the enabling projection — every supported object lives over a substrate object; π(p)\pi(p) is the substrate that pp runs on
  • ρ:SS\rho : S \to S is the convergence operator — the operation that sends any substrate state to its canonical/reduced/desired form; ρρ=ρ\rho \circ \rho = \rho (idempotent)
  • \preceq is the installed-base order on SS — a partial order recording that sss \preceq s' means ss' can only exist given ss; the substrate at any moment is constrained by the substrate at prior moments

Seven invariants. I\mathcal{I} is an infrastructure iff it satisfies:

  1. Enabling: for every pPp \in P, π(p)S\pi(p) \in S and pp cannot be defined without π(p)\pi(p) existing. SS is a necessary condition for PP.
  2. Substrate priority: SS is defined independently of PP. The definition of any sSs \in S does not reference PP.
  3. Transparency in use: when ρ(s)=s\rho(s) = s (substrate at a fixed point), the elements of π1(s)\pi^{-1}(s) are accessible and agents attend to PP, not to SS. The substrate is invisible.
  4. Visibility upon breakdown: when ρ(s)s\rho(s) \neq s (substrate not at fixed point), the fibers π1(s)\pi^{-1}(s) may be inaccessible or inconsistent, and agents must attend to SS directly.
  5. Installed-base constraint: for sss \preceq s', the fiber π1(s)\pi^{-1}(s') restricts coherently to π1(s)\pi^{-1}(s). New substrate states are compatible with old ones; history is not retracted.
  6. Substitutability: two substrates S,SS, S' are interchangeable for practice PP iff there exist projections π:PS\pi : P \to S and π:PS\pi' : P \to S' and an equivalence ϕ:SS\phi : S \to S' with π=ϕπ\pi' = \phi \circ \pi. PP cannot distinguish SS from SS' through the interface π\pi.
  7. Dependency direction: the only morphisms between PP and SS are those of π\pi (going from PP toward SS). There are no morphisms from SS into PP. Infrastructure never depends on what it supports.

In this system

The relational universe instantiates the infrastructure tuple as:

IRH=(T,  H,  δgap,  p,  πt,  T)\mathcal{I}_{\mathrm{RH}} = (T,\; H,\; \delta_{\mathrm{gap}},\; p,\; \pi_t,\; \leq_T)

where:

  • S=TS = T — the history site (T,J)(T, J); the base category whose objects are histories and whose morphisms are prefix extensions sts \leq t
  • P=H:TopHAnuclP = H : T^{\mathrm{op}} \to \mathbf{HA}_{\mathrm{nucl}} — the fiber doctrine; the sheaf of nuclear Heyting algebras over TT; the practice the infrastructure supports
  • δgap:THt×Ht\delta_{\mathrm{gap}} : T \to H_t \times H_t — the obligation gap at each history: δ(t)=(σt(a)a,  Δt(a)a)\delta(t) = (\sigma_t(a) - a,\; \Delta_t(a) - a) for a representative aHta \in H_t; measures how far the current fiber is from HtH^*_t
  • p:HTp : H \to T — the stalk projection; sends each fiber HtH_t to its base history tt; the enabling projection of the sheaf fibration
  • πt=σtΔt:HtHt\pi_t = \sigma_t \circ \Delta_t : H_t \to H^*_t — the joint projection; the convergence operator sending any element to the doubly-quiescent fixed fiber; πtπt=πt\pi_t \circ \pi_t = \pi_t
  • T\leq_T — the prefix order on TT; sts \leq t iff ss is a prefix of tt; the installed-base order: the restriction maps HtHsH_t \to H_s for sts \leq t carry old observations forward intact

Transparency / visibility in IRH\mathcal{I}_{\mathrm{RH}}: when δ(t)=(0,0)\delta(t) = (0, 0) — when the fiber at tt is fully settled — agents work with elements of HtH^*_t without attending to the site. The history site is transparent. When a covering condition fails or a restriction map is missing — when the sheaf axiom is violated — the site becomes visible and must be repaired before the fiber can be used.

In the FARS

The FlatfileAgentialResourceSystemLocale instantiates a second infrastructure layer above IRH\mathcal{I}_{\mathrm{RH}}:

IFARS=(Locale,  Skills,  δplan,  πscope,  ρrunbook,  git)\mathcal{I}_{\mathrm{FARS}} = (\mathrm{Locale},\; \mathrm{Skills},\; \delta_{\mathrm{plan}},\; \pi_{\mathrm{scope}},\; \rho_{\mathrm{runbook}},\; \preceq_{\mathrm{git}})

where:

  • S=LocaleS = \mathrm{Locale} — the locale structure: (AGENTS, SOUL, MEMORY, INBOX, PLANS, IDEAS, skills/); the substrate for all agent work
  • P=SkillsP = \mathrm{Skills} — the skill library; the morphisms f:ABf : A \to B agents invoke; the practice the locale supports
  • δplan\delta_{\mathrm{plan}} — the PLANS.md state: which tasks are open, their ordering, their dependency gaps
  • πscope\pi_{\mathrm{scope}} — the scoping projection: every skill is scoped to the locale it belongs to
  • ρrunbook\rho_{\mathrm{runbook}} — the runbook convergence: applying a runbook to the locale’s state converges to the desired output (idempotent when all steps are Process-kind)
  • git\preceq_{\mathrm{git}} — the git commit order; every state of the locale is a commit; commits are ordered by ancestry; the installed base is the git history

The conceptual gradient

The research tradition gives six framings of infrastructure, each contributing a distinct formal property:

Tradition Formal contribution
Number theory (Scheidler-Stein) Near-group with distance function δ\delta; quasi-additive composition; ρ\rho = ideal reduction
IaC / systems Dependency DAG; idempotent Apply; desired-state semantics; drift = δ0\delta \neq 0
Software architecture Dependency direction invariant (7); substitutability via fixed interfaces (6)
Category theory π:PS\pi : P \to S is a Grothendieck fibration; cartesian liftings implement substitutability
STS (Star & Ruhleder) Invariants 3, 4, 5: transparency, visibility-upon-breakdown, installed base
Civil engineering Network structure on SS; long asset lifetime; public goods; enabling-without-representing

The irreducible tension: infrastructure is ontologically prior (must exist before the practice) and functionally posterior (is identified and classified by the practice it supports). Roads are roads because people travel; contexts are contexts because types inhabit them; the history site is infrastructure because the fiber doctrine lives over it. Infrastructure is the enabling background shaped by what it enables.

Open questions

  • Whether the near-group structure of number-theoretic infrastructure (quasi-additivity of δ\delta, bounded deviation from group laws) has a correlate in IRH\mathcal{I}_{\mathrm{RH}} — whether the obligation gap δgap\delta_{\mathrm{gap}} satisfies a quasi-additivity condition across histories.
  • Whether IFARS\mathcal{I}_{\mathrm{FARS}} is a morphism of infrastructures over IRH\mathcal{I}_{\mathrm{RH}} — a map of tuples (SFARS,PFARS,)(T,H,)(S_{\mathrm{FARS}}, P_{\mathrm{FARS}}, \ldots) \to (T, H, \ldots) commuting with π\pi and ρ\rho.
  • What the correct notion of infrastructure morphism is: a map ϕ:II\phi : \mathcal{I} \to \mathcal{I}' should preserve the enabling projection and commute with the convergence operator.

Relations

Ast
Base
Relational history site
Component of
Relational universe
Convergence operator
Relational universe morphism
Date created
Date modified
Defines
Infrastructure
Element of
Entity
Enabling projection
Relational universe morphism
Fiber of
Relational universe
Installed base order
Relational universe morphism
Output
Relational universe
Related
Site, locale, accord, carrier, relational machine stepping map
Substrate
Relational universe
Supported practice
Relational universe