← Writing
Builder's Log

What I'd tell a health tech founder in 2026

9 June 2026 · 3 min read

If you are building in healthcare right now, the most important decision you will make is not which features to build first. It is which layer to build on.

Most health tech founders start at the interface. A better patient app. A cleaner booking flow. A smarter dashboard for clinicians. These are real problems, and solving them feels productive. The feedback is immediate. Users respond. Investors understand it.

The problem arrives later. A second clinical context needs to run on the same system. A partner requires integration that the data model was not designed for. A prescribing rule changes and the fix requires rebuilding something that was never meant to be changed.

The interface layer is furniture. It matters. But it is not what holds the building up.

Five things worth knowing before you write the first line of code.

The platform decision is made early or paid for late. Clinical infrastructure built for a single use case becomes technical debt the moment the second use case arrives. Design for composability from the start, not because you have multiple brands today, but because the architecture will be tested by the case you have not imagined yet.

Build the load-bearing walls in-house. Prescribing, booking, patient records, dispensing integration. These are the systems every clinical interaction passes through. Outsourcing them means inheriting someone else's assumptions about how clinical decisions should work, and waiting for their update cycle when yours needs to move faster.

Silent failures are the failures that matter. In standard software, a silent failure produces a bad dashboard. In clinical systems, it produces a care decision made on incomplete information. Design for the assumption that nobody has time to look unless forced to.

The AI boundary is a clinical decision, not a technical one. The question is not whether your AI can produce accurate output. It is where the handoff sits between what the system prepares and what the clinician decides. Draw the line wrong and you are either building a rubber stamp or building noise.

Speed is not measured by how fast you ship. It is measured by how long what you ship holds. The companies that will still be standing in five years are the ones that built slowly enough to build correctly.

None of this is visible in a pitch deck. It is visible three years in, when the architecture either absorbs the next challenge or fractures under it.

The founders who build infrastructure that lasts are not the ones who moved fastest. They are the ones who understood which layer they were building on.

Weniger aber besser.