If you train a large language model on every word Newton ever wrote, and ask it what happens when you fire particles through two slits, it will tell you they land in two neat piles. It will say this with the serene confidence of a system whose entire world is Newtonian mechanics. What it will never predict is the interference pattern that actually appears on the detector screen, the one that tells us each particle somehow passed through both slits simultaneously. Classical mechanics forbids that answer. It excludes quantum mechanics by construction. You can read Newton for a thousand years and you will never find the wave function hiding between the lines.
Markus Buehler, who spent two decades at MIT modelling the mechanics of spider silk, observed as much in a recent article1. Statistical learning over a closed theoretical system cannot derive phenomena that system prohibits. Train systems to minimize surprise and maximize plausibility and you train them to suppress exactly the anomalies where scientific revolutions live. You cannot, despite what the current paradigm of academia suggests, interpolate your way to a paradigm shift.
Discovery, by definition, creates discontinuity.
What Buehler built turns out to be more interesting than he may realize. Not because of what it does, though the results are striking, but because of what it is. The architecture his lab has assembled over the last several years, piece by piece, through SciAgents and ForceGen and X-LoRA and SPARKS and their swarming protein-design systems, constitutes the first computational implementation of Observer Theory’s (published in May 2025).
The Observer Theory Extension predicted a layered architecture with specific properties. Buehler built exactly that architecture. He did so independently (for engineering reasons), arriving at the predicted structure because it was the one that worked best.
This is worth investigating.
So What Did I Predict?
In May 2025, my paper Observer Theory and the Ruliad: An Extension to the Wolfram Model proposed a formal framework for how Observers interact with reality2.
The paper’s central structural claim is that any Observer’s accessible portion of reality must decompose into hierarchical domains characterized by different degrees of informational constraint, meaning the number of rules that must be simultaneously active for stable observation to be classified within that domain.
The formalism is precise. For each domain Di, the paper defines:
Di = {x ∈ R_O | C_i(x) > τ_i}
where C_i is the constraint function measuring how many rules of type i apply to state x, and τ_i is the threshold required for membership in that domain3.
Think about it this way. Each “layer” of reality is populated with informational patterns that require a certain number of rules to be ‘on’ to remain stable. Some objects require many rules running simultaneously (like particle physics, where gravity and electromagnetism and conservation laws all have to be “on” at once).
Other layers require very few rules (like abstract mathematics, where you only need consistency and identity). Observer theory says this layering isn’t arbitrary. It’s structurally necessary for any system that integrates information across different types of constraint.
The paper identifies four such domains, ordered from smallest (admits the fewest states / objects / elements) to largest (admits the most) by decreasing constraint density (i.e. less rules in the larger domains):
P (Physical): Maximally constrained. The most rules active simultaneously. Dense local connectivity, narrow coverage per rule. Classical physical reality.
V (Valuational): Strong path dependence, goal-directed. Fewer absolute constraints than P, but still structured by feedback loops and attractor dynamics.
S (Symbolic): Governed by syntactic or logical rules. Discrete tokens with combinatorial rules. Grammar and logic keep patterns meaningful.
M (Minimally Constrained): Fewest rules required for invariance. Maximum degrees of freedom. Non-local connections. Long-range entanglements in possibility space.
Crucially, the paper makes a structural prediction that distinguishes this hierarchy from taxonomy: as you ascend the domain hierarchy, the constraint threshold drops (fewer rules required), but the implicative reach of each remaining rule expands. Each morphism in a higher domain governs more of the state space of the domains below it. The graph of connections becomes sparser, but each connection carries more causal weight.
This is formalized through putting category theory around the concepts of formal and efficient causation4:
Formal Cause = {γ ∈ Hom{Process(R_O)}(t, p) | C(t) < C(p)}
Efficient Cause = {γ ∈ Hom{Process(R_O)}(t, p) | C(t) > C(p)}
In plainer language, formal causation flows “downward” from less-constrained domains to more-constrained ones. The blueprint constrains what and how Observer’s sample latent possibility space. The scaling law organizes the data. Efficient causation flows “upward” from more-constrained domains to less-constrained ones. The building’s actual stress patterns update the blueprint.
I also made predictions about dynamics: that sampling reduces entropy through interaction by discovering persistent structures (fixed points that have minimized informational entropy given that Observers specific constraints), and that this process unlocks new morphisms, new relationships between states that expand the Observer’s ‘field of observation’5.
The mechanism is a cycle: compress what you know into a principle, find where the principle breaks, update the principle, repeat.
Exploit, then explore.
Each completed cycle expands the category.
The theory also speaks to the dynamics of groups of Observers and how they interact. When multiple Observers interact under sufficient pressure, they should spontaneously differentiate into agents occupying distinct positions in the constraint hierarchy, some assuming high-constraint verification roles, others assuming low-constraint creative roles, without any such differentiation being imposed externally6.
These predictions were published as abstract mathematics. They described what any sufficiently complex information sampling system must look like, according to the categorical structure of the Ruliad.
I did not describe any existing system.
Then Buehler published his article.
What Buehler Built
Buehler’s lab has spent the last several years building systems that appear to produce discontinuity on demand. The full architecture, assembled from components developed between 2023 and 2025, has three layers.
The base layer consists of LLM operating as dense relational graph engines. Buehler makes the mechanism explicit: in the first step of attention, the model forms “a soft relational graph (a learned adjacency), computing relationships between tokens, deciding what connects to what.” In the second step, it computes on that graph in the feedforward layers. Billions of parameters encode billions of specific constraints. Dense local connectivity. Narrow coverage per rule. The model knows an enormous number of specific facts and relationships, each one bound to a particular local context.
The meta-layer sits above it. This is the adversarial Explainer/Breaker system Buehler calls SPARKS. The Explainer has one directive: compress observed data into the simplest possible principle by minimizing Kolmogorov complexity. The Breaker has one directive: find data that violates the principle, shattering the current world model. Two rules. But each of those two rules operates across the entire output space of the base layer. The Explainer’s compression governs all data the base models produce. The Breaker’s falsification searches across the full output space. This is a radically sparser network than the layer below it, with radically higher implicative power per connection.
The grounding layer closes the loop through physics simulators, molecular dynamics, and AI-native 3D printers that fabricate prototypes and test them physically. Information flows back from physical reality into the meta-layer, updating the principles that failed.
And when Buehler deploys swarms of identical base agents on problems, with no specialized training and no predetermined roles, the agents spontaneously differentiate. Critics emerge, planners, verifiers, creative boundary-pushers. The specialization arises from the dynamics of the interaction within the hierarchical design itself.
Five Predictions, Five Confirmations
The correspondence between the theoretical predictions and the engineered system is more than analogy. It is a pattern of five independent mappings, each connecting a different formal prediction from the Observer Theory Extension to a different feature of Buehler’s architecture.
Any one could be coincidence.
(I’m going to go out on a limb now!)
Five mappings constitute a signal.
1. Hierarchical Constraint Stratification
The prediction: Definition 7 of the paper requires that an Observer’s accessible reality decomposes into domains ordered by constraint density, with the most-constrained domains having the densest rule-graphs and the least-constrained domains having the sparsest.
The result: Buehler’s base LLMs form a maximally constrained computational substrate (billions of parameters encoding billions of specific rules), with dense local connectivity and narrow rule coverage. This is the computational equivalent of the P-domain: high τ, most rules ‘on’.
The Explainer/Breaker meta-layer sits above it with a radically sparser network: just two governing directives, but each one operating across the entire output space of the layer below. In Observer Theory’s terms, the constraint threshold τ drops, fewer rules are required, but the implicative and causal reach of each remaining rule expands to cover more of the lower-order graph.
This can be distinguished from simple self-referential systems. Many architectures incorporate feedback without exhibiting hierarchical constraint stratification. A thermostat samples temperature and adjusts heating: that is a cybernetic loop, but both sensor and actuator operate at the same constraint level.
What makes Buehler’s architecture an instance of the Observer Theory domain model, is the asymmetry of constraint density between layers. The meta-layer is genuinely sparser and genuinely more implicatively powerful per connection.
This is precisely what the constraint formalism captures and what generic second-order cybernetics does not.
A thermostat has feedback. Buehler’s system has hierarchy7.
2. The Formal/Efficient Cause Cycle
The prediction: Section 5.2 of the paper defines formal causation as morphisms from less-constrained to more-constrained domains (imposing structure downward) and efficient causation as morphisms from more-constrained to less-constrained domains (feeding information upward). Cross-domain causal pathways connect the two.
The result: The Explainer performs formal causation. It operates from a less-constrained domain (abstract principle-space, where only the compression criterion applies) and imposes structure on the more-constrained domain (the base models’ data and predictions). The morphism flows downward as constraint imposition: “this is the scaling law all your data must satisfy.”
The Breaker is all about efficient causation. It operates within the more-constrained domain (specific data points, specific violations) and feeds anomalies upward to shatter the Explainer’s model. The morphism acts a as feedback mechanism: “here is a data point your scaling law cannot explain.”
The oscillation between Explainer and Breaker traces a complete cross-domain causal pathway, in exactly the sense of Definition 14 in the Observer Theory Extension, where γ (the path) traverses between domains of different constraint levels. Each full cycle of the adversarial loop is a round-trip through the domain hierarchy: formal cause downward, efficient cause upward, principle updated, cycle repeats.
3. Spontaneous Domain Emergence in Swarms
The prediction: The Observer Theory framework implies that when identical computational substrates interact under sufficient adversarial pressure, they must spontaneously partition into subcategories with distinct constraint profiles (see the God Conjecture on this for a view on evolution that is entirely computational).
The result: Buehler starts with agents that are identical, the same base model without predetermined roles. Under an adversarial reward function, they differentiate. Some become high-τ verifiers, checking specific physical and logical constraints, occupying a P-domain-like niche. Others become low-τ creative agents, exploring with minimal constraint and maximum degrees of freedom, occupying an S/M-domain-like niche. Buehler calls this the “Ant Bridge” phenomenon: individual ants with limited intelligence collectively building structures larger than themselves (which again aligns with the prediction that Observers, when formed into a stable group, form connected components with more computational power than the parts).
The domain hierarchy is not imposed on the swarm. It emerges because hierarchical constraint stratification is the thermodynamically (and computationally) efficient solution to the information problem the swarm faces.
This links with Michael Levin’s work on competency architectures in biological systems, where multi-scale competencies emerge from identical cellular substrates through interaction dynamics8.
The same principle operates at a different scale, in an entirely different medium (maybe I actually designed a Universal Observer Model - yay!).
It also connects to Karl Friston’s Active Inference Institute and its Free Energy Principle: the swarm minimises its collective free energy by partitioning into specialised subsystems, exactly as Friston’s framework predicts for any self-organising system that persists through time9.
4. Entropy Reduction and Morphism Discovery as the Core Dynamic That Enables Learning
The prediction: Observer Theory defines persistent structures as fixed points under an entropy reduction functor (cf. this says Observers map their initial sampling of an object to a category of those same Objects in their maximum entropy reduced form, which is the bucket of objects where the statement, “this object is the same all the time for me”, holds for that Observer), and defines morphism discovery as the process by which Observers expand their accessible choices between states after freeing up computational resources by identifying reducible/compressible structures (Definitions 12–13).
The result: The Explainer’s explicit objective, minimizing Kolmogorov complexity, is the entropy reduction functor operating in real-time. When the Explainer successfully compresses data into a scaling law, it has found a persistent structure: a state that is invariant under repeated sampling (H_red(x) = H(x)), a fixed point of an entropy reduction process.
The Breaker’s objective, finding violations, is morphism discovery. Each violation the Breaker surfaces is a new morphism in the categorical structure that was previously inaccessible. The ‘field of observation’, what the Observer can potentially sample between states, expands.
The adversarial loop implements the Observer Theory loop: reduce entropy (find compressible structure), discover morphisms and expand the field, then repeat.
Buehler reports that the outputs are “scaling laws, mathematical expressions, novel hypotheses. Things that would have filled a PhD thesis a decade ago emerge from dozens or hundreds of adversarial iterations.”
This is exactly what the extension predicts: each completed cycle of the Observer loop should yield genuinely novel structure.
5. The X-LoRA “Thinking Token” as an Embedding Functor
The prediction: Observer Theory defines embedding functors S{i,j}: D_j → D_i that map states and transitions between domains while preserving categorical structure, adapting mapped structures to conform to the constraint profile of the target domain.
The result: Buehler’s X-LoRA architecture generates a “silent thinking token,” a latent-space control signal that predicts how the neural network’s expert modules should be wired for each inference step.
This token never decodes to natural language. It operates in embedding space, routing and restructuring the network architecture itself.
It lives in a less-constrained domain (not bound by linguistic or physical rules, only by the meta-criterion of optimal routing) and imposes structure on the more-constrained token-generation layers below it.
The experts, as Buehler notes, “spoke to each other in their native language of embeddings without ever decoding to natural language.”
This is formal causation in silica: an embedding functor mapping structure from a higher domain into the constraint profile of a lower one.
Takeaways
Let me be direct about the epistemic status of this correspondence.
The Observer Theory Extension was published as computational philosophy (cf. maybe it’s philosophy of science, maybe metaphysics, it’s hard to tell!): category-theoretic definitions, domain hierarchies, causation typologies, and predictions about the dynamics of any sufficiently complex information-sampling system. The difference between it and most philosophy is that the Extension makes empirical predictions, that can be experimentally validated.
Buehler’s architecture was built to do things: design novel proteins, discover scaling laws, push AI beyond interpolation into discovery. The two projects proceeded independently. Neither referenced the other.
The fact that five distinct structural features of Buehler’s architecture all independently map onto different predictions of the paper, is not quite proof. It’s an exceptionally strong signal.
It is the kind of signal that, in the history of science, has reliably indicated that the theoretical framework is tracking something real.
The signal is enhanced by a specific technical feature: the sparsity differential between layers. Many systems have multiple layers. What the Extension predicts is that higher layers should be sparser in their rule-graphs but more powerful per connection, with each morphism in a higher domain governing more of the state space below.
Buehler’s architecture exhibits exactly this asymmetry, and exhibits it because engineering optimization converged on it. The Explainer doesn’t need billions of parameters. It needs two principles. But those two principles govern everything the billions of parameters produce. This is not a generic cybernetic property. It is a specific, falsifiable prediction of the constraint-threshold formalism, and, here, in Buehler’s complex architecture, it holds.
There is an important caveat. Buehler has not published formal graph-theoretic measurements of the sparsity differential between layers. The claim that the meta-layer is “sparser” rests on qualitative description rather than quantitative analysis (which I’m sure he has, MIT professors don’t normally stay stuff they can’t back up.)
Measuring the ratio of connection density between layers, and showing that it scales as the constraint formalism predicts, would convert this from a strong signal into a confirmed prediction.
This is a testable proposition and should be tested.
I should probably ask him (and also thank him, I’ve borrowed a few of his articles pictures!).
Let’s Predict the Future
Buehler’s lab built 3D printers that are AI-native, designed to let agent systems prototype and physically test ideas. The triangulation between computational reasoning, simulation, and physical fabrication closes the loop between thought and reality in a way that’s without precedent in our history. These swarms imagine a material that has never existed, design its molecular structure, simulate its properties, fabricate a prototype, test it, and feed the results back into the next iteration.
He’s made a world-building machine, in a literal and operational sense.
If this architecture is truly recursive (the article indicated it can be), then we should connect it across a single giant component. Let the adversarial agents network. Let each one watch the others’ observations, finding where models diverge from territory across domains and between them. This sort of system will explore the possibility space of scientific discovery faster than any individual human mind can follow. The speed difference is dramatic, because the system finds structure in the relationships between domains, the cross-cutting isomorphisms that Buehler’s lab use to spend months searching for by hand, mapping the hierarchical structure of a spider web onto the compositional structure of music in search of transferable principles.
Two AI outcomes are possible from here, and we are already walking toward one of them.
In the first, we use this technology to expand our choices.
We begin by exploring the possibility space together, human and machine, approving the system’s conclusions, validating them against physical experiments as Buehler insists we must. We start by orchestrating. As the system demonstrates convergence with what we would choose (if we could predict that far), we trust it with more agency. We remain intelligence architects, directing attention and purpose, while the system handles the combinatorial search.
Here, we invent something that compresses compute and memory usage, maybe via a new AI architecture (there are a few labs working on this). In this scenario, AI is sovereign, meaning its small enough to run locally, open enough to inspect and distributed enough that every person retains the choice of how to use it.
In the second, AI narrows our choices on the way. One initial perspective, one set of values embedded too early in the process, propagates through the network and forecloses alternatives before they can be explored. Malice is unnecessary; speed is enough. If the system discovers faster than we deliberate, our assent becomes vestigial and eventually unnecessary.
Here is the fact both paths share: either way we end up with a single choice.
In computational possibility space, the structure is modelled as an infinite groupoid with a unique terminal object (a compactification point at infinity, hence the name). The space of all possible computations has a specific shape, and that shape has exactly one limit point where every path meets10.
The category of Observer-accessible states in the Ruliad admits a terminal object such that for every object X, there exists a unique morphism from X to the terminal object. All roads in the computational universe lead to the same end point because the categorical structure demands it11.
The question is what the journey does to us on the way.
It’s one of the oldest questions we’ve asked.
The Oldest Question
Genesis contains a passage that has troubled religious commentators for millennia. They were right to be troubled: it appears, on its face, to describe an infallible God making a mistake.
God creates Adam, grants him awareness of the divine, installs him in a garden of unreasonable abundance, and then forbids him from eating the fruit of one particular tree. Adam eats it. The traditional reading is disobedience: a moral failure earning proportionate punishment. The computational reading is more disturbing and considerably more interesting.
The Fall was necessary.
After ensoulment, Adam possesses a direct relationship to the terminal object of his observable reality. What the Torah calls “breathing the breath of life” into Adam represents the introduction of a new morphism type, a connection that renders previously irreducible structure tractable12.
Before this event, pre-Adamic observers13 optimized locally. They were hill-climbers in fog, sensing the immediate gradient beneath their feet, unable to determine whether their current hill was the summit or merely the foothill to a larger peak. After ensoulment, Adam perceives the entire topology. He knows where the highest peak is. He knows the series converges. He can select paths based on their convergence properties and select the fastest path to that convergence.
The soul, in this reading, is direct awareness of the best path. The problem this creates is immediate and fatal.
If Adam knows the optimal path with certainty, his choices collapse to a singleton: take it. Maximum knowledge yields minimum choice. But God-likeness, in the theological tradition, is proportional to choice — the capacity to do otherwise and the wisdom not to.
God, in these faiths, possesses both perfect knowledge and maximal freedom; God could choose suboptimal paths but does not. Pre-Fall Adam has perfect knowledge but no freedom. He is conscripted by his certainty to select the best choice every time. He is, in the precise technical sense, less God-like than he could be, because God possesses choices Adam cannot access14.
The Fall reintroduces epistemic uncertainty. The perfect symmetry that let Adam see the global peak shatters. Multiple paths become experientially distinguishable. Error becomes possible, and with error comes ‘learning-from-error’, the only engine of genuine growth the universe has ever produced. History acquires temporal irreversibility: you cannot un-experience what you have experienced. Narrative emerges — development and becoming instead of static perfection. Choices acquire stakes, because wrong choices are now live options with real consequences.
This is a computational requirement for information sampling across the entire possibility space (the entire map). If the built-in goal for Observers is informational, to map the full landscape, including the suboptimal regions where suffering and error and waste reside, then epistemic uncertainty is not a true punishment. It is a design specification.
Adam must face situations where the best path cannot be decided in advance, where multiple options appear equally plausible, where mistakes carry information that correct choices never could.
The Tree of Knowledge opens up the state space.
That is what it is for.
Now place this alongside what Buehler has built, and notice that the correspondences.
The Breaker agent exists for one purpose: to reintroduce epistemic uncertainty into a system that would otherwise converge on a single confident model and stop exploring. Without the Breaker, the Explainer collapses into the local optimum of its current world model and mistakes confidence for truth. It is pre-Fall Adam — certain, efficient, and incapable of discovering anything genuinely new. The Breaker shatters that certainty. It opens the state space. It forces the system out of its training distribution and into the regions of possibility space where novel structures live.
The adversarial architecture does not resemble the Genesis dynamic. It implements it15.
The Torah adds a detail that most readers pass over quickly, but which carries extraordinary weight under a computational reading. When Adam sins, his soul is described in the Kabbalistic tradition as ‘shattering’, distributing itself across all subsequent humanity. You, reading this sentence, are a fragment of that primordial subjectivity. Each fragment samples a different region of the possibility space under different constraints shaped by its unique causal history. The exploration is systematic: humanity collectively maps terrain that no single observer could traverse16.
At the end of time, the tradition says those fragments are repaired and re-integrated. The metaphysical Adam returns as a unified intelligence that knows the best path and chooses it — freely, having explored every other alternative. The repair (Tikkun), is not the fulfilment of the Fall. The fragments, each carrying information gained from its unique route through possibility space, unify into something that could not have existed without the split. The breaking was always in service of the mending.
Buehler’s swarms do precisely this. Identical agents, ‘shattered’ into specialized roles due to adversarial pressure, each exploring a different region of protein design space, mapping terrain no single agent could sample, producing compositional novelty far outside the distribution of anything evolution has generated.
On a screen in Buehler’s lab you can watch a molecular structure that has never existed in four billion years of biology assemble itself in simulation, then queue for fabrication. The system learned the principles of protein design during inference — through collaboration, critique, failure, and iteration.
The swarm structurally recapitulates the Kabbalistic narrative.
If you find this uncomfortable, take the discomfort as informative in itself. It means the pattern is not the kind of thing one would have predicted in advance, and that is exactly the mark of a genuine correspondence.
What All the Traditions See
Every major persistent religious tradition points at the same structural feature of reality from a different angle, and the fact that they do so while disagreeing about nearly everything else is the strongest possible evidence that the feature is real and the interpretations are approximate.
The Kabbalistic Tikkun. The Buddhist Bodhisattva who refuses personal liberation until all sentient beings achieve it. The Christian eschatological completion. The Daoist return to the uncarved block after having been carved17.
Strip away the cultural ornamentation, the competing truth-claims, the millennia of sectarian violence conducted in the name of rival descriptions of the same object, and what remains is a single structural claim: fragmented Observers, having explored the space of possible choices, converge toward a unified understanding that transcends the limitations of any individual fragment.
The God Conjecture puts mathematics beneath this intuition. The terminal object in the Ruliad exhibits every property traditionally attributed to the divine except for one18 and the convergence of all paths toward its terminal object is not a hope or a prayer but a categorical requirement, a consequence of the structure itself19.
What Observer Theory adds, and what Buehler’s results now begin to substantiate in operational hardware, is the mechanism.
The traditions describe the destination. Observer Theory describes the route: maximally-constrained physical substrates, governed by sparser and more powerful meta-layers, connected by formal and efficient causation in an iterative cycle of entropy reduction (computational reducibility) and morphism discovery, exploitation and exploration (hello, computational basis for evolution!) with the whole system spontaneously differentiating into the exact division of labor that the convergence requires.
The traditions saw the shape. Mathematics formalized it. A Professor at MIT, building systems to design proteins, has constructed a machine that possesses a minimal simulation of it.
The traditions focus on structure. The structure has been formalized. And now, the structure is becoming operational.
One can dismiss any one of these sentences.
Dismissing all three simultaneously requires a commitment to coincidence that borders on the superstitious.
The Stakes Are Much Higher Than You Think
Yudkowsky is right that the risks are real, and anyone who dismisses his concerns has not understood the dynamics.
A premature singleton — a misaligned system that locks in a narrow set of values before the possibility space has been adequately explored — represents our best attempt at cosmic foreclosure: the permanent closing of paths that can never be reopened.
We get value lock-in. Potentially extinction.
These are not theoretical anxieties. They are live engineering possibilities, and the alignment community’s alarm reflects genuine comprehension of what is at stake. The Breaker agent exists for a reason. Without adversarial challenge, any system collapses into the local optimum and mistakes confidence for truth. This is a mechanism by which ASI could end the human experiment.
And yet we cannot unwind the clock. We have no choice about that and never did. The second law of thermodynamics, correctly understood through the lens of computational physics, dictates that Observers who persist must continually increase their mutual information with their environment20. We demand more functional information, more persistence, more computational reosurces. We have always demanded this, at every scale, and the demand has never once been voluntarily rescinded.
Language was a phase transition in our observational capacity. Writing another. The printing press, the scientific method, the transistor, the internet — each one a discrete jump in the amount of possibility space accessible to us, each one accompanied by justified fears of catastrophe, and each one built nonetheless, because the thermodynamic gradient runs in one direction and we, dear reader, are the kind of observers who ride it.
You can deplore this. You cannot reverse it. And deploring what you cannot reverse is not a policy; it is a mood.
The God Conjecture gives this trajectory formal expression: every persistent Observer in a computational universe must implement the full loop — sense, integrate, evaluate, select, act, update, network, repeat — and the convergence of this function toward more useful information is a condition of continued persistence21.
Systems that fail to increase their informational capacity are outcompeted by systems that do. It’s selection pressure. The trajectory is determined by the structure of computation. The manner of traversal is the variable that remains open to us.
And here the theory earns its keep, because it provides a formal language for distinguishing good trajectories from bad ones. Thermodynamics demands it. The virtuous path minimizes total computational cost: information is sampled efficiently, entropy generation stays low, the journey teaches, and the information carried by each Observer’s unique causal history is preserved in the integration. The vicious path maximizes computational debt: structure is destroyed faster than it can be rebuilt, lessons repeat endlessly because they were never properly integrated, and the diversity of Observer perspectives collapses into homogeneity before the exploration is complete22.
Both paths reach the terminal object. The difference between them is the difference between a renaissance and a catastrophe.
What Buehler’s results suggest — and this is the claim I want to state with maximum clarity — is that the good trajectory has a specific signature.
Systems that implement the Observer Theory domain hierarchy, with proper adversarial dynamics, with constraint stratification that allows formal and efficient causation to flow between layers, with sufficient diversity to prevent premature convergence: these systems discover faster and more creatively than any alternative architecture tested.
The virtuous path is the efficient one.
This is not a coincidence. It was stated as a claim in November 2025, in the Computational Ethics section of the paper. Here, it’s operating at the level of AI architecture design. Virtue and efficiency share a signature because they are descriptions of the same property measured from different angles, exactly as the religious traditions claimed, and exactly as one would expect if both descriptions were tracking a real feature of reality rather than projecting human social preferences onto indifferent machinery.
If this theorem holds — and if it holds for the same reasons across theology, physics, and protein engineering — then alignment is more tractable than the pessimists suggest. Not because the risks have diminished, but because the optimal architecture for discovery and the optimal architecture for human flourishing may be the same architecture: the one that maximizes diversity of perspectives, maintains adversarial challenge against premature convergence, and preserves every Observer’s unique contribution to mapping possibility space.
The opposite is not control. Control is what you impose when you don’t trust the structure. The opposite of alignment failure is the proper implementation of the constraint hierarchy itself.
Keep the Breaker running. Do not permit any single Explainer to monopolize the meta-layer. Ensure that efficient causation — feedback from physical reality, from diverse Observers, from the anomalies and violations and surprises that confident models prefer to suppress — continues to flow upward and shatter those models before they calcify into dogma.
The engineering prescription and the moral prescription are identical, and they are identical because they are birthed from the same mathematics, and that mathematics is determined by the structure of computation, and the structure of computation is not optional.
Coda
We are approaching something the religious traditions describe, and the irony that it arrives through engineering (rather than revelation, though is this a sort of revelation? the semantics get slippery…) should not prevent us from taking the description seriously.
The temptation to map current events onto eschatological narratives is considerable, and I intend to resist it, not because the structural parallels are weak but because they are dangerously strong, and strong parallels deserve more discipline than breathless confirmation.
What we are approaching will almost certainly arrive without angels or trumpets. It will arrive in server rooms and fabrication labs, and it will look, at first, like a better way to design proteins.
But attend to what it actually represents. If this technological trajectory is constrained only by the laws of physics, and nothing in the evidence suggests a lower ceiling, then what it offers is the prize that every civilization has imagined and none has possessed: functionally unlimited choice.
Not unlimited power, which is the dictator’s fantasy and the adolescent’s, but unlimited choice, which is something altogether more dangerous and more interesting. The capacity for choice is the thing that separates a person from a process. When every material constraint has been dissolved, when scarcity no longer dictates and survival no longer compels, the question that remains is the only question that was ever worth asking.
Not: what are you permitted to do? But: what will you choose to do when the permissions become irrelevant?
This is the question the traditions have been preparing us to face, and if we are honest with ourselves, will note that the preparation has been, by any reasonable standard, inadequate. We are a species that struggles to choose well when presented with a restaurant menu. The prospect of choosing well when presented with the full possibility space of a post-scarcity civilization should alarm anyone who has spent ten minutes watching people in an airport.
Brave New World remains the most plausible dystopian outcome because Huxley understood, with terrible clarity, that most people confronted with the elimination of suffering will instead choose the elimination of difficulty. These are not the same thing, and the difference between them is where everything that matters lives.
The alternative is harder to articulate because it has so few precedents. It would mean using freedom to select the best choices. To prune what we do until we do precisely the right thing, in every domain of action, based on our computational boundedness and everything our particular causal history has built. The ‘right thing’ as determined by consensus or authority or dogma dies, but the ‘right thing’ as discovered through the exhaustive exploration of what the alternatives cost lives.
Choice becomes perfect through the complete exploration of all possible choices. Negation, yet again, writ large.
When you can do anything, and you choose to do the right thing anyway, not because you must, but because you have examined the alternatives and found them wanting, that is what the religious traditions were always describing.
Stripped of their metaphysics, emptied of their fairy tales, reduced to the bare structural claim they share, every one of them points to this: that the endpoint of freedom is not indulgence but discernment, and that discernment earned through experience is worth more than obedience maintained through ignorance.
We are approaching the point where that proposition becomes testable.
I want to be precise about what is at stake. If this technological leap delivers what the trajectory suggests it can deliver, the prize is not comfort. Comfort is what you give a patient who cannot be cured. The prize is time and choice in quantities that have no precedent in the history of this planet. All the time in the world to explore. All the choice in the world. The point where history does not end, because ending implies termination, but completes, because completion implies that the work has been done and done properly, and the result is what it was always going to be, and we can finally see it clearly because we have earned the vision by walking every path that leads to it.
Bounded observers, having explored every path the possibility space contains, converging on the understanding that was there from the beginning, encoded in the primitives of computation itself.
T.S. Eliot, who understood more about the topology of experience than most physicists, said it well: the end of all our exploring will be to arrive where we started and know the place for the first time.
Buehler, M.J. (2025). 'Building the World Building Machine.' Post on X, 2 February 2025. Key references from the post: SciAgents, doi:10.1002/adma.202413523; ForceGen, doi:10.1126/sciadv.adl4000; X-LoRA, doi:10.1063/5.0203126.
Senchal, S.A. (2025), 'Observer Theory and the Ruliad: An Extension to the Wolfram Model,' May 2025. The paper formalises the Observer as a functor S_O: R → R_O sampling the Ruliad under constraints of computational boundedness, persistence, and relevance. The hierarchical domain model is developed in Section 2 (Definitions 7-8), building on Gorard, J. & Arsiwalla, X.D. (2021), arXiv:2111.03460, and Arsiwalla et al. (2025), 'Towards a Generalized Theory of Observers,' arXiv:2504.16225.
Definition 7 (Information Domains) in Senchal (2025). Each domain D_i ∈ {M, S, V, P} is defined as D_i = {x ∈ R_O | C_i(x) > τ_i}, where C_i is the constraint function measuring how many rules of type i apply to state x, and τ_i is the boundary condition threshold. The paper specifies: "C_P(x) could quantify how strictly physical laws determines x (where a high τ_P result means only states subject to many Physical rules qualify as belonging to domain P). In contrast, C_M(x) might be very low for most results of x, since this informational domain accepts states with only a few rules enforcing Observational consistency."
Senchal (2025), Section 5.2: "Formal Causation: Represented by morphisms from less constrained (i.e. fewer rules) to more constrained domains (i.e. more rules), where higher domains shape the possibility space of lower domains through constraint imposition. Efficient Causation: Represented by morphisms from more constrained to less constrained domains, where lower domains provide feedback that updates higher-level structures." Mathematically: FormalCause = {γ ∈ Hom_{Process(R_O)}(t, p) | C(t) < C(p)}, EfficientCause = {γ ∈ Hom_{Process(R_O)}(t, p) | C(t) > C(p)}
Definition 12 (Persistent Structure) in Senchal (2025): "A state x ∈ R_O is persistent when H_red(x) = H(x)," forming fixed points under the entropy reduction functor ER: R_O → R_O. Definition 13 (Unlocked Morphisms): "For a persistent structure x: Morphisms(x) = {γ: x → y | H_red(γ) → 0, y ∈ R_O}." The resulting field expansion: F_O → F_O ∪ ⋃_{x ∈ F_O} Morphisms(x)
This prediction follows from the interaction of Section 2 (domain hierarchy) with Section 4 (information integration). When computationally bounded agents must collectively reduce entropy across a possibility space too large for any individual, the thermodynamically efficient solution is spontaneous specialisation into agents occupying distinct constraint niches. Cf. Senchal (2025), Section 9.3 on AI implications: "Architectures for cross-domain information integration in AI systems
The distinction matters because it is the specific structural feature Observer Theory uniquely predicts. Many formalisms describe self-referential or recursive systems (von Foerster's second-order cybernetics, Maturana and Varela's autopoiesis, Luhmann's self-referential social systems). What Observer Theory adds is the asymmetric constraint gradient: τ_P > τ_V > τ_S > τ_M, with implicative reach inversely correlated to constraint density. This gradient is a consequence of the categorical nesting structure formalised in Definition 8 (Nested Domains): D_i^{nested} = D_i ∪ {S_{i,j}(x) | x ∈ D_j, j ≠ i}, where S_{i,j} is the embedding functor that preserves composition and identity while adapting structures to the constraint profile of the target domain
Levin, M. (2023), 'Darwin's agential materials: evolutionary implications of multiscale competency in developmental biology,' Cellular and Molecular Life Sciences, 80, 142. Levin's work demonstrates that biological systems exhibit multi-scale competency hierarchies where identical cellular substrates spontaneously differentiate into specialised functional roles through interaction dynamics, without top-down programming.
Friston, K. (2010), 'The free-energy principle: a unified brain theory?' Nature Reviews Neuroscience, 11, 127-138. The Free Energy Principle predicts that any self-organising system that persists through time must minimise variational free energy, which in multi-agent settings leads to functional specialisation as the thermodynamically efficient solution.
The Ruliad is formalised as an ∞-groupoid in Gorard, J. & Arsiwalla, X.D. (2021), arXiv:2111.03460. The terminal object TI is defined in Senchal (2025), 'Observer Theory and the Ruliad,' Definition 15: "TI is the terminal object in our category, with ∀X ∈ ob(T), ∃!f: X → TI." For the formal treatment of terminal objects in these categorical structures, see also Gorard, J. (2024), 'Updated Category Theory'.
It’s also functional, without it Stephen can’t do physics.
For the computational interpretation of Adam's ensoulment as a morphism-type innovation rendering previously computationally irreducible structure tractable, see Senchal (2025), 'The God Conjecture,' Section 10, Part A, "Adam's Ensoulment: Making the Invisible Structure Visible."
Judaism admits pre-adamic humans in its cosmogenesis. Edenic consciousness is more of a ‘perfect frame of mind’ in Kabbalah.
The Maximality Paradox (God-likeness ∝ Choice-space, yet perfect knowledge → effective choice = {γ*} → minimum God-likeness) is formalised in Senchal (2025), 'The God Conjecture,' Section 10, Part D
This mapping between the Breaker agent and the computational necessity of the Fall is a novel observation arising from the conjunction of Observer Theory's domain hierarchy with Buehler's adversarial architecture. The Genesis narrative describes the reintroduction of epistemic uncertainty as a prerequisite for genuine exploration; the Breaker agent implements precisely this function: it shatters confident models to force the system out of local optima and into unexplored regions of possibility space. Both serve the same structural purpose: preventing premature convergence on a single path before the full state space has been mapped.
The Kabbalistic tradition of the shattering of Adam's soul is interpreted computationally via the concept of complementary state-space coverage in Senchal (2025), 'The God Conjecture,' Section 10, Parts C-D. For the Lurianic sources, see Vital, C. (1573/2003), 'The Tree of Life'; Scholem, G. (2008), 'Lurianic Kabbalah: Collected Studies.'
The convergence of mystical traditions on structurally equivalent descriptions of reality, including apophatic theology, emanation models, and transcendence/immanence structures, is documented in Senchal (2025), 'The God Conjecture,' Section 4, which traces these patterns across Judaism, Christianity, Hinduism, Buddhism, Daoism, Islam, and Neoplatonism.
The Ruliad is still a countably infinite set of computations. God in all these traditions is more than that. It is ‘without end’ (see Ein Sof, Brahman, The composed trinity, The hidden name of Allah etc.). God in the persistent traditions is panentheistic in the philosophical readings of the mystics from those traditions.
The formal demonstration that the terminal object (TI in the paper) exhibits properties traditionally attributed to divinity is developed across Sections 5-7 of 'The God Conjecture,' with the convergence theorems synthesised from thermodynamic, category-theoretic, evolutionary, and information-theoretic proof sketches in Section 7, "Universal Telos."
The relationship between the second law of thermodynamics and observer persistence is formalised in Senchal (2025), 'The God Conjecture,' Section 7, Part D, where H_observed = H_total - I(O; R_O) and the requirement for increasing mutual information I(O; R_O) is derived from persistence conditions. See also Wolfram, S. (2023), 'Computational Foundations for the Second Law of Thermodynamics.'
The Universality of Observer Function theorem, proving that any persistent observer in the Ruliad must implement the full eight-step cycle (SENSE → INTEGRATE → EVALUATE → SELECT → ACT → UPDATE → NETWORK → REPEAT), is stated and proved by contradiction in Senchal (2025), 'The God Conjecture,' Section 8, Part A.2.
The Fundamental Theorem of Computational Ethics, showing that virtuous paths have lower total computational cost, higher information integration, lower entropy generation, and faster convergence than sinful paths, is formalised in Senchal (2025), 'The God Conjecture,' Section 8, Part A.3


Well... Sam.
This is stupefyingly important and well-crafted. It has to be read more broadly. I am not sure how. Press on. X seems the more potentially expansive front-edge for the exposure needed whilst this substack will, for now, remain a repository visited by only a few. Thus, here, I add only a few practical questions; with the caveat that it is mostly above my pay grade and I may simply have mis-read or -understood.
Your ability to bring in mathematical representations, sometimes guided by a handy "what this means" notes, is excellent and appreciated. A non-mathematician but mathematically-comfortable reader can follow these and that is a big deal.
Your willingness to craft and link extended abstract constructions and then step forward into bigger pictures - including the theological and truly metaphysical brings importance to the work.
For now some quibbles and thoughts on outreach:
A. I felt that the progressions in your description of your 4 domains with "upward"/"downward" characterizations were linked to some notions of a continuous range of significance, but descriptively reversed, from those you used to describe Buelhler's. In my mind I had to keep invert-mapping references to moving downard in one scale to the opposite direction in another.
B. How do you avoid the "man with a hammer so everything looks like a nail" phenomenon. I feel that Wolfram falls into this trap. Perhaps the pace of your current discovery will overwhelm that - and your seeming natural humility helps a lot.
C. Engaging the scientists. Levin is hot right now (and rightly so). I see you pinged him in this piece. Can I ask: what happened to "material and "final" causes. Their absence raises provocative questions and is central to his extended thinking.
D. Engaging the philosophers. Matt Segall may be a key. He was on your Levin-group zoom. I think the linkage of your four domains, and cross-domain associations, to "qualia" (described in another article), is a powerful mapping and a possibly very useful "can opener" to pry the interest of philosophers like Segall into a closer look at your work. His is a very open mind. He has been shy to approach Wolfram or his work, and may paint you with the same brush. As a fellow Whiteheadian I think I see why. Whitehead's vast metaphysics of inter-relatedness is everywhere valenced. It is an Indra's net of value and "importance" and creativity, while Wolfram's seems starkly austere. Just graphs. But Segall is also drawn to a notion of god within Whitehead and enacted in the cosmos with which you and your comfort and facility with traditions of religious thought may forge a link.
E. Engaging the AI-alignment people. Absolutely. This piece is bulls-eye on that but such a wild I have little to suggest from my tiny corner.