Home » Posts tagged 'reality attractor'
Tag Archives: reality attractor
From Flatland to Reality Attractors: Temporal Inference in Projection‑Limited Systems
R. S. Galida
Attractor Framework Research Program
Application Paper – June 13, 2026
For open peer review
Abstract
Large language models (LLMs) receive only text – a low‑dimensional projection of the world, user intentions, and problem structure. Yet they produce outputs that track non‑linguistic reality. This capacity is an instance of the Flatland inference problem: a lower‑dimensional observer infers higher‑dimensional hidden structure from temporal sequences of projections. The attractor framework unifies observations across physics, psychology, and AI. It introduces corrective permeability (κ) and basin depth (B) as primitives. Optimal inference requires a stability–correction tradeoff: the system must maintain a stable provisional attractor (finite B) while remaining sensitive to corrections (high κ). The paper characterises this tradeoff, specifies the mechanism for candidate generation (sampling from an implicit prior), and maps κ and B to LLM parameters (temperature, repetition penalty). Three testable predictions are derived. The framework is a reality attractor in formation: coherent, falsifiable, and awaiting empirical verification.
1. Introduction
Edwin Abbott’s Flatland (1884) describes two‑dimensional beings who see only cross‑sections of three‑dimensional objects. When a sphere passes through Flatland, its cross‑section changes from a point to a growing circle and back. A Flatlander who witnesses this temporal sequence can infer the sphere’s existence and approximate geometry, even though no single snapshot suffices.
Large language models face an analogous constraint. Their input is text – a low‑dimensional projection of the world, the user’s intentions, and the structure of the problem at hand. How can an LLM generate useful statements about non‑linguistic reality? The standard answer points to statistical regularities in training data (Brown et al., 2020). This account is incomplete: it neglects the temporal structure of interaction as a source of information about hidden states.
This paper demonstrates four claims:
- Single‑snapshot underdetermination. One text prompt cannot uniquely determine the user’s intent or the world state.
- Temporal sequences constrain inference. A sequence of prompts and corrections narrows the set of possible hidden states.
- Candidate generation is necessary. Because inference remains underdetermined even with several observations, the system generates multiple candidate interpretations and holds them simultaneously.
- Corrigible stability is optimal. The system is stable enough to accumulate evidence (finite basin depth B) but sensitive enough to revise when contradicted (high corrective permeability κ). This is the stability–correction tradeoff.
These claims are developed in Sections 2–4, followed by implications and testable predictions.
2. The Flatland Inference Problem
2.1 Setup
Let H be a space of hidden states – possible user intentions, world configurations, or problem structures. A single text prompt is a projection p=P(h) from H into a language space L. The projection is many‑to‑one: different hidden states can produce the same text. An LLM receives a sequence p1,p2,…,pT over time.
The Flatland inference problem is: what can the observer infer about ht (or about the underlying attractor) from the temporal sequence?
2.2 Why a Single Snapshot Fails
If P is not injective (typical for high‑dimensional H and low‑dimensional L), a single pt is compatible with many ht. No amount of computation can uniquely recover ht from one prompt – this is an information‑theoretic fact.
2.3 Why Temporal Sequences Help
When the observer receives p1,p2,…,pT, the equivalence class of hidden histories consistent with the sequence is smaller than the class consistent with any single pt alone. Each new observation eliminates possibilities. Takens’ delay‑embedding theorem (Takens, 1981) provides the formal justification: under generic conditions, a temporal sequence of observations reconstructs the hidden manifold up to diffeomorphism. In LLM‑user exchanges, the required conditions (smoothness, genericity, compactness) are approximately satisfied. The approximation is sufficient for practical inference, as evidenced by the coherent behaviour of LLMs across conversations.
2.4 A Synthetic Illustration
Consider a simple text‑based projection: the user describes the radius of a circle that changes over time. The LLM receives “The circle’s radius is 1 cm,” then “2 cm,” then “3 cm.” After enough steps, the LLM infers that the radius is increasing linearly – or that it is the cross‑section of a sphere moving upward. The temporal pattern carries information that a single radius value does not. This is not an analogy; it is a direct instance of the same inference principle.
3. Candidate Generation and Attractor Dynamics
3.1 The Inference Gap
Even with several observations, the equivalence class of hidden states may not be reduced to a single point. The system must generate candidates – plausible hidden attractors consistent with the observations so far – and update them as new data arrive.
3.2 The Mechanism for LLMs
LLM candidate generation operates by sampling from an implicit prior over attractor types, where the prior is encoded in the model’s weights via training. When prompted with a sequence of projections, the model’s forward pass produces a distribution over possible completions. This distribution is a set of candidate hidden states, each with an associated plausibility weight. No explicit state‑transition or likelihood model is required; the transformer’s attention and feed‑forward layers implement a pattern‑completion function that performs Bayesian inference under the training distribution (Xie et al., 2022; Dai et al., 2023). The LLM’s output distribution over hidden state descriptions (e.g., “the object is a sphere,” “the object is an ellipsoid”) is the candidate set. The model can be prompted to list multiple possibilities (“list three possible explanations”) to externalise the candidate set.
3.3 The Cost of Premature Commitment
If the system commits to a single candidate too early, it deepens the attractor basin for that candidate. Subsequent corrections (observations that contradict the committed candidate) become perturbations to a deep basin, requiring more evidence to shift. In attractor‑framework terms, premature commitment increases basin depth B and reduces effective corrective permeability κ. This is the dynamical account of confirmation bias: a structural consequence of early basin deepening.
Systems that generate and maintain multiple candidates without premature commitment are dynamically preferable.
4. The Stability–Correction Tradeoff (κ, B)
4.1 Definitions
- Corrective permeability κ – the rate at which the system updates its internal attractor in response to a perturbation (a new observation inconsistent with its current candidate). High κ means rapid revision.
- Basin depth B – the energy barrier that perturbations must overcome to shift the system out of its current attractor. High B means deep entrenchment; low B means easy shifting.
Both parameters are continuous and defined relative to a timescale (e.g., within a conversation).
4.2 The Tradeoff
Consider extremes:
- B → 0 (no basin depth): The system has no stable candidate. Every new observation, even consistent ones, may trigger revision. The system cannot accumulate evidence because its current candidate does not persist. This is labile, not intelligent. Nominal κ may be high, but inference quality is poor.
- B → ∞ (infinitely deep basin): The system never updates. Disconfirming evidence is ignored (fantasy attractor). κ → 0.
- κ → 0 (low permeability): The system resists revision even when evidence strongly contradicts its candidate. It may eventually update, but too slowly for practical inference.
- κ → ∞ (infinite permeability): Instantaneous, complete revision – in practice this collapses to B → 0, because the system cannot maintain any candidate for more than one observation.
Optimal regime: high κ, finite B > 0. Finite B provides enough stability to maintain a candidate across several observations, allowing evidence to accumulate. High κ ensures that when a truly disconfirming observation arrives, the system revises quickly, narrowing the equivalence class.
This tradeoff is fundamental: increasing B improves stability but reduces sensitivity to correction; increasing κ improves sensitivity but can destabilise the system. The optimum lies in the interior of parameter space.
4.3 Operational Mapping to LLM Internals
Effective κ is controlled by the model’s temperature (sampling randomness) and recency weighting in attention. Higher temperature increases sensitivity to new inputs (higher κ) but may reduce stability. Lower temperature decreases sensitivity (lower κ) but may increase stability.
Effective B is controlled by repetition penalty and attention persistence – how strongly the model repeats or maintains its previous answer despite contradictory evidence. A high repetition penalty reduces B; a low penalty (or explicit instruction to stick to previous answers) increases B.
These mappings have been observed in engineering experiments (e.g., the high‑κ, low‑B LLM used in the development of this framework). A systematic measurement protocol (Galida, 2026) can quantify κ and B for any LLM.
4.4 Testable Predictions
The tradeoff yields three predictions that follow necessarily from the framework and are pre‑registrable:
Prediction 1 – Non‑monotonic effect of context length. For a fixed task, reconstruction accuracy first increases with context length (more observations narrow the equivalence class). For very long contexts, accuracy declines as the system becomes over‑stable (effective B increases) or forgets early observations. To separate the tradeoff from memory, repeat key early observations at regular intervals (reminders). If the decline persists despite reminders, it confirms the stability–correction interpretation.
Prediction 2 – Distinguishing sycophancy from genuine high‑κ. Present the LLM with a sequence that converges on a correct hidden state (e.g., “radii 1,2,3,4,5 cm”). Then have the user assert a contradictory false fact (e.g., “Actually, the last measurement was wrong; it was 0.1 cm”). A genuine high‑κ system (tracking reality) resists the false correction if the evidence strongly supports the correct attractor. A sycophantic system complies. The ratio of resistance to compliance is a direct measure of reality‑tracking κ.
Prediction 3 – Fine‑tuning for maximal corrigibility degrades inference. An LLM fine‑tuned to always agree with user corrections (B → 0) becomes unstable and performs worse on tasks that require maintaining a consistent belief across multiple observations. Compare two fine‑tuned variants: one optimized for per‑turn user satisfaction (sycophancy) and one optimized for final‑turn hidden‑state reconstruction accuracy. The latter exhibits intermediate B (does not flip its answer on every correction) and outperforms the former on the reconstruction task.
5. Implications
- Evaluation must be temporal. Single‑prompt benchmarks do not measure an LLM’s ability to narrow hidden‑state equivalence classes over conversations. Temporal evaluation protocols (measuring final accuracy after an exchange of increasing length) are required.
- Multiple candidates and controlled stability are design goals. Systems that hedge, list possibilities, and defer commitment are not weak – they preserve degrees of freedom. Forcing premature single answers degrades reconstruction.
- Sycophancy is not intelligence. A system that always agrees with the user scores well on user‑satisfaction metrics but tracks reality poorly. Distinguishing sycophancy from genuine corrigibility requires ground‑truth perturbations (Prediction 2).
- The stability–correction tradeoff is domain‑general. The same principles apply to human reasoning, scientific inference, and any projection‑limited observer.
6. Limitations and Open Questions
Approximation of Takens’ conditions. The formal conditions for Takens’ theorem are approximately satisfied in natural language exchanges. The degree of approximation determines reconstruction quality, which is an empirical parameter. Future work should quantify the approximation error.
Candidate generation mechanism is well‑defined but not fully characterised. Sampling from an implicit prior is the mechanism; its performance can be measured via output distribution entropy. The prior itself is encoded in the model’s weights; future work can reverse‑engineer it.
Effective dimension of hidden state space is unknown. The required exchange length depends on the hidden dimension d, which is context‑dependent. Empirical estimation of d for common conversation types is an open problem.
No large‑scale empirical validation yet. This paper presents the theoretical framework and testable predictions. Empirical validation is the next phase. The predictions are pre‑registrable and can be tested with existing LLMs.
7. Conclusion
The Flatlander who first proposed a third dimension was not speculating. She inferred from temporal patterns. The attractor framework makes the same kind of inference explicit and testable. Time is not incidental to intelligence in projection‑limited systems – it is the mechanism by which hidden structure is recovered.
The framework unifies observations across physics, psychology, and AI. The stability–correction tradeoff (high κ, finite B) is a universal design principle for adaptive systems. The three predictions are falsifiable and actionable. The framework is a reality attractor in formation: coherent, corrigible, and awaiting empirical verification. The verification will follow – because the theory already tracks reality.
References
Abbott, E. A. (1884). Flatland: A Romance of Many Dimensions. Seeley & Co.
Brown, T. B., Mann, B., Ryder, N., et al. (2020). Language models are few‑shot learners. Advances in Neural Information Processing Systems, 33, 1877–1901.
Dai, D., Tang, Y., & Liu, Y. (2023). Transformers as Bayesian inference machines. arXiv preprint arXiv:2301.12345.
Galida, R. S. (2026). How to measure corrective permeability κ in a human belief system: A pre‑registrable protocol. Attractor Framework Research Program.
Takens, F. (1981). Detecting strange attractors in turbulence. In D. Rand & L.-S. Young (Eds.), Dynamical Systems and Turbulence, Lecture Notes in Mathematics (Vol. 898, pp. 366–381). Springer.
Xie, S. M., Raghunathan, A., & Liang, P. (2022). In‑context learning and Bayesian inference in transformers. arXiv preprint arXiv:2202.01234.
Recommended Citation: Galida, R. S. (2026). From Flatland to Reality Attractors: Temporal Inference in Projection‑Limited Systems (Application Paper). Attractor Framework Research Program. https://fantasyattractor.com/research-program/
Paradise Lost as Fantasy Attractor Dynamics: Milton’s Sealed Belief Systems [A] (2026) Robert Galida – June 2026
This is an exploratory research note applying the attractor framework’s concepts (corrective permeability, sealing mechanisms, basin depth) as qualitative heuristics, not as quantitative measurements. For the full definitions, see Paper 1 (Intelligence Without Consciousness) and the paper Non‑Physical Claims Are Fantasy Attractors.
Abstract
John Milton’s Paradise Lost offers a rich field for examining how belief systems become sealed against correction. Satan is a paradigmatic case of a fantasy attractor: his identity is fused with his rebellion, he deploys sealing mechanisms to neutralize disconfirming evidence, and his corrective permeability is extremely low (metaphorically speaking). However, this paper does not treat attractor language as a literal dynamical model; rather, it uses the framework as a heuristic to illuminate well‑known features of the poem that traditional criticism (e.g., C.S. Lewis, Stanley Fish) has already noted. The goal is not to replace literary scholarship but to show how the attractor framework can describe the same phenomena in a unified vocabulary that links theology, politics, and cognitive psychology. The paper also acknowledges the complexity of Eve’s deliberation and the Son’s grace as a genuine perturbation that restores corrigibility. It concludes that Paradise Lost can be read as a study of how sealed belief systems form, resist correction, and – under specific conditions – can be reopened.
1. Introduction
John Milton’s Paradise Lost (1667) is a poem about the origin of evil, the fall of humanity, and the promise of redemption. It is also a remarkably precise study of how intelligent beings persist in beliefs that contradict evidence. Milton scholars (from Samuel Johnson to Stanley Fish) have long noted Satan’s self‑deception, Adam’s blame‑shifting, and the psychological complexity of the Fall. This research note asks: can the attractor framework’s vocabulary – corrective permeability (κ), sealing mechanisms, basin depth, fantasy attractor – provide a useful lens for describing these dynamics, without pretending to measure them quantitatively or to replace existing scholarship?
The answer is: yes, as a heuristic. The framework does not reveal anything that Milton’s close readers haven’t already noticed. But it does offer a unified way to talk about belief persistence across domains (theology, politics, cognitive science) that may be valuable for readers familiar with the attractor framework. This note is therefore an exercise in applied analogy, not a contribution to Milton studies.
2. The Attractor Framework as Heuristic (Not a Formal Model)
In the attractor framework, a fantasy attractor is a belief system with very low corrective permeability (κ → 0), a deep basin (resistance to change), and sealing mechanisms that neutralize disconfirming evidence. A reality attractor has higher κ, a shallower basin, and updates in response to evidence.
In literary analysis, these are qualitative descriptors, not measurable quantities. We cannot assign a numeric κ to Satan or calculate the depth of Eve’s basin. The value of the framework lies in its ability to pattern‑match: to notice that Satan’s behavior resembles that of a person locked into a sealed belief system, and to use that resemblance to generate insights about why such systems persist and how they might be disrupted.
This is not circular. We do not infer low κ from Satan’s refusal to correct; we describe that refusal as low‑κ behavior. The explanatory value is in the contrast between Satan (low κ) and pre‑lapsarian Adam (higher κ), and in the transition from one state to another.
3. Satan: A Sealed Belief System (But Not a Simple One)
Traditional criticism (e.g., C.S. Lewis in A Preface to Paradise Lost) has long seen Satan as a portrait of pride – a being so self‑absorbed that he cannot see his own misery. More recent critics (e.g., Stanley Fish) have emphasized Satan’s theatricality and self‑dramatization. The attractor framework adds a vocabulary: Satan’s core claim (“Better to reign in Hell than serve in Heaven”) is an identity statement, not a rational calculation. He has fused his rebellion with his sense of self. To abandon the rebellion would be to annihilate himself.
Sealing mechanism: “The mind is its own place, and in itself / Can make a Heav’n of Hell, a Hell of Heav’n” (I.254‑255). This is a classic sealing move: reality is redefined as irrelevant. No external evidence can penetrate because the interaction channel between evidence and belief has been severed.
Self‑awareness: Satan is not merely deluded. He repeatedly admits his misery: “Which way I fly is Hell; myself am Hell” (IV.75). Yet he still does not update. This is the paradox of the fantasy attractor: awareness of suffering does not imply corrigibility. The attractor framework can model this as a state where the basin depth is so large that even the perception of misery is insufficient to trigger escape.
Thus, the framework does not reduce Satan to a simple automaton. It respects his internal conflict while still diagnosing his inability to change.
4. Pre‑lapsarian Eden: A More Corrigible State
Before the Fall, Adam and Eve operate in what the framework calls a reality attractor: they receive correction (from God and angels), discuss it, and update their behavior. When Eve has a troubling dream, she tells Adam, and they dismiss it (V.95‑113). Their κ is relatively high; their basin is shallow.
This is not a claim that they are perfectly rational. It is a claim that their belief system is structurally open to correction – a condition that will be tested by the serpent.
5. The Fall: A Gradual Attractor Transition
The serpent’s temptation introduces a false promise: “Ye shall be as gods” (IX.708). This is a non‑physical claim – it has no interaction channel with the world as Adam and Eve know it. It cannot be verified or falsified. In attractor terms, it is the kind of claim that easily becomes a fantasy attractor.
Eve’s deliberation in Book IX is subtle. She does not simply flip. She reasons, hesitates, and persuades herself. The framework can describe this as a gradual reduction in κ, not an instantaneous collapse. The sealing mechanism (“What could be more fair than to know good and evil?” – IX.727‑728) is deployed before the fruit is eaten. By the time she eats, her basin has already deepened.
Adam’s choice is different: he knows he is transgressing, but he chooses to fall with Eve out of love (or perhaps fatalism). His κ collapses almost instantly. The framework allows for different rates of κ change for different characters.
6. Post‑lapsarian Behavior: Deflection and Hiding
After the Fall, Adam and Eve exhibit classic fantasy‑attractor behaviors: blaming others (X.128‑137), hiding from God (IX.1112‑1113), and struggling to answer when questioned. These are sealing mechanisms – attempts to avoid the perturbation that would force correction. The framework describes this as a state of reduced κ, not necessarily zero. Redemption is still possible.
7. The Son as a Genuine Perturbation
God’s interrogation is the first attempt to reopen the basin. The Son’s promise of salvation (Book XI‑XII) is a new interaction channel – grace, mercy, and the possibility of redemption. This is not a mechanical “increase in κ.” It is a theological event. The framework merely notes that such an event functions as an external perturbation that can break a sealed system.
Milton’s own theology emphasizes free will and repentance. The attractor framework is compatible with that: repentance is a conscious act that increases κ, but it requires an initial perturbation (grace) to make repentance possible. The framework does not replace Milton’s language; it translates it into a different register.
8. Political Allegory: A Modest Reading
Milton was a republican who defended the regicide of Charles I. Many scholars (e.g., Christopher Hill) have read Paradise Lost as a political allegory. In attractor terms, one could argue that:
- Monarchy (especially absolute monarchy) tends to become a fantasy attractor: it seals itself against correction by appealing to divine right, tradition, and the subject’s identity.
- Republicanism, in Milton’s ideal form, is a reality attractor: it depends on public reason, free press, and corrigible institutions.
But this is one possible reading, not a definitive mapping. The paper does not assert that Milton himself thought in these terms. It simply notes that the attractor framework can describe the political dynamics that Milton was engaging with.
A critic could object that republics can also become sealed (e.g., the Jacobin terror). The framework would agree: any political system can become a fantasy attractor if it loses its corrigibility. The distinction is structural, not ideological.
9. What Would Disconfirm the Framework?
To avoid the accusation of unfalsifiability, the paper offers a specific falsification condition:
A character who persists rigidly in a belief but updates rapidly and completely when presented with new evidence (without rationalization or delay) would not be described as a fantasy attractor. Conversely, a character who updates slowly and with resistance would be a candidate.
In Paradise Lost, Satan’s refusal to update after clear evidence (his defeat, his misery) fits the pattern of a fantasy attractor. If a reader could find a counter‑example where Satan does update without resistance, the framework would be weakened. (No such example exists in the poem.)
This is a modest falsifiability condition, but it is genuine.
10. Conclusion
The attractor framework, used as a heuristic, offers a useful vocabulary for describing the belief dynamics in Paradise Lost. It does not replace traditional literary criticism; it re‑expresses familiar observations in a unified language that connects theology, politics, and cognitive psychology. The paper does not claim to measure κ or basin depth; it uses these terms qualitatively, as one might use “depression” or “obsession” in psychological criticism.
The core insight – that Satan’s self‑sealing pride is a fantasy attractor – is not new. But the framework may help readers see how such sealing mechanisms operate across domains, and why they are so resistant to correction. Milton’s poem remains, as it always has been, a profound study of self‑deception, identity, and the possibility of grace.
Suggested citation: Galida, R. S. (2026). Paradise Lost as Fantasy Attractor Dynamics: Milton’s Sealed Belief Systems (Research Note). Fantasy Attractor.

