Skip to content
Decision Architecture 4 min read

Decisions are designed artifacts

Most organizations treat decisions as events that happen and then vanish. Treating them instead as designed objects - with inputs, owners, evidence, and records - is the difference between an organization that learns and one that repeats itself.

Ask most organizations where their important decisions are kept and you will get a confused answer. Some are in Slack threads. Some are in a deck that was presented once. Some are in the memory of a person who has since left. The decision itself - the thing that committed the company to a direction - exists nowhere as an object. It happened, and then it dissolved into the general fog of “what we decided.”

This is strange when you notice it. We treat code as an artifact worth versioning, reviewing, and preserving. We treat contracts as artifacts. We treat almost everything consequential as a designed object with structure and a record. But the decisions that determine what the code and the contracts are for are usually treated as ephemeral events. We design everything except the thing that produces all the other things.

A decision is not a moment

The mental model that causes this is the idea that a decision is a moment - a point in time when a choice was made. Under that model, once the moment passes, there is nothing left to keep. The choice is in effect; what more is there?

The more useful model is that a decision is a structure, and the moment of choosing is only one part of it. A decision, designed as an artifact, has at least these parts:

decision:
  question:    what was actually being decided
  inputs:      the context, constraints, and assumptions in force
  options:     what was genuinely considered, including rejected ones
  evidence:    what the choice rests on, and how strong it is
  owner:       who is accountable for the outcome
  record:      the reasoning, kept where it can be found again

When a decision has this structure, it becomes something you can inspect, audit, revisit, and learn from. When it does not, it becomes folklore - and folklore cannot be debugged.

The four things you lose without structure

When decisions are not designed artifacts, four specific capabilities disappear, and most organizations do not notice they are gone.

You lose revisitability. When the situation changes, you cannot cleanly ask “does the original reasoning still hold?” because the original reasoning was never captured. You can only re-argue from scratch, usually with different people and different assumptions, which means you are not revisiting the decision at all. You are making a new one and pretending it is continuous with the old one.

You lose accountability. If no one is recorded as the owner, then when the outcome arrives - good or bad - there is no one whose judgment is on the line, which means there is no one whose judgment improves. Diffuse ownership produces diffuse learning.

You lose evidence discipline. A decision made without recording what it rests on tends to rest on less than its makers believe. The act of writing down the evidence is also the act of discovering how thin it is. Skipping the record skips the discovery.

You lose institutional memory. The most expensive failure mode is the organization that solves the same hard problem three times because each solution evaporated when its author moved teams.

An organization’s intelligence is not the sum of its smart people. It is the quality of the decisions it can preserve and build on after those people are gone.

Designing the artifact, not just the choice

The discipline I am describing is what I mean by decision architecture: treating the decision-making apparatus of an organization as something to be deliberately designed rather than left to emerge. The unit of design is not the individual choice but the form every choice of a given class will take - the template, the required fields, the place the record lives, the trigger that brings it back for review.

This is not bureaucracy, and the distinction matters. Bureaucracy adds process that does not improve the decision. Decision architecture adds structure that makes the decision better, cheaper to revisit, and possible to learn from. The test is simple: if the structure does not make a future decision easier or a past one legible, it is bureaucracy and should be cut.

The cost of designing decisions as artifacts is real - it is slower, in the moment, than just deciding and moving on. But the speed of “just deciding” is borrowed against the future, and the interest is paid every time the organization has to reconstruct reasoning it never kept.

The closing thought

The organizations that compound are not the ones that decide fastest. They are the ones whose decisions accumulate into something - a body of recorded reasoning that each new decision can stand on, rather than a fog that each new decision has to push through alone.

Decisions are designed artifacts, or they are nothing you can keep. Choosing the first is one of the quietest and most durable forms of leverage an organization has.

Related essays

All essays →

Letters from a Founding Architect

Get the next essay in your inbox