Skip to content

Writing

Research-backed essays on AI adoption, change management, and how people actually work with new tools.

Field notes

Short observations from real AI work — the things too small for an essay but too useful to lose. Updated often.

  1. The bottleneck moved to inspection

    Six months ago the hard part of an AI task was getting a usable first draft. Now the models clear that bar easily, and the slow step is checking the output well enough to trust it.

    Teams that feel "fast with AI" are usually just good at inspection: they have a cheap way to verify a result before it ships. The ones that feel stuck are re-reading everything by hand because nothing tells them where to look.

    The intake brief that makes verification explicit
  2. A successful pilot is not a signal

    A pilot succeeds because a motivated person babysat it. That tells you the tool can work — not that it will work once the babysitter moves on.

    The useful question after a pilot is not "did it work?" but "what did the person do that the next ten people will not?" That gap is the real rollout plan.

  3. Prompt libraries rot faster than you think

    A shared prompt library feels like leverage, but most entries are tuned to a model version and a task that has already drifted. Six weeks later half of them quietly underperform a plain request.

    Treat prompts like code, not like quotes: date them, note the model, and delete the ones nobody can explain.