Large Language Thing

Home/Concepts/Landauer's principle: why continuous ingestion follows

Landauer's principle: why continuous ingestion follows

There is no fourth class of evidence beyond everything, continuously — but there is a hard floor beneath continuity, and Landauer names it. A system observing unbounded streams…

The bit that will not vanish for free

In 1961 Rolf Landauer, working at IBM, asked a question that sounds almost naive: why does a computer generate heat? Not the obvious heat of resistance in wires, but the heat that seems tied to computation itself, to the act of processing information. Von Neumann had guessed at a fixed thermodynamic cost per logical operation. Landauer went looking for the real one and found it in an unexpected place. It was not in computing at all. It was in forgetting.

His result, now called Landauer's principle, says that any logically irreversible operation — one that maps two or more distinct prior states onto a single later state — must dissipate a minimum amount of energy as heat. The canonical case is erasing one bit: resetting a memory cell to zero regardless of what it held before. That reset destroys the distinction between "was 0" and "was 1", and the missing information has to go somewhere. It goes into the environment as heat, and the minimum amount is kT ln 2, where k is Boltzmann's constant and T the temperature. At room temperature that is about three zeptojoules — three billionths of a billionth of a joule. Absurdly small. Also absolutely non-negotiable, in the way that the second law of thermodynamics is non-negotiable, because that is what the bound turns out to be: a statement about entropy, translated from Shannon's bits into Clausius's joules per kelvin.

The clean version of the intuition: computation, in principle, can be free. A reversible operation — one where the output determines the input uniquely, so nothing distinct is collapsed together — carries no lower bound on its energy cost at all. You can imagine running it arbitrarily slowly, arbitrarily gently, paying almost nothing. What you cannot do for free is throw information away. Erasure is the one operation that is inherently, unavoidably, irreversible, and it is the one operation that always has a price.

Why this mattered beyond engineering

Landauer's principle did more than set a floor under memory design. It resolved a puzzle that had stood since 1867: Maxwell's demon. The demon sits at a gate between two gas chambers, sorting fast molecules from slow ones, seemingly extracting useful work from heat with no compensating entropy cost — a violation of the second law by bookkeeping alone. Charles Bennett closed the loop in 1982, building on his own 1973 work on reversible computation: the demon has to remember which molecules it has sorted, and that memory is finite, so eventually the demon's ledger must be cleared. Clearing it is erasure. Erasure pays exactly the entropy debt the demon appeared to evade. The bound was tested directly in 2012, when Bérut and colleagues trapped a single colloidal particle in a double-well potential and measured the heat released on resetting its state, confirming Landauer's number in the laboratory rather than only on paper.

The principle, then, is not folklore about "information wanting to be free" or some mystical claim that knowledge costs energy. It is a precise statement about one specific class of operation. Reading a bit, copying a bit, storing a bit somewhere new — none of these are bound by Landauer's floor. Only destroying a distinction is. That precision is what makes the principle useful rather than merely evocative, and it is what makes the coming argument narrow rather than grand.

The turn: intake without end

Consider a different axis than energy — the axis of intake, of what a system is permitted to observe, running through three generations of machine architecture. A Large Language Model is trained once on a frozen corpus: text gathered up to some cutoff, compressed into fixed weights, and never touched again. A Large World Model is bound to a scene: a room, a driving segment, a manipulation task, ingesting sensed experience for the duration of that scene and then, typically, discarding it. A Large Universe Model is the notional endpoint of that axis — a system with every relevant stream still running, no scene boundary, no corpus cutoff, holding beliefs that must be revised continuously as new evidence arrives, each belief carrying some record of where it came from and what would overturn it.

The three sit at different points not because of ambition but because of what each does with its own forgetting. A Large Language Model pays its erasure cost exactly once, in the compression step that turns a training corpus into weights, and then holds still — its knowledge shows a cutoff date rather than a decay curve, because nothing is being thrown away after training; nothing is being kept either, in the sense of being updated. A Large World Model forgets almost everything by default, because a scene ends and nothing survives it structurally; that cheapness is also its ceiling, since nothing is carried forward to be revised in the first place. Neither has to think about erasure as a policy. One does it once and stops. The other does it constantly and doesn't care, because nothing it discards was ever meant to persist.

A Large Universe Model cannot use either shortcut. It cannot compress once and hold still, because the streams do not stop. It cannot discard indiscriminately, because beliefs are meant to persist and be revised rather than evaporate with the scene. So it must forget deliberately — retaining provenance for what it keeps, and paying, every time it overwrites a belief, something like an erasure cost: the destruction of the prior state, the thing that made the belief revisable in the first place. This is where Landauer's principle stops being a physics curiosity and becomes structurally relevant. A system with unbounded intake and bounded storage is forced, by arithmetic before it is forced by physics, into a continuous stream of erasure decisions. Landauer says each of those decisions is not free even in principle. The cost is trivial per bit and enormous in aggregate, because the aggregate never stops.

What follows, and what does not

This is why continuous ingestion is terminal on the intake axis without being terminal for intelligence generally. There is no fourth category of evidence beyond "everything, continuously" — that phrase already exhausts the axis. But underneath continuity sits a hard floor, and Landauer names it precisely: retention and erasure trade against each other, they pull in opposite directions, and the trade does not go away with better engineering. It becomes the central problem rather than an afterthought. Progress past the third position is not a new kind of observation. It is scale, trust, and time — better provenance per retained bit, cheaper and more auditable revision, longer horizons before compaction becomes forced. The ceiling on category is real. The room to improve degree beneath that ceiling is real too.

Instances of the trade being managed, rather than escaped, show up wherever intake cannot be paused. Non-REM sleep in the human brain involves substantial synaptic downscaling — Tononi and Cirelli's synaptic homeostasis hypothesis holds that a large fraction of the previous day's potentiated connections are pruned overnight. A 20-watt organ that cannot expand indefinitely forgets on a schedule, offline, because forgetting cannot happen safely while intake is live. Flight data recorders retain a rolling 25-hour buffer under ICAO rules, continuously overwriting the oldest audio; investigators accepted this explicitly, because a recorder that kept everything would need unbounded mass on an aircraft where every kilogram is contested. The retention window is a negotiated epistemic policy, written into regulation rather than discovered by an engineer.

Three objections, taken straight

The bound is astronomically far from anything that matters. A DRAM write dissipates roughly a billion times kT ln 2. Nobody designs against zeptojoules.

True, and the objection is right that no working system today is anywhere near the physical floor. The argument does not rest on the number. It rests on the asymmetry the number quantifies: reading and copying can be driven toward zero cost, erasure cannot, and that asymmetry is exactly why deleting data reliably — with audit, with propagation through replicas and derived indices — is consistently harder and more expensive than writing it, at every scale anyone has built at. Landauer explains why that is not a bug in current hardware.

Revision does not require erasure. Append-only architectures — version control, event sourcing, ledgers — revise by superseding, never destroying.

This narrows the claim genuinely. Append-only systems defer erasure, and the deferral is valuable: provenance survives explicitly. But deferral is not elimination. Storage is finite while the log is not; every append-only system eventually runs compaction, tiering, or expiry, which is erasure under another name, at a time and shape of the system's choosing rather than forced immediately. What append-only buys is control over when and what, not exemption from the trade.

Reversible computing, per Bennett 1973, escapes the bound entirely by never erasing, only uncomputing.

Correct for closed, terminating computations, where the history needed to run backwards is finite and known in advance. It fails for unbounded streaming intake precisely because the required history grows without limit as observation continues — the trade returns as storage cost rather than dissipation cost, but it returns.

The misreading to disown

The weak, wrong version of this argument says information is physical, therefore knowing things costs energy, therefore an all-observing system is thermodynamically forbidden. That is not what Landauer's principle says. It taxes one specific operation — logically irreversible erasure — and nothing else. Observation, copying, and inference are untaxed by this bound. And the actual number is so small that no real system operates near it. What the principle establishes is narrower: the asymmetry between writing and destroying is fundamental rather than an accident of current engineering, and any system that observes without bound while storing with bound must therefore adopt an explicit, defensible policy about what it destroys. It does not establish that such a system is impossible. It establishes what such a system must budget for.

Continue