all notes
2026-02-10Naman Barkiya

Shipping is a skill.

Shipping is a discrete skill, separate from coding or design, and velocity compounds faster than either. A team shipping weekly gets four times the feedback loops of one shipping monthly.

Why velocity compounds and what it costs to lose it.

Most engineers can build. Fewer can finish. Shipping is its own skill, distinct from design, distinct from coding, and it compounds harder than either.

The shipping tax

Every feature has a shipping tax: the quiet work between "code complete" and "users using it." Migration scripts. Rollback plans. Copy for the error states that nobody wrote. The staging environment that drifted from prod last month and no one noticed.

Most plans underestimate this by 4x. Good shippers don't. They bake it in from day one.

Velocity compounds

A team that ships weekly gets four feedback loops in the time a team that ships monthly gets one. In year two of a product that's a 48-to-12 gap. You can't catch up to a team that's been learning 4x as fast as you. The bigger feature isn't the point. The bigger feedback loop is.

What it costs to lose

If you stop shipping for a quarter it's not a quarter of lost work. It's a quarter of lost learning, and the team forgets how. The tooling rots. The CI pipeline yellows. The next ship costs 2x to get off the ground because you've lost the muscle memory.

Treat the ship like the muscle it is. Keep using it, even when the shipment is small.


Written 2026-02-10.

FAQ

Questions this usually surfaces.

What is the shipping tax?
The quiet work between code-complete and users-using-it: migration scripts, rollback plans, error-state copy, staging drift. Most plans underestimate it by 4x.
Why does velocity compound?
Feedback loops are where learning lives. A team shipping weekly gets 48 learning cycles a year; a team shipping monthly gets 12. After a year the gap is almost impossible to close.