Xiaomi Mimo 2.6 live post-training dashboard

(mimo.xiaomi.com)

184 points | by krackers 3 hours ago

17 comments

  • joelwallis 2 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.

    • alwinaugustin 1 minute ago
      I am also using 2.5 and it is giving me solid results. Its available free on Openrouter
    • jwpapi 1 hour ago
      May I ask why you ended up there instead of just using the heavy subsidized subscription. I’m actually curious.
      • eli 4 minutes ago
        Mimo has subsidized subscriptions too
    • walrus01 2 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.
    • james2doyle 2 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

    • esafak 1 hour ago
      How fast is it compared with the other Chinese models?
      • ricardobeat 22 minutes 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.
    • yeeeloit 1 hour ago
      [flagged]
      • senordevnyc 1 hour ago
        Yeah, this Brazilian dude who has been a contributor here on HN longer than your anonymous account is shilling for a Chinese model company. Makes sense.
      • platinumrad 1 hour ago
        Are you accusing them of astroturfing? Why is it strange for someone to say something topical?
  • passive 36 minutes 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.

  • dr_dshiv 44 minutes ago
    Well, if open source AI is dangerous (for OpenAI/Anthropic IPOs?), this is like watching a time bomb.
  • fzysingularity 1 hour ago
    Very cool to see the openness here, and likely more like this will come from smaller startups where they win users on transparency.
  • krm01 2 hours ago
    This is pretty neat. What would be a good reason for the other Model providers to not do this?
    • kibae 2 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 1 hour 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?

  • ricardobeat 26 minutes ago
    For reference, Mimo v2.5 Pro had a 19% score on DeepSWE 1.1.

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

  • ernsheong 19 minutes ago
    Mino 2.5 has been my workhorse for coder and tester agents (the ones planner agents delegate tasks to)
  • ProfessorLayton 2 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 2 hours ago
      These are post-training reinforcement learning steps.
      • krackers 2 hours ago
        Yes, updated the submission title to say "post-training" to hopefully prevent further confusion
  • speedgoose 2 hours ago
    I didn't know 2 thirds of the training data would be source code.
    • leothetechguy 2 hours ago
      this is the rl run, not the pretraining run
      • ahmadyan 1 hour ago
        even in pre-training, usually 30%-50% is code these days.
    • jerrygenser 2 hours ago
      that is the the "data used to improve the model" when signing up for the subscription plans
  • thehamkercat 2 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 2 hours ago
      Neoliberalism, that famously open and transparent economic ideology
  • liuliu 2 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.
    • jampekka 2 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 2 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.
    • lucrbvi 2 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.
    • nodja 1 hour 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.
    • SwellJoe 2 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 1 hour ago
      Not if you don't train against them.
      • kingstnap 54 minutes 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.

  • rozab 2 hours ago
    Why are they doing this? To try head off accusations about distillation?
    • bayindirh 2 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 2 hours ago
      That China's official policy is now to prefer open models and open model development may be a part of it.
      • culi 1 hour ago
        BRICS just had a New Delhi meeting where Xi pushed a 5-point plan on AI cooperation that centered on open source models
      • Aboutplants 2 hours ago
        With that policy in place, labs might be incentivized to be creative in their openness. This being fun/free PR
    • anemic 1 hour ago
      Bottom of the page says "Open is what we value."
  • wolttam 2 hours ago
    Hah, it would be great to see more labs pick this up.
  • impulser_ 2 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 1 hour 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
      • impulser_ 36 minutes 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.
      • noir_lord 1 hour 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.

  • esafak 1 hour 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...
  • Toslink 18 minutes ago
    [dead]
  • levocardia 2 hours ago
    You'd think they would make it less obvious that they are running their whole operation with Claude
    • ricardobeat 20 minutes 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.
    • SwellJoe 2 hours ago
      It's not obvious to me. What's the tell?