Skip to content

· 2 min read

Spend your innovation budget where the user can see it

Every team can afford only a few new things at once. Boring infrastructure is what pays for the interesting product.

  • Engineering
  • Architecture
  • Product

A team has a limited capacity for novelty. Every new framework, database, protocol or pattern costs something beyond the time to adopt it: debugging without a community to search, operating without runbooks, hiring people who have never seen it before. You can afford a few of those at once. Not many.

I think of this as an innovation budget, and the most important question in any technical plan is where to spend it.

Spend it where it shows

The rule I try to follow: spend novelty where the user can see the difference, and choose boring technology everywhere else.

A user notices a search that understands what they meant. They notice a 3D preview that loads instantly, an interface that responds without a spinner, a recommendation that is actually relevant. Those are places where doing something unusual is the product.

A user does not notice which message queue you picked. They do not notice whether your database is fashionable. They notice only when those things fail — and new things fail in new ways, at 2am, with no Stack Overflow answer waiting.

What "boring" buys you

Boring does not mean old or bad. It means understood.

  • Known failure modes. Someone has hit your bug before and written it down.
  • Operational maturity. Backups, monitoring and upgrades are solved problems rather than projects.
  • Hireability. The next person can be productive in a week, not a quarter.
  • Predictable cost. Pricing, scaling behaviour and limits are documented and stable.

Every one of those frees attention for the part of the system that actually differentiates the product.

A test for a new technology

When someone proposes something new, I ask three questions.

  1. Does the user see the benefit? If the answer is only "it's more elegant", the budget is probably better spent elsewhere.
  2. What does it replace, and what does that cost us today? A new tool that removes a real, recurring pain can pay for itself. One that replaces something working fine rarely does.
  3. Who operates it when it breaks? If the answer is one enthusiastic engineer, that is a risk, not a plan.

This is not conservatism

This is not an argument against new technology. It is an argument for spending it deliberately. The teams that ship genuinely novel products are usually the ones with the most boring infrastructure, precisely because that infrastructure left them the attention to be ambitious where it counted.

Choose one or two places to be brave. Be ordinary everywhere else. Users will only ever see the brave parts — and they will only see them working if the ordinary parts never fall over.