May 20, 2026 · 9 min read

The Belief-State Object

Compressed Medicine · 7. The Belief-State Object

By Sunny Harris, MD

A 56-year-old man comes to the ED with chest pain. The workup arrives gradually. ECG shows ST-segment changes that could be ischemic or could be baseline. The first troponin is pending. The patient has a moderate Wells score and a clear pleuritic component to the pain. The senior resident running the case is asked, twenty minutes in, "what's the DDx?"

The resident writes on the board: "ACS, PE, GERD, anxiety, MSK."

That is the list. It is what goes into the chart, into the handoff, into the consult question to cardiology. But it is not what the resident is actually holding in mind. What the resident is holding is closer to this.

ACS is the working diagnosis, with probability around 40 percent, dependent on the ST changes being real and the troponin to follow; if the first troponin is flat the resident will drop ACS to 15 percent, and if it is up the resident will activate the cath lab; the action threshold for ACS is already crossed because the team is treating empirically with aspirin and a heparin drip pending the next biomarker.

PE sits at perhaps 25 percent on the basis of the pleuritic pain, the moderate Wells score, and a postpartum hospitalization three weeks ago that nobody has asked about yet; the action threshold for PE is crossed at any probability above 15 percent in this configuration because the cost of missing it is high and the test is available; the resident has already mentally committed to a CTA if the first troponin is flat.

GERD is around 15 percent on the basis of the patient's description of "burning" quality and the absence of exertional component; this is the diagnosis the resident will lean into if both ACS and PE are negative, because the response to a GI cocktail will be quick and confirmatory.

Anxiety sits at 10 percent and is a diagnosis of exclusion in this configuration; the resident has noted it but is not committing to it until the high-stakes alternatives are excluded.

MSK pain is at 5 percent, would shift up if the exam reproduced the pain on palpation, and is the working frame only if everything else returns negative.

That is the DDx the resident is actually working with. The five names on the board are the surface compression of an object with eight times the structure. The compression is what the rest of the world reads. The structured object is what the reasoning runs on.

The principle

A differential diagnosis is a structured representation of competing latent states. It is not a ranked list of names.

Each hypothesis-component carries:

Eight fields per hypothesis. Five hypotheses on a typical chest-pain board. Forty pieces of structured information that the senior resident is holding in working memory, updating each time a result returns, and using to decide what to do next.

The list of names is what fits on a handoff. The structured object is what the reasoning actually runs on.

Why the ranked list fails

The ranked list is a compression of the structured object that throws away most of what makes it useful.

"PE: 5 percent" treats one hypothesis as a single number. The number does not say what is supporting that probability, what would shift it, whether the action threshold has been crossed regardless of the probability, or what disposition follows from the probability being right. Two clinicians can both write "PE: 5 percent" and have entirely different operational pictures: one has ruled it out for the workup, the other is about to order a CTA because the cost of missing it dominates the probability.

"ACS, PE, GERD, anxiety" treats the DDx as a set of strings. The strings tell the receiver what the clinician thinks is on the list. They do not tell the receiver which are active, which are excluded, which are above action threshold, which are awaiting evidence, which would shift if the next test returns negative.

A ranked DDx is the same compression failure as "patient is stable." It compresses an action-driving object into a token the receiver has to back-build. If the receiver shares the sender's full mental model (the codec is perfectly aligned), the compression works. If the receiver does not (the typical case across shifts, services, and AI), the compression strips out the very fields that would have made the message safe.

What was actually being compressed all along

Parts 1 through 6 of this series talked about compression. They did not specify what was being compressed. The honest answer, hidden until now, is the structured belief state.

When a senior resident hands off "Mr. J, low-risk chest pain, stable, plan obs overnight" the resident is compressing forty pieces of structured information into eight words. The compression works (when it does) because the receiver decompresses those eight words back into a structured belief state of their own, mostly aligned with the sender's, on the strength of shared training and shared context.

When the same resident teaches an intern "you do not restart beta-blockade until the diuresis is complete," the teaching is updating the intern's structured belief state (specifically, the trajectory field and the action threshold field for the heart failure component) so that the intern's mental DDx for the next HF patient will carry the same structure the resident's does.

When an attending says "I am worried about PE," they are naming a hypothesis-component whose action threshold has been crossed even though the probability is low. The compressed message ("worried about PE") would be useless to a receiver who only had the probability number; it is meaningful because the listener decompresses "worried" as "above action threshold, cost-of-miss dominates."

Clinical communication works through compression. The thing being compressed is the structured belief state.

What training builds

Medical training is partly knowledge acquisition. The novice does not know what ACS, PE, GERD, anxiety, and MSK pain are. By the end of medical school, they do.

But the gap between a medical student and a senior resident is mostly not knowledge. The medical student can write the same five-item list. They can probably even attach probabilities to each item. What they cannot do is hold the structured belief state behind each component. The evidence dependencies, the action thresholds, the danger weighting, the trajectory predictions: those are what residency builds, slowly, through repeated case exposure and feedback.

The expert clinician is not someone with a longer list of diagnoses. They are someone whose DDx for any given presentation carries more structure per component. Their PE hypothesis has more evidence dependencies attached, a sharper action threshold, a more specific trajectory prediction, and a better-calibrated danger weighting than the trainee's PE hypothesis. The list looks the same. The object behind it is denser.

This is what makes clinical expertise hard to articulate. The expert can show the list. They cannot fully show the structured object behind the list, because the object lives in implicit weights and habits that took ten thousand hours to install.

Each agent holds their own

The structured belief state is not a single object the team shares. It is a separate object in each agent's head: one in the senior resident's, one in the night hospitalist's, one in the consulting cardiologist's, one in the patient's family's understanding of what is happening, one in the AI's representation if a system is involved. Each of those structured belief states has its own per-component fields, its own evidence dependencies, its own action thresholds. They may differ on any of them.

The compression operations covered in Parts 2 through 6 are how those separate structured belief states get exchanged. The compression depends on the sender's belief state, the function the message is performing, and the receiver's architecture and prior belief state. The shared-codec assumption that lets a four-word handoff work between two senior residents is the assumption that the receiver's structured belief state is shaped similarly enough to the sender's that the compressed message decompresses into a near-aligned object. When the codec is not shared, the compression succeeds at the token level and fails at the belief-state level. Same words, different objects.

This is the substrate the divergence failure in Part 8 sits on. Two agents can hold structured belief states that differ on the fields that drive action while sharing the words on the surface; the failure is invisible at the surface and consequential underneath.

What clinical AI has to do

A clinical AI system that returns a ranked DDx is producing the same surface artifact a medical student would produce. The artifact may be more accurate (the probabilities might be better calibrated, the list might cover more rare diagnoses), but it is the same shape of output: a list of names, optionally with numbers, with the structured object behind each name absent.

A clinical AI system that does better has to maintain the structured belief state explicitly. For each hypothesis-component it carries, it has to track the evidence dependencies, the action threshold, the predicted trajectory, the danger if missed, the disposition implication. It has to update those fields as new signal arrives. It has to expose them when the clinician needs to inspect or contest them.

This is the substrate the back half of the series rests on. Part 8 (The Divergence Failure) is about two agents whose structured belief states have silently diverged. Part 9 (The Defense Architecture) is about how clinical AI should help maintain shared structured belief states across the team. Part 10 (The Temporal Loop) is about how the structured belief state evolves across pre-event training, runtime synchronization, and post-event update. Part 11 (The Irreversible-Action Check) is about exposing the structured belief state at the moment of consequential action.

None of those work if the object being verified, aligned, or exposed is a ranked list. The whole back half assumes the system is reasoning over the structured object and not over the surface compression.

At the bedside

The senior resident at the chest-pain board has the structured belief state. The resident compresses it into "ACS, PE, GERD, anxiety, MSK" for the chart, into "worried about PE" for the consult, into a one-line plan for the attending, and into a four-sentence handoff at sign-out. Each compression is fit to its function. Each one decompresses back into something close to the original structured object, in the head of a receiver who shares enough of the resident's training to do the decompression correctly.

A clinical AI that helps the resident has to hold the same structured object. Not because the AI is going to outperform the resident on the board. Because the AI is the only agent in the room with the capacity to keep the structured belief state inspectable, comparable across team members, updateable continuously as new signal arrives, and queryable at the action-changing moments. Holding the object is the prerequisite for everything the back half of this series argues clinical AI should do.

The next move is to show what goes wrong when two agents hold structured belief states that have silently diverged. That is Part 8.


Compressed Medicine · Preface · 1. The Compression Substrate · 2. The Function of the Message · 3. The Highest Accurate Abstraction · 4. The Decompression Order · 5. The Minimum Sufficient Message · 6. The Grounding Constraint · 7. The Belief-State Object · 8. The Same Wall · 9. The Defense Architecture · 10. The Temporal Loop · 11. The Irreversible-Action Check