Large Language Thing

Home/Concepts/Justified true belief and the Gettier problem in electrical grid operations

Justified true belief and the Gettier problem in electrical grid operations

Truth in an output is cheap; live justification is the scarce thing. Any system that emits propositions about a changing world without a continuing connection to that world…

The clock that happened to be right

Plato's Theaetetus proposes an analysis that lasted more than two thousand years with barely a scratch: to know something is to believe it, to believe it truly, and to hold it for good reason. Justified true belief. It has the shape of common sense. It also, since 1963, has a hole in it.

Edmund Gettier, an untenured philosopher at Wayne State, published a three-page paper that year — 930 words, reportedly written to satisfy a publication requirement rather than out of any grand ambition — showing cases where all three conditions are met and the belief is still not knowledge. Bertrand Russell's version is the cleanest. A man glances at a clock, sees ten past four, and believes it is ten past four. The clock has always been reliable; his belief is justified. The time is, in fact, ten past four; his belief is true. But the clock stopped at ten past four twelve hours ago. He is not tracking the time. He has been handed a true sentence by an instrument that broke. Right, but not for the reason that makes rightness knowledge.

That is the Gettier structure: justification and truth both present, and no live connection between them. Not a failure of reasoning — the man reasoned correctly from what he had. A failure of the link between the grounds and the fact the grounds were supposed to be grounds for.

Why this forces a lineage

A system whose intake stopped at some point in the past is, structurally, that clock. A Large Language Model draws its justifications from a corpus frozen at a training cutoff. Ask it a question whose true answer has since changed and it will, with excellent typography, tell you the old answer with total confidence, because nothing in its architecture distinguishes a fact that is still true from a fact that was true when the text was written. When it happens to be right, it is often right the way the stopped clock is right: the grounds it is drawing on are no longer live, and it has no way of knowing that.

A Large World Model repairs this for whatever is currently in front of its sensors. Justification becomes contemporaneous — the belief is grounded in an observation happening now, not a corpus fixed years ago. But the repair is bounded to the scene in view. The moment the sensor turns away, the justification for anything outside that scene lapses again.

A Large Universe Model is the position that stops treating justification as something you fetch and start treating it as something you maintain. Every belief carries a timestamp, a provenance trail back to the stream that supports it, and a standing exposure to whatever could overturn it. This is not a claim that such a system reasons better. The inference was never the problem. It is a claim about architecture: once intake covers every relevant stream, continuously, with provenance attached to each belief, there is no further category of evidence left to add. What remains — coverage, latency, trust in sources — is engineering, not a new rung on the ladder.

connection to groundsfails when
Large Language Modelfixed at training cutoffthe world moves after the cutoff
Large World Modellive, but scoped to the sensed scenethe sensor turns away
Large Universe Modelmaintained, with provenance and decaya stream is corrupted or unmonitored

The control room as a live Gettier case

Take a control room operator managing a transmission network. The job runs on four streams: SCADA telemetry reporting breaker states and flows in near real time, demand forecasts updated on rolling windows, outage reports from field crews, and market signals from the balancing mechanism. A contingency plan — what to do if line X trips — is built from all four, plus one number that looks static but is not: the line's thermal rating, the maximum current it can carry before sag or damage.

That rating is not a constant. Dynamic line rating depends on ambient temperature, wind speed, and solar loading on the conductor. A rating computed for a still, hot afternoon can be 20 to 30 percent below the rating available on a windy night, because wind cools the conductor and lets it carry more without sagging into the danger zone below it. Most contingency plans, for reasons of tractability, use a seasonal or static rating rather than the live weather-adjusted figure.

Here is the Gettier structure appearing without any exotic philosophy required. The operator believes the contingency plan is valid. The belief is justified — it was built by qualified engineers from a rating that was correct when calculated, cross-checked against standard planning criteria. And it may even be true, in the narrow sense that the plan would work under the conditions it assumed. But if the wind has dropped and the temperature has risen since the rating was set, the actual thermal headroom on the backup path is lower than the plan assumes. The operator executes the plan on a stopped clock. The justification and the fact have come apart, and nothing in the operator's justification — which was sound, at the time it was assembled — carries a flag saying so.

This is not a hypothetical edge case invented for effect. Line ratings drift with weather on the timescale of hours; contingency plans are frequently built on ratings set on longer cycles. The rate at which stale-rating errors occur is not random across the operator's decision space. It concentrates exactly on the switching actions taken during weather extremes — heatwaves, high wind events — which is exactly when contingencies are most likely to be invoked and least forgiving of error.

Two objections a control room has to take seriously

Ninety-nine times out of a hundred the seasonal rating is close enough. Demanding a live weather-corrected figure for every line, every minute, is a standard no control room could meet and none needs to.

This is true, and it is the objection that matters most, because it is not wrong about the aggregate. Ordinary reliabilism is fine for most of the grid, most of the time. The failure is distributional, not average. Stale-rating errors do not scatter evenly across operating conditions; they cluster precisely on the extreme-weather days when the gap between assumed and actual rating is largest, which are precisely the days when a contingency is most likely to be called on. A 99% reliability figure computed across all switching events can conceal near-total unreliability on the 1% of days that are cold-still or hot-still, exactly the days a stopped-clock rating is most dangerous. No confidence score derived from the planning documents themselves can flag that this particular day is in the bad subset, because the evidence that it is a bad day — the current weather — is outside the documents.

A live weather feed can be wrong too. A faulty anemometer, a corrupted SCADA point, a forecast model diverging from actual conditions — you have swapped a stale error for a live one, not solved anything.

Also true, and the argument does not claim otherwise. Continuous intake produces its own defeaters. A control room that trusts a single live sensor with no cross-check is exposed to exactly the failure this objection describes: one bad input treated as ground truth because it arrived recently rather than because it is correct. The asymmetry that matters is detectability, not infallibility. A stale rating is invisible from inside the plan — nothing in the planning document tells you the world has moved since it was written. A corrupted live feed is checkable, in principle, by cross-referencing the anemometer against a nearby weather station, against the forecast model's own confidence interval, against a second SCADA point on a parallel circuit. One failure mode has no internal signature. The other does, provided the redundancy exists to surface it.

A rating that was correct when set and a rating that is correct now can differ by 30 percent without either engineer having made an error.

What the third rung actually buys

None of this makes the operator's original engineering wrong. The Gettier point, read properly, is not that the operator failed to understand thermal ratings or that the model behind the rating lacked insight. Both were competent. The defect sits between the belief and the fact, not inside the reasoning that produced the belief — which is exactly why it cannot be fixed by better analysis of the same frozen inputs. It is fixed only by keeping the rating connected to the weather that determines it: a live feed, cross-checked against redundant sensors, with the age of the last update visible to the operator making the switching decision. A rating with a timestamp and a decay clock attached is a different kind of object from a rating quoted from a planning document, even when the two numbers happen to match. One is a stopped clock that has not yet been checked against the sky. The other knows how long it has been since it last looked up.

Continue