A few weeks ago I wrote about the shift from GPU-poor to token-poor. Since this post, and the ones I wrote about my recent obsession with AI independence, a lot of people have asked me for advice about how they should access intelligence: “fine, but what should I actually do? Buy a subscription? Pay per token? Build a rig? Rent one?” I dodged the economics in the token-poor post, so let’s do them properly now.
The first thing I did before writing this post, is to pull my own token bill for the last 60 days (which have actually been slower than usual) in order to model my own token consumption (sidenote: BI built a really cool tool for this in nibble, my agent harness, that I can talk about in coming posts if someone is interested).
91% of my token spend went to expensive models I cannot run at home (and that I never will because of their size and them being closed). But I already held a yearly subscription, so why not use those first? The open models I “could” (and let me add quotes here for now) host myself, the Qwens, DeepSeeks, the GLMs and the Kimis, cost me around $30 over two months. Just. Thirty. Dollars.
This gap is what actually motivated this exercise and my whole post. What if I didn’t have that Claude subscription? How much would’ve cost me my access to intelligence, and what are the alternatives?
There are exactly four ways (that I could come up with) to get tokens out of a large language model.
The first (and probably, the most widely used) is a subscription. You pay a flat monthly fee, and someone else runs the model. This is the ChatGPT Plus, Claude Pro, or Kimi/GLM coding plans. Simple, capped, predictable, and as we’ll see, heavily subsidised.
The second is pay-per-token via an API. No flat fee, you pay for exactly what you consume, priced per million tokens in and per million out. This is generally what you use when you need to power your application with AI, or when you route an agent through a serverless LLM provider like OpenRouter, Fireworks, Together, etc.. I’ll let you correct me in the comments, but I would say people leveraging agents on their day-to-day prefer the predictability of subscriptions than paying-per-token.
The third is renting a GPU in the cloud. You spin up a machine by the hour, load whatever open-weight model you like, and serve it yourself. RunPod, Vast, Lambda. You’re not paying for tokens, you’re paying for raw compute time. With this you don’t need to think about the amount of tokens you are consuming anymore.
The fourth is owning the hardware. You buy the silicon, it sits in your house, and the marginal cost of a token is your electricity bill. As you know, this is the quest I’ve been on for a while now.
I really think each of these wins in a different regime. The tricky thing is knowing which regime you’re in.
For this exercise, I tried to be as objective and practical as possible. Let me put my own usage through all four and show the maths. My pattern is moderate and mixed: coding, writing, research, a few hours a day, heavy on context. I don’t have token-heavy long-running loops, and all my LLM-powered crons are routed through my local Qwen (not considered for this analysis). From all my consumption, there are roughly 78 million input tokens and 13 million output tokens a year on the replaceable tier, the open models I could plausibly self-host. For personal and professional reasons, this month has been slower than usual in my use of tokens, but it allows me to set a good baseline floor of my usage.
Here’s what that year costs, four ways:
Pay-per-token API: DeepSeek V4 Flash at $0.14 in / $0.28 out comes to about €13 a year. At my current messier mix of open models, call it €130. Either way, low triple digits at most.
Cloud GPU rental: an MI300X with enough memory to hold a 100GB model runs about $1.99 an hour on RunPod. Realistically, we would need at least 200GB of VRAM to run something of the level of the open-models I use through the API. At ninety hours a month that’s roughly €2,300 a year, plus storage so you don’t re-download the weights every cold start.
Own hardware: a usable DIY server is around €2,900 up front for one GPU, and after that maybe €30 a year in electricity. I’ve been looking to build myself an AMD-based rig with at least 4 GPUs equivalent to the RTX3060 or RTX5090 and that takes you to around €12,500. A pair of DGX Sparks, the configuration people actually want, is €9,600. I also love the tinybox red v2, but that’s $12,000 for only 64GB of RAM (and I am not sure about how upgradable it is with a lot of tinkering).
Subscription: whatever your flat fee is, for models the other three options can’t touch at this quality.
Let’s look at those numbers for a second. The API is cheaper than everything by two orders of magnitude. Cloud rental is the worst option on the board, because at ninety hours a month you’re using the machine 12% of the time and paying as if you owned it, but it is true that you don’t have to pay a lot upfront. And the hardware saves you, against the API, almost nothing. I computed the break-even on a €2,900 rig versus a triple digit a year of API tokens, and it is measured in decades (not great).
If your usage looks anything like mine, where I have bursts of high taken consumption, and then calmer periods that I use to focus and think on things that do not require that many tokens, then the decision (at least today, and only looking at current 2026 numbers) is pretty straightforward: pay per token, keep the subscription for the smart stuff as long as it is subsidised, and don’t build anything yourself.
So why am I still thinking about building something myself?
First, let’s chat about something that everyone is talking about, but I want to be explicit about: at today’s prices, the subscription is a gift, and you should take them (I don’t know how to make this bolder, I was tempted to highlight and use a red font).
Using frontier models per output tokens costs real money. Claude Opus is $25 per million out, Fable is (was) $50. If you actually metered a heavy month of frontier chat at API rates, it would dwarf a $20 or even $200 subscriptions. We are being subsidised, and the size of it is startling once you read the analysis that others have done. David Rosenthal, citing SemiAnalysis, shows how for $200 a month you can burn $8,000 in Anthropic tokens or $14,000 in OpenAI tokens. That’s a subsidy of 40 to 70 times the price you pay per token. He calls it the drug-dealer’s algorithm: give the product away until the customer is hooked, then find the price later (you’ve probably read me say that, “we are not in an AI bubble but an AI trap”). OpenAI reportedly turned $13 billion of revenue into $34 billion of costs last year, so “later” is doing a lot of work. A trap built into a bubble (another of those cool sentences that people would assume are LLM-generated but that I came up with myself. This is me giving myself some self-kudos :) ).
But is building your own inference infrastructure the solution for this? Dylan Patel (founder of SemiAnalysis) thinks that local hosting will never be an option, as it needs far more silicon than shared infrastructure. A provider runs one GPU hot across thousands of users and amortises it across all of them. You at home run one GPU at 10-30% utilisation. The subsidy you enjoy is partly just better economics that you physically cannot reproduce alone, and part this “drug dealer algorithm”. Big labs are not covering costs right now, and someone building infrastructure at home is competing with the bidding power of these big pockets (which is what is happening to me). What the hell, even Apple had to raise prices this week due to (allegedly) the AI mania.
So my immediate recommendation, all other concerns aside, take the subsidy while it lasts. It’s real money in your pocket today, and refusing it on principle is just leaving value on the table. I was so afraid of raising subscription prices since last year that I’ve been hedging my access to intelligence by buying yearly subscriptions. They could change the quotas or the models, but at least I had access for one more year. And this is something I am still doing when it’s time to renew.
But I would also advise you to not build your life on the assumption these prices last. The cheap subscription is customer acquisition, not the steady state, and the history of every platform that ever ran below cost to win a market tells you what comes after the market is won. I really hope that I am wrong, and the economics of AI inference change, but you should either be prepared to pay more for your subscription, or find a way to hedge your access to intelligence at a reasonable price.
Here’s where I have to be honest with myself, because the maths clearly say that it is not a good idea to build an inference infrastructure yourself, but I keep wanting to build it anyway.
I realised owning hardware is not a cost decision, it is the AI version of “owning Bitcoin is not a good investment”. At normal usage it never pays back at current subscription and token prices, and anyone telling you it does is selling something or hasn’t run their own numbers. It is a value decision. You buy it for three things the cloud can’t sell you: privacy, independence, and tokens with no meter on them.
The good news is that the floor price for that has fallen hard, because the open models got genuinely good. A 128GB unified-memory box, a Ryzen AI Max+ machine or a high-end Mac, starts around €2,500 and runs models that were complete science fiction a year ago (but we’ve got too used to smart models). DeepSeek-V4-Flash-REAP-180B, a pruned and quantised version of a 641-billion-parameter model, fits in 97GB and runs on a single such box at 14 to 24 tokens a second. One person who switched to it described Qwen3.6-35B as great for small projects but falling apart past 100K context, then said of the DeepSeek model: “this thing is actually smart, coherent at long context, just works.” Unsloth recently squeezed GLM-5.1 by 85% so it can run on a 256GB Mac. And I recently came across Step-3.7-Flash that looks great.
The kind of open-source models that you can run on less than 10k of compute are still quite limited. But the open-source and local inference community are moving super fast, and less than five grand, today (let’s see what happens to hardware prices a few months from now), buys you a private model on your desk that handles most of what isn’t frontier work. And I am not talking about a toy like “how cute, I can run an LLM at home”, but an actual working tool.
Additional disclaimer, I am looking at this as an individual. If I was doing the analysis for my own company, where I had the funds for proper hardware, and the infrastructure would be shared by other people (or is the core of my product), then I would definitely lean towards local (or cloud) inference.
So here’s the practical conclusion of my exercise after running the math.
Owning a decent local box is insurance, not an investment. Insurance is supposed to look like a bad deal on the spreadsheet (like Bitcoin). You don’t buy it expecting a return, you buy it because the thing it protects against is catastrophic and you can’t fix it after the fact.
And the things this local box will protect you against are getting more real than a few months ago (I’ll let you call me paranoid in any case, many have done it already, including my wife). Models get censored or quietly lobotomised on whole categories of topic (right, Fable?). Providers deprecate the exact version your workflow depends on, and the replacement behaves differently. Or you simply lose access in your geography: export controls tighten, a provider decides the EU isn’t worth the compliance cost, a government blocks an API or forbids a model. Anything. When any of that happens, the price of the token stops mattering, because the token is no longer for sale to you at any price.
This is why I bought a Strix Halo a year and a half ago, before any of this arithmetic made sense, when it looked like an expensive toy. It was because if access vanishes tomorrow, I still have a private, uncensorable, good-enough model sitting on my desk that nobody can switch off. A €2,000 box is a cheap hedge against a scenario that costs you everything if it lands and you aren’t ready. I think that case holds for a lot more people than the “build a rig” case does (and in retrospect, this was an amazing investment also, because with the increase in the price of hardware, that same box costs today close to $4,500. See below).
There’s an uncomfortable tension running underneath all of this, and I don’t have a clean way out of it.
The case for owning your own compute gets stronger every month, as the access risks above get more plausible. But the cost of acting on it is climbing just as fast. We’re in the middle of a DRAM supercycle: memory contract prices rose 90% in the first quarter of this year, another 58 to 63% in the second, and the analysts don’t see it normalising before 2028. Memory is roughly 80% of a GPU’s bill of materials, so this hits everything.
You don’t need the analyst reports to feel it. 0xSero, who does this for a hobby, put it well: “Since I’ve gotten into this expensive hobby all compute has 1.5x and I don’t see the end in sight.” This has also been my experience. In one weekend update an RTX PRO 5000 went from $7,999 to $8,799, and 5090s jumped a few hundred dollars each. My own build plan is already out of date: the RAM line I priced at €250 a few months ago is €400 to €600 now, and the used GPU I had at €674 is €800 to €950. I wrote down the prices and they expired before I acted on them. I really need to pull the trigger for this compute purchase.

adlrocha@adlrocha
I am close to pulling the trigger to my biggest purchase of compute ever. My wife will kill me for spending that amount of money in compute I accept donations!

6:28 PM · Jun 16, 2026 · 27 Views
So where did I land, for myself? I’m not building the big rig yet. I already own the Strix Halo, which is roughly a single DGX Spark in disguise. I was thinking about buying a Spark, but it would be paying €4,800 for a second copy of what’s already on my desk. The plan is to stay on the subscriptions, pay pennies per token for the open-model work, run the genuinely private work locally on the hardware I already have, watch the memory market, and buy the upgradable platform later when prices ease. I have a full plan of how to build an upgradable rig that can adapt more cleanly to how the technology evolves than a sealed appliance like my Strix Halo or the DGX Spark (happy to share it in a follow-up post if someone is interested).
There’s one more thing that really bothers me about basing this analysis on my current use of AI.
I unconsciously ration tokens.
I noticed it while reading my own bill. I reach for the cheaper model on a task that deserves the better one. I don’t fire off the five-parallel-agent run I know would help, because I can see the meter ticking. I am, in the small and constant way, behaving like someone who’s token-poor even though I can probably afford it. The meter is definitely influencing my behaviour. I know this is not rational, but it is what it is, I am cheap.
And I’m not the only one. Dan Davies makes the John Henry argument: “the moment large companies start telling their employees to use AI tokens wisely, the game is up, the race is over, and John Henry beats the steam hammer.” His point is about jobs, that if a token is too expensive to spend freely then it can’t be cheap enough to replace a person. But the same signal shows up at my desk. The story we were sold was inference too cheap to meter. The reality is that everyone, from me to the enterprise with a budget, is quietly rationing.
Everyone is calling the Jevons paradox in software, but I call it in my own use of tokens. For those unaware of that paradox, in 1865 William Stanley Jevons noticed that as steam engines got more efficient, England burned more coal, not less. Cheaper-to-use meant more-used, by a wide margin. Metered pricing does the reverse to me: it suppresses demand I would otherwise have. Which means the real prize of a machine in the corner that costs nothing per token might not be the money at all. It might be that it removes the meter, and lets me find out how much intelligence I’d actually use if using it felt free.
And here’s my honest uncertainty: I don’t know the real number of my token consumption. I’ve never run unmetered. I genuinely have no idea whether my real demand for this stuff is double what I currently spend, or ten times, or whether I’d burn out on it in a week. The whole independence project might turn out to be less about escaping a price and more about escaping a habit of self-censorship I didn’t know I had.
But with this in mind, I decided that the next few months I am going to run as if I owned the hardware, letting the token bill go to wherever it gets so I can do a more apples-to-apples comparison between the infrastructure I am trying to build, and they real use of tokens that I would have if I could run unmetered.
How about you? Do you catch yourself rationing the better model to save a few cents, and what do you think you’d do if the meter simply wasn’t there? Or are you using one of those alleged Chinese token pools? (I couldn’t resist sharing that one before closing this week’s post).
Until next week!





































