01
The plan under review
A Thursday patch for an ambient clinical-note product after one managed-LLM stream hung until a 15-minute watchdog kill, leaving no clinical_notes row and a provider-facing "Note pending..." state forever. Proposed directions: progressive per-encounter transparency (A), a per-request pre-flight model probe and circuit breaker (B), one task per encounter with an 8-minute hard stop (C), and durable pre-attempt state with poison classification (D). The author's preferred shape was D+C+A; the review tested whether it deserved to ship under deadline.
Scenario context38 encounter recordings at one clinic; 14 outpatient clinics on the product; unrelated billing sync shared the constrained queue namespace; ~8 minutes of clinician tolerance before manual charting.Figures as stated in the reviewed plan — no inferred savings.
02
What changed before ship
Aggregate batch progress
→
Per-encounter states with terminal, actionable clinician outcomes; no partial prose presented as a usable note
Active per-request probe
→
Passive provider/fleet breaker with hysteresis; no probe competing with real work
Durable state as a bare attempt row
→
Committed claim + lease expiry + reaper + error classification + observable lost state
Isolation justified partly as PHI blast-radius reduction
→
Isolation justified honestly as operational failure isolation; shared security controls remain unchanged
Shape-based poison circuit after two hangs
→
Exact-request fingerprint, repeated-failure threshold, and fleet-health gate
Provider idempotency as correctness
→
Provider idempotency as cost control; database uniqueness and lease epoch remain authoritative
'Note pending...' forever
→
Explicit generating, delayed, retrying, failed, manual-charting, and completed states with minimum display durations
04
Decision
Validated planUnanimous
Durable pre-attempt state, per-encounter isolation, actionable clinician status, and fenced publication ship together; active probes do not.
Conditional GO for the patch: the author's D+C+A shape ships hardened; the pre-flight probe is dead; three preserved thresholds are recorded as boundaries, not settled.
Condition: The stalling-endpoint test is a hard release gate; durable pre-attempt state, per-encounter isolation, clinician status, and fenced publication ship together — active probes do not.