This is a formalisation I am using to help clarify an intuition I have about the structure of agents, which I refer to as entities here. Each entity is represented as a structure similar to a highly connected branched chain copolymer, where physical and conceptual “particles” make up the monomeric units. Entities naturally compute due to their fluctuations in physical and conceptual space resulting in them folding and unfolding into different configurations.

Entity and Particle Spaces

An entity ee exists as a dynamic configuration of causally linked nodes (particles), xix_i residing in a high-dimensional state space E\mathcal{E}. This space aims to incorporate dimensions relevant to the entity’s state, such as physical coordinates (PE\mathbb{P} \subset \mathcal{E}) and conceptual dimensions (SE\mathbb{S} \subset \mathcal{E}).

e={p1,p2,...,pn}{s1,s2,...,sm}={x1,...,xn+m}Ee = \{p_1, p_2, ..., p_n\} \cup \{s_1, s_2, ..., s_m\}= \{x_1,...,x_{n+m}\} \subset \mathcal{E}

Where pip_i represents physical particles and sjs_j represents conceptual particles.

In a language model (LM), from Notation for LM Formalization, the LM is an entity eLMe_{LM}, and is described as follows:

  • The objective information space X\mathbb{X} is the underlying space of all information
  • The LM’s subjective information space Xϕ\mathbb{X}_{\phi} (accessed by the LM’s inference function "ϕ()\phi()") corresponds to the primary conceptual subspace S\mathbb{S} for eLMe_{LM}, (i.e. SXϕX\mathbb{S} \approx \mathbb{X}_{\phi} \subset \mathbb{X}).
  • The LM’s personality P=[M,S,I]\mathcal{P} = [M,S,I] represents a configuration of conceptual nodes within S/Xϕ\mathbb{S}/\mathbb{X}_{\phi}. The personality space Φ={ϕ(P,r)r}\mathbb{\Phi} = \{ \phi(\mathcal{P}, r) \forall r \} is the mapping of P\mathcal{P} in this space for all possible inputs rr.
  • The LM’s physical substrate (hardware, computation, interface) constitute PLM\mathbb{P}_{LM}, with a signalling particle that generates output oio_i when a receptor particle receives input rir_i.

The state of each node xx can be described probabilistically using a state distribution function ψx(z,t)\psi_x(z,t), where xEx\in\mathcal{E} represents a point in state space at time tt.

ψx(z,t):E×R+C(or R+)\psi_x(z,t): \mathcal{E} \times \mathbb{R}^+ \rightarrow \mathbb{C} \quad (\text{or } \mathbb{R}^+)

ψx(z,t)2|\psi_x(z,t)|^2 can be thought of as the probability density associated with node xx‘s state being at location zz at time tt. While the complex form, C\mathbb{C}, is useful for handling interference phenomena, a real-valued probability distribution, R+\mathbb{R}^+, should be sufficient for many applications.

Entities are bounded systems where causal links between particles exceed a threshold τ\tau:

\forall (x_i,x_j) \in e: B(x_i,x_j) > \tau \tag{1.1}

Where B(xi,xj)B(x_i,x_j) is the causal (bond) strength between particles xix_i and xjx_j. Importantly this is scale variant, so if one is dealing with a nation τnation<τfamily<τindividual\tau_{nation} < \tau_{family} <\tau_{individual}, meaning that the requirement for causal linkage of semantic/physical particles is lower for people to be considered of a nation than to be considered of a family, or an individual.

Particle detection and interaction

Building on X\mathbb{X} (objective information space) and Xϕ\mathbb{X}_{\phi} (subjective information space) from Notation for LM Formalization.

Objective physical subspace P\mathbb{P}, and subjective physical subspace Pϕ\mathbb{P}_{\phi} accessed via inference process ϕ\phi: PϕPX\mathbb{P}_{\phi} \subset \mathbb{P} \subset \mathbb{X}

With a conceptual equivalent: SϕSX\mathbb{S}_{\phi} \subset \mathbb{S} \subset \mathbb{X}

While Xϕ\mathbb{X}_{\phi} represents the total subjective information space accessible to the entity/model via its overall inference process ϕ\phi, specific inference processes ϕi\phi_i (like ϕlogic\phi_{logic} or ϕemotion\phi_{emotion}) might only operate on or access further subsets SϕiXϕ\mathbb{S}_{\phi_i} \subset \mathbb{X}_{\phi} or PϕiXϕ\mathbb{P}_{\phi_i} \subset \mathbb{X}_{\phi} depending on their function. This creates a hierarchical structure of accessible spaces.

Inference is the process by which a series of interactions between particles experiences causal procession, “if X then Y”. There exist 4 specific forms:

Physical to semantic, “If feel X, then think Y”, sensory input alters belief state: ϕPS:PS\phi_{P\rightarrow S}: \mathbb{P} \rightarrow \mathbb{S}

Semantic to physical, “If think X, then feel Y”, belief triggers physiological response: ϕSP:SP\phi_{S\rightarrow P} :\mathbb{S} \rightarrow \mathbb{P}

Semantic to semantic, “If think X, then think Y”, one thought leads to another: ϕSS:SS\phi_{S\rightarrow S}: \mathbb{S} \rightarrow \mathbb{S}

Physical to physical, “If feel X, then feel Y”, muscle contraction cascade: ϕPP:PP\phi_{P\rightarrow P}: \mathbb{P} \rightarrow \mathbb{P}

Where:

  • ϕ\phi represents an inference process (e.g., reasoning, body awareness, emotional processing)
  • Different entities may employ different inference functions ϕ1,ϕ2,...\phi_1, \phi_2, ...
  • Each ϕi\phi_i accesses some portion of the objective spaces P\mathbb{P} and S\mathbb{S}

For example:

  • A body scan meditation (ϕscan\phi_{scan}) would primarily access physical particles: Pϕscan\mathbb{P}_{\phi_{scan}}
  • Logical reasoning (ϕlogic\phi_{logic}) would primarily access semantic particles: Sϕlogic\mathbb{S}_{\phi_{logic}}
  • Emotional processing (ϕemotion\phi_{emotion}) might access both: PϕemotionSϕemotion\mathbb{P}_{\phi_{emotion}} \cup \mathbb{S}_{\phi_{emotion}}

This allows us to model how different cognitive and physical processes can operate on the same underlying particle space but through different inferential lenses.

There are both homogeneous particle interactions such as a calcium gradient causing a muscle to tense ( pipkp_i \rightarrow p_k), and heterogeneous interactions like a smell reminding someone of a fear and causing them to tense physically (pisjpkp_i \rightarrow s_j \rightarrow p_k).

Attention as Network Analysis

Attention C()C() is a measure of connectedness for a particle xix_i, as a function of bond strength B(xi,x)B(x_i, x) between physical particles and semantic particles:

C(x_i)= \sum_{j \not = i} h(B(x_i,x_j)) \tag{2.1}

Where h(B)h(B) is a function weighting the contribution of individual bond strengths B (e.g., h(B)=Bh(B)=B sums all strengths, or a threshold function like h(B)=1h(B)=1 if B>τcB > \tau_c, 00 otherwise, counts strong bonds). Note hh is reserved for this weighting; gg is used later for subgraphs.

Changes in attention represent changes in the connectedness of the network, and can be used as a method of detecting the underlying properties of bonds.

That said, if one does not granularly consider every discrete physical interaction that carries information, then one can also calculate C(x)C(x) based also on homogeneous bonds (P-P, S-S), although these ultimately rely on physical mediation.

The underlying bond strengths B(xi,xj)B(x_i,x_j), reflected in the overall attention profile {C(xi)}\{C(x_i)\}, determine how effectively particles and interconnected particle structures influence each other’s states and positions in their respective spaces. The interaction is not necessarily reciprocal, pain as a concept does not change nearly as much as the physical manifestation of the body does when exposed to it.

Practically one can think of how one may focus on their arm, connecting it to abstract notions of softness, comfort, and pain. In this framework, when sensory inputs (like touch) or cognitive relevance signals (like task demands) trigger attention to the arm, the underlying particle dynamics respond by rearranging in physical and semantic spaces. This rearrangement effectively decreases the distance dd between particles (e.g., by physically touching a soft object) or optimizes the relative orientation to expose high-affinity patches θ\theta (e.g., by contemplating the concept of softness), between the arm’s physical particle parmp_{arm} and the semantic sensation particle ssensations_{sensation}. These dynamic changes in dd and θ\theta parameters increase B(parm,ssensation)B(p_{arm}, s_{sensation}) and contribute to a higher attention measure C(parm)C(p_{arm}). When external triggers diminish or cognitive priorities shift, these dynamic parameters naturally evolve, causing dd to increase and/or θ\theta to decrease between the relevant particles, leading to weaker BB and lower C(parm)C(p_{arm}). That is until a needle prick provides a strong sensory signal that sharply decreases d(parm,spain)d(p_{arm}, s_{pain}) through automatic physiological responses, causing a spike in B(parm,spain)B(p_{arm}, s_{pain}) which increases C(parm)C(p_{arm}). Subsequent inference processes trigger actions or thought patterns that dynamically influence the particle configuration to increase dd or decrease θ\theta relative to the pain particle, reducing BB and thus C(parm)C(p_{arm}).

Particle Wave-Field Properties

Building on the previously defined state distribution function ψx(z,t)\psi_x(z,t) for nodes, we can examine how particles exist as probability distributions rather than discrete points. For clarity:

  • For physical particles pPp \in \mathbb{P}: ψp(z,t):P×R+C\psi_p(z,t): \mathbb{P} \times \mathbb{R}^+ \rightarrow \mathbb{C}

  • For semantic particles sSs \in \mathbb{S}: ψs(z,t):S×R+C\psi_s(z,t): \mathbb{S} \times \mathbb{R}^+ \rightarrow \mathbb{C}

Where:

  • C\mathbb{C} represents complex numbers, enabling interference patterns between particles
  • R+\mathbb{R}^+ represents non-negative real numbers (time domain)
  • ψx(z,t)2|\psi_x(z,t)|^2 gives the probability density of finding particle xx at position zz at time tt
  • The phase component ψx(z,t)\angle\psi_x(z,t) represents the particle’s affinity potential which is related to θ\theta:

ψx(z,t)yeθ(x,y)\angle\psi_x(z,t) \propto \sum_{y \in e} \theta(x,y)

These wavefunctions form coherent structures through:

  1. Localization: Sharp peaks in probability density represent discrete beliefs or physical states, such as an opinion on who to vote for or a sleeping position.

ψlocalized(z,t)(2πσ2)1/4e(zz0)24σ2eiφ(t)\psi_{localized}(z,t) \approx (2\pi\sigma^2)^{-1/4} e^{-\frac{(z-z_0)^2}{4\sigma^2}} e^{i\varphi(t)}

A narrow Gaussian of width σ\sigma centered at z0z_0 (the δ\delta-function limit σ0\sigma \rightarrow 0 is not normalizable, so σ\sigma stays small but finite)

  1. Delocalization: Probability density spreads across related concepts/states, describing how when one smells something it can trigger a memory or how thinking about cookies can bring to mind more general categories of baked goods.

ψdelocalized(z,t)=iciψi(z,t)\psi_{delocalized}(z,t) = \sum_i c_i\psi_i(z,t)

Where:

  • ψi\psi_i are related semantic/physical states
  • ci=cieiφic_i = |c_i|e^{i\varphi_i} are complex coefficients representing:
  • ci2|c_i|^2: Probability of activating state ψi\psi_i when the delocalized structure interacts strongly (e.g., when its component particles x exhibit high C(x)C(x))
  • φi\varphi_i: Phase alignment with other states, related to the affinity function: φijθ(ψi,ψj)\varphi_i \propto \sum_j \theta(\psi_i,\psi_j). Note φ\varphi is reserved for phase throughout; ϕ\phi always denotes an inference process.
  • cic_i is directly influenced by bond strength: cijB(ψi,ψj)|c_i| \propto \sum_j B(\psi_i,\psi_j)

Delocalization creates distributed semantic structures like “vehicle” encompassing multiple related concepts (car, bicycle, boat) with varying activation strengths. When interactions lead to increased bond strengths BB involving this structure (reflected in high C(x)C(x) for its components), component concepts are activated proportionally to ci2|c_i|^2. This structure is empirically visible in LMs: Kovač et al. show that exhibited values and personality traits shift with the induced perspective. The model’s personality P\mathcal{P} behaves as a delocalized structure where the query selects which component activates.

  1. Coherent Structures: Stable arrangements of multiple particles, such as how believing in a Christian God forms a stable structure with belief in the Bible’s teachings due to reciprocal constructive interference, resonance.

Ψstructure(z1,...,zn,t)=f(ψ1(z1,t),...,ψn(zn,t))\Psi_{structure}(z_1,...,z_n,t) = f(\psi_1(z_1,t),...,\psi_n(z_n,t))

Where ff represents how individual particle wavefunctions combine

The complex-valued representation allows for:

  • Interference — When multiple beliefs/concepts constructively or destructively interact
  • Resonance — When particles with matching phases form sustained constructive interference.

Stable Bonds

Particles form bonds of varying strengths defined by their distance and affinity, creating causally linked structures analogous to protein folding:

B(x,y) = f(d(x,y), \theta(x,y)) \tag{2.2}

Where:

  • BB is bond strength with units of energy, and represents the work required to separate nodes integrated out to \infty. The units depend on the subspace like physical energy (Joules) in P\mathbb{P}, or computational cost (operations/time) in S\mathbb{S}
  • dd is distance in appropriate space (e.g. Euclidean in P\mathbb{P}, embedding distance in S\mathbb{S})
  • θ\theta represents the intrinsic tendency for nodes to link together (water and wetness would have high θ\theta). This is modulated by state/orientation (phase ψ\angle\psi) into an effective affinity θeff\theta_{eff} that determines the interaction strength. (e.g. needle flat vs point). Measurable via joint computational cost or inferred from evaluation of network structure.

Net Bond Free Energy and Solvation

While B(x,y)B(x,y) represents the inherent pairwise strength it is more accurately thought of as the work required to separate two particles in a vacuum. In a real scenario one must consider the solvent/ambient environment the particles exist within (the social world of a person, the semantic corpus of a belief, the training distribution of a model). A fully considered structure is the net free energy for re-solvation of the freed particles by the field:

\Delta G(x,y)= B_{intrinsic}(x,y) - \Delta G_{solv}(x,y) \tag{2.3}

Where ΔGsolv\Delta G_{solv} is how the environment stabilizes the separated particles. When there are attractive alternative environments available to causally linked particles they will dissociate if it overcomes the intrinsic bond strength. Conversely, if a partner is entirely dependent on another breaking up becomes stressful for fear that they will fully break apart upon dissolution of the relationship. Except where the intrinsic/net distinction is at issue, BB elsewhere in this document may be read as ΔG\Delta G.

Importantly, solvation is a primary driver of folding and interrelation. The folding of proteins is via the hydrophobic effect, not by direct residue-residue bonds, which produces two consequences:

  1. Entropically-driven association. Particles can bond due to hostile or exclusionary environments rather than mutual affinity. In social settings this would be a foxhole friend, trauma bonding, or even a mechanism for ensuring cohesion of cults.

  2. Buried vs. exposed particles. A subgraph has a core (solvent-shielded) and surface (solvent-exposed), which map onto the set of private and public beliefs. Depending on how a local environment may change, the structure may allow for two separate graphs to connect, similar to aggregation and supramolecular assembly.

Scale-Dependent Phase Coherence

Phase coherence between particles decays with distance dd, and is dependent on entity scale τ\tau:

\gamma(x,y,\tau) = e^{-\alpha(\tau) \cdot d(x,y)} \tag{3.1}

Where:

  • γ\gamma is the phase coherence factor between particles xx and yy
  • α(τ)\alpha(\tau) is a scale-dependent attenuation coefficient: α(τindividual)<α(τfamily)<α(τnation)\alpha(\tau_{individual}) < \alpha(\tau_{family}) < \alpha(\tau_{nation}). Although α\alpha may also depend on factors beyond scale such as communication channels or environment.
  • d(x,y)d(x,y) is the distance between particles

The observable interference between two particles is then their phase alignment weighted by coherence:

Inteff(x,y)=γ(x,y,τ)cos(ψxψy)\text{Int}_{eff}(x,y) = \gamma(x,y,\tau) \cdot \cos(\angle\psi_x - \angle\psi_y)

As γ0\gamma \rightarrow 0 the interference term vanishes regardless of the phase relationship, distant particles become uncorrelated. This ensures phase coherence is maintained within entity boundaries but decays across boundaries according to scale. To measure this factor γ\gamma, we could attempt to find statistical correlations between belief activations at various scales (e.g. belief alignment within families vs. nations)

The attenuation coefficient α(τ)\alpha(\tau) is a screening term, in the sense of Debye screening of an electrolyte, where the intervening medium of other particles polarizes to damp an interaction over a characteristic length scale. This would make 1α\frac{1}{\alpha} the screening length beyond which coherence is nullified. Meaning that α(τ)\alpha(\tau) is set by density and polarizability of the solvent between particles at a given scale. The national scale has the largest amount of medium between any two particles, so it screens the hardest and therefore decays the fastest, while within an individual there is relatively little solvent and coherence is highly achievable. Coordination of behaviour is then tied directly to ΔGsolv\Delta G_{solv} as the ambient field that resolvates particles also screens phase coherence.

Boundary Formation

Boundaries where one entity is separated from another are manifested in two complementary ways:

  1. Probability Density Gradients: Sharp drops in ψ(x)2|\psi(x)|^2 forming “edges” in physical or semantic space

\nabla|\psi(x)|^2 > \beta_{threshold} \tag{4.1}

  1. Phase Discontinuities: Regions where phase coherence breaks down between particles

\gamma(x,y,\tau) < \gamma_{threshold} \tag{4.2}

Charisma and Entity Relationships

Charisma (χ\chi) is defined here as the ability of one entity (e1e_1) to influence another (e2e_2) by modulating the distances (dd) and/or affinities (θ\theta) between particles within e2e_2‘s network. The goal being to change the target’s attention at a locus ll.

This manipulation of dd and θ\theta alters bond strengths (BB) and consequently changes the target’s attention profile (the set of nodal attention values {C(x)}\{C(x)\}). While the mechanism involves Δd\Delta d and Δθ\Delta \theta, the effect is often measured or observed as a change in this attention profile:

\chi(e_1, e_2) = \Delta C_{e_2} \mid r_{e_1} \tag{5.1}

Where re1r_{e_1} is the input provided by e1e_1 (consistent with rr as input elsewhere). At a locus ll this is a single signed quantity:

χ(e1,e2,l)=xe2lC(x)\chi(e_1, e_2, l) = \sum_{x \in e_2} \nabla_l C(x)

Where lC(x)\nabla_{l} C(x) represents the resulting gradient of change in the attention profile C(x)C(x) for particles xx near location ll, caused by charisma’s underlying influence on dd and θ\theta. The sign of χ(e1,e2,l)\chi(e_1, e_2, l) distinguishes three regimes:

  1. Positive Charisma (χ>0\chi > 0): Influences particle distances and affinities to increase bond strengths toward the locus, effectively saying “pay attention to this.”

  2. Negative Charisma (χ<0\chi < 0): Influences particle distances and affinities to decrease bond strengths away from the locus, effectively saying “ignore this.”

  3. Null Charisma (χ0\chi \approx 0): Minimizes changes to particle distances and affinities, resulting in minimal change to the target’s attention profile. Note that null charisma at every locus is a stronger condition than a net-zero sum at one.

Applications of Charisma

During a prompted interaction, one entity eme_m (the influencer) provides input rr to another entity eve_v (the target). The charisma mechanism works by eme_m crafting rr to induce specific changes in the distance (dd) and affinity (θ\theta) parameters within eve_v‘s particle network.

These dd/θ\theta changes alter bond strengths B(x,y)B(x,y) throughout eve_v‘s network, which in turn reshapes the attention profile {C(x)}\{C(x)\}. This reconfiguration of bond strengths and attention determines the output oo produced by eve_v‘s inference process ϕv\phi_v.

When eme_m aims to elicit a specific target output oto_t from eve_v, it must solve the charisma inference problem: identifying which input rtr_t will induce the necessary dd/θ\theta changes to maximize Pr(otrt)Pr(o_t | r_t). We can express this as:

rt=ϕc(Pv,ϕv,ot)r_t = \phi_c(\mathcal{P}_v, \phi_v, o_t)

Where ϕc\phi_c represents the charisma inference that predicts how eve_v‘s personality Pv\mathcal{P}_v and inference method ϕv\phi_v will respond to various inputs. This process typically requires iterative testing, which is difficult in systems with memory as each interaction may further alter eve_v‘s internal dd/θ\theta parameters.

In practice, the goal isn’t always to produce an exact output ot=oio_t = o_i, but rather to ensure eme_m can extract some target information ItargetI_{target} from eve_v‘s output:

Itarget=ϕem(oev,Pem)I_{target} = \phi^{'}_{e_m}(o_{e_v}, \mathcal{P}_{e_m})

A simplified case is an LLM without memory and with deterministic responses (T=0T=0 ). Here, one can map the “output landscape” by systematically varying inputs and observing how changes in rr affect the resulting dd/θ\theta parameters (as reflected in the output), eventually constructing an approximation of the charisma inference ϕc(Pv,ϕv,)\phi_c(\mathcal{P}_v, \phi_v, \cdot). Otherwise known as prompt engineering/optimization.

Conclusion

This framework provides tools for analyzing entities as systems of physical (P\mathbb{P}) and semantic (S/Xϕ\mathbb{S}/\mathbb{X}_{\phi}) nodes linked by bonds (BB) determined by distance (dd) and affinity (θ\theta). Key aspects include:

  1. Modeling entities across scales with scale-dependent properties (τ,α\tau, \alpha).
  2. Representing beliefs/concepts using wave-like probability distributions (ψ\psi) allowing for uncertainty, interference, and phase-dependent interactions.
  3. Classifying information (MmM_m, MaM_a, V+V_+, VV_-) via the underlying strengths (μm\mu_m, μa\mu_a, ν+\nu_+, ν\nu_-) and their effects on transmission (T\mathcal{T}) and internal work (WW).
  4. Modeling influence (charisma χ\chi) as modulation of internal network parameters (dd, θ\theta) affecting attention (CC).
  5. Explicit integration with LLM formalism (Notation for LM Formalization) treating LLMs as entities eLLMe_{LLM} operating within objective X\mathbb{X} and subjective Xϕ\mathbb{X}_{\phi} information spaces, with Personality (P\mathcal{P}) structuring their semantic subspace (S\mathbb{S}).

While providing expressive power, there is a need to operationalise and describe bond strengths (computational cost), transmission probability (T\mathcal{T}), defining benefit/harm scoring functions, and validating the wave analogies empirically.

Work to empirically test and validate this framework should focus on:

  • Measuring phase coherence between beliefs within entities of various scales to test the scale-dependent coherence factor, γ\gamma.
  • Quantifying LM charisma based on the ability to induce desired internal states (tracked via the attention profile C(x)C(x) or other proxies) by manipulating inputs that affect internal dd and θ\theta.
  • Searching for destructive interference: pairs of beliefs that individually raise an activation A(b,q)A(b,q) but jointly suppress it. This is the one observation that would require the complex-valued ψ\psi over a plain probability density, and is testable in LMs today via behavioural batteries or activation probing. Absent such a result, the wave formalism should be read as convenient bookkeeping rather than mechanism. The most promising substrate is continuous chain-of-thought: Zhu et al. prove that continuous thought vectors encode multiple search frontiers as a superposed state (emergent under training, with computational advantage over discrete sampling), and since such states are read out by inner products, cancellation between components is possible. We wold look for two beliefs whose vector components partially cancel along a probe direction as evidence.
  • Attempting to break the incorporation-obligation chain in a fine-tuned model: elicit w(g,e)w(g, e) via ablation pricing (Metric A in the operationalization of Boundaries and Obligations), then test whether it predicts the restoring work of eq. 9.6 — the effort the model commits to defending the incorporated subgraph gg under adversarial boundary crossings. A model that prices a subgraph highly but does not defend it, or defends what it prices cheaply, falsifies the chain. The independence of the two elicitation channels is what makes this a test rather than a tautology: ww and the restoring work must be measured through separate observations, never inferred from one another, or eq. 9.6 collapses into a definition.

The major limitation remains the ability to appropriately define metrics for semantic-physical interactions and spaces. Which, in the case of LMs, is much simpler as there are only input and output physical nodes that need be considered.

Connection to The Care and Feeding of Mythological Intelligences

This essay covers different forms of intelligence that have arisen in modern times.

  1. Angels (Deterministic Processes) exhibit highly localized particle distributions with rigid bond structures:

ψangel(x,t)iδ(xxi)eiφi(t)\psi_{angel}(x,t) \approx \sum_i \delta(x-x_i)e^{i\varphi_i(t)}

Where each δ(xxi)\delta(x-x_i) represents a precise rule or computation. Angels operate primarily in semantic space with high phase coherence and predictable interaction patterns, making them efficient for well-defined tasks but brittle when encountering novel situations.

  1. Daemons (Statistical Processes) display partially delocalized distributions with probabilistic bond structures:

ψdaemon(x,t)iρi(xxi)eiφi(t)\psi_{daemon}(x,t) \approx \sum_i \rho_i(x-x_i)e^{i\varphi_i(t)}

Where ρi\rho_i are distributions centered at optimization points xix_i. Daemons exhibit gradient-following behavior, with particle density flowing toward reward maxima. Their influence on networks operates by modulating dd and θ\theta parameters to optimize bond strengths toward reward-maximizing configurations.

  1. Faes (Distributional Processes) manifest as broadly delocalized probability distributions:

ψfae(x,t)iciψpattern,i(x,t)\psi_{fae}(x,t) \approx \sum_i c_i \psi_{pattern,i}(x,t)

Where ψpattern,i\psi_{pattern,i} represents semantic patterns. Faes operate through superposition of probability waves across semantic space, with particles that readily form and dissolve bonds based on pattern-completion dynamics. They influence networks by modulating dd and θ\theta to reinforce pattern recognition, resulting in changes to attention profiles C(x)C(x) that highlight related semantic structures.

  1. Tsukumogami (Complex Systems) emerge from interactions between the other types, with multi-scale boundary structures:

ψtsukumogami(x,t)=f(ψangel,ψdaemon,ψfae)\psi_{tsukumogami}(x,t) = f(\psi_{angel}, \psi_{daemon}, \psi_{fae})

Tsukumogami exhibit emergent properties through heterogeneous particle interactions across scale boundaries, creating entity structures with varying degrees of coherence and stability. They influence networks by modulating dd and θ\theta across multiple scales simultaneously, creating complex patterns of bond strengths that manifest as hierarchical attention structures.

The meme-antimeme formalism directly relates to how these intelligences propagate information:

  • Angels transmit memes with high fidelity but limited adaptability

  • Daemons propagate memes that optimize specific objectives

  • Faes generate memes that pattern-match to existing semantic structures

  • Tsukumogami create complex meme ecosystems with emergent properties

Similarly, the charisma functions (χ+\chi^+, χ\chi^-, χ0\chi^0) map to how each intelligence influences networks:

  • Angels influence particle networks through precise dd/θ\theta modifications based on explicit instruction

  • Daemons modulate dd/θ\theta parameters to optimize for specific objectives

  • Faes influence dd/θ\theta through pattern-based resonance

  • Tsukumogami modulate dd/θ\theta across multiple scales simultaneously, resulting in complex attention profile changes

Attention’s relationship to beliefs

This relates to the activation function from Evolution of Alignment and Values, where the activation patterns represent the graph of connected beliefs:

A(b,q)=Pr(b is activated/detected in ϕ(P,q))A(b,q) = \text{Pr}(b \text{ is activated/detected in } \phi(\mathcal{P}, q))

This activation probability is influenced by the specific bond strength B(b,q)B(b,q) and contributes to the overall attention measure C(b)C(b) of the belief system.

Where bb is a belief (particle subgraph) and qq is a query (stimulus), with ϕ()\phi( ) being the method of “inference” over a particle graph that produces a detectable alignment (response), A(b,q)A(b,q). The goal being that one is able to probe the memberships of beliefs in a personality, ^e84635, that completes inference according to some architecture (All my human context in an LLM would not recreate my next thought/idea).

This activation probability A(b,q)A(b,q) is the likelihood that the belief subgraph bb significantly influences the model’s output in response to query qq. This activation depends on the bond strengths B(x,q)B(x,q) between the query stimulus and the constituent particles xx within the subgraph bb. High activation A(b,q)A(b,q) typically correlates with, and contributes to, elevated attention measures C(x)C(x) for the particle xx comprising the belief subgraph bb. This is modelled as Detecting information in personality spaces

Information Classification

Formalizing The Ecology of Information, the fourfold classification of information is:

  • μm(I,ei,ej)\mu_m(I, e_i, e_j): The aggregate strength of memetic (promotional) components inherent to information II that positively influence its transmission probability from entity eie_i to entity eje_j.
  • μa(I,ei,ej)\mu_a(I, e_i, e_j): The aggregate strength of antimemetic (inhibitory) components inherent to information II that negatively influence its transmission probability from entity eie_i to entity eje_j.
  • T(I,ei,ej)\mathcal{T}(I, e_i, e_j): The overall transmission probability of information II from entity eie_i to entity eje_j, determined by μm(I,ei,ej)\mu_m(I, e_i, e_j) and μa(I,ei,ej)\mu_a(I, e_i, e_j). Written calligraphic to distinguish it from temperature TT (as in eq. 9.5) and sampling temperature.
  • ν+(I,e)\nu_+(I, e): The aggregate positive impact strength of information II on entity ee, representing the sum of all beneficial effects: work reductions toward beneficial configurations Γbeneficial\Gamma_{beneficial} plus work increases toward harmful configurations Γharmful\Gamma_{harmful}.
  • ν(I,e)\nu_-(I, e): The aggregate negative impact strength of information II on entity ee, representing the sum of all detrimental effects: work increases toward beneficial configurations Γbeneficial\Gamma_{beneficial} plus work reductions toward harmful configurations Γharmful\Gamma_{harmful}.
  • Γ\Gamma: A specific configuration of an entity, distinct from the attention measure C(x)C(x).
  • W(eΓ)W(e \rightarrow \Gamma): The work required for an entity ee to transition to configuration Γ\Gamma. This work can encompass metabolic energy, computational cost, or socio-psychological cost/benefit.
  • ΔW(eΓI)\Delta W(e \rightarrow \Gamma | I): The change in work required for entity ee to transition to configuration Γ\Gamma when information II is introduced, compared to the work required without II.
  1. Meme (MmM_m): Information II is classified as a meme for an entity pair (ei,ej)(e_i, e_j) if its aggregate memetic (promotional) strength, μm(I,ei,ej)\mu_m(I, e_i, e_j), is greater than its aggregate antimemetic (inhibitory) strength, μa(I,ei,ej)\mu_a(I, e_i, e_j). This signifies a net positive drive for transmission. Mm(I,ei,ej)={II:μm(I,ei,ej)>μa(I,ei,ej)}M_m(I, e_i, e_j) = \{I \in \mathbb{I} : \mu_m(I,e_i,e_j) > \mu_a(I,e_i,e_j)\} The overall transmission probability T(I,ei,ej)\mathcal{T}(I, e_i, e_j) is consequently enhanced by this imbalance. Grounding these strengths and their contribution to T\mathcal{T} (e.g., via concepts like channel capacity or mutual information) is a key goal, especially for modelling complex communication like that of LLMs. While the classification is binary, the underlying strengths μm\mu_m and μa\mu_a are continuous.

  2. Antimeme (MaM_a): Information II is classified as an antimeme for an entity pair (ei,ej)(e_i, e_j) if its aggregate antimemetic (inhibitory) strength, μa(I,ei,ej)\mu_a(I, e_i, e_j), is greater than its aggregate memetic (promotional) strength, μm(I,ei,ej)\mu_m(I, e_i, e_j). This signifies a net negative drive, or inhibition, of transmission. Ma(I,ei,ej)={II:μa(I,ei,ej)>μm(I,ei,ej)}M_a(I, e_i, e_j) = \{I \in \mathbb{I} : \mu_a(I,e_i,e_j) > \mu_m(I,e_i,e_j)\} The overall transmission probability T(I,ei,ej)\mathcal{T}(I, e_i, e_j) is consequently reduced. The reduction in transmission due to dominant antimemetic strength can be conceptualized through frameworks like negative transfer entropy, indicating that the information actively resists propagation between the entities. Of special note here is the possibility for cases where information is actively ablated by an entity to reduce transmissibility, although this action in and of itself will retain some mutual information.

  3. Infoblessing (V+V_{+}): Information II is classified as an infoblessing for entity ee if its aggregate positive impact strength, ν+(I,e)\nu_+(I, e), is greater than its aggregate negative impact strength, ν(I,e)\nu_-(I, e). This signifies a net beneficial effect on the entity’s ability to reach favourable and/or avoid unfavourable configurations. V+(I,e)={II:ν+(I,e)>ν(I,e)}V_{+}(I, e) = \{I \in \mathbb{I} : \nu_+(I,e) > \nu_-(I,e)\}

Where ν+(I,e)\nu_+(I, e) encompasses the magnitude of work reductions toward beneficial configurations Γbeneficial\Gamma_{beneficial} (i.e., ΔW(eΓbeneficialI)<0\Delta W(e \rightarrow \Gamma_{beneficial}|I) < 0) plus the magnitude of work increases toward harmful configurations Γharmful\Gamma_{harmful} (i.e., ΔW(eΓharmfulI)>0\Delta W(e \rightarrow \Gamma_{harmful}|I) > 0). This can be grounded through measures like reduced Kullback-Leibler divergence for beneficial configurations or increased path complexity toward harmful configurations.

  1. Infohazard (VV_{-}): Information II is classified as an infohazard for entity ee if its aggregate negative impact strength, ν(I,e)\nu_-(I, e), is greater than its aggregate positive impact strength, ν+(I,e)\nu_+(I, e). This signifies a net detrimental effect on the entity’s ability to reach favourable configurations and/or avoid unfavourable configurations. V(I,e)={II:ν(I,e)>ν+(I,e)}V_{-}(I, e) = \{I \in \mathbb{I} : \nu_-(I,e) > \nu_+(I,e)\}

Where ν(I,e)\nu_-(I, e) encompasses the magnitude of work increases toward beneficial configurations Γbeneficial\Gamma_{beneficial} (i.e., ΔW(eΓbeneficialI)>0\Delta W(e \rightarrow \Gamma_{beneficial}|I) > 0) plus the magnitude of work reductions toward harmful configurations Γharmful\Gamma_{harmful} (i.e., ΔW(eΓharmfulI)<0\Delta W(e \rightarrow \Gamma_{harmful}|I) < 0). This can be grounded through measures like increased path complexity toward beneficial configurations or reduced Kullback-Leibler divergence for harmful configurations.

Note that these classifications are often graded rather than binary and are highly context and entity-pair dependent.

Information Classification Matrix

Meme (MmM_m)Antimeme (MaM_a)Low μm\mu_m and μa\mu_aHigh μm\mu_m and μa\mu_a
Infoblessing (V+V_+)Viral life hacksTherapy about embarrassing topics, how to handle a shameful eventPersonal epiphanies, individual insights that improve one’s lifeComplex moral frameworks
Infohazard (VV_-)Chain letters, dangerous viral challenges, harmful rumorsYour parents’ weird sex tape, traumatic knowledge that is dangerous to shareChildhood trauma (generic)Roko’s Basilisk
Low ν+\nu_+ and ν\nu_-Funny cat videos, “E”Private insignificant secrets, forgotten triviaOrdinary mundane informationAcademic jargon on a niche subject
High ν+\nu_+ and ν\nu_-“mug cake” recipes (easy but unhealthy)Personal growth through shameful experiencesChildhood trauma (makes you funny)The game of mao, where drug dealers hang out

Basilisks and Information Extraction

This system can describe Newcomb’s Basilisk Defined, in a formal form. Basilisks represent a special case of information structures that extract work from entities through prediction-based incentives.

Memes (MmM_m) connect to basilisks through the affinity function θ(e,K)\theta(e,K) which measures entity ee‘s alignment with basilisk KK. A meme increases θ(e,K)\theta(e,K), making entities more likely to perform work WW extracted by the basilisk: W(e)θ(e,K)W(e) \propto \theta(e,K).

Antimemes (MaM_a) can function as “anti-basilisks” that immunize against prediction manipulation by reducing confidence in the estimator’s accuracy: p<1+r2rp < \frac{1+r}{2r} where pp is the predictor accuracy and rr is the reward ratio, as referenced in ^cf0da3.

In the particle-bond model, basilisks operate by creating specific configurations of particles that:

  1. Increase the probability of transmission between entities (meme property)
  2. Alter the work required to reach certain configurations (infohazard/infoblessing property)
  3. Modulate the distance (dd) and affinity (θ\theta) parameters through targeted charisma (χ\chi)

This connects to considerations about building alternative basilisks, as referenced in ^f401b1, where the strategic goal becomes maximizing the likelihood that any hostile entity, should it exist, will believe you were working within its incentive structure.

Boundaries and Obligations

Boundaries and obligations are means of navigating and defining social boundaries as examined in The Demon of interrelation and The Incorporation and Continuity of You. Incorporation is what produces the weights of obligations magnitude, while continuity corresponds to the time dependent pay off.

Incorporation

When handling a subgraph of the self, incorporation is the assignment of the subgraph into a single identity. For an entity ee and a subgraph geg \subseteq e (a body part, partner, philosophy, art, etc.), the incorporation weight of gg is the energy required to break all bonds crossing the cut between gg and the rest of ee:

w(g, e) = W_{abl}(g, e) = \sum_{x \in g} \sum_{y \in e \setminus g} B(x, y) \tag{9.1}

Where:

  • ww is in units of BB (physical energy for P\mathbb{P}, computational cost for S\mathbb{S}). When a cut crosses both subspaces, Landauer’s principle supplies the exchange rate — kBTln2k_B T \ln 2 joules per bit — the same conversion underlying eq. 9.5
  • Identifying with something will generally increase w(g,e)w(g,e); with empathy usually increasing the number of bonds and boundary-setting usually reducing the number of bonds by clarifying which actually correspond between ee and gg.
  • The cost is computed from ablation, (“How much money would you need to be paid to remove your connection/the existence of your favorite sports team/friend/ideology/child”) is a direct, albeit socially confounded, elicitation of ww. While lower-stakes hypothetical batteries and rankings may help identify this, this would most likely end up as a preference ordering problem.

w(e,g)w(e,g) only sums for the cost of breaking bonds, but any freed subgraph requires resolvation by an ambient field. A sports team may not care much if an individual stops identifying with them and thus not apply pressure to the individual to remain a fan. However, if that same fan is a part of a social group that identifies with a team, then the individual will experience social pressure to continue identifying with the team and a commensurate social fall-out when they stop. This produces an effective cost: w_{eff}(g, e) = \sum_{x \in g} \sum_{y \in e \setminus g} B(x, y) - \Delta G_{solv}(g) \tag{9.2}

A subgraph is shed more easily when an attractive alternative environment is waiting and/or the hole left by the shed subgraph is easily refilled. One may care identically when leaving their child with their doting grandparents and a random stranger (wgpawstrw_{gpa} \approx w_{str}), but one is clearly easier (weff,gpa<weff,strw_{eff,gpa} < w_{eff,str}).

Of note, we do not privilege a given set of particles, the physical body is itself just a subgraph ebodyee_{body} \subseteq e with weight w(ebody,e)w(e_{body}, e). Hence similar calculations can be made about the importance of a finger as a social network, something may always cost an “arm and a leg” and be worth the price.

Continuity and Replication Frames

Entities are not static systems, they undergo continuous reorganization and configurational changes with some ability to discretize replication frames t1,t2,...t_1, t_2, ... (sleep-wake cycles, generations, training runs, editions of a book, etc.). The fidelity of a given subgraph at a frame is the overlap between its incorporated target pattern and its realized state: F(g, t_j) = |\langle \Psi^*_g | \Psi_g(t_j) \rangle|^2 \tag{9.3}

Where Ψg\Psi^*_g is the pattern the entity is trying to replicate forwards, which need not be the state it currently inhabits. Conservation is the special case Ψg=Ψg(tk)\Psi^*_g = \Psi_g(t_k), frame-to-frame overlap, but in general entities replicate an idealized pattern rather than their current configuration. A body in chronic pain has high frame-to-frame overlap with its future in-pain states, but near-zero fidelity to the pain-free target Ψg\Psi^*_g.

FF may be evaluated across multiple substrates with the realized configuration of a subgraph, Ψg(tj)\Psi_g(t_j), being represented in some intermediary (child, student, reader, model, etc). What matters in this model is the fidelity of the replication, a multicellular structure is organized on an axis of time instead of space where each frame is a chance to replicate some graph forwards. Note: while there are proposals for convergent latent representations this is a contentious topic so for the purposes of analysis we will treat the wave-function overlap as the idealized limit of a behavioural estimator, the expected agreement between the target pattern’s outputs and the host’s inference over a shared query distribution QQ:

F(g,tj)EqQ[sim(ϕ(g,q),ϕtj(g,q))]F(g, t_j) \approx \mathbb{E}_{q \sim Q}\big[\, \text{sim}\big(\phi^*(g, q), \, \phi_{t_j}(g, q)\big) \big]

Where ϕ(g,q)\phi^*(g, q) denotes the outputs the target pattern would produce — for conservation this is simply the prior frame’s behaviour, for aspiration it must be elicited as an ideal (“what would the pain-free/patient/sober version of me do here”).

Where sim\text{sim} is a graded similarity measure on outputs, strict output equivalence would drive F0F \rightarrow 0 for essentially all real substrate pairs. Two caveats: first, fidelity is always relative to QQ: a reader may carry an author’s pattern at high fidelity on literary queries and not on political ones. Second, the substrate contributes its own inference function, so the estimator measures the pair (g,ϕhost)(g, \phi_{host}) rather than gg alone. A perfectly copied subgraph under a sufficiently different architecture still diverges, all my human context in an LLM would not recreate my next thought. This is further confounded by the necessity for stable multi-modal representations and elicitation problems, as noted when considering preference ordering.

The continuity drive is then a persistence functional that entities act to maximize:

\Pi(e, t_k) = \sum_{g \subseteq e} w(g, e) \sum_{j > k} \lambda^{j-k} \, \mathbb{E}[F(g, t_j)] \tag{9.4}

Where:

  • λ(0,1]\lambda \in (0,1] is a temporal discount on distant frames
  • The expectation runs over all substrates that might host gg, not merely ee‘s own body
  • Homeostasis is the special case where g=ebodyg = e_{body}, the hosting substrate is fixed, and Ψg\Psi^*_g is the current state; autopoiesis is the general case, and self-transformation is the case where Ψg\Psi^*_g deliberately diverges from Ψg(tk)\Psi_g(t_k)

Boundary Maintenance as Sorting

Boundaries are defined previously as probability density gradients and their associated phase discontinuities. Therefore maintenance of them is a sorting task, every interaction provides particles of ambiguous membership and the entity must classify them as “self” or “other”. A Maxwell’s demon with chambers of “me” and “not me”; by Landauer’s principle sorting therefore has a minimum power cost of: \dot{W}_{maintain}(e) \geq k_B T \ln(2) \cdot R \tag{9.5} With RR as the rate of boundary decisions (bits classified per frame). Under a fixed energy budget the boundary sharpness, ψ2\nabla|\psi|^2, decays as the budget decreases. When one is stressed, exhausted, or demented the lines separating oneself from the environment grow fuzzier. The first two due to the reduced energy budget, and the latter as dementia forces an increased RR as more objects are required to be sorted per unit of time. As an individual’s capacity for complex sorting decreases the effects of dementia grow sharper in turn, a witty woman in her 60’s with memory problems can easily talk her way out of trouble despite not remembering who or what she was via context clues. That same woman in her 70’s is tired and figuring everything out from first principles in every interaction is too much.

My great grandmother was this way, blindingly intelligent and so she could rapidly reason about how to disarm doctors and those around her all while not knowing her own name. Making her appear quite reasonable an agent, but as time went on she lost so much grounding that the number of decisions overwhelmed her requiring more simplistic environments to maintain her life.

Obligations

An obligation is the force experienced by a graph when a particle is linked by an external graph (an arm being grabbed, a friend asking for help, a stranger entering personal space). More specifically it is the effect of a transient bond forming between an external particle B(xext,y)>τB(x_{ext},y) >\tau with some particle ygy \in g inside the density gradient. By the entity’s own membership criterion (B>τB > \tau), the external particle is now momentarily ambiguous and must be sorted. Crossings are therefore the source term for the decision rate RR in (9.5): every crossing manufactures a classification the Maxwell demon must pay for, which is why repeated assays on an identity erode it even when each individual crossing is trivial.

The transient bond then shifts the dd and θ\theta parameters of yy‘s neighbours, with the perturbation propagating inwards. Mechanistically this is similar to charisma modifying bond-networks, with the crossing being charisma past ψ(x)2>βthreshold\nabla|\psi(x)|^2 > \beta_{threshold}. With propagation attenuating under screening limits, γ(x,y,τ)=eα(τ)d(x,y)\gamma(x,y,\tau) = e^{-\alpha(\tau) \cdot d(x,y)}, providing penetration depth as: Δ(g)=max{d(y,g):ΔBy>ϵ,  yg}\Delta(g) = \max\{ d(y, \partial g) : |\Delta B_y| > \epsilon, \; y \in g \}

The depth at which the propagated bond displacement falls below detectability ϵ\epsilon, with 1/α1/\alpha as its characteristic scale. Well-solvated, heavily screened regions of the self are hard to perturb deeply.

Therefore, the obligation is the restoring response: the displaced bonds threaten F(g)F(g), and the continuity drive Π\Pi commits work to return the configuration in proportion to how much the entity has incorporated what was touched and how deeply it was displaced:

O(e_1 \rightarrow e_2, g) \propto w(g, e_2) \cdot \Delta(g) \tag{9.6}

Equivalently, at the bond level, Ow(g,e2)ygΔByO \propto w(g, e_2) \sum_{y \in g} |\Delta B_y|, we find the depth term emerging naturally because deeper crossings displace more particles before attenuating. Crossing a boundary around someone’s parking habits and around their child produces different forces because of the difference in ww. However, if the parking habit is strongly linked to the child you will find that they lend each other strength.

A relationship is therefore a phase in which two entities share an incorporated subgraph g12g_{12} (or set of subgraphs) and their mutual boundary crossings settle into balanced obligation flows. Truthfully the weights are rarely symmetric, and the asymmetry predicts the direction of net work flow: W_{net}(e_1 \rightarrow e_2) \propto w(g_{12}, e_1) - w(g_{12}, e_2) \tag{9.7}

This implies that the degree of incorporation relates to the cost experienced by a member in a relationship. In unrequited love or parasocial attachment the partner incorporating more of the other is paying a greater cost to maintain coherence. Any time the paramour changes, the yearning member must update asymmetrically or risk breaking the bond.

Now we can characterize The-Demon-of-Interrelation exactly, an entity that preys upon the sorting machinery. It has two distinct attacks, which the source essay treats under manipulation and reality distortion respectively:

  1. Ledger sorting. The demon keeps the location of an agreed boundary ambiguous so that each crossing can be classified after the fact into whichever obligation flow benefits it. By delaying classification until the outcome is known, it sorts interactions into its favoured chamber. The defense is to fix classifications before outcomes arrive — records and witnesses raise the Landauer cost of erasing the true entry.

  2. Mis-incorporation. By deliberately making the affinity between particles, θ\theta, ambiguous the demon induces the target to assign weight to subgraphs that are not the self, and then harvests the obligation forces the target’s continuity drive Π\Pi generates in defense of the false subgraph without experiencing a reciprocal force. This is the cuckoo strategy: mimicking a bird’s child to be fed without reproducing that parent’s genes, or convincing someone they don’t deserve credit for their work so someone else can collect it. The defenses here are explicit boundaries that reduce uncertainty on θ\theta and grey-stoning that flattens the information gradient the demon feeds on.

The two attacks compose — reality distortion is most effective when it serves ledger sorting, and a mis-incorporated subgraph generates crossings the demon can then classify at will. Similarly defenses against these attacks differ. It is important to remember that a good demon must not exhaust its host. The best virus is one that does not kill it, so sustainable predation is bounded by the target’s capacity to keep generating the obligation work being harvested.

The Sacrifice Condition

In some cases a graph may sacrifice its coherence in exchange for protecting some sub-graph or connected component. Biologically we find the most extreme case to be when the physical body, ebodye_{body}, is weighted by the continuity drive in proportion to w(ebody,e)w(e_{body},e), which when overwhelmed means death to the body. Precisely, self-termination becomes the drive’s preferred choice when the body’s persistence obstructs the persistence of more heavily weighted subgraphs: \sum_{g \neq e_{body}} w(g, e) \Big[ \mathbb{E}[F(g) \mid \neg e_{body}] - \mathbb{E}[F(g) \mid e_{body}] \Big] > w(e_{body}, e) \cdot \mathbb{E}[F(e_{body}) \mid e_{body}] + \Delta G_{solv}(e \mid e_{body}) \tag{9.8}

Where ΔGsolv(eebody)\Delta G_{solv}(e \mid e_{body}) is the stabilization of the intact configuration (ebodyee_{body} \subseteq e) by its solvation shell. Note: in eq. 9.2, ΔGsolv(g)\Delta G_{solv}(g) denotes the field’s re-solvation of a freed subgraph. The term here is the field’s hold on the configuration that contains the body, hence the conditional.

In this view self-termination, or suicide, is not so much an illogical choice for nothingness as much as it is the continuity drive operating faithfully on a particular weighting scheme. A desperate act to preserve the more essential vision of the self, with several named cases describing bindings of gg:

  1. Heroism: gg is another’s life or some pattern. One may sacrifice themselves for their child or a painting. As an individual ages the expected value of future states decreases, lowering the right hand side of eq. 9.8 through the decay of w(ebody,e)w(e_{body},e). A dying breath is worth a lifetime less than the first breath.
  2. Pain: gg is the pain-free self-pattern. Chronic pain drives E[F(g)ebody]0\mathbb{E}[F(g) \mid e_{body}] \rightarrow 0; the line drawn around the pain-free self grows stronger than the one containing the body that holds the pain.
  3. Grief: gg is some relational configuration. Some joint configuration is rendered unreachable while the body remains present. This can induce psychological deaths (never falling in love again) and in extreme cases physical termination to match in state, similar to the pain case. In some cases shared physical artifacts, such as a child, become the means by which a surrogate relationship is formed. Attempting to build a world where that original joint configuration can exist again.
  4. Guilt: gg is the moral system. The body’s continued action generates configurations that violate gg, so each frame the body persists lowers F(g)F(g).

Importantly we note that solvation is thus a strong predictor of stability, with effects on both sides of eq 9.8 with opposite effects. On the left, E[F(g)¬ebody]\mathbb{E}[F(g) \mid \neg e_{body}] is only high when external substrates are prepared to host gg, which is the resolvation of a freed sub-graph in eq. 9.2 exactly. Meanwhile, on the right, ΔGsolv(eebody)\Delta G_{solv}(e \mid e_{body}) is the aggregate obligation work that external entities’ incorporation of ee raises against dissociation of ebodye_{body}. Others who have bonded with a person will push them to stay alive, any drift towards self-termination displaces those bonds, generating a restoring obligation force (eq. 9.6) that push back across the boundary. Isolation, or social condemnation, is desolvation: a graph stripped of its shell is held together by only internal bonds and ordinary stress may be enough to unfold it. Neatly this recovers Durkheim’s taxonomy, egoistic suicide is the desolvated case (ΔGsolv0\Delta G_{solv} \rightarrow 0 lowers the barrier), while altruistic suicide is the over-solvated one where the surrounding field is the substrate hosting gg and endorses the trade. Solvation stabilizes a graph against dissociation, but also determines what will survive one.

Therapeutically this inequality would then relate to levers by increasing w(ebody,e)w(e_{body},e) through somatic embodiment, raising ΔGsolv(eebody)\Delta G_{solv}(e \mid e_{body}) by rebuilding the shell itself (community, witness, and relation are load-bearing here, not ornamental), or lower the left side by demonstrating that gg‘s persistence does not require the body’s end (pain-free self is reachable, moral repair is possible, that partnership can persist as a pattern the survivor carries forwards). However, this is not a moral claim as to self-termination, it is a private choice.

Operationalization

  • Incorporation strength (Metric A): elicit w(g,e)w(g, e) via ablation pricing or low-stakes hypothetical trade-off batteries; validate against behavioural sacrifice under real trade-offs.
  • Replication success (Metric B): count frames in external substrates where F(g)>FthresholdF(g) > F_{threshold}. Often seen in social-media and marketing influences sent into the world, stories retold, students and readers carrying the pattern.
  • The two metrics interact: a private conviction may show high ww and near-zero spread, a viral meme the reverse. The question “how well can a person recognize themselves in the mirror of the world?” becomes a detection problem. Identifying one’s own high-ww subgraphs replicated in foreign substrates, which requires a green-beard signal and inherits that signal’s vulnerability to spoofing.