why I keep a decision log

==========
2026-06-03 · #systems #operations #ndc #nord

Every non-trivial decision in my business gets written down. What the decision was. What I considered. Why I went in this direction. What assumptions I'm making. What would cause me to revisit.

I started this in December 2025. It began as part of NORD itself, the agent system I started building that same month. It became something more useful than that.

what most people expect from this

The benefit most people assume a decision log gives you is accountability. You write it down so you can't revise history later. That's real. It's also not the main thing.

The main thing is that you can inspect your own judgment.

Most founders are making decisions constantly and have no record of how they made them. When something goes wrong, they can't tell if the decision was bad or the execution was bad or if the situation just changed. When something goes right, they can't identify what to repeat. The signal is buried.

When I can go back to a logged decision, I can see the actual reasoning I had at the time. I can see what I was weighing and what I was assuming. If the outcome was bad, I can usually tell whether I had bad information going in or bad logic. Those are different problems. They require different responses.

Having bad information is a sourcing problem. Having bad logic is a thinking problem. I want to know which one it is.

where the log lives and how it works

Every time a significant decision lands, NordScribe records it into a dedicated memory directory the system controls. The format is consistent: what was decided, what was considered, why this direction, what assumptions are load-bearing, what would cause a revisit.

The consistency matters. A log that captures some decisions one way and others another way is hard to compare. The structure makes it possible to go back and actually read across decisions instead of just through them.

Most of the decisions I'm logging are architectural, operational, or about how NDC runs. Pricing decisions. Tooling choices. Contracts. How I'm structuring products. The things that, if they go wrong, take a long time to untangle.

Twenty minutes per decision when I started. Less now that the routine is in place. More for the bigger ones. The benefit felt abstract for the first few months. I had the logs but I hadn't needed to use them yet. Six months in, I've needed them. Now it doesn't feel abstract at all.

the agent angle

There is another category of entries that turned out to matter more than I expected.

NORD has agents that route work, make tradeoff calls, choose between approaches, and execute on those choices. Some of those decisions are mine, captured when I make them. Others are made by the agents in the course of doing the work. Both kinds go into the log.

I want to be able to audit how the company is actually running between what I decide, what my team decides, and what the system decides on its own. If an agent is making a class of decisions I would want to make myself, the log surfaces it. If an agent is making decisions in a way consistent with how I would make them, the log shows that too. Either way, I can see it. Either way, I can adjust.

The discipline behind the log is that I keep a record of everything. Human decisions and agent decisions get treated the same way. The audit trail does not work if half of it is missing.

the team angle

When someone new comes in and asks why something is the way it is, I can show them the actual context from when the decision was made. Not a story I'm reconstructing from memory. The real thing. The information I had at the time, the options I was weighing, the reason I landed where I did.

That's a different kind of answer than "because we've always done it this way." It's also honest about the conditions under which the decision was made. If those conditions have changed, the new person can see that immediately and raise it. That's the conversation you want to be having.

what I've taken from it

There's a version of this that sounds like productivity advice, and I want to be clear that's not what I'm describing. I'm not describing a journaling habit or a ritual. I'm describing an infrastructure decision I made because I was not satisfied flying on feel.

Most of the time, feel is fast and reasonably accurate. Most decisions don't need a log. The ones that do are the ones where, six months from now, you'll need to know what you knew and what you were thinking when you made the call. Those decisions happen more often than most founders realize, and the window for capturing accurate context closes fast.

If you cannot inspect how you decide, you are mostly flying on feel. Feel works until it does not.