hiretrevor.com/blog/open-weight-models-are-getting-absurdly-cheap-here-s-what-that-actually-means-for-builders

Open Weight Models Are Getting Absurdly Cheap. Here's What That Actually Means for Builders

Open weight models keep dropping in price while getting better. That's not just a line on a cost chart - it changes what's worth building and who gets to build it.

The headline nobody's saying out loud

There's a piece making the rounds called "The unbearable cheapness of open weight models," and the title stuck with me. Not because it's clever, but because it names something I've been watching happen in real time across every project I touch.

The cost of running a capable open weight model has fallen off a cliff. Models you can download, host yourself, and run without asking anyone's permission are now good enough for a huge slice of real work. And they keep getting cheaper to run, not more expensive.

If you've spent the last couple of years assuming serious AI meant a metered API bill that scales with your success, this is worth sitting with for a minute.

Why this matters more than the benchmarks

I've been building products for 22 years, and I've learned to be suspicious of benchmark charts. A model topping a leaderboard doesn't pay your bills or ship your roadmap. What changes the game is unit economics.

When inference is expensive, you ration it. You add it to the one premium feature that justifies the cost. You write careful logic to avoid calling the model too often. The model becomes a scarce ingredient you protect.

When inference gets cheap enough to be a rounding error, that whole posture flips. You stop asking "can we afford to call the model here?" and start asking "why wouldn't we?" You run it on every row. You retry. You let agents loop and self-correct because a few extra passes cost you almost nothing. The design space opens up.

That's the real story. Cheap open weight models don't just save money. They let you build things that were never viable when every token had a price tag attached.

The trade-offs are real, so let's be honest about them

I'm not going to pretend self-hosting is free. It isn't. You're trading an API bill for operational work: GPUs to provision, models to serve, latency to tune, and an on-call reality when something falls over at 2am. The cheapness is in the per-token cost, not the total effort.

For a small team shipping fast, a managed API still wins on a lot of days. You get frontier quality, no infrastructure headache, and you pay for exactly what you use. That's a genuinely good deal when your volume is modest or your margins can absorb it.

The calculus changes when volume grows, when data can't leave your environment, or when you need a model that does one specific job extremely well. That's where open weights earn their keep. You can fine-tune for your exact task, run it on hardware you control, and watch your marginal cost approach zero as you scale.

How I'd actually play this

Here's the approach I keep coming back to with clients and my own builds.

Prototype on the best API you can get. Speed of iteration beats cost optimization when you're still figuring out if the thing should exist. Don't self-host a model to validate an idea.

Watch your usage patterns. Once a feature has traction, look at where the volume concentrates. The 10% of calls doing 80% of the work are your candidates to move.

Move the repetitive, well-defined work to open weights. Classification, extraction, summarization, routing, the high-volume plumbing of an AI product. These jobs don't need frontier reasoning, and they're exactly where a tuned open model shines.

Keep the hard reasoning on premium models. The fuzzy, open-ended, judgment-heavy calls are still worth paying for.

A hybrid stack like this gives you the economics of open weights where volume lives and the quality of frontier models where it counts.

The bigger shift

What I find genuinely exciting is who this empowers. When capable AI costs almost nothing to run, you don't need a war chest to build something real. A solo founder can ship a product that would have required a funded team two years ago.

That's the part of this I care about most. Cheap, open, capable models put serious tools in the hands of people who were priced out before. If you've been waiting for permission or a budget to build your AI idea, the economics just stopped being your excuse.

If you're trying to figure out where open weights fit in your stack, that's exactly the kind of problem I love working through. Let's talk.

Let’s build something
worth building.

I’m available for consulting engagements, advisory roles, and select product partnerships. If you’re building something ambitious — especially with AI — I want to hear about it.

Trevor Caesar