Smaller Surfaces
nrempel.com·14h·
Discuss: Hacker News
Flag this post

The average service today ships with a dependency tree that looks less like a tree and more like a thicket. You add one tidy helper and wake up with a hundred transitive packages, each with its own update cadence, license, and security history. We tolerate this because importing is fast, familiar, and usually good enough. The costs show up later in supply chain incidents, surprise API breaks, and bloated images. What has changed is not only that large language models can write code. They also make a very different default attractive. Instead of integrating a library for every task, you can generate a narrow implementation, verify it locally against your standards, and keep the runtime surface small.

If that sounds like reinventing wheels, it helps to ground the idea in a mundane ex…

Similar Posts

Loading similar posts...