The Temporal Loop
Compressed Medicine · 10. The Temporal Loop
A hospitalist's Tuesday. At 06:30 the hospitalist takes night-team handoff on twelve patients, walking in with five years of internal medicine training already installed (this is pre-event alignment) while the handoff itself is runtime synchronization between the outgoing and incoming teams. At 09:15 there is a call to cardiology for an opinion on Mr. F (more synchronization). At 11:40 the GI fellow comes by to walk through the decision tree on Mrs. P's bleed (synchronization across services). At 14:00 the hospitalist sees a patient back in clinic who bounced back to the ED last weekend after a signed-off discharge; the bounce-back note gets read, the patient's daughter is called to clarify what happened, and a personal note is added to the chart about discharge-readiness reassessment for similar cases (post-event update). At 18:30 the night team takes handoff on twelve patients, including two new bouncebacks on the floor (more synchronization).
In one shift, all three temporal layers of belief-state alignment ran. The training carried over from the previous decade and made everything else faster to decompress. The handoffs, consults, and tableside discussions kept the team's structured belief states aligned during the shift. The bounceback review updated the hospitalist's own model for the next time. None of these layers were optional. Each one fixed a class of divergence the others could not.
The principle
Clinical AI should support belief-state alignment across time, not just during one isolated encounter. Three temporal layers, each with a distinct job.
Pre-event alignment. Before the team meets a specific patient, the team's structured belief states have to share the same shape. Compression operations require a shared codec, and the codec has to be installed before the message arrives.
Runtime synchronization. During the encounter, agents continuously compare their structured belief states against each other and against incoming signal, surfacing divergence at the moments where it would change action.
Post-event update. After the encounter, outcomes feed back into the team's structured belief states so the next case is handled with a better-calibrated model.
The three layers compound. Pre-event alignment makes runtime synchronization cheap (a shared codec means messages compress and decompress reliably). Runtime synchronization makes post-event update possible (the team that detected divergence at runtime has a concrete event to learn from). Post-event update strengthens pre-event alignment (the next case starts with a better codec). The architecture is a loop; clinical AI should help close every leg.
Before the event: alignment
Medicine has been doing pre-event alignment for a century. Medical school, residency, fellowship, board certification, illness scripts, guidelines, order sets, professional vocabulary, attending feedback, simulation training, periodic CME. Each is infrastructure that aligns the codec a clinician brings to the next patient.
What makes this layer work is that it happens in advance of any specific case. A hospitalist starting an overnight shift carries an installed codec for sepsis recognition, an installed codec for chest pain triage, an installed codec for handoff conventions. None of those codecs is built during the shift. They are loaded from prior training. The runtime work of the shift is faster and safer because of that prior load.
Clinical AI extends this layer in ways the existing infrastructure cannot reach. Embedded clinical schemas: the system's representation of disease, syndrome, complaint-pattern, and observation is structured to match the human codec the clinician was trained on. Simulator training: AI-driven case simulators expose trainees to a calibrated distribution of presentations, surfacing the discriminating features and the action thresholds that case experience alone takes years to instill. Calibrated examples: the system can present the same structured belief state at different levels of evidence, so the clinician learns where the action threshold actually sits across the spectrum.
The pre-event layer's failure mode is staleness. Codecs that were installed during training have to keep being updated as evidence accumulates, as guidelines change, as the patient population shifts. The runtime layer cannot fix a stale codec; it can only flag the consequences of one. Pre-event alignment has to be continuous as well as foundational.
During the event: synchronization
The runtime layer is where the rest of the series has spent most of its attention. The Connection named the verification architecture (signal meets explicit state across four channels). The Same Wall named the three substrate-independent failure modes of runtime synchronization (asymmetric updating, silent reconstruction, shared vocabulary with divergent state). Quiet Verification and Quiet Acquisition together cover the friction discipline for verification and acquisition at the runtime layer.
Each of those companions is an instance of the same operation: detecting divergence between the structured belief states of two or more agents and surfacing it before action commits. Handoffs do this. Consults do this. Tableside discussions do this. Read-back protocols, action-precondition gates, and structured contradiction detection do this. Clinical AI's role at the runtime layer is to make the synchronization happen continuously and at low friction, surfacing divergence only where it crosses the action-relevance threshold.
The runtime layer has been the dominant focus of clinical AI work in the last two years (ambient scribes, In Basket drafts, copilots, dashboards). What this essay adds is that the runtime layer is one of three, and that runtime synchronization without pre-event alignment and post-event update is not the full architecture.
After the event: update
The post-event layer is where most clinical AI products currently do nothing. The chart records the case. The outcome eventually returns. Whether the team's structured belief state for "decompensated heart failure with new oxygen requirement" gets refined by the outcome is left to chance, to individual reflection, or to occasional M&M conferences.
Medicine does post-event update partially. Outcomes feedback to attendings through the morbidity and mortality process, sometimes; bouncebacks feedback to the discharging team, sometimes; long-term outcomes feedback to primary care, sometimes. The feedback is high-fidelity when it happens (a bounceback that catches a missed diagnosis updates the discharging clinician's structured belief state for that presentation immediately and durably) but it is uneven, lagged by weeks to months, and selective.
Clinical AI is positioned to do post-event update continuously and at scale. The system has access to the outcome the clinician may never see (the lab result that came back after discharge, the next-encounter diagnosis, the readmission, the long-term trajectory). The system can:
- Track predicted-versus-observed trajectory at the case level and surface deviations
- Maintain calibration on probability estimates as outcomes accrue (the clinician who calls a case "low-risk" can be told, over time, how often "low-risk" in their hands actually turned out low-risk)
- Update the team's structured belief states based on what actually happened, not just what was charted
- Surface the bouncebacks, missed diagnoses, and surprise outcomes that would otherwise stay invisible to the clinicians who created them
- Run outcome-linked model and user learning continuously rather than waiting for M&M
The post-event layer is the loop closer. Without it, runtime synchronization keeps catching the same classes of divergence over and over because the underlying codec never updates. With it, every case is training data for the next.
How the loops compound
The three temporal layers are not independent. Pre-event alignment makes runtime synchronization cheap; runtime synchronization makes post-event update possible; post-event update strengthens pre-event alignment for the next case. A clinical AI system that implements only one layer is missing the compounding effect.
A system that runs runtime synchronization without pre-event alignment fights a stale codec every shift. A system that runs runtime synchronization without post-event update keeps surfacing the same divergences indefinitely because the underlying training never improves. A system that runs pre-event alignment and post-event update without runtime synchronization improves the codec slowly but does not catch divergence in time to act on it. All three are needed; the architecture is a loop, not a list.
This is also where clinical AI's advantage over individual human cognition is largest. A single clinician cannot maintain perfect pre-event alignment across the breadth of conditions they see, cannot run synchronization across all team members continuously, and cannot track outcomes across every patient they touch. A clinical AI system that holds the structured belief state across the team can, in principle, do all three at scale, with the friction-engineered surfaces the runtime companions established.
At the bedside
The hospitalist on Tuesday closed three loops in one shift. The handoffs synchronized the hospitalist's belief state with the night team's. The consults synchronized it with the specialists'. The bounceback review updated it for next week. The training the hospitalist carried in made all of it possible.
A clinical AI that helps the hospitalist tomorrow has to operate at the same three layers. Pre-event: maintain the embedded clinical schemas the hospitalist's decisions decompress against, and update them as the evidence base changes. Runtime: synchronize the hospitalist's structured belief state with the team's, with the AI's, and against the incoming signal, surfacing divergence at action-changing moments. Post-event: feed the outcomes back into the team's codec and into the system's own calibration, so the next Tuesday starts with a better alignment than this one.
The last move closes the curriculum. Part 11 names what all of this is for: the moment before irreversible action, when belief-state coordination has to be exposed and corrected if it is going to be corrected at all.
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