Medicine's Crisis Is Not Ignorance. It Is Ineptitude.
Atul Gawande's framework for human failure explains why obstetric emergencies are lost to execution, not knowledge. The fix is a systems problem, not a training problem.
Listen to this post
Medicine's Crisis Is Not Ignorance. It Is Ineptitude.
On this page5 sections
The fetal heart rate dropped into the 70s at 2:14 in the morning.
By 2:16 I called it. Category III tracing. We deliver now.
The clock was already running. Thirty minutes, decision to incision, is the standard for an emergency cesarean. Anesthesia has to be paged and in the room. The OR team has to be pulled from wherever they are. Blood bank needs a type and screen already resulted, not just ordered. Someone has to get consent from a frightened partner in a hallway. The neonatal team has to be standing at the warmer before the drape goes up.
None of that requires a discovery. It requires roughly a dozen things happening in the right order inside thirty minutes.
That is not a knowledge problem. That is a coordination problem.
The Two Reasons We Fail
Atul Gawande opens The Checklist Manifesto with a question that has stayed with me since residency. Why do we fail at the things we set out to do?
The answer he borrows traces back to two philosophers, Samuel Gorovitz and Alastair MacIntyre, writing in the 1970s. They named two reasons a trained professional fails at something within their control.
The first is ignorance. Science has not yet handed us the answer.
The second is ineptitude. The answer already exists. We fail to apply it.
Those are two different diseases. They need two different treatments, and medicine has spent most of its history confusing them.
Heart Attacks Learned This Lesson First
For nearly all of medical history, heart disease sat in the ignorance column.
Before the 1960s, we had no functioning treatment for high blood pressure. We did not understand the roles of cholesterol, genetics, or diabetes. A patient having a heart attack got morphine, oxygen, and weeks of bed rest, and then everyone waited to see if he survived it as a cardiac cripple.
That patient was not failed by incompetence. Medicine simply did not know.
Today the ignorance is largely gone. We have statins, antihypertensives, clot-busting drugs, cardiac catheterization, and bypass surgery. What replaced ignorance was not certainty. It was complexity.
The evidence says a blocked coronary artery should be opened within ninety minutes of a patient walking into the emergency department. Everything has to happen inside that window: testing, diagnosis, consent, an allergy check, a ready catheterization lab, transport, the procedure itself.
The average American hospital manages it less than half the time.
That is not ignorance. That is ineptitude, and it is a much harder problem to see coming, because it hides behind the appearance of adequate knowledge.
Obstetrics Has Its Own Ninety Minutes
I do not need to borrow cardiology’s example. Obstetrics has the same disease.
A postpartum hemorrhage bundle requires recognition of blood loss, a weighted estimate rather than a guess, escalating medication in the correct sequence, a massive transfusion protocol activated before the patient decompensates, and a surgical team ready if uterotonics fail. Severe preeclampsia requires magnesium sulfate started promptly and blood pressure controlled within the hour, not the shift. An emergency cesarean has its own thirty-minute clock, and that clock does not care how good the obstetrician’s judgment is if the blood bank is slow or the OR is occupied.
None of this is exotic knowledge. It is first-year fellowship material.
Gawande cites the studies that make this a specialty-wide problem rather than a cardiology problem: roughly 30 percent of stroke patients receive incomplete care, 45 percent of asthma patients receive inappropriate care, 60 percent of pneumonia patients receive inappropriate care. Getting every step right, in order, under pressure, is proving brutally hard even when every clinician in the room already knows the steps.
Ineptitude Is a Systems Word, Not a Character Word
The word ineptitude sounds like an insult. That is the trap.
Ineptitude, in Gorovitz and MacIntyre’s sense, is not a verdict on the clinician. It describes the gap between what a profession knows and what a specific team, in a specific room, under specific time pressure, actually delivers. I think of it as a distribution problem: the knowledge exists somewhere in the system. It has not been distributed reliably to the point of care, at the moment of need, in the right sequence.
Blaming the physician for that gap is like blaming a function for a bug in the code that calls it. The knowledge was correct. The orchestration failed.
That reframe matters because it changes what you build. If the problem is ignorance, you fund more research. If the problem is ineptitude, you fund better architecture.
A Checklist Is Software That Runs on People
This is where the physician-developer in me stops reading Gawande as a patient safety writer and starts reading him as a systems designer.
A checklist is deterministic logic. It specifies required inputs, a fixed order of operations, and a verification step before the next action fires. That is a function signature. It is software, except the runtime is a labor and delivery unit at 2 a.m. instead of a server.
The reason a good checklist works is the same reason a good API works. It does not trust memory under load. It does not assume the last person did their part correctly. It forces an explicit checkpoint before the process is allowed to continue.
Every physician-developer building clinical tools should treat protocol design with that same discipline. An order set that lets a nurse proceed without a resulted type and screen is a workflow with no error handling. A hemorrhage bundle without a hard time-stamped escalation trigger is a function with no timeout. The human checkpoint, the deliberate pause where a person has to confirm a step before the system moves forward, is not a limitation on the software. It is the feature that keeps ineptitude from becoming the default outcome of a busy night.
We already know how to eliminate ignorance. We publish it. The harder discipline is building the systems that make sure the knowledge arrives, in order, before the clock runs out.
The chart already holds the knowledge that would have saved that patient. What it does not hold is the thirty minutes back. Build for the clock, not just the diagnosis.