Xiaomi has released 'MiMo Code,' an AI agent similar to Claude Code, as open source, and it has won against Claude Code in blind tests.

Xiaomi, a major Chinese technology company, released its AI agent tool ' MiMo Code ' on June 11, 2026.
MiMo Code
MiMo Code: Scaling Coding Agents to Long-Horizon Tasks
https://mimo.xiaomi.com/blog/mimo-code-long-horizon
🚀 MiMo Code V0.1 is now live and open-source!
— Xiaomi MiMo (@XiaomiMiMo) June 10, 2026
More than an AI coding assistant in your terminal — it's the smartest coding partner you'll ever work with.
Comes with MiMo V2.5, a multimodal model available free for a limited time, featuring a million-token context window—ready… pic.twitter.com/5f4hLQd7Ii
MiMo Code is an AI agent that runs on the terminal, similar to Claude Code, and is developed by forking the open-source AI agent ' OpenCode '.
MiMo Code employs a mechanism where, when executing tasks, 'multiple AI agents generate candidate task execution procedures, and an evaluation agent selects the most promising candidate and proceeds with execution.' This has been shown to improve performance compared to running a single agent. It also incorporates a mechanism for executing long-term tasks, such as 'extracting the key points of a lengthy session and automatically starting a new session.'

AI agents like Claude Code can use Skills, which are sets of instructions on how to perform tasks. Skills are written in natural language as SKILL.md files, but when AI models are given instructions written in natural language, the results can be inconsistent, leading to a decrease in the overall performance of the agent. MiMo Code introduces a mechanism that generates JavaScript code based on SKILL.md files written in natural language, allowing for deterministic task execution.
According to Xiaomi, MiMo Code has become a more powerful AI agent tool than Claude Code through several improvements. The table below shows benchmark scores under the conditions of 'using

The installation instructions and detailed usage of MiMo Code are summarized in the following document.
MiMo Code docs
https://mimo.xiaomi.com/mimocode/start

The source code for MiMo Code is also available at the following link. It is licensed under the MIT License.
GitHub - XiaomiMiMo/MiMo-Code · GitHub
https://github.com/XiaomiMiMo/MiMo-Code

Related Posts:
in AI, Posted by log1o_hf







