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
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:
- They write less copy than they think they need.
- They default to nothing — no notification, no badge, no modal — until the user asks.
- 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 →

