Xiaomi Mimo 2.6 live post-training dashboard
470 points by krackers 17 hours ago | 135 comments
  • wolttam 16 hours ago |
    Hah, it would be great to see more labs pick this up.
  • krm01 16 hours ago |
    This is pretty neat. What would be a good reason for the other Model providers to not do this?
    • kibae 16 hours ago |
      Speculating here, but I assume researchers can make a reasonable estimate of the size of closed models based on factors like training time, training speed, and the number of tokens processed.

      Also, Anthropic and OpenAI probably want to keep each other on their toes so they don’t end up on the wrong side of another Opus 4.6 / GPT-5.3-Codex situation, where one lab releases a model only for the other to drop a better one hours later.

      • jwpapi 15 hours ago |
        I think first of all it’s not an obvious idea, also the marketing surplus for other providers is not as big for openai/anthropic as for xiaomi and last but not least I’m pretty sure you can withdraw methodology from here.

        I’m saying who has a million dollars for me, so I can make my own model?

      • Bolwin 7 hours ago |
        I don't really remember a situation, which of those models supposedly beat the other?

        I still opus 4.6 though not for code

    • nikcub 9 hours ago |
      this is remarkable transparency in an otherwise hyper competitive and secretive industry
  • speedgoose 16 hours ago |
    I didn't know 2 thirds of the training data would be source code.
    • jerrygenser 16 hours ago |
      that is the the "data used to improve the model" when signing up for the subscription plans
    • leothetechguy 16 hours ago |
      this is the rl run, not the pretraining run
      • ahmadyan 15 hours ago |
        even in pre-training, usually 30%-50% is code these days.
        • leothetechguy 4 hours ago |
          That would be far too high in my opinion. But happy if anybody can give insights from their own experience with pretraining runs.
  • thehamkercat 16 hours ago |
    This is crazy, but sadly anthropic/openai will never do this, what has happened to this world, where chinese companies are more open than US or even EU companies
    • medlazik 15 hours ago |
      Neoliberalism, that famously open and transparent economic ideology
      • atemerev 8 hours ago |
        Ah, one Donald Trump, a famous neoliberal.
        • stymaar 4 hours ago |
          Were Sam Altman and Dario Amodei different men before Trump was in charge?
          • brookst 37 minutes ago |
            To some degree, sure. Remember “open” AI?

            I don’t think Trump changed them, but Trump is absolutely a symptom of larger social collapse in the US, and that collapse has affected Altman and Amodei. We’re not even pretending that truth matters or that the wealthy can ever suffer consequences, and those two seem quite liberated by that.

    • b3lvedere 4 hours ago |
      Is that a bad thing?
  • rozab 16 hours ago |
    Why are they doing this? To try head off accusations about distillation?
    • bayindirh 16 hours ago |
      Sometimes you're confident about what you're doing and show how you work to the world.

      Keeping the garage door open, or at least making the door translucent. It's always cool.

    • jampekka 16 hours ago |
      That China's official policy is now to prefer open models and open model development may be a part of it.
      • Aboutplants 15 hours ago |
        With that policy in place, labs might be incentivized to be creative in their openness. This being fun/free PR
      • culi 15 hours ago |
        BRICS just had a New Delhi meeting where Xi pushed a 5-point plan on AI cooperation that centered on open source models
    • anemic 15 hours ago |
      Bottom of the page says "Open is what we value."
      • hsbalanxvxjsmab 2 hours ago |
        lol that’s rich
    • brookst 34 minutes ago |
      I don’t see how it would head off such accusations. This is post-training, and even it’s data could be pulled from other models or run against other models in realtime. Not saying that’s the case, just that the dashboard does not disprove.
  • liuliu 16 hours ago |
    When you run benchmarks while training, isn't that the definition of contamination? Asking because I am not sure if this is normal in big labs now.
    • lucrbvi 16 hours ago |
      They are using it to evaluate checkpoints during the training, they are probably not using the benchmarks for training the models. It's a common practice for big reinforcement learning runs.
    • jampekka 16 hours ago |
      Kinda yes. The benchmarks become part of the validation set, which means the models get slightly overfit to them if they are used as criteria for stopping the training. But a lot less compared to using them in the training data.

      I'd guess everybody uses at least some benchmarks as stopping criteria, which is kinda sensible, but it also does induce some benchmaxxing, and explains partly why the newest models always tend to eke out in benchmarks.

      https://en.wikipedia.org/wiki/Training,_validation,_and_test...

      • liuliu 16 hours ago |
        Correct. If just stopping criteria, that is less contaminated. The question gets muddier once you also use it to determine hyperparameters during small-scale runs.
    • SwellJoe 16 hours ago |
      You gotta have something to aim at. And, presumably, the benchmark is not part of the training data, it is the test against which the model is tested at each stage; is behavior moving in the right direction?
    • esafak 15 hours ago |
      Not if you don't train against them.
      • kingstnap 14 hours ago |
        It's implicitly trained against. There is like information leakage with researchers messing with the training parameters and checkpoints used.

        It's not the direct feedback loop of RL but its not far.

        • brookst 39 minutes ago |
          It’s pretty far.

          It’s the difference between “study law until you can pass any random bar exam” and “here are 200 legal questions and we’ll drill them, with me correcting and explaining when you get one wrong, until you can pass exactly these 200”.

          Your right that tuning can aim for a benchmark, but it does not leak any information about the answers.

    • nodja 14 hours ago |
      They exist to detect degradation. Datasets are not perfect and if a batch contains too much bad data it can ruin a run, also an opportunity to find bad data and improve the dataset filtering.
    • sspiff 33 minutes ago |
      They run one step/iteration on an additional chunk of training data, then use the snapshot of the weights after that iteration in a separate validation benchmark while continuing to train on another chunk of data for the next iteration.

      They result of the benchmark does not feed back into the training, it simply serves to provide a measurement of progression over time.

  • ProfessorLayton 16 hours ago |
    2.6 Pro: >started 2026-09-15 10:32 UTC

    For some reason I thought training took much, much longer than what the progress bar suggests.

    This is really neat, I'm currently using mimo 2.5 pro, and it's decent (or great given the price). Hopefully their next one is multimodal.

    • GaggiX 16 hours ago |
      These are post-training reinforcement learning steps.
      • krackers 16 hours ago |
        Yes, updated the submission title to say "post-training" to hopefully prevent further confusion
  • joelwallis 16 hours ago |
    I been using MiMo-V2.5 to do most of my work as software engineer, on a variety of projects I'm working on, and I been VERY happy with ROI. The model is very powerful! Not perfect – I've run in hallucination loops once or twice, but nothing a stop-then-continue wouldn't solve.

    The cost is unbelievably low, and the quality of intelligence I get is equivalent to when I was working mostly with Anthropic models (late last year/early this year). I'm fully invested in MiMo and I'm very happy with it.

    -- PS: I also check almost daily to see if other models are capable of doing such great work. And they do – DS4F is powerful and DS41 is impressive, GLM 5.3 Flash gets a job done well, etc. – but when I add cost of M-token in the ROI math, Jeez! MiMo is an order of magnitude better.

    • james2doyle 16 hours ago |
      2.5 Pro or the regular 2.5?

      I always found that those Mimo models to be really good at tool calling and following instructions

    • walrus01 16 hours ago |
      I've found that mimo v2.5 works for very basic things like a python script to do one thing, but it also is very 'dumb' compared to qwen 3.8-flash-next (I think the benchmark scores for terminal and coding specific benches back this up). And definitely not in the same class as like a GLM5.2 or 5.3. It's fast but makes basic mistakes that only get caught later.
      • girvo 10 hours ago |
        The fact I can run Qwen 3.8 Flash Next locally, forever (on my DGX Spark-alike) is genuinely shocking to me. It’s crazy good for how small it is. Fast, too.
        • walrus01 10 hours ago |
          Yeah, I'm guessing you have a variant that fits in <128GB with 262k context? I have the unsloth Q8 GGUF of it here in a setup that with full context and ton of extra llama-server "--cache-ram" sits around 200GB RAM usage on a 256GB system, it's probably the best thing I've found for a 256GB class machine. Enough headroom for a rope/yarn extension to 524288 context if I need it.
          • girvo 9 hours ago |
            Yep, the engrams are on NVMe (the speed penalty was lower than I expected) and it is quantised to fit.

            It’s good enough that I’m considering a second spark, or selling this and buying an M5 Ultra with 256GB for it

        • jonsoft 8 hours ago |
          I made this 3D game in a day on the same setup with Qwen Code as agent: https://games.jonathanpage.com/

          And I am not a web developer! It's an extraordinary model.

          (Mouse and keyboard required)

    • jwpapi 15 hours ago |
      May I ask why you ended up there instead of just using the heavy subsidized subscription. I’m actually curious.
      • eli 13 hours ago |
        Mimo has subsidized subscriptions too
    • esafak 15 hours ago |
      How fast is it compared with the other Chinese models?
      • ricardobeat 14 hours ago |
        They both are in the 50-100 tok/s range. The Mimo v2.5 Pro Ultraspeed beta could reach 1000 tok/s, hoping they can do something similar for the new model, it was amazing.
    • alwinaugustin 13 hours ago |
      I am also using 2.5 and it is giving me solid results. Its available free on Openrouter
      • rahmatawaludin 2 hours ago |
        Could you elaborate on how to get free mimo access on openrouter?
    • flexagoon 13 hours ago |
      How does it compare with DS 4.1 Flash in your experience, if you ignore the cost?
    • rapind 11 hours ago |
      I’ve been very pleased with DS 4.1 flash. Not so much the 4.0 models, but for coding (Rust) it’s been great so far (3 solid days of work).

      I’ll give Mimo a try.

      • trollbridge 11 hours ago |
        MiMo is my backup whenever DeepSeek is down, had the price bump, is slow, etc.

        UltraSpeed was absolutely awesome. I miss it.

        DS 4.1 Flash is amazing. Well worth the extra cost.

    • miyuru 7 hours ago |
      Same here. It’s the first AI provider I actually gave money to, since they offered the model for free with a Mimo code for the first month or so, and it was great.

      These days, there are more intelligent models like DS4.1, but Mimo is very obedient, so I plan things with another model and give the implementation to Mimo.

    • baxtr 6 hours ago |
      Could you elaborate on how you check daily? Do you swap models for certain tasks?
    • ignoramous 6 hours ago |
      > GLM 5.3 Flash gets a job done well, etc. – but when I add cost of M-token in the ROI math, Jeez! MiMo is an order of magnitude better.

      API may be expensive, but I do 900m tokens (95% cached, ~0.4% output) on Z.ai's $18/mo coding plan with GLM 5.3 Flash.

      • miroljub 6 hours ago |
        I wouldn't call that inexpensive.

        For comparison, I am currently at 6.6B tokens, 95% of monthly quota on a 10$ command code plan, mostly using DeepSeek flash 4.1, or some of the free models for easier tasks.

        • epolanski 43 minutes ago |
          What's a command code plan?
    • ehsankia 4 hours ago |
      > late last year/early this year

      That's an eternity when it comes to coding models.

      In my personal experience, we've had almost a step change every ~3 months this year, at least for bigger one-shot tasks. For example looking at Gemini Flash 3.0 vs 3.5 vs 3.8, it went 5% -> 30% -> 75% on DeepSWE, all since the start of the year.

      • pelagicAustral 2 hours ago |
        tbf, I the happiest I've been working with claude is late last year/early this year (before March)...
        • epolanski an hour ago |
          That's because Opus 4.6 was the last good assistant model.

          Everything after it might be more "intelligent" but is super tuned around end-to-end task (and related benchmarks), not to act as an assistant.

          Now it's *you* being the assistant, reviewer, etc.

      • epolanski an hour ago |
        In one sense you're right.

        In another one, Opus 4.6 level already solved 90% of my work-day tasks, so while better models have been instrumental into handling a higher % that does not mean that defaulting on cheaper models can't be good.

        I run DS 4.1 flash daily, and then cross check with gpt-6-astra and I've nuked 90% of my AI monthly bill while having higher limits and better performance/intelligence than I did just at the beginning of this summer.

  • levocardia 16 hours ago |
    You'd think they would make it less obvious that they are running their whole operation with Claude
    • SwellJoe 16 hours ago |
      It's not obvious to me. What's the tell?
    • ricardobeat 14 hours ago |
      If you're thinking of the UI style, definitely not Claude. It is incapable of writing a clear sentence like "what each step's samples are made of", would have used all-caps for everything, more padding and gradients.
      • conception 10 hours ago |
        I hope this is /s because it’s very easy to get Claude to write sensibly. That’s why AI slop writing is so annoying because it’s so easy to avoid with any amount of effort at all.
        • ricardobeat 3 hours ago |
          In my experience Opus and Sonnet 5 subtly ignore most instructions related to writing style, and continue to sound the same half of the time. Do you have a successful skill/prompt to share?
    • jambutters 13 hours ago |
      They'd be running in the red then cause they charge way less than Claude. Sorry but it just doesn't make logical sense. They have open source, papers, and self hosting too
    • cpcabbge 6 hours ago |
      Do tell cause I can't
    • iammrpayments 6 hours ago |
      Did you come here to astroturf or are you a big fan of Claude
  • impulser_ 15 hours ago |
    The Chinese labs are just making fun of the US labs at this point.

    Where is the cool shit from the US labs?

    • culi 15 hours ago |
      With other software, devs convince their managers of the importance of using open source stuff in their stack. With AI, it's usually managers choosing what models to use for the devs. The US labs don't need to give a damn how much devs like open source
      • noir_lord 14 hours ago |
        > The US labs don't need to give a damn how much devs like open source

        In the short term, true.

        In the long term, unknown but typically when you hold progress that way while other countries don't you at best end up becoming siloed while the rest of the world continues on without you.

      • impulser_ 14 hours ago |
        This isn't about liking open source. This is about the labs just being cool and doing cool shit instead of the opposite which is Anthropic where all they talking about is killing everyone and taking everyone's job.
        • dlisboa 11 hours ago |
          These labs are still (for the time being) made of people, who reflect their lives onto the work.

          The US population is much more pessimistic and doomsday driven these days, whereas the Chinese are more optimistic and future driven.

      • reddec 7 minutes ago |
        I was dev, and now I am Senior level manager. Open Weight models are current main focus for many companies with full alignment with top management for very simple reasons: - stable and predictable performance (no pre-launch models degradation) - ability to tune them for specific business cases (though still rare tbh) - better (at least 60% Opus vs Kimi (real,3rd party)) and more competitive pricing - flat pricing if tokenusage is big enough to justify renting GPU - decent quality - much higher guarantees that data will not be sent somewhere (assuming 3rd party inference providers) - and cherry on top: flat and minimal pricing with absolute confidentiality using Alibaba Apsara stack of recently released AMD Instinct Coder box[1]

        [1] https://www.amd.com/en/ecosystem/oem/supermicro/amd-instinct...

    • hsbalanxvxjsmab 10 hours ago |
      You mean all of the frontier models that the Chinese distillation clones are copying? Yeah kinda cool imo. If a dashboard showing training for a model that doesn't even come close to anything us labs have released in 6 months is "cool", then you're a loser
      • bicepjai 10 hours ago |
        Hahaha. Is that Sam or Dario with throwaway account. This sounds like calling social security, a free handout. Who distills the distillaters? Get it?
        • hsbalanxvxjsmab 2 hours ago |
          lol omg hahahahahah lol that’s so funny
      • impulser_ 8 hours ago |
        Why the fuck would you or I care about that?

        Anthropic and OpenAI literally stole from every human in history and youre out here complaining that the Chinese are distilling models and releasing them to the public?

        Why do you care?

        • hsbalanxvxjsmab 2 hours ago |
          Because without those labs to distill from the pathetic Chinese labs wouldn't have anything. Im not impressed by them copying US labs not sure why you are. But go off ccp bot
      • atemerev 8 hours ago |
        No crying in the copyright casino.
  • esafak 15 hours ago |
    That's the kind of transparency we need! That DeepSWE benchmark puts it in frontier territory: https://artificialanalysis.ai/agents/coding-agents?coding-ag...
  • fzysingularity 15 hours ago |
    Very cool to see the openness here, and likely more like this will come from smaller startups where they win users on transparency.
  • dr_dshiv 14 hours ago |
    Well, if open source AI is dangerous (for OpenAI/Anthropic IPOs?), this is like watching a time bomb.
    • dzonga 13 hours ago |
      the open burial started when zAI served their latest model on all Chinese chips.

      now we r just noticing the grave getting dug deeper.

    • skybrian 12 hours ago |
      For my own usage, Luna is cheap enough that I don't care if other models are cheaper. I'm interested if another model is in some way better and not too expensive.
      • rapind 11 hours ago |
        Luna is great but makes a lot of mistakes at high and lower in my experience (large rust codebase). I use Luna Max for asynchronous subagent reviews and am very happy with its work, but it’s slow af.
      • ijidak 10 hours ago |
        What plan are you on?

        Trying to understand why users are using Luna when Sol seems essentially unlimited on the pro plan. Unless you have jobs running 24/7.

        • teki_one 10 hours ago |
          Sol is useless atm on the Plus plan, 1-2 questions 5-10m to get through the 5h allowance. (used to be good, can change any day)
        • skybrian 36 minutes ago |
          Plus plan. For professional use, $100/month would be ok but it’s rather steep for hobbyist use.
      • epolanski 42 minutes ago |
        From my experience DS 4.1 flash is a much more capable model than luna.
    • SlightlyLeftPad 12 hours ago |
      I think it might be closer to this:

      https://www.debtdefaultclock.us/

  • passive 14 hours ago |
    Neat! I've been trying out their next model for the last week, which I assume is a version of this, and it's been a good experience so far.

    I had used 2.5-pro for a hefty chunk of development, and found it to work like a somewhat forgetful senior engineer who was new to my project. Very capable, would almost always choose a reasonable option, if not always the best one for the project, and not great at multi-tasking. Generally, made me comfortable not scrutinizing the code line-by-line, but still needed a bit of steering once projects got to a reasonable size.

    The next model is a clear step up in the multi-tasking capability at least, with me very rarely having to steer the implementation of a well-defined issue. In terms of code, I found MiMo-V.2.5-pro to be extremely conservative, implementing minimal solutions. The next model seems a little bit more ambitious, in positive ways, making good guesses about gaps/next steps. It also seems to be a fair bit better at design, at least for the little bit I've done, it was good at translating my concepts to practical elements on screen, and cleaned things up nicely as I made suggestions.

  • ricardobeat 14 hours ago |
    For reference, Mimo-v2.5-Pro scored 19% on DeepSWE 1.1. This is looking great.

    Fable scores 70%, Kimi K3 69%, Astra 74% (all on max effort).

    https://deepswe.datacurve.ai/blog/deepswe-v1-1

    • Cookingboy 12 hours ago |
      2.6-pro just reached 63.7% by step 10, it's on step 11 right now.

      Even flash reached 60.7% by step 12, and it's on step 16 now.

      This is so exciting lmao.

      • arcanemachiner 3 hours ago |
        DeepSWE is saturated now IMO, and is basically worthless. Lots of new models get around 74%. Shame too, because it was a pretty decent benchmark for a few months there.
        • brookst an hour ago |
          It is saturated, but that doesn’t mean worthless. Seeing 72% is low-signal, but 30% is still meaningful.
    • markasoftware 4 hours ago |
      gemini 3.8 flash is also 74% and google just started letting all their engineers use claude...go figure
      • ehsankia 3 hours ago |
        > and google just started letting all their engineers use claude

        That's misleading.

        1. Having different models available is useful for A/B testing and helping improve Gemini itself.

        2. They have an enterprise offering for Antigravity (their agentic coding platform), and they need to test that it works well with non-Gemini models too.

    • buffalobuffalo 30 minutes ago |
      Also worth taking a look at is the mimo harness. It's a fork of opencode with some new modes added for long horizon tasks. One of the better open harnesses out there at the moment.
  • ernsheong 14 hours ago |
    Mino 2.5 has been my workhorse for coder and tester agents (the ones planner agents delegate tasks to)
  • dude250711 13 hours ago |
    Distillation in real-time? Very interesting!
    • Cookingboy 12 hours ago |
      That "training cost" is just live revenue count for Anthropic/OpenAI API calls!

      /s

  • dr_kiszonka 11 hours ago |
    Very curious that everyone here (so far) seems to assume this dashboard presents real data.
    • hsbalanxvxjsmab 10 hours ago |
      Haha yeah pretty wild how easily you can see the data is fake by the repeating numbers (refresh the page the progress goes back in time constantly) + watch for restarts. They say they happen but 0 data correlates the log messages. Just a replay of old data or being fed by an llm so they convince people they are open
      • Bolwin 7 hours ago |
        The intermediate tickers are fake but real data comes in and resets it. Its like a progress bar essentially. We don't call progress and bars fake
        • hsbalanxvxjsmab 2 hours ago |
          I do when their fake like this site is. Insane people blindly believe this stuff
  • ttul 11 hours ago |
    $5 per second if my eyes don’t fool me. That’s ~$432K per day. Enough to rent 3,000 B300 nodes on Modal.
    • stymaar 4 hours ago |
      Which isn't that much when you compare to the kind of DC that US actors are using.
      • brookst 36 minutes ago |
        Do we know what kind of DC US actors are using specifically for training, versus inference and delivery?
  • rao-v 11 hours ago |
    I absolutely love that someone is doing this! Why isn’t IBM for Granite or Google for Gemini?

    If you are going to develop a near frontier model, and you don’t think you have special sauce up your sleeve, why not making training runs and RL environment scores etc. visible to the world?

    I’m genuinely learning quite a bit just from the dashboard

    • gtirloni 10 hours ago |
      They think they have the special sauce. Even if they do, what would they get in return for doing that?
  • thenews 10 hours ago |
    been using the 2.5 mimo for side projects, works amazing
  • hsbalanxvxjsmab 10 hours ago |
    This is so very clearly fake? See the message stating the flash 2.6 flash run was restarted and 0 graphs correlate that restart
    • Retro_Dev 8 hours ago |
      A restart of the process does not necessarily mean reverting the model state. I don't know why you would even do that, because you'd lose all the progress you made.
      • hsbalanxvxjsmab 2 hours ago |
        It said restarted step 15 5 mins ago and the progress showed they were working on step 16 for a day
  • kkotak 9 hours ago |
    Wouldn't us observing this break down the model superposition and make it dumber? :)
    • brcmthrowaway 9 hours ago |
      Found the Dark Matter (2024) watcher
  • ssn2000 8 hours ago |
    Total run cost is $1.2M until now, what resources are they using to train their model? Wish they shared more details on that and what the MFU metrics are.
  • jstummbillig 7 hours ago |
    Wow, spending money on training an almost-frontier-model is much more time intensive than I thought it was.
  • wg0 6 hours ago |
    "Slow down this much openness in AI or we won't get our trillion dollars valuations!"

    Google had this GPT long go and a wise man within Google noted:

    "We don't have any maot neither does anyone else."

    The AI bubble burst is guaranteed and is only delayed by IPOs.

    • b3lvedere 4 hours ago |
      I wonder what we will do with the discarded data centers and its hardware..
      • Ylpertnodi 2 hours ago |
        Copper can be stole, but that's already in progress.
    • user43928 4 hours ago |
      Nothing is guaranteed.

      Open models have not yet caught up with February's Mythos checkpoint.

      Meanwhile OpenAI is solving millennium problems, and their compute is still fully utilized.

      • wg0 3 hours ago |
        "Stealing millennium problems" would be more complete if not accurate description. And that 99.99% of the market is not interested in solving millennium problems is the other fact.
  • Alifatisk 6 hours ago |
    Can we call this open AI?
  • monneyboi 4 hours ago |
    Refreshing, now let's make this a default feature. I imagine a "Upcoming models" list with links to these kind of dashboards.
  • singularity2001 3 hours ago |
    "Claude Distill Requests":'hidden'