Is This the Dawn of the Tokenpocalypse?
Posted by pseudo-usama 1 day ago
Comments
Comment by motbus3 1 day ago
I have the feeling that the age of 'i can't be blamed by AI stuff' will be a "this was the computer guy mistake" for a moment.
PS. I've been using Claude opus 4.8 and it is worse than 4.6 and I will say that even sonnet 4.6 is better. PhD. Level of software and engineering I believe! I know many PhD who never coded or worked anyway
Comment by RamblingCTO 1 day ago
Comment by motbus3 1 day ago
But 4.8 still underperforms on most tasks. I have things running where 4o-mini does it considerably better repeatably.
They might have tuned it for a particular reason and I would not doubt that the harness has been made worse.
Sometimes it teases me to think it does wrong things on purpose
Comment by user_7832 1 day ago
(I've used modern Gemini 3.1 pro & claude too. Modern ChatGPT is just as useless, I've never heard a human speak in points. The human brain never encounters that irl.)
Comment by Chu4eeno 1 day ago
I don't think they expected the ELIZA effect [0] to explode as much as it did when they started including feedback directly from users into posttraining the next generation, so to be safe they've likely added several regimens of synthetic data ensuring ChatGPT tries to steer away from ELIZA.
Comment by picofarad 1 day ago
I really liked the way copilot was last year, but I switched to deepseek because I don't trust MS.
Grok cracks me up, but I refuse to give elon more money than I'm already forced to by circumstance outside my control and budget.
Comment by motbus3 1 day ago
In my humble opinion that serves nothing, it improved gradually, not exponentially up to 4.5
4.6 seems to be a minor step and the latest 2 are pure rubbish
Comment by prodigycorp 1 day ago
Anybody doing things seriously understand how to optimize their workflows for smaller models once they start to lock in processes.
Comment by motbus3 1 day ago
This is not about you chatting with your char gpt window for sure.
Comment by zozbot234 1 day ago
Comment by prodigycorp 1 day ago
Comment by motbus3 1 day ago
Comment by platinumrad 1 day ago
Comment by motbus3 1 day ago
Comment by tabs_or_spaces 1 day ago
If you're following a bunch of people who are from LLM labs, you're going to be more incentivised to tokenmaxx because it's in the Lab's best interest tonget you to behave that way.
Practically, many companies aren't labs with endless runway. Companies hopefully follow a PnL model. And when you look at things with that lens, many of the times the LLM use case falls apart.
You're seeing a bunch of companies starting to realise that tokenmaxing yields very little ROI.
Even the LLM labs, the guy that spent $1+mil tokens has nothing to show for it in terms of revenue to the company. And you have to keep sinking that much into AI for ... "features".
There are some good use cases for AI. I ended up with a positive ROI on a greenfield project myself, albeit on a small scale.
The way that AI has been making people have totally irrational decisions on executive, pure business and technical standpoints is simply mindblowing. I don't understand how people can't take a step back and see what's actually happening from a macro perspective.
Comment by elictronic 1 day ago
This to shall pass. After enough bullshit people will become fed up and enforcement of existing laws will start breaking up the most egregious items. New laws will pass. People will make and lose fortunes, and we will live on.
Comment by __alexs 1 day ago
AI could be absolutely perfect and we'd still struggle to deploy it in a value generating way simply because it will exceed our ability to adapt.
So tokenmaxxing might be the wrong thing to do, but only because it's focussing on the wrong problem rather than because it doesn't actually work.
Comment by vineyardmike 1 day ago
The push by companies to incorporate AI into everything is (depending on the company) either hype and cargo-culting or it was an attempt by management to (1) try and discover if/what new workflows or tools could use it and (2) force the haters to use as it got better.
Where I work, there is an obvious split between people who have been willing to use AI, and those that hated it from day 1 and mocked the "stochastic parrots". Senior folks were disproportionately haters, and generally didn't see much productivity lift from early AI stuff. They strongly resisted the mandates to use AI, and completely missed the "agentic" inflection point that other colleagues experienced. The more willing users saw Claude Code/agents and were able to experience this as the genuine benefit it can be. Now that the more senior folks are using agentic programming, they're genuinely able to maintain code quality and see meaningful speed improvements in coding tasks.
Today, tokenmaxxing doesn't make sense because we found the product-market-fit of agentic coding. Now that most (?) employees are onboard with using it, the industry can shift focus to cost-effective usage and positive-ROI usage. For example, Uber shifting to a fixed per-employee token budget.
Comment by red-iron-pine 1 day ago
"we need to figure out if we can replace you with AI, or if it just extends your abilities"
Comment by apothegm 1 day ago
Comment by vineyardmike 1 day ago
Comment by apothegm 14 hours ago
“Try and discover if/what new workflows or tools could use it” is something that’s supposed to be done by the companies selling a product so they can then convince people to buy and use it — not something that the buyers are supposed to do.
Comment by utopiah 1 day ago
Eh... this is HN. The goal is precisely to reach BS escape velocity and SpaceX is the model to follow. It's not healthy IMHO (I'm not an economist) but that's definitely the arm race VCs actually fund. Lose for years if not decades, achieve market dominance, squeeze. Very very few winners and for those the path is precisely NOT to follow PnL.
Comment by gitgud 1 day ago
Pretty sure from inception the phrase “tokenmaxxing” was never seen in a positive light…
Comment by leoncos 1 day ago
Assuming the intelligence of a model continuously improves with scale, the token price of the best model will become increasingly expensive.
I know that tokens are currently experiencing rapid price drops, but they will eventually encounter physical limitations.
Comment by unglaublich 1 day ago
Comment by drcxd 1 day ago
If you want to reduce the cost but still get something useful, you have to make some abstraction, and we all know that any abstraction is leaky.
Comment by dwattttt 1 day ago
Comment by Tuna-Fish 1 day ago
Currently, most AI systems work so that there is a large pool of memory on one side, compute on other side, and a very fat pipe between them. 90%+ of all energy goes into moving data from one side to the other, and selecting the specific element you wish to use from the large pool of ram. The energy cost of holding that data in memory and reading it from the memory cells, and the energy cost of doing the actual computation with low-precision FP are both trivial in comparison.
The systems are built this way because this is the most flexible architecture, and can be used for many different kinds of workloads. But the workload of a transformer in no way requires this flexibility. All the data is fairly local to the execution units that consume it. If you design a system as full PIM, where each ALU is associated and located with the small storage pool that contains only the elements used by that alu, and then tile that out to implement the full model, you cut out most of the energy cost of moving data. The cost is you need much more silicon to implement a working system, but the benefit is not just improved energy-efficiency, but also token speed and silicon efficiency.
The industry is moving towards such designs, with many startups working towards it with different approaches, Nvidia's recent aquisition* of Groq, etc. There is a well-understood path towards ~1000x higher token speeds at ~1000x better energy efficiency, that requires no new innovations, just investment of money into specialization.
There are even more gains if you move the weights into ROM, but that would require you to specialize not just for a specific type of model, but also for a specific set of model weights, ala Taalas.
I find the AI discourse is diseased because on one side you get people breathlessly overestimating the current state of the industry and progress that's going to happen in the next ~2 years, and on the other side people assume that the technology as is is what it will always be and completely ignore that the industry is aware of and actively working towards many ways to improve hardware, it's just that complex leading edge silicon chips take years to take from idea to working products, and transformer inference was only very recently proven to be a market large enough to specialize for.
Comment by red-iron-pine 1 day ago
Comment by Oras 1 day ago
There are so many useless cases such as people bragging about their token consumption that has no product and no value add, or those with OpenClaw doing useless automation that could be a Python script.
Comment by sankaritan 11 hours ago
There was an interesting discussion with creator of PI how even if LLMs are producing less errors than humans, they are producing them 10x faster and issues can compound a lot faster too. Introducing intentional breaks, even if by necessity, can help with that and not taking shortcuts that can be solved by throwing millions of tokens at any problem.
Comment by mullingitover 1 day ago
Comment by xvxvx 1 day ago
I knew right there and then that he was a moron. There’s something about American companies where the best and brightest rarely show up in senior management. It seems to be populated by some weird class of golf playing NPCs that figured out how to game the system and bring all their cult members along for the ride.
My own company spent 2+ years enforcing extreme austerity, to the point of firing the very people who built everything, only to run wild with AI spending and seeing little results from it.
Surely, out there in the wilderness, there is a company staffed by intelligent, skilled people. Right?
Comment by cultofmetatron 1 day ago
of course there are but you don't hear about them.
Comment by lifestyleguru 1 day ago
Comment by npodbielski 1 day ago
Comment by vrganj 1 day ago
Musk. Zuck. Bezos.
All three are buddying up with government officials, all three routinely embarrass themselves when they try to talk shop.
Only difference is they're much more socially awkward and less superficially charming than the stereotype would suggest.
Comment by npodbielski 16 hours ago
Comment by operatingthetan 1 day ago
The corporate side seems to be well... stupid? Execs asking their people to burn tokens do not understand the politics and cadence of business. Corporations do not actually demand more work to be completed in the way we traditionally think. Creating a lot of stuff in a corporation tends to naturally banish most of it to the void because that stuff requires other people to exist and engage with it in order to use it, deploy it, get customers using it, etc. AI does not take up that slack in the way that we are being told because it lacks agency. For most people in corporations the problem is not that they can't do their work, their real jobs are mostly being political nodes in a vast system. There is no solution on the table to change that at all.
Comment by somewhereoutth 1 day ago
Comment by captainbland 1 day ago
Of course the question remains, who is supposed to be buying products through this system if AI systems continue to displace jobs?
Comment by raffael_de 1 day ago
Comment by rsolva 1 day ago
Comment by somesortofthing 1 day ago
Comment by hanzeweiasa 1 day ago
In legal tech, we run domain-specific models for contract review that use 90% fewer tokens than general-purpose LLMs because they understand legal document structure natively. The token cost per document dropped from dollars to cents.
The real "tokenpocalypse" is for use cases that try to do everything with one general model. As the ecosystem matures toward specialized tools (similar to how we got specialized IDEs for different programming languages), token efficiency improves dramatically.
The analogy holds: general-purpose models are like Swiss Army knives — useful but inefficient. Domain-specific models are like proper tools — more expensive upfront but vastly more efficient for their domain.
Comment by lukas221 1 day ago
as Jensen said, get ready for $1000 per mil token
those for which this price makes sense will push out those for which it doesn't - to lower models or to local models
but those who want to run local models need to compete for hardware with the data centers, which have strong scale effects thus will always be able to out price local hardware allocations - can already be seen now as hardware makers get out of retail business
Comment by anonzzzies 1 day ago
Comment by lukas221 1 day ago
Comment by elictronic 1 day ago
Hoping your customer base is so old they forget to cancel the subscription might not work so well this time. “Popcorn eating ensues”
Comment by picofarad 1 day ago
Comment by owebmaster 1 day ago
Comment by yfontana 1 day ago
Comment by Gigachad 1 day ago
Comment by prodigycorp 1 day ago
Comment by dude250711 1 day ago
Comment by worldsayshi 1 day ago
- The frontier AI companies have realized they won't be able to count on gaining ground and earning more in the future through sheer moat. They have to start earning right now.
- The playing field on the market got a whole lot more even as a result. Now everyone is competing on cost and quality - while there are still a lot of competition. AI suppliers can't easily get away with subsidizing their own product and enshittify later.
I might be missing something obvious here? It feels to me that if the frontier AI companies thought they could gain a lot more moat they wouldn't raise their prices this much this early? And their current moats/head start doesn't seem insurmountable?
Comment by mrweasel 1 day ago
I don't think you're missing anything, but I am surprised that the forces behind the AI companies did. They do need to start making money, but I don't think anyone has a plan as to how they are going to do this. As for enshittification, that was always on the table for the free tier, it was also going to be the drug deal strategy, were the first hit is free.
The cost of AI is still to high, datacenters aren't being completed, the hardware is to expensive, electricity is to expensive, the technology is good, but requires hand-holding. We're going to see AI being deploy more sparingly and more targeted, so the cost is justified.
Comment by lenkite 1 day ago
Doesn't this just mean price increase ? What is not clear is how much the price needs to increase for AI companies to break even some time. 3x increase ? 10x increase ? Even more ? No one seems willing to give a clear number.
Comment by mrweasel 1 day ago
I'm not entirely convince that the AI companies can raise prices and keep enough of their customer base to make their current strategy commercially viable.
They could also lower their production cost, but that runs counter to building/buying new datacenter capacity. Realistically I think they need to look for applications where cheaper models are just as good and niches that where the ROI on AI is more clear.
Comment by worldsayshi 1 day ago
Comment by Yizahi 1 day ago
Comment by owebmaster 1 day ago
Have you heard about Deepseek? In a world were it (and other Chinese open models) didn't exist, OpenAI and Anthropic would be profitable already
Comment by mrweasel 1 day ago
How so? The existence of e.g. DeepSeek doesn't lower the cost for OpenAI. OpenAI have almost a billion users, or so they claim. Adding even another billion users isn't going to help them, unless they can keep cost under control.
Comment by operatingthetan 1 day ago
They have to do it in reverse order which seems to be maybe impossible. I contend that SOTA models are still quite bad at what their companies claim them to be good at. They remain confidently wrong more often than they should be. The public also is tired of 'slop' and will continue to push back on it.
Comment by lukas221 1 day ago
and we are fast approaching limits which will be hard to overcome - electricity, chips
Comment by worldsayshi 1 day ago
Comment by lukas221 1 day ago
Comment by worldsayshi 1 day ago
But then the real moat should be on the hardware side anyway?
Comment by mortar 1 day ago
Comment by yuppiepuppie 1 day ago
Anecdotal experience - my coworkers will use the "max-think" and the most expensive model on every change they do with Claude, pumping out 100k's of tokens just because they can (and brag about hitting the limits).
I suspect this kind of behaviour will need to change in the very near future.
[0] - https://en.wikipedia.org/wiki/Betteridge%27s_law_of_headline...
Comment by GreenSalem 1 day ago
Comment by red-iron-pine 1 day ago
Comment by cultofmetatron 1 day ago
kimi-k2.6 can do a pretty damn good job with vision for optimizing ui design workloads in a loop. not cheap but significantly cheaper than anthropic.
mimo 3 is jsut pretty damn good when you need a high end reasoning model - also reletivly affordable.
I was able to run gemma and do some coding locally on a 32 gb machine. it was slow as molasses but the fact that it worked at all on a local machine that wasn't desinged around AI workloads is great.
Its only a tokenpocalypse if you rely on these closed and frankly overpriced american models. is opus better than kimik2.6? arguably yes but not 16 times better from what I've been seeing.
Comment by rvz 1 day ago
It depends where you buy the tokens from. Jevon's paradox exists in China and not in the US for now.
> In just a few months, companies became obsessed with “tokenmaxxxing,” then turned against it due to the high costs.
Casinos (in the US) telling customers to spend more on tokens, introduces free spins, discounts, resetting limits on peak hours. Then introduces new slot-machine that promises to give better odds to the gamblers, but instead is more expensive to use.
The ones in China did the opposite and made their discount on tokens permanent.
All this 'tokenmaxxing' was an outright scam. Now the AI companies want you 'tokenmaxxing' your agents on loops as the token prices increase.
Comment by ReptileMan 1 day ago
Comment by vrganj 1 day ago
Comment by simianwords 1 day ago
Here are my concrete predictions
1. Token costs will come down and performance will go up
2. Everyone will spend even more on LLMs not less - the article points at small blips but if anyone thinks it will go down from now, you are mistaken
3. AI Companies will be profitable
If anyone wants to counter bet on me, please go ahead.
Comment by Quarrel 1 day ago
but many of the current crop will never return money to investors.
I largely agree with you, but the huge investments currently being made will be very hard to get a return on. Token costs will come down, performance will go up, and you want to be in the business of selling the picks & shovels, not doing the mining.
Which is of course why nvidia, google & TSMC are in pretty good positions, but even their valuations have some bubble in them.
Comment by simianwords 1 day ago
I mean this is a sort of conspiracy theory and I genuinely don't know why people think AI is particularly hard to get money back from?
> I largely agree with you, but the huge investments currently being made will be very hard to get a return on.
Why do you find it huge? Anthropic went from $1B to $44B revenue in a few months and this is unprecedented.
1. The margins on inference are huge
2. There is genuine moat because AI models have personalities strengths and weaknesses that's so they are definitely not fungible
I think a lot of handwaving goes on but it comes in the form of some latent concern that AI might just be profitable. But the reality is that it will be.
None of the "selling picks and shovels" analogies will stick.
Comment by somewhereoutth 1 day ago
2. CFOs are seeing the token spend on the bottom line, and are not happy. CFOs don't care about 'the next big thing', they just count beans, and they are coming up short. CFOs tend to be the grown-ups in the C-suite, they will shut things down if they need to.
3. See 1. and 2.
Comment by zombot 1 day ago
Comment by Natalia724 1 day ago
When the interaction is exploratory, the marginal cost feels invisible: ask again, summarize again, try another agent. In a business workflow, the same pattern becomes a metering problem. You have to decide which parts actually need a frontier model, which can use a smaller/local model, and which should not be generated at all.
That probably pushes AI products away from "chat with everything" and toward much narrower tools with explicit ROI: less open-ended generation, more constrained pipelines, caching, evaluation, and human review at the points where mistakes are expensive.
Comment by NurcanPYSBG 1 day ago
Comment by josefritzishere 1 day ago