Permanent Notes
When Knowing Isn't Enough

I've been an engineer long enough to have strong opinions about how systems should work. I read about first principles. I teach them to others. I nod along when someone quotes Socrates.

And then, four times in one week, I caught myself not doing the thing I already knew.

The handover doc nobody asked for

A two-month project shipped to 140+ customers. The technical lead said it was the smoothest epic he'd seen.

I'd written a handover document so a remote team could operate the system without me in the room. At the time, it felt like cleanup — the thing you do after the real work is done.

But that document turned out to be critical. The system that can't run without you isn't finished. Socrates said the unexamined life isn't worth living. The engineering version: the unexamined system isn't worth building.

I knew this. I'd said it before. But I'd been optimizing for shipping, not for transferring. It took this project to show me the gap.

The senior engineer who stopped me

Two days later, I was designing an architecture for an AI evaluation system. My first move: think about cost optimization. That's what engineers do — we see a system and start looking for efficiencies.

A colleague said: "Don't optimize cost yet. Prove it works first. Throw resources at the question, not the solution."

I already knew the principle. Validate before you optimize. I'd read it, taught it, agreed with it.

But I was about to skip it anyway. Not because I forgot — because in the moment of actually deciding, the optimization instinct moves faster than judgment.

Applied philosophy isn't knowing more principles. It's catching yourself in the half-second before the shortcut, and stopping.

Seven years of notes, one moment of action

I've been taking notes for seven years. Daily journals, permanent notes, templates, tagging systems — the whole stack.

In a meeting about security architecture, a colleague said something simple: split the two concerns apart, review them separately, don't let one block the other.

My first instinct was to write it down. I felt productive.

The real change happened two hours later when I actually did it — took a stuck cross-team review, decoupled the two pieces, and one cleared immediately.

Here's the pattern after seven years: the moments I'm most eager to capture knowledge are often the moments I'm least willing to act on it. Opening the notebook feels like thinking. But thinking that doesn't change your next decision is just organizing.

If your thinking changes your decisions, it's wisdom. If it only changes your notes, it's academic.

537 scenarios and the wrong starting point

By the end of the week, I was building an evaluation pipeline. The standard approach: list features, write test cases, check coverage.

We had 50 hand-crafted scenarios. Coverage looked solid. Then I looked at real data. 42% of real workflows had 8+ steps with branching everywhere. Our test set was mostly 3-4 step linear flows.

The gap wasn't coverage count. It was complexity dimension. We were testing the right system with the wrong shape of problem.

So I inverted it: started from real production outputs, worked backward. Clustered a thousand workflows into patterns, curated representative scenarios, and generated test prompts in under two minutes. The accuracy improvement over synthetic-only testing was significant — not because the method was clever, but because the starting point was honest.


Four moments, one week, the same lesson: the gap between knowing a principle and living it is where the interesting work happens.

I don't think the answer is to know more. I think it's to notice faster — to shrink the delay between the moment you're about to take the shortcut and the moment you catch yourself.

That's not a skill you learn once. It's a practice. And some weeks, the practice shows you exactly how far you still have to go.