All writing
1 min readdesign · engineering
On Building Quiet Interfaces
A short note on restraint as a design tool — and why my best engineering work feels invisible.
Essay / QU
The interfaces I keep coming back to share a single quality: they get out of the way. Not minimalism for its own sake — restraint, which is different. Minimalism removes; restraint chooses.
Three rules I keep returning to#
- One accent per viewport. A single point of color earns attention. Two compete.
- Hairlines, not boxes. A 1px divider organises space without adding weight.
- Type does the work. If the typography is right, you need very little else.
The best tool is the one you don't notice using.
A small example#
// Prefer this
const accent = "var(--accent)"
// Over this
const accent = "#3B5CFF"The first survives a redesign. The second locks you in.
That's it. Short by design. The next post will get into how this rule plays out at the system level — when you have a hundred screens and a team of fifteen, restraint becomes infrastructure.