So, regarding the productivity argument: I don't get it. It doesn't really matter (for regular employees) that you can do now in 2h what before it took 2 days. Why? Because it's not that you have the rest of the day for yourself. You still have to work 8h/day as usual. But now the pattern is different: instead of enjoying the craft digging deeper into problems in the span of 2 days, now you are rushing into some slot…
MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
141–150 of 512 posts
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#142I may sound like a shill, but exponential growth and all. We are going to get near instant software from prompt, multiple ones and then choose the best one. Discussions about choosing a library with the best syntactic sugar method naming is just as crazy as suggesting we type in assembly.
Sounds like exponential growth of crappy software. I'm not saying that before we didn't have mass produced crap in SE, but now it will turn into explosive overflow.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#143Earlier quoted context omitted.
I see bigger problem with model inconsistency. You never know whether Anthropic will route your request to a cheaper model for the price of Opus. So you can never estimate how much a task will cost, because you might have to restart several times and pay for each attempt. Then you have to prompt models to gauge whether they are real or impostors which also adds to token usage.
> You never know whether Anthropic will route your request to a cheaper model for the price of Opus For non subsidized plans? Pretty sure they'd need to put this in ToS, or law suites would have followed by now.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#144Neat. The frontier models have gotten pretty impressive, but they're all a bit too slow for interactive, human-in-the-loop coding. It incentivizes vibecoding and running multiple agents in parallel. A fast agent feels more like a partner. For a while I was running Cerebras GLM 4.7 for a bunch of tasks. Not a very smart model, but it's fantastic to be have a live prototype of a site up and be able to type "make the fo…
> And MiMo 2.5 is a lot more capable than GLM 4.7 MiMo 2.5 is not the same model as MiMo 2.5 Pro. GLM 5.1 is z.ai's lastest iteration & is one of the popular open weight coding models. If you've had the chance, how does GLM 5.1 (which is now more expensive than MiMo 2.5 Pro after its recent 70% price drop) compare?
But quite a bit more expensive than MiMo 2.5 Pro. Like 5x to 10x more on my little tests, at least by the API rates.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#145Fast AI seems genuinely exciting and somewhat unsettling to me. Right now Claude is faster than me on some tasks but we’re at least close. I have a prompt to clean up a PR that’s been running for 1h now and I expect it to take another few. It’s hard to imagine how the workflow would look like if it was near-instant. On the one hand, it might be easier to focus. Some prompts take so long that I start to multitask and…
There can't be many normal use cases where there'd be any cost benefit.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#146Earlier quoted context omitted.
not OP but usually for me this means long verification loop; waiting 10min on CI checks, that kind of thing, rather than actual 1hr wall clock of token generation
But those things won't be sped up by a faster LLM, so I feel like that's not what the OP is talking about.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#147Earlier quoted context omitted.
Sounds like exponential growth of crappy software. I'm not saying that before we didn't have mass produced crap in SE, but now it will turn into explosive overflow.
"exponential growth of crappy X" applies to every industry that went from being an artisanal craft to being mass produced with little or no human input. and we live much better lives than we did before the industrial revolution.
In software + GenAI now every housewife can build some App over evening.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#148- dflash: new-ish but February is ancient by the standards of the pace of AI innovation lately, I guess applying it to a 1T model is new-ish in the sense that the dflash researchers don't have the hw budget to prove that out - persistent engine kernel: this is like CUDA 101 - warp specialization: I think this just means "keep different gpu resources all busy w/ pipelining" which is CUDA 201, some of it is even baked into pytorch now - MXFP4 QAT: not new - TileRT: hard to tell what this actually does, there's a PyPi wheel with support for DS 3.2 and GLM 5 but binary only
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#149Earlier quoted context omitted.
I'm not sure. Engineers could still develop software the old way, you know taking months to deliver something like, let's say, Obsidian? Or Ghostty? Taking care of every single line of code, of dependencies, of good architecture. Truly the old way. And if the product is good it will succeed.
> And if the product is good it will succeed. it needs to win marketing landscape, hyper-overcrowded by thousands of competitors, slop-gened over weekend.
Re: MiMo-v2.5-Pro-UltraSpeed: 1T model with 1000 tokens per second
#150> "However, naively applying FP4 across the entire model causes degradation in complex reasoning, logic, and code generation. Given the MoE (Mixture of Experts) architecture of Xiaomi MiMo-V2.5-Pro — where Experts constitute the vast majority of parameters and exhibit the highest tolerance to quantization — we selectively quantize only the MoE Experts to FP4 while preserving original precision for all other modules. Through FP4 QAT (Quantization-Aware Training), we dramatically reduce model size and maximize hardware bandwidth utilization while keeping the model's overall capability essentially on par with the original, as shown below"