Skip to content
01EngineeringMay 18, 20266 min read

Engineering software that lasts

Why we optimise for software that is still fast, secure and legible years after launch — not just impressive on day one.

01

The demo is the wrong target

A lot of software is built to look good in a first demo. It is a rational response to how projects are pitched and approved — but it quietly caps the quality of what gets shipped. Anything whose payoff arrives after launch tends to get cut.

We aim at a different target. When the goal is software that is still maintainable a few years out, a different class of work becomes worth doing: clear architecture, real test coverage, and interfaces that stay obvious as the team turns over.

02

Maintainability is a feature

Maintainability is usually treated as an afterthought. We treat it as a feature you build deliberately — legible code, sensible boundaries and observability that lets the next engineer understand the system without a tour.

The discipline is not in shipping once. It is in continuing to ship, measure and refine while the system carries real load.

03

Reliable, not just impressive

A prototype is designed to impress. Production software is designed to be relied upon. The two require almost opposite engineering cultures, and conflating them is the most common way ambitious projects fail.

Everything we ship is built to the second standard. The question we ask is not whether something looks remarkable in a controlled setting, but whether other people can build their own work on top of it without thinking about it.

Start a project