What persists is what is maintained
Process philosophy denies that the world is made of things. Alfred North Whitehead, in Process and Reality (1929), proposed that the basic units of reality are "actual occasions": momentary happenings that inherit from what came before and, on completing, become data for what comes after. A rock is not a substance that sits through time unchanged. It is a very stable route through an enormous number of such occasions — a pattern of inheritance so regular that treating it as a thing costs us nothing, most of the time. Whitehead's target was substance metaphysics: the assumption, inherited from Aristotle through Descartes, that change is something that happens to an enduring subject. He inverts it. Endurance is not given. It is achieved, occasion by occasion, and the achievement has to be paid for continuously. Stop paying, and the "thing" does not break. It ceases to have been a thing at all.
This is not mysticism about flux. Whitehead came to it from mathematics and physics — he had co-written Principia Mathematica with Russell — at a moment when relativity and quantum theory had made the durable point-particle look like a category error. He rebuilt ontology from events because events were what the physics of his day was actually finding. The lineage runs backward to Heraclitus and forward, in a more rigorous key, into Ilya Prigogine's non-equilibrium thermodynamics, where a dissipative structure — a flame, a convection cell, a whirlpool — exists only because energy is continuously flowing through it. Cut the flow and there is no structure left to decay. There was never a substance there to begin with, only a rate that had been mistaken for one.
The lineage this forces
Take that seriously and the intake axis of model generations stops being an engineering roadmap and becomes a metaphysical one. A Large Language Model ingests a corpus: text fixed at a cutoff, every verb already in the past tense, transition already collapsed into stated property. It is substance metaphysics turned into a file format. It can describe combustion. It has no channel for burning.
A Large World Model does better: it senses a scene while the scene is running, and for the duration of the episode it genuinely observes process — motion, causation, one frame conditioning the next. But the episode ends. The camera stops. Nothing inherits what was seen, and the next episode starts cold. It has process without persistence: becoming, then amnesia.
A Large Universe Model is the first intake regime shaped like the world Whitehead describes. Streams that do not stop. Beliefs carried forward as inheritances from prior belief-states, timestamped, sourced, revisable the moment a new stream contradicts them, and left to decay in confidence when the streams that supported them go quiet. This is not a claim that Large Universe Models exist as a deployed product. It is a claim about what a fourth generation would have to be shaped like, given what the first three already are. And it is a claim about where the axis ends: you can widen the aperture, add sensors, raise fidelity, extend span, but you cannot add a fifth tense. Continuous, provenance-bearing, decaying belief is the ceiling, because process is what is actually there to be observed.
| Generation | Intake | Whitehead's terms |
|---|---|---|
| Large Language Model | fixed corpus, cutoff date | occasions already perished, recorded only as property |
| Large World Model | live scene, bounded episode | occasions observed, but inheritance ends at the episode |
| Large Universe Model | streams with retained provenance | occasions inherited and revised without terminus |
Where cloud infrastructure tests this
An operations team's environment is not a metaphor for process philosophy. It is close to a literal instance. Service telemetry, dependency graphs, deploy events, incident feeds — these are streams, not corpora, and the thing they describe, "the system is healthy", is a dissipative structure in Prigogine's exact sense. Nothing in a distributed system endures by inertia. A service stays up because health checks keep passing, because a load balancer keeps routing around failed nodes, because a certificate keeps getting renewed before expiry. Stop the renewal job and the endpoint does not slowly decay. It falls over at a specific second, having been perfectly fine the second before.
The characteristic failure mode of this environment names the metaphysics precisely: a dependency is trusted long after its reliability profile has changed. An SRE builds a mental model — call it a belief — that "payments-api is fine, it's been fine for two years, we don't page on it." That belief was true. It was also, from the start, a claim about a rate: request success rate, p99 latency, error budget burn. Somewhere in month eighteen, an upstream team migrated payments-api's database to a new replication topology, and the tail latency distribution shifted from a stable 40ms p99 to an occasional 4-second stall under load, invisible at low traffic. Nobody updated the mental model, because the mental model was never a belief about a stream in the first place. It had calcified into a belief about a thing: payments-api is reliable. That is substance metaphysics installed in an on-call rotation. The incident that follows is not a surprise to the system. The system has been telling the truth continuously, in its metrics stream, for weeks. It is a surprise only to the belief, which stopped listening.
A dependency graph rendered from a quarterly architecture review is a corpus. It has the shape of the system as it was when someone last drew it. A live topology derived from service mesh telemetry, sidecar by sidecar, is closer to a Large World Model: it is accurate for as long as the scrape window lasts, and it has no memory of what the graph looked like six months ago or why an edge that used to carry synchronous calls now carries an async queue instead. What an SRE actually needs — and mature observability stacks increasingly approximate this without naming it — is something closer to the third position: a belief about each dependency's reliability profile that is continuously re-derived from the incident feed and the deploy stream, carries a timestamp and a source, and decays in confidence if the telemetry backing it goes stale. "Trusted" should not be a property. It should be a rate with a half-life.
Two objections worth taking seriously
Whitehead's metaphysics is speculative and has almost no working scientific uptake. The engineering case for streaming infrastructure stands or falls on latency and cost, not on ontology.
Fair, as far as it goes. Process and Reality is not load-bearing in any SRE runbook, and it should not be cited in an incident postmortem. But the argument does not need the full Whiteheadian apparatus, only its negative half: that treating persistence as free is a modelling error. That half does not depend on 1929 metaphysics at all. It is established, independently, by non-equilibrium thermodynamics, where a dissipative structure exists only under continuous flux. A service's uptime is exactly this kind of structure. Cost and latency then decide when you pay for continuous belief-maintenance — you do not stream-recompute the reliability score of a dependency that has been rock-stable for three years at the same cadence as one that redeployed yesterday — but they do not decide whether the object being modelled is a rate rather than a fact. Get that wrong and you will budget observability spend as if it were insurance on a static asset, instead of maintenance on a moving one.
Continuous intake does not escape the sampling problem. A metrics scraper polling every fifteen seconds is fifteen-second snapshots, not process. So a Large Universe Model differs from a dashboard only in sampling density, a difference of degree, not the terminal category this argument claims.
Correct that all telemetry is discrete — Prometheus scrapes, CloudWatch periods, trace sampling rates, all of it. The distinction that matters is not sampling frequency but whether the samples are stitched into a single lineage that each new sample updates, or treated as independent classifications thrown into a dashboard. A Grafana panel showing the last fifteen scrapes, each rendered fresh with no memory of the confidence assigned to the previous state, is a sequence of unrelated Large World Model episodes, however tight the interval. A reliability belief that persists across scrapes, that was assigned 0.97 confidence last week and gets revised to 0.6 the moment error rates tick up and the deploy log shows an unreviewed change, and that decays toward "unknown" if the telemetry pipeline itself goes dark for an hour — that is inheritance, in Whitehead's sense, regardless of whether the underlying poll runs at one hertz or one per minute. An SRE dashboard can be built at either pole with identical instrumentation. What differs is whether last week's judgement is present, revisable, and load-bearing in this week's alert threshold.
Neither objection is answered by adding more sensors. Density was never the axis. What terminates the axis is whether a belief about a dependency is something derived once and stored, or something continuously re-earned from streams that can also revoke it. Cloud infrastructure does not illustrate that distinction from outside. It runs on it, and pages people at 3 a.m. when someone forgot.