The frontier labs commonly trade spots at the top of the benchmarks with each new model release.
The timing of these price cut discussions says to me OpenAI has no imminent release that will be edging out Mythos/Fable.
If so the question becomes when can they do so, or is this possibly a turning point where Anthropic keeps the crown to themselves for the foreseeable future.
I got a new $20 Claude subscription to try the new Fable model. I gave it a single prompt, and it barely finished, using up my whole session quota (it was at ~95% when it finished) and 10% of my weekly quota.
For comparison, with the Kimi Code $40 subscription I can pretty much constantly run two/three agents in parallel for the whole week, and I never run out of quota. I can blindly throw it at anything and everything without worrying about hitting the limits. (And it's not exactly a cheap model to run -- it has 1 trillion parameters!)
Is Kimi as good as Claude? Of course not. But you don't need the absolute state-of-art for most things. If I don't have exceptionally difficult tasks it makes no sense to use it. Just throw Kimi at it, and even if it needs to run 2 or 3 times longer in the background I don't care, because I'm not running out of tokens there.
I think it works best when you're using the agent in a more hands-on way with a targeted prompt. If you're obsessive about code quality like I am (so you thoroughly review and, when needed, reprompt or even rewrite what the agent does) then you'll be fine, but if you like to just throw a prompt at the wall and expect it to plan and execute the whole thing perfectly then you'll be disappointed.
A middle-ground trick one can use is to have Opus (or Fable now) plan the whole thing and get something cheaper like Kimi execute on it.
CodeWhale (formerly deepseek-tui) automates this over DeepSeek V4 Flash and Pro. My shallow understanding is that it prompts the model to evaluate the complexity of a given task, then decides on Flash vs. Pro at various reasoning levels for that task. This can help with both cost and speed. If other agent platforms don't already do this, I have to imagine they will at some point.
I'm retired and can't justify spending too much on these things. CodeWhale over DeepSeek is helping me understand this space much better (and have some fun!), and it's quite affordable. I've spent ~30 hours using it over the last couple of weeks, and I've spent $3.89 on DeepSeek in that time. If I don't feel like writing any code for a few weeks, I pay nothing. Looking at DeepSeek's dashboard, about 60% of my requests have gone to Pro and 40% to Flash. I've used 97M Pro tokens and 19M Flash tokens (well over 90% of each have been cache hits, so the price is much lower than it would otherwise be).
OTOH, using the best is a competitive advantage when time = money. It's like giving your engineers a slow laptop because it's cheaper. It may be cheaper but not worth the cost.
> OTOH, using the best is a competitive advantage when time = money. It's like giving your engineers a slow laptop because it's cheaper. It may be cheaper but not worth the cost.
That doesn't imply giving your devs the best laptop makes any difference.
How much more productive will your devs be if you upgrade them from a 32GB RAM, 8-core laptop to a 768GB RAM 96-core threadripper?
In your analogy, Kimi may not be the 4-core celeron with 4GB of RAM, it's more like the 8-core AMD with 32GB of RAM.
Unless your job is purely producing code pointlessly, this is not a really good comparison. Most of the time really is spent on understanding the problem and figuring out solutions, not waiting on CPU.
Not necessarily, inference speed also has huge time aspect. For example anthropic takes nearly twice as long as OpenAI models for my tasks with both having similar success rates.
It seems that OpenAI lacks a clear target audience, they try to be everything for everyone. Anthropic is targeting professionals / enterprise users.
I don’t fully understand why OpenAI lacks this focus, as clearly identifying a target market is one of the first things you do with a business strategy. But instead they just seem to throw stuff against the wall and see what sticks.
I think this is too simplistic. Codex is increasingly useful for business usage. I use it for both technical stuff and doing non technical things with my inbox, google drive, etc. It's pretty good for that. And it's pretty clear that business users are very much untapped potential at this point. They need proper agents with tunable guard rails and all the rest.
It seems very competent at coding tasks as well. I don't think Anthropic has a huge edge on that front. It's more of a neck and neck race with proponents in both camps. I ignore most benchmarks at this point; I don't think they have much relevance for normal users.
I think it's actually necessary for both to try out different approaches. Nothing is set in stone yet when it comes to the UX of these things.
They have the consumer market but want the enterprise market, because it's a lot more lucrative, so they're probably going to just keep chasing that even though there's no signs they'll stop losing to Anthropic. They don't need to do that much to keep the consumer market because of momentum.
Questionable whether the enterprise market really is the most lucrative. The biggest of big tech all have significant revenue from the consumer market. Compare Apple, Google, Meta, to IBM, Salesforce, ServiceNow.
Enterprise market is paying by token and using a lot of tokens. Consumer market is paying a subscription that they can't raise too high or they'll lose users to competition. Seems to me that the enterprise market scales a lot higher.
Have you seen many corporations complaining and caping usage to 20-200usd per developer per month. I doubt will change much. Many are considering on premise now.
OpenAI actually never had a focus. Their VC pith was: once the AI is good enough, it will find our business model. They've raised money on that.
With that said you are right, it seems OpenAI got numbed by ChatGPT's initial success and tried to be the go-to brand for consumers... which is Google's playground.
Meanwhile, Anthropic led the B2B market with a clever segmented approach, and got well-paying customers.
> If so the question becomes when can they do so, or is this possibly a turning point where Anthropic keeps the crown to themselves for the foreseeable future.
This specific crown (Best Performing Model) appears to be made out of thorns: pay 100x more for maybe a 10% improvement in capabilities.
It's simple I think - over time the price will go down. According to some analyses the price for equal intelligence declined 10-1000x per year, depending on the domain.
It probably won't be the same again but I still think we can bet on radically cheaper Mythos level intelligence in the future.
I don’t think Mythos/Fable matter in attracting customers. The typical use is not going to be on the most expensive model, especially with all its frustrating gotchas like refusing harmless prompts and forcing companies to have their data retained.
If OpenAI can offer an alternative to Opus but with better pricing, it will boost their revenue at Anthropic’s cost, in time for the IPO.
I have a really strong suspicion that there is something different about OAI prepaid tokens in the API vs elsewhere. I've been able to get away with spending less than $150/m on average while many peers are hitting 10x that.
I am curious how many on HN have manually configured their copilot install with a custom OAI token for 5.4/5.5. In my experience, the performance difference over the built in subscription models is immense. This setup tends to solve the problem so quickly and reliably that any desire to have it run while I'm asleep seems absolutely ridiculous. The performance is constant throughout the day and week.
I think what might be happening is that we are chasing the cost optimization rabbit a little bit too hard. Capability is weird dimension to quantify. A weaker model is not weaker in a linear way. It's usually this incredibly tall brick wall of a discrete go/no-go. If the model can't do the task, it doesn't matter how cheap the tokens are. Something approaching the inverse is also largely true.
Focus on the capability (is this giving my customer what they want) instead of the cost, and you will likely find that the cost never reaches a threshold where you even begin to worry about it. Starting from a position of cost optimization tends to spiral into a dark place.
The point I'm trying to make is the reason a lot of people are resorting to the 24/7 Ralph loops is because they're using weaker models that need an incredible number of attempts to make any progress. The Death Star has different game theoretic implications. You probably don't need it to be lasering entire planets while you sleep, assuming the laser system actually works as advertised. I've never had a copilot run that took so long that I had to get up from my PC. Maybe 10 minutes. What the hell can run for 24 hours and still converge in a meaningful way?
Competition is lovely. And ironically, OpenAI will probably get and keep lots of enterprise customers like Microsoft^ that won’t accept anything less of ZDR.
OpenAI seems like such a better product these days. I was someone who jumped to anthropic early on for claude code, but I find myself jumping in the other direction these days.
I completely don’t understand Anthropic’s pricing where you have to pay a monthly fee to access their crappy models and pay per use for access to their top model. If you’re going to go pay per use it should be actually pay per use.
Reality is Fable is x2 price increase against previous.
GPT5.5 is x2 price increase against previous. And after the last week reset, codex is hungry for your sub allowance.
Everybody can see that the massive raises are not matching the revenue, at all.
It's a surprising headline. Yes it does make sense to cut the price to gain market share, but it also make sense to keep it at a sustainable level, which seems to not have been reached yet.
Fable is twice the size of Opus from what I gathered. So I'm not sure if 2x price translates to 2x profits as well.
Not sure about GPT but it seems plausible they've also been increasing the model size with recent releases. (Progressively training a bigger model and easing into a profitable price range for that model scale?)
I haven't used OpenAI for months since them supporting the warmongers officially, and I have to say not only don't I miss them - I barely think about them expect for their "please come back" emails from my account I haven't deleted yet unfortunately.
Amazon would absolutely take a loss on certain products in order to dominate the category, squeeze out competitors and then bring the price back up. It's one of the reasons they're so dominant in general now. Also one of the reasons why Amazon Basics has basically everything that exists and they're usually at or near the top of their respective categories -- third-party sellers simply can't compete.
I have 128 GB of unified memory (M4 Max) and the user experience with local inference is still pretty bad. I'm so glad something like llama.cpp exists so I don't have to wrangle Python (which I hate), but OpenCode is entirely disrespectful of the KV-cache so I had to switch to Pi (but Pi is going relatively well actually).
Even so, I can't really run at hundreds of tokens per second which is practically table stakes for my work. Even if I did manage to run that fast, the model would probably be completely braindead and stomp all over the task.
Wish I could afford an M5 Max but I've been between jobs for months without even a single interview. Sucks to be a developer these days.
I do use DeepSeek, it's exceptionally cheap! Inference is slow though, and it's not particularly intelligent but the experience is better than local inference.
To a certain extent, but not completely. OpenAI and Anthropic are taking losses on their entire offering—that is a huge difference. Amazon, for example, has pumped its profits back into R&D for decades. What AI companies are doing right now is running the Uber playbook on an epic scale. In the US, there isn't much competition, so they can maintain a duopoly. But look at what happened in China: Uber collapsed and pulled out.
Now, the entire world is facing competition from DeepSeek and Qwen at a fraction of the cost. According to a reliable Shenzhen source, they will halve their prices again by the end of this year using newer Huawei GPUs. The current 7nm chips are already bleeding OpenAI dry. By the end of this year, they will upgrade to 5nm, and by June of next year, 3nm. They don't even have to be better—just 95% as good at 1/20th of the price.
I don't see OpenAI and Anthropic surviving much outside of America; they are likely staring down Groupon’s fate. You can research it yourself: China has no issues with electricity because they have a massive power surplus. This is why OpenAI and Anthropic are so scared right now. They must IPO by 2027, because after that, they will suffer the exact same fate as Groupon.
I do love the DeepSeek models, they're so incredibly cheap and for functionality that nears Sonnet. Weeks of heavy usage still lands squarely under $10 for me.
Compare that with how I pay $200 a month for Claude and am still hitting the limits with any sort of sustained usage. They even have a special usage limit for Sonnet to prevent you from using too much of that either.
I'm super frustrated with how slow DeepSeek is though. And it's not nearly ready to be unsupervised for long periods of time like Claude is. Just this morning I left Fable 5 unsupervised for about eight hours straight. Single turn. DeepSeek often gets even much shorter turns wrong, so I wouldn't trust it with anywhere near that length of time alone. Not to mention it'd get so much less done because of how slow it is.
Also, did you use an LLM to correct your grammar after you posted? Lol
Increasingly it looks like it will end with a bubble bursting. LLMs and AI will survive, like the internet survived the dotcom bubble. But OpenAI and Anthropic could just be today's AOL and Yahoo.
I hope it will also crash hardware pricing so it becomes economically feasible to run your own local model. Currently I don’t like where we are heading with the sabotaging models because its “too dangerous”
> I hope it will also crash hardware pricing so it becomes economically feasible to run your own local model.
Even if you don't acquire hardware to do host local models, a hardware crash means that I should be able to rent the crashed hardware at just above cost of electricity + bandwidth.
Like the way I can now, for $7/m, rent a VPS that can run my B2B webapp for a company with 10k users, I look forward to buying a timeshare on GPUs that let me pay $12/m for all-you-can-eat GPU.
However, I think actually that while it won't give the results expected (AI agents run the company, build all features, etc.), it will nevertheless become a developer tool like IDEs, something "you have to have".
It's here to stay but probably with more realistic expectations than some CEO/CTO are pushing for (agents for everything, nobody writes 1 LOC, self healing systems, etc).
So the market expectations will be probably resized, but these tools are here to stay. Be it for cybersecurity (from CVEs to cyber warfare) alone, that's already worth all the money they are throwing a it.
They cut prices and get more customers who are going to move to the next vendor that cuts prices even more or when they jack up the prices again.
I am not complaining, I like my investor subsidised tokens, I don't see what these companies see as their end goal when it's becoming more and more possible to run a competent LLM locally(even with today's RAM prices).
I am surprised that there is no Claude or ChatGPT machine that I could buy, I feel like they should be opening up that model, but I guess subscriptions look better on balance sheets.
This is the race to the bottom setup that will tank these companies in their attempts to IPO. They’re burning cash at current pricing and if a true price war breaks out the only way that ends is if either OpenAI or Anthropic blows up and goes away.
Right now OpenAI is looking like the one setup to fail here. They have lost momentum big time and are looking incredibly vunerable.
LLMs are quickly becoming a commodity. In a decade, the only reason anyone won't be running free models locally will be for corporate oversight or regulatory needs, so the successful providers won't be the ones that make the best product, but the ones that make the most compliant product.
Economies of scale, optimization of models, hardware, energy infrastructure, data center construction and operation, etc. Stuff is currently relatively inefficient and there's lots of room for optimization. All the usual stuff.
Lots of comparisons to eg. Amazon, and how both were burning money for ages.
Maybe the better comparison is Uber? I.e. a commoditised product (taxis on an app), burning money to directly subsidise and gain market share. I always thought it was utterly insane and a waste of money... But you'd be hard pressed to have not made money on Uber.
This is my understanding anyway. A LLM-generated summary suggests that anyone who invested pre-IPO got at least 8-10% annually compounded. Even Series G investors made 2.3x since then. It's not an Eldorado and has to make up for all the losers in the VC portfolio but it's money made, not a smouldering crater of losses.
And after going public, return from IPO is 9.4% compounded. Price is 40% below all time high in October 25 but hey that's a harsh criterion for a long term investment.
The reason why I think it's a good point of comparison is that there's no moat, plenty of competition, heavily subsidised for years by literally burning cash, now seemingly profitable and a reasonably sane PE ratio of 17.
Of course one difference is that a major cost item for LLM companies is building genuinely new, cutting edge engineering/science products whereas for Uber, I never understood why they need the 1000s of technical staff to deliver a taxi app.
I don't know about the ins and outs of the business models of either LLM providers or Uber but keen to hear from people who have insights.
We run monthly. It seems like every few months there's a reason to swap in/out of a particular vendor. Specifically I use all 3 pro then either chat or claude will have a 5x max depending if they're the good thing to be using during that those 3 months.
The timing of these price cut discussions says to me OpenAI has no imminent release that will be edging out Mythos/Fable.
If so the question becomes when can they do so, or is this possibly a turning point where Anthropic keeps the crown to themselves for the foreseeable future.
reply