The DRAM Shortage Makes Repairability an Economic Argument

There's a moment in every market cycle where the thing you believed for ethical reasons suddenly becomes the thing that makes financial sense. We're in that moment for repairable technology. The DRAM shortage isn't just a supply chain story — it's the point where designed obsolescence becomes too expensive to sustain.

When memory costs more than labour, you fix what you have.

Framework laptops, Fairphones, boards from Crowd Supply — these were niche choices a year ago. Now they're strategic. A device you can upgrade instead of replace is no longer just the sustainable option. It's the rational one.

The Numbers

DDR5 spot prices have climbed roughly 40% since last autumn. For a typical consumer laptop with soldered RAM, that means the entire machine becomes disposable when your needs change. For a Framework? You pop the module out and swap it. The economics aren't even close anymore.

This is draft thinking — numbers are directional, not verified. Part of the point of writing here is to think out loud. Corrections welcome.

What This Means for the Shop

If you're building a business around repairable, open-source, sustainable tech — and I am — this shift changes the pitch. You're not asking people to pay a premium for their values. You're offering them the cheaper option that also happens to be the right one.

# rough model for the stall
if dram_price > threshold:
    value_prop = "repair is cheaper"
else:
    value_prop = "repair is right"

# either way, we show up
print("open saturday")

Recent