AR
alx richards
all posts
2026.04.18essay5 min read

On building things, slowly

A reflection on the pace of creative work and why shipping slowly is sometimes the right call.

There's a particular kind of anxiety that comes from watching a side project sit untouched for three weeks. The guilt accumulates quietly — a tab left open, a half-written function, a README that still says "coming soon."

I've been thinking about why that feeling exists, and whether it's actually useful.

The myth of momentum

Most productivity advice treats momentum as fragile. Miss a day, break the streak, lose the habit. This makes some sense for things that require repetition — language learning, physical training. But software doesn't work like that.

A codebase doesn't forget what you did last month. The architecture decisions you made in January are still there in April. The hard thinking compounds.

What actually breaks isn't the work — it's the context. Coming back after three weeks means re-reading code to remember why it exists. That cost is real, but it's also bounded. An hour of re-orientation is not three weeks of lost progress.

What slow actually means

Building slowly doesn't mean building badly. It means:

  • Letting a design decision sit for a day before committing to it
  • Writing a feature, living with it, then deleting half of it
  • Finishing something that works before starting something that might

The projects I'm most proud of weren't the ones I built fastest. They were the ones where I took the time to be confused, to try the wrong thing, to understand the problem well enough that the solution felt obvious by the time I wrote it.

The thing about shipping

There's a counter-argument I take seriously: shipping forces clarity. A thing that ships has to work. A thing that never ships can stay comfortably half-formed and full of potential.

Both things are true. The goal isn't slow for its own sake — it's deliberate. Know which phase you're in. Some days the right move is to push code. Other days the right move is to take a walk and think about whether you're building the right thing at all.

The anxiety about the untouched tab is usually a sign you've been avoiding the second kind of day.

Alexander Richards2026.04.18