Hacker News
Inference Optimization for MiMo v2.5: Pushing Hybrid SWA Efficiency to the Limit
SwellJoe
|next
[-]
DeepSeek is remarkably efficient at caching and their cached token rates are crazy cheap; using it with Reasonix is free real estate, like 97% cached tokens, ends up costing like 30 cents an hour to use DeepSeek V4 Pro. I hadn't dug into MiMo's caching behavior as I haven't used it as heavily as DeepSeek, but this indicates it's close to DeepSeek.
At this point I don't see a reason to use Sonnet, Haiku, or the smaller GPT models, because their API rates are much higher than the best models from MiMo and DeepSeek.
We're still figuring out the upper bounds of capability and I am still finding next generation models are unlocking things I couldn't readily accomplish before and I'm willing to pay more for them (at least, I'll pay the $100 or $200 subscription rates for them, I couldn't justify the token expense for most of my dev work), but we're already at a point where someone building standard CRUD web apps doesn't need the top models and probably doesn't benefit much from using them.
mapontosevenths
|root
|parent
[-]
Karpathy calls it a "Cognitive Core", and it's essentially a small model that learns to reason and look up the data it needs as opposed to a giant model that memorizes all the data in the world and tries to process large chunks of it all at once with every thought. I think it will be based on the thing that grokking, the lottery ticket hypothesis, and the universal weight subpspace hypothesis all point to.
Eventually someone will figure out how to build it and the entire economy that we've now built on top of the wacky idea that nothing can possibly ever get more efficient will collapse overnight.
Sometimes I wonder how much Nvidia would pay someone not to release a thing like that, and then I wonder if that's already happened.
CuriouslyC
|root
|parent
[-]
This isn't to say that there aren't a fair amount of wasted parameters in current LLMs, but then we already kinda knew that since you can quantize models down to 3-4 bits per weight often times with minimal loss.
mapontosevenths
|root
|parent
[-]
I think that the scaled up version is actually still really valuable.
Imagine being able to just add more compute as needed for any given problem until it's solved by just adding more copies of a single universal layer, without more training. Or being able to burn the individual core into silicon and just loop it as needed.
I tried to build exactly that in my personal lab once, but hit a wall made of my own incompetence and budget.
The idea was to find the parts of the manifold that did generic reasoning and then scale as needed by repeating them. It worked within individual layers (I could make the model score higher on benchmarks by repeating the reasoning extracts within individual layers), but i could never get the interfaces between layers to work again after I'd done that. I suppose it needed traing to "heal" the interface again after my brain surgery, but I didnt have the compute to manage it and moved on to the next project
I'm sure that someone who actually gets paid to do these things will figure out some version of it eventually though, because I know it can be done.
LaurensBER
|next
|previous
[-]
It does inspire hope that the Chinese labs seem to be so open although the sceptic in me does wonder what their end game is.
Surely, from a purely economic perspective it would be wiser to keep this proprietary and benefit from the increased API traffic?
trollbridge
|root
|parent
|next
[-]
Publishing open weights gives me more confidence in the model, and ironically makes me less anxious about making sure I can replace the cloud usage with a local alternative. Whereas I’m very nervous right now with relying on 5.6-Sol - what if they triple the price, nerf it, etc.?
TurdF3rguson
|root
|parent
[-]
Why? It's not like you can audit weights like you can with code.
> what if they triple the price, nerf it, etc.?
What if an open weights infra provider does that? What's the difference?
CuriouslyC
|root
|parent
|next
[-]
If providers decide to jack the price, open weights lets you find a new provider without losing your fine tunes and having to re-do workflows, etc like you would if you switched off a frontier lab model.
trollbridge
|root
|parent
|next
|previous
[-]
alightsoul
|root
|parent
|previous
[-]
TurdF3rguson
|root
|parent
[-]
kzrdude
|root
|parent
|next
[-]
For some of the open models, there's a list of 20-30 providers of the same model on openrouter for example, as an example of the supply.
bee_rider
|root
|parent
|next
|previous
[-]
yogthos
|root
|parent
|next
|previous
[-]
Chinese companies know that there's no profit in general purpose models in the long run, and they're treating models as shared infrastructure akin to Linux. They're amortizing the cost of research by keeping models open, and rapidly closing the gap and driving prices towards the marginal cost of inference. The money is going to be in customization niches. Companies will charge to tune models for specific use cases and charge support for that. There's also going to be money at the bottom for hardware vendors making chips and memory. But the middle tier of generic LLMs is seeing involution where there's relentless competition driving profits towards the bottom.
CuriouslyC
|root
|parent
[-]
The US frontier labs have an incentive to do deals with large firms to act like a contract research organization, taking royalties on creations/discoveries. Alex Karp called this out in his rant ("Why charge for tokens, take a %") and he's basically right about this.
jononor
|root
|parent
|next
[-]
ignoramous
|root
|parent
|next
|previous
[-]
At Xiaomi, MiMo is now led by Luo Fuli. She is a former Alibaba & DeepSeek employee: https://newsen.pku.edu.cn/news_events/news/people/15385.html (https://archive.vn/I8Pmu) / https://e.vnexpress.net/news/tech/personalities/who-is-luo-f... (https://archive.vn/sb3B6)
Don't know if it is due to Luo, but it is striking how similar performance & pricing of the models, DeepSeek v4 Pro & MiMo v2.5 Pro, is.
amanharshx
|next
|previous
[-]
nmfisher
|next
|previous
[-]
ricardobeat
|next
|previous
[-]
I've used Mimo extensively in the past few months, can't wait to see what v3 will bring.
killingtime74
|next
|previous
[-]
limbicsystem
|root
|parent
[-]
polski-g
|root
|parent
[-]
Someone did the math a few months ago and paying API prices was the same as the monthly subscription.
crazylogger
|root
|parent
|next
[-]
throwa356262
|root
|parent
|next
|previous
[-]
Now you know:
2.5 pro: 300/600 credits per input/output token
2.5: 100/200
Cached tokens are 2-3 credits.
If you only use pro, with a 7/1 ratio and no discounts or penalties the $6 plan gets you a total of 12M tokens. This assumes zero cached tokens thought.
trollbridge
|root
|parent
|previous
[-]
I’ve thrown $50 at it, use UltraSpeed liberally and have yet to exhaust it.
LaurensBER
|root
|parent
[-]
I added 20 USD in credits for the Xiaomi models a while ago and they've been happily writing and updating hundreds if not thousand of pages and I still have 7 USD left!