
MiMo
Xiaomi's Open Source Model, Born for Reasoning
463 followers
Xiaomi's Open Source Model, Born for Reasoning
463 followers
Open-source (Apache 2.0) LLM series 'born for reasoning.' Pre-trained & RL-tuned models (like the 7B) match o1-mini on math/code. Base/SFT/RL models released.
This is the 6th launch from MiMo. View more

MiMo Code
Launched this week
MiMo Code is an open-source terminal AI coding agent built on OpenCode. Optimized for long-horizon tasks, it uses an independent checkpoint subagent to manage unbounded context windows, executes sandbox workflows, and evolves via scheduled maintenance.









Free
Launch Team




Long coding sessions usually fall apart when context gets compressed too late. The separate checkpoint subagent feels like a practical fix: less magic, more reliable memory when the task stretches for hours.
Interesting angle. For agent memory, the thing I'd want to see is how it stays reviewable: what gets remembered, what can be reset, and how a dev can tell when old context is hurting more than helping.