Field notes
Build something that worksLevel: Applied6 min readJune 18, 2026

A method for turning a tangled operation into something you can build against

Complexity is rarely the real problem. Undefined complexity is. A practical method for mapping a messy operation before you touch architecture.

Useful when: Turning a problem you understand into software people actually use.

**Who this is for:** anyone facing an operation, product or process that feels too tangled to know where to start.

**The problem it addresses:** most systems don't fail because they're complex — they fail because nobody agreed on what the complexity actually is before building started.

The method starts the same way every time: write down what happens today, in order, without judgment. No tools, no architecture, no opinions yet — just the sequence. The moment the sequence is on paper, the redundant steps become obvious and the missing decisions announce themselves.

Only then does the architecture question make sense. Architecture is a response to a defined problem, not a starting position — designing before defining just means guessing with more syntax.

**When to use this:** at the start of any build where the current process lives in people's heads rather than in writing. Less useful once a system is already well documented and the question is optimization, not definition.

**What you can apply tomorrow:** write the current sequence of a process you're about to change, in order, before proposing any fix. Resist the urge to jump to solutions until the sequence is complete on paper.

**What this doesn't solve:** it doesn't pick the technology or make the hard prioritization calls — it only makes sure those calls are made against a real picture instead of a partial one. The last step, choosing what not to build, still requires judgment: a system that does a few things well tends to hold up better than one that tries to do many things adequately.

Where this stops: These notes describe how I work. They aren't legal, insurance or engineering advice, and they don't replace an inspection or a professional review of your specific situation.

Related reading