Thursday, 27 August 2026 · JohannesburgLoading time...
Technology · 5 May 2026 · 6 min read

Notes on Slow Software

Why the next decade of building belongs to teams who treat attention as the scarcest resource.

By Lerato Khumalo
Notes on Slow Software

Software used to be a tool. Now it is a tide. The good products of the next decade will be the ones that learn to recede.

The attention deficit

We are out of attention before we are out of money, time, or talent. Every product manager pretends otherwise; every user knows it.

Speed is a feature. Stillness is a moat.

The teams shipping the most beloved tools right now share three habits:

  1. They write less copy than they think they need.
  2. They default to nothing — no notification, no badge, no modal — until the user asks.
  3. They treat the absence of a feature as a feature.

What slow looks like in code

// fast software
onMount(() => trackEverything());

// slow software
onMount(() => {});

The diff is small. The philosophy is enormous.

You are allowed to do less

This is the part nobody on a roadmap call wants to hear: the next great product is probably one feature, beautifully executed, and a refusal to add the second.

Filed under
Technology
The Sunday Dispatch

One letter. Every Sunday.
Read it with coffee.

A short, opinionated note from the editor — plus the week's most-read essays. No tracking, no algorithms, no upsell.

Keep reading

More from the desk