The Signal — Issue #03

Fast teams don't make better decisions — they make decisions reversible

Speed does not come from being certain sooner. It comes from reducing the cost of being wrong.

Most teams say they want faster decisions. What they usually mean is that they want the same decisions, with the same certainty and the same approval structure, to happen in less time.

That rarely works.

The meeting gets shortened, but the decision still waits for one more opinion. The deadline moves closer, but nobody becomes more willing to own the downside. The team is told to “move fast,” while every mistake remains expensive, visible, and difficult to undo.

Fast teams do not eliminate uncertainty before acting. They design the system so that acting under uncertainty is survivable.

Their advantage is not superior prediction. It is reversibility.

The hidden cost of a decision

When a decision stalls, the usual diagnosis is indecision: too many stakeholders, too little ownership, or a culture that avoids risk. Those can all be true, but they are often symptoms of a more rational fear.

The decision is expensive to reverse.

Choose the wrong vendor and the team may spend a year migrating away. Change a shared API and dozens of consumers may break. Launch a feature to every customer and removing it becomes a commercial negotiation. Commit the entire roadmap and every new fact arrives as a political problem.

Under those conditions, asking for more analysis is not irrational. When the blast radius is large and the exit cost is high, delay can be cheaper than a bad choice.

This is why “just decide” is weak operating advice. It treats caution as a personality defect when the architecture of the decision may be the real problem.

The better question is: what would make this decision cheaper to undo?

Reversibility is an engineering property

Software teams already know how to create reversibility in code.

We put new behavior behind feature flags. We deploy to a small percentage of traffic. We keep rollback paths. We version interfaces instead of changing every consumer at once. We add observability so that a bad assumption becomes visible before it becomes an outage.

Each mechanism does the same thing: it limits the cost of discovering that we were wrong.

The same logic applies beyond deployment.

A vendor evaluation becomes reversible when it starts with a narrow workload, clear exit criteria, and data that can be exported. A product bet becomes reversible when it launches to one segment with a defined success threshold. A process change becomes reversible when it runs for two weeks and has a named review date instead of becoming policy by default.

Reversibility is not permission to be careless. It is a deliberate investment in smaller blast radius, shorter feedback loops, and lower switching costs.

Separate doors from walls

Not every decision deserves the same process.

Some choices are doors: you can walk through, inspect the other side, and walk back. Others are walls: once built, moving them is slow, costly, or impossible. Teams lose speed when they treat every door like a wall — or discover too late that a supposed door was load-bearing.

Before choosing, classify the decision on four dimensions:

  • Blast radius: how many users, systems, or teams are affected?
  • Recovery time: how long would it take to return to the previous state?
  • Switching cost: what money, data, trust, or coordination would be lost?
  • Observability: how quickly would the team know the choice was wrong?

A decision with limited impact, a one-hour rollback, low switching cost, and clear telemetry should not wait for executive certainty. Give it an owner, state the hypothesis, and run it.

A decision that changes regulated data flows, locks years of information into a vendor, or exposes the entire customer base deserves a higher evidence bar.

The point is not to make everything fast. It is to stop spending wall-level attention on door-level choices.

Replace approval with boundaries

Slow organizations often manage risk through approval. Every decision travels upward until it reaches someone senior enough to absorb the blame.

This feels safe, but it creates a queue around the people with the least local context. It also teaches teams that ownership means preparing a recommendation, not making a decision.

A better system manages risk through boundaries.

Define the budget, security constraints, customer exposure, and maximum blast radius within which a team can act without escalation. Require escalation only when a choice crosses one of those boundaries.

For example:

  • A team can trial a tool for 30 days if it uses no sensitive data and stays below a fixed spend.
  • A product change can ship without a steering meeting if it is flagged, measured, and limited to a small cohort.
  • An infrastructure change can move automatically if rollback is tested and its error budget remains intact.

Boundaries move decisions closer to information while keeping risk explicit. Approval asks, “Who said yes?” Boundaries ask, “Did we stay inside the safe operating envelope?”

The second question scales better.

Every reversible decision needs a trigger

There is one failure mode hidden inside experimentation: a temporary choice that never gets reviewed.

Pilots become permanent infrastructure. Feature flags survive for years. A cheap tool spreads across the company until its switching cost is no longer cheap. The decision was reversible on day one, but inertia slowly removed the exit.

So every reversible decision needs three things before it starts:

  1. A hypothesis. What do we expect to improve?
  2. A measure. What evidence will tell us whether it did?
  3. A trigger. On what date or threshold will we keep, change, or reverse it?

Without a trigger, “reversible” only means “we could undo it in theory.” With a trigger, reversal becomes part of the operating process rather than an admission of failure.

Speed is the cost of correction

Teams often measure decision speed from question to approval. That misses the larger system.

The useful metric is the time from question to validated outcome — including the time required to detect and correct a wrong choice.

A decision made in one day that traps the team for twelve months is not fast. A one-week experiment that invalidates a bad assumption and cleanly rolls back may be.

The fastest teams are not right more often by magic. They expose assumptions sooner, constrain the damage when those assumptions fail, and preserve the ability to change direction.

Do not demand certainty from a system operating with incomplete information. Design it to learn without breaking.

Systems > Emotions.