The Decision Layer
Chapter 12Part IV, The operating ideas·22 min read

The Decision Room

A system of record keeps what happened. A Decision Room keeps what you chose and why, so the next decision is wiser than the last.

Adam O'Connor·Founder, Optimal Nexus

Three years ago, a professional services firm turned down a client. Not a small client. The pursuit had reached the final round, the proposal was written, the team was assembled, and then, late in the process, the firm withdrew. It walked away from work it could have won.

Now the client is back. Bigger, with a larger budget and a warmer manner, and this time the firm wants the work. In the room where the pursuit is being planned, a partner who was not there the first time asks the only question that matters. Why did we walk away before? What did we see?

Silence. The managing partner who made the call has retired. The deal lead has moved to a competitor. Someone remembers that there was a concern about the client's finance function, or maybe it was the delivery risk, or a clash over payment terms, nobody is sure. There is a folder on a shared drive with the old proposal in it, pristine and useless. It records what the firm offered. It records nothing of what the firm decided, or why, or what it feared. The proposal survives. The reasoning does not. The decision was real. It was deliberate. Several serious people spent an afternoon on it and reached a considered answer. And it is gone, as completely as if it had never been made.

Consider what would have happened if the thing that vanished had been a line of code, or a payment. An engineer can open a codebase and read, attached to every change, a note explaining why it was made, by whom, and what it replaced, going back years. An accountant can open the ledger and trace every movement of money the firm has ever made. Code has a place where its history lives. Money has a place where its history lives. The firm's decisions, which are worth more than either, have no such place. They happen, they move the business, and they leave no body.

The turn

This book has spent its first eleven chapters circling a single absence. Part II named it as the decisionless stack and the amnesia it produces. Part III named the thing that is missing, the decision object, and the discipline that would capture it, Decision Intelligence. Part IV has been about what it looks like to practise that discipline in a people business: the loop that carries a decision across the seams of the firm, and Business Confidence, the composite answer to "are we going to be alright?" that a healthy loop produces.

But an object needs somewhere to live. A discipline needs a home. You can define the decision object perfectly, as Chapter 8 did, and still have nowhere to put one. If decisions deserve to be captured, connected, governed, and learned from, where does that happen? What is the place?

The answer, and the last of the three ideas in the ONX philosophy, is the Decision Room: the firm's organisational memory.

What a Decision Room is, and is not

Start with what it is not, because the words invite the wrong picture. A Decision Room sounds like a place you go, a meeting with a whiteboard, a war room where the executives gather to make the big call. It is not that. The meeting is where a decision is often made. The Decision Room is where the decision goes to live after the meeting ends, and where it stays long after everyone in the meeting has forgotten it, or left.

It is not a committee either. A committee is a group of people with the authority to decide. It is made of humans, it meets and disperses, and when it decides, its decision suffers exactly the fate this book has been describing: recorded as a minute if you are lucky, a conclusion stripped of its reasoning, and then faded. A committee is a way of making decisions. The Decision Room is a way of keeping them.

What the Decision Room actually is, is the firm's system of memory, and the distinction between that and a system of record is the whole point. Every firm already runs systems of record, and almost none runs a system of memory. A system of record holds the current state of a kind of thing: the CRM is the system of record for customers and deals, the finance system for money, the HRIS for people. Each is the authoritative place where one kind of thing lives, the place you go for the truth about it, the place that persists when the people who created the records move on. A system of memory holds what every one of those throws away: not just the state a thing is in, but why it came to be that way, the reasoning behind the choices that produced it. The Decision Room is both at once. It is the system of record for the one thing the firm currently keeps nowhere, its decisions, and because a decision carries its own reasoning with it, keeping decisions is how a firm finally acquires a memory. It is where the decision object, defined in Chapter 8 as the choice, the decider, the evidence, the alternatives, the context, and the outcome, is stored, retrieved, connected to other decisions, and revisited when the world turns and someone needs to know not just what the firm did but what it was thinking.

Every organisation has systems of record. Very few have a system of memory. The Decision Room is both.

Call it a room, not a database, deliberately. A room is somewhere you can enter, look around, and find things in their place. It has an inside. The metaphor matters because it captures something a database schema does not: that a decision does not live alone. It lives with its evidence, its alternatives, its owner, and eventually its outcome, all in one place, so that entering the room means finding the whole decision intact rather than a fragment of it. This is the exact opposite of the decisionless stack. The stack scatters the pieces of every decision across nine systems that each hold one shard and none holds the thing itself: the price in the CRM, the staffing in a spreadsheet, the margin in finance, the reasoning nowhere. The room gathers the shards back into a decision.

Two things that used to be chaos

The two examples are code and money. Both are now governed by a shared, authoritative record. Both, one recently and one centuries ago, were chaos without one, and the transition transformed each so completely that we have half forgotten it was ever otherwise.

Take code first. Before version control, a body of software was a fog of files with names like final, and then final_v2, and then final_v2_actually_final, held on the machines of whoever last touched them. Two engineers would change the same file and quietly overwrite each other's work. A bug would appear and no one could say when it had entered, or which change had caused it, or why the code had been shaped that way in the first place, because the reasoning had never been written down anywhere near the thing it explained. Then version control arrived, and with it a discipline: every change to the software is captured, attributed to a person, stamped with a time, and, crucially, accompanied by a note explaining why the change was made. The repository became the single authoritative account of how the software came to be the way it is, queryable years later by someone who was not there. And the record did not slow engineers down. It set them free. They move faster because they can see the history, undo a wrong turn, and never have to reconstruct from scratch why the code is the way it is.

Now money. For most of commercial history a merchant's money lived in his head, his correspondence, and a drawer of scraps, and the true state of his enterprise was a thing he felt more than knew. Double-entry bookkeeping, systematised in the fifteenth century and refined ever since, changed that. It is a discipline whose whole purpose is to record every movement of value in a form that must balance and that survives the person who recorded it. The general ledger made it possible to know, at any moment, the true position of a business too large to hold in one mind. And, just as importantly, it made trust possible: an investor, an auditor, a partner, and a tax authority could all reason about the same authoritative reality. The ledger did not slow money down. It set money free. You cannot have a bank, a stock market, or a firm larger than a family without one, because you cannot have trust at scale without a shared record of the truth.

Here is the point. Code and money were both, once, where decisions are now. In each case the same move fixed it, and it was not a cleverer tool. It was the discipline of a single, shared, authoritative record: one that everyone agreed was the truth, that captured the act and not merely the artefact it produced, and that persisted independently of the people who created it.

The symmetry with version control is worth making exact, because it is almost perfect. A repository does not merely store code. For every change it keeps who made it, when, what changed, what the change replaced, and, in the commit message, why. And because it keeps all of that, it can do the thing that makes engineers trust it completely: show any past state, and let you undo a wrong turn. Now read that same list as a description of a decision. Who decided. When. What they chose. What they chose it instead of. Why. And, with the outcome attached, whether it should be revisited. The Decision Room is, almost line for line, version control for judgement.

Decisions are pre-ledger. That is the diagnosis of this whole book compressed into three words. The Decision Room is simply the proposal that decisions deserve what code and money already have: a place where their history lives.

Decisions are pre-ledger. A people business keeps them the way a merchant kept his accounts before the ledger, and loses them the same way.

Speed with a memory

The moment you say the word governance, a certain kind of experienced operator stiffens, and rightly. They have seen what governance usually means: another approval, another sign-off, another form standing between a person who wants to do something sensible and the doing of it. Governance is the word under which good firms slowly turn into slow ones. The governance the Decision Room provides is the opposite of that. It does not add a gate. It adds a memory.

These are two completely different things that happen to share a word. Bureaucratic governance is control exercised before the fact, through permission. It slows the firm on purpose, on the theory that the cost of the delay is worth the errors it prevents. Sometimes it is. Often it hardens into ritual long after the reason for it has gone, and the firm is left paying the tax without buying the protection.

The governance of the Decision Room is legibility, not permission. It does not ask you to seek approval before you decide. It asks that once you decide, the decision be legible: visible, attributable, connected to its evidence, and available to be learned from. It governs by making decisions knowable, not by making them wait. And a firm whose decisions are knowable does not decide more slowly. It decides faster, and the reason is mechanical, not motivational.

Recall the re-derivation tax from Part II. A firm that cannot see its past decisions is condemned to make them again from a standing start: to rerun the same debate every time a new person raises a question that was settled last year, to grant the same failed concession twice because the first failure was never captured as a decision, to re-derive in month three of delivery a judgement its own salesperson made in full eleven weeks earlier. Every one of those is time. The amnesiac firm is slow precisely because it forgets.

Now give that firm a memory of its decisions. The debate that was settled last year is one query away, with its reasoning attached, so the new head of sales can read why the firm decided not to take fixed-price work in that category and either accept the reasoning or challenge it on the merits, in an afternoon, instead of reconvening the whole argument over six weeks. The firm is not re-deriving. It is standing on what it already knows. That is speed, and it is speed that a firm without a memory cannot buy at any price.

This is the phrase to hold on to: speed with a memory.

Most of what slows a firm down is not deciding. It is re-deciding, and a firm that remembers its decisions does far less of it.

Capture in the flow, not a form to fill in later

Everything so far raises one hard question. Who does the capturing, and when?

Because if the answer is that someone, after the decision is made, sits down and fills in a form, then the Decision Room is just the wiki from Chapter 5 wearing a better name, and it will fail for exactly the four reasons that sank the wiki. It will record conclusions rather than live reasoning. It will be done late and thinly, by whoever has time, which means never. It will rot. And it will sit disconnected from the thing it describes. A decision log maintained as a second job stacked on top of the real work loses every contest for attention with the real work, and the decisions that most need capturing, the fraught ones made under pressure, are precisely the ones nobody has the bandwidth to write up afterwards. It does not work.

So the central design principle of the Decision Room is not a feature of any software. It is a rule about when capture happens. Capture must be a by-product of deciding, not a chore performed after it. The decision must be recorded in the flow of the decision itself, as part of making it, at the only moment its reasoning exists in full, and never as a form to be filled in later when the reasoning has already worn smooth into a set of givens.

This is exactly how the two records we admired earlier work. The engineer writes down why as part of committing the change, not in a separate document afterwards; the note is welded to the act, and the work is not really finished without it. The bookkeeper records the transaction as the money moves, not by reconstructing it at year end; the recording is the transaction's other half. It is part of the work, produced in the doing. That is the whole trick, and it is the only trick. Get capture into the flow and it costs almost nothing and happens reliably. Leave it outside the flow and it costs a second job and happens never.

What does capture in the flow look like for a decision? Return to the delivery director from Chapter 8, the one who moves her strongest senior lead onto a slipping retail account. In the amnesiac firm, she makes the call, sends two messages, updates a resourcing sheet, and moves on to the next fire, and within a year the decision has vanished while its effects live on in systems that cannot explain them. In a firm with a Decision Room, the act of making the call is the act of recording it. The same few minutes in which she decides are the minutes in which the choice, the alternatives she rejected, the evidence she leaned on, and the risk she is knowingly taking are captured, because that is simply how a decision of that weight is made here. The difference between that and a form is the difference between a commit message and an essay about your code. One is the work. The other is homework.

This is how the Decision Room cures the amnesia of Part II. The amnesia was never caused by a shortage of discipline or good intentions. It was caused by a gap in time. The decision is made at one moment, and the record, if it is made at all, is made at a later one, and everything valuable leaks out in the interval: the alternatives, the discomfort, the reason the obvious choice was rejected. Close the gap, capture at the moment of deciding, and the leak stops. The firm remembers not because it tries harder to write things down but because deciding and recording have become the same act.

Where the whole book comes together

The Decision Room is the last idea in Part IV. It is the piece that makes the others real, and it quietly connects nearly every argument the book has made so far.

Start with the AI of Chapter 2. The blind cockpit was a machine that is fluent, fast, and sometimes confidently wrong, bolted onto a business that cannot see its own instruments. The cure, we said, is grounding: giving the machine something true to stand on. Chapter 8 showed what grounding is made of: decision objects, thousands of the firm's own real choices with their evidence, alternatives, and outcomes. The Decision Room is where those objects live, which makes it, concretely, the ground itself. A firm that keeps its decisions there can point machine judgement at its own history, the twelve times it faced a slipping engagement, what it chose and rejected and how each choice turned out. And because every answer points back to a decision a human can open and check, that judgement can be audited, which is the whole difference between an answer machine and a reasoning partner. Without the room, capability without grounding scales confidence, not correctness, and the machine is back to being a better guesser in a confident voice.

Then the trust of Chapter 1. Trust, we argued, has become the scarcest asset in business, and it is built by a demonstrable consistency of good decisions over time. Brand and relationships are what that trust looks like from the outside; decisions are what it is made of on the inside. The load-bearing word was demonstrable, and it was the word almost every firm failed on, because the consistency was real but invisible: a firm could not show its record of good decisions, since it kept none. The Decision Room makes that record legible, and a record you can show is trust you can demonstrate rather than merely claim. Trust stops being a feeling the firm hopes to create and becomes a record it can show.

Then Business Confidence, from the chapter just before this one. Win Confidence, Delivery Confidence, and Commercial Confidence become Business Confidence only when they are connected and current. But connected by what, and kept where? A confidence is only as sound as the decisions underneath it, and connecting the three means connecting the decisions that produce them: the pricing decision that shapes Win, the staffing decision that shapes Delivery, and the margin decision that shapes Commercial, which are so often the same decision seen from three sides. The Decision Room is where those decisions are connected and kept. Business Confidence, then, is not a reading on a dashboard but the state of a firm whose decisions are connected across the loop and remembered over time: it is what a well-kept Decision Room produces.

And beneath all three runs the loop from the start of this part. A people business runs as a loop: sell, staff and deliver, learn, and feed the learning back into the next sale. It breaks at its seams, which is exactly where decisions are made and then lost. The Decision Room is what carries the decision across the seam instead of letting it fall into the gap. It is the loop's memory, the thing that lets learning feed back into the next sale rather than evaporate between one engagement and the next.

So the three ideas of the ONX philosophy are not three separate tools. They are one system seen from three angles. The loop is the anatomy of how a people business runs. Business Confidence is the reading you take of the loop's health. And the Decision Room is the memory that makes the loop capable of learning and the confidence capable of being true. Take away the room and the loop still turns, but it turns amnesiac, relearning every lesson forever, and the confidences collapse back into dashboards, accurate for a moment and disconnected from the decisions that would give them meaning.

The whole argument of the book, in fact, fits into a single loop.

HOW JUDGEMENT COMPOUNDSThe argument of the book, as one loop.REALITYwhat actually happensDECISIONSthe choices that run the firmDECISION OBJECTScaptured with their reasoningTHE DECISION ROOMorganisational memoryTHE PEOPLE-BUSINESS LOOPjudgement flowsBUSINESS CONFIDENCEjudgement, measuredBETTER DECISIONSwiser next timeBetter decisions feed back as organisational memory, and the firm's judgement compounds, lap after lap.

Every idea in this book is a stage on that loop, and the loop has one output that accumulates: judgement. A firm that closes it does not merely run well this quarter. It gets wiser every quarter, which is the only advantage that cannot be bought and cannot be copied.

The counterpoint: overhead and gaming

Set against all of this is an objection, the one a good operator will raise before you have finished the sentence, and it arrives in two parts.

The first part is about overhead. It runs like this. You are asking us to capture our decisions, and we make hundreds of decisions a day. If every one of them now carries a recording obligation, you have not given us a memory, you have given us a paperwork factory. The fast, instinctive judgement that makes us good will slow to the pace of a firm that has to write an essay before it can act. The cure is worse than the disease.

The second part is about gaming, and it is sharper. The moment a decision record becomes visible and permanent, people will write for the record rather than for the business. They will craft their decisions to look defensible, hedge everything, record the safe version of their reasoning and quietly bury the real one, and use the log as a weapon in the firm's politics: proof that they warned, that it was not their call, that the blame belongs elsewhere. You will not get honest reasoning. You will get a paper trail built to survive an inquest. And a paper trail built for self-protection is worse than no record at all, because it looks like memory and is actually theatre.

Both worries are real. Neither is a reason not to build the Decision Room. Each is a design constraint that tells you how to build it well, and taking them seriously is what separates the idea from a slogan.

Take the overhead worry first, because most of the answer is already in this chapter. Two moves defuse it. The first is capture in the flow, not as a form. If recording is a by-product of deciding, the marginal cost of capture is small, because you are not adding a task, you are shaping the task you already do. The overhead objection is really an objection to capture done wrong, as a second job stacked on top of the work, and it is entirely correct about that; it is the best argument there is for doing capture right. The second move is just as important: govern lightly. You do not capture every decision, and you should not try. The overwhelming majority of decisions a firm makes are small, reversible, and uncontested, and they are no more worth a record than a merchant's choice of which pen to use. The Decision Room is for the decisions that matter, the ones that are consequential, that cross a seam, that will be questioned later, that a future colleague will need to understand: which price to hold, which staffing bet to place, which client to walk away from, which concession to grant. Governance here does not mean record everything. It means judgement about what is worth remembering, which is itself a skill the firm gets better at with practice.

The gaming worry is deeper, and it cannot be designed away completely, so it deserves more honesty than confidence. Begin by conceding the core of it. Yes, any visible record of decisions can be gamed, exactly as a timesheet, a forecast, or a performance review can be gamed, and for the same reason, because people respond to what is watched. Anyone who promises you a decision record immune to politics is selling something. But look hard at what the alternative actually is. The alternative to a visible decision record is not the absence of politics. It is politics with no record at all, which is to say the politics most firms already have: the world of who said what, of competing memories, of the meeting reconstructed differently by everyone who was in it, of blame that settles on whoever is least able to defend themselves and credit that flows to whoever tells the story best. Against that, a decision record is not a new front in the politics. It is a constraint on it. It replaces who said what with what we decided and why, on the record, at the time, before anyone knew how it would turn out.

It is much harder to rewrite history when history was written down while it was still the present.

This depends on a distinction most firms never draw, and the Decision Room is what finally makes it drawable: the difference between a good decision and a good outcome. They are not the same thing, though almost every firm judges as if they were. A good decision is one that had a clear owner, rested on the best evidence available at the time, weighed the real alternatives, made its trade-offs and its bet explicit, and can be reviewed afterwards on those terms. Notice that nothing in that definition mentions how it turned out. A good decision can have a bad outcome, because the world is uncertain and the odds do not always land; a reckless decision can get lucky. A firm that judges its decisions only by their results teaches itself the wrong lesson every time the dice fall oddly: it punishes sound judgement that got unlucky and rewards foolishness that got away with it. The Decision Room, because it holds the reasoning and the alternatives and not merely the result, lets a firm do the rarer and wiser thing, which is to judge the decision on what was known when it was made. That is the standard by which the room reviews, and it is what makes learning possible where blame would otherwise be.

But here is the honest part, and it is a condition, not a reassurance. The record only reduces politics if the culture around it treats a wrong-but-honest decision as learning and not as a hanging offence. This is the hinge on which the whole thing turns, and no software can supply it. If the firm uses its Decision Room to hunt for people to blame, to reopen old decisions in bad faith and punish the deciders for choices that looked right at the time and turned out wrong, then it will get exactly the defensive, hedged, theatrical record the objection predicts. It will deserve it, and the room will be gamed within a month, as Chapter 8 warned. But a firm that treats an honest decision that went wrong as its most valuable teaching material, the mess it most needs to learn from, will get honest entries, because honesty is what makes the record useful to the very people filling it in, and people keep faith with a record that helps them. It is a specific, buildable cultural condition, and it happens to be the same condition every other kind of organisational learning already depends on. The Decision Room does not create that culture. It rewards it, makes it visible, and gives it something to compound. And in a firm that lacks the culture, the empty or gamed Decision Room is not the disease. It is the symptom, showing you a firm that was never going to learn from its decisions by any means, because it had already chosen to punish the honesty that learning requires.

The bridge

Three ideas make up the philosophy this part has set out. Together they describe a way of operating a firm as one connected, remembering decision loop, rather than as a set of departments joined by documents and hope.

But a philosophy earns its keep in the specific, not the general, and this one earns it first and hardest in a particular kind of company. Everything in this book applies, in some measure, to any business. A manufacturer decides, a bank decides, a software company decides, and every one of them would be better for a memory of its decisions. But there is a class of firm for which this is not an improvement so much as a matter of survival, because in these firms the decisions are not a support function wrapped around the product. The decisions are the product. When your entire enterprise is the judgement, effort, and relationships of your people, a firm that cannot keep its decisions is a firm that cannot keep the only thing it sells.

Those are the people businesses, and they are where the rest of this book now goes. Part V leaves the philosophy and enters the sector: what a people business actually is, why the software built for product companies fits it so badly, where its margin quietly leaks away in the distance between the deal and the done, and what it looks like to run one as a single connected loop. The ideas are in place. Now we take them to the firms that live or die by them.

The full bookDownload The Decision Layer as a PDF, free

Related reading