Skip to content
writing

The Decision You Didn't Log

Architecture Decision Records for choices whose reasoning would otherwise survive only in memory.

GovernanceHypothesisLast tended · 2026-07-25

Confidence: hypothesis. The failure modes below are drawn from published engineering writing and widely reported industry patterns, not firsthand deployment. The buildable pattern at the end is unbuilt: I have not shipped it. Argue with it.

Every engineering org has inherited a system where a core choice (why this data model, why this timeout value, why this vendor over the obvious alternative) has no answer beyond “someone decided that a while ago.” The person who decided is gone, or doesn't remember, or remembers a version that doesn't quite match what the code actually does. Nobody thinks this is a good state of affairs. Almost everyone works inside a system that's in it anyway, because writing the decision down felt like overhead at the moment it was cheapest to write down, and expensive to reconstruct at every moment after.

Clinical trial design has the same failure mode, at much higher stakes, and a regulatory culture that pushes hard on capturing what was decided, even when the why still too often survives only in memory.

The clinical why

A study's design is a sequence of contested choices: this endpoint over that one, this comparator, this population, this duration, each argued from real trade-offs by people who disagreed. The decision that gets made is only half the record. The reasoning, the alternatives seriously considered, and who argued for what: that's the half that actually matters when the choice gets questioned later, and in a regulated trial, it always eventually gets questioned: by a monitor, by a regulator, by the team's own future self trying to defend an amendment.


This pattern is one piece of a longer treatment. The full essay is issue 1 of Stage × AI, a series walking the entire clinical-trial lifecycle stage by stage — what each stage really does, where AI helps, where it must not go, and one buildable pattern per stage:

full essay
Study Design: The Answer Is Chosen Before the Question Is Asked

Evidence in, evidence out. Corrections welcome.