2 Sources
[1]
Xiaomi's new open source, agentic AI coding harness MiMo Code beats Claude Code at ultra-long, 200+ step tasks
Xiaomi's MiMo AI team has open-sourced MiMo Code V0.1.0, a terminal-native AI coding assistant that the Chinese electronics giant says outperforms Anthropic's Claude Code on key agentic coding benchmarks, especially on long-horizon, multi-step tasks (200+ steps) -- at least, according to its own internal beta release and survey of 576 developers. It's also bundling limited-time free access to MiMo-V2.5, its multimodal flagship model with a million-token context window, requiring no registration to get started. The release was announced June 10, 2026 in a post on the social network X from the official @XiaomiMiMo account, which described the tool as "more than an AI coding assistant in your terminal -- it's the smartest coding partner you'll ever work with." MiMo Code is available now on GitHub under an MIT license, and installs with a single terminal command () on macOS and Linux or via npm () on Windows. The project is a fork of the open-source OpenCode agent, which Xiaomi has extended with its own memory architecture, workflow modes, and model harness. The end of AI coding agents' amnesia? As any avid vibe coder would surely attest, AI coding agents degrade over long working sessions: as the context window fills, earlier decisions, conventions, and task state get compacted away or lost entirely, forcing developers to re-explain their projects. Xiaomi argues this approach is doomed at scale. "What we need is not better compression, but an explicit storage-and-retrieval mechanism that decides what information should be written into persistent structures, and when it should be recalled," the MiMo team noted in their launch blog. MiMo Code attacks this with a cross-session memory system, powered under the hood by SQLite FTS5 full-text search, that spans four layers: project memory (a persistent file), session checkpoints, scratch notes, and per-task progress logs. The note-taking is key, here: Rather than forcing the primary coding agent to pause its work to take notes, the system deploys an independent "checkpoint-writer" subagent. Think of it the primary coding agent as a construction contractor working to build a massive mansion alongside a dedicated architect, the checkpoint-writer subagent. While the main agent focuses on building out the physical structure, the subagent updates the blueprints in real time, noting decisions, issues, and the actual lay of the land as the construction project progresses. When the context window approaches its limits -- the contractor gets lost in the half-built mansion -- it can consult the subagent and find its place again. In the case of MiMo Code, the system simply rebuilds the environment from structured checkpoints with the relevant context, ensuring no loss of operational momentum. Two self-improvement mechanisms round out the system: a command that periodically (roughly every seven days) reviews historical sessions, deduplicates them, and compresses them into long-term memory, and a "distill" function that mines past sessions for repeated workflows that can be automated, following a similar approach taken recently by OpenAI and Anthropic with their various models. Impressive performance on software engineering (SWE) benchmarks According to benchmark figures published in Xiaomi's technical blog post, MiMo Code paired with MiMo-V2.5-Pro outperformed Claude Code paired with Claude Sonnet 4.6 on all three evaluations tested: * SWE-bench Verified: 82% vs. 79% * SWE-bench Pro: 62% vs. 55% * Terminal Bench 2: 73% vs. 69% The harness itself accounts for a measurable share of the gain. Running the same MiMo-V2.5-Pro model in both harnesses, MiMo Code scored 62% on SWE-bench Pro versus 57% for Claude Code, and 73% on Terminal Bench 2 versus 68% -- roughly five points each, attributable purely to the agent system rather than the model. Xiaomi notably did not publish comparisons against OpenAI's Codex or Google's Gemini CLI -- Claude Code is the sole named competitor throughout its materials, a telling choice of benchmark target. Independent reference points suggest why. On the official Terminal-Bench 2.0 leaderboard maintained at tbench.ai, OpenAI's Codex CLI running GPT-5.5 scores 82.2% -- roughly nine points above MiMo Code's self-reported 73% -- and OpenAI's own GPT-5.5 announcement claims 82.7% on the same benchmark. On SWE-Bench Pro, however, the picture flips: OpenAI reports GPT-5.5 at 58.6%, below MiMo Code + MiMo-V2.5-Pro's claimed 62%. (MiMo Code does not yet appear on either official leaderboard, and cross-comparing self-run numbers against leaderboard submissions carries the usual configuration caveats.) Perhaps more interesting than the offline benchmarks: Xiaomi says it ran a human double-blind A/B evaluation during its internal beta, covering 576 developers working in 474 real private repositories, producing 1,213 judged head-to-head pairs against Claude Code using the same target model. Under 200 execution steps, the two systems split roughly 50/50 -- but past 200 steps, MiMo Code's win rate rose above 65%, supporting the company's thesis that its memory and state-management architecture pays off specifically on long-horizon work. Xiaomi itself concedes the standard benchmarks "still measure one-shot problem-solving ability" and don't capture the tool's multi-session design goals. As always, these are vendor self-reported numbers that haven't been independently verified, and head-to-head harness comparisons are sensitive to configuration. But the claims are consistent with a broader industry pattern: scaffolding and harness engineering are becoming as important as raw model capability in agentic coding performance. Easy integration with existing developer systems and voice control From a user experience standpoint, MiMo Code is designed to live where developers already work. It operates directly in the terminal, reading and writing files, running commands, and managing Git. Out of the box, the tool requires zero configuration, connecting automatically to "MiMo Auto" -- a free-for-a-limited-time channel powered by Xiaomi's multimodal MiMo V2.5 model, which boasts a massive million-token context window. For developers migrating from existing environments, the transition is frictionless: MiMo Code automatically imports MCP servers, custom skills, and API configurations from Claude Code. Other noteworthy features include: * Compose mode: Pressing Tab switches the agent into a specification-driven workflow in which the developer describes a high-level goal and the system autonomously executes the full development cycle -- design, planning, coding, testing, and review -- following what Xiaomi describes as a "heavy planning upfront, stable verification later" strategy. * Voice control: Built on Xiaomi's MiMo-ASR speech recognition with TenVAD voice activity detection, developers can dictate and modify instructions verbally and speak commands like "send" and "execute" for fully hands-free operation (available for logged-in users). According to Xiaomi, the gains from the agent harness itself are measurable. Running the same underlying MiMo model in both harnesses, the company says MiMo Code scored 62% on SWE-Bench Pro versus 57% for Claude Code, and 73% on Terminal Bench 2 versus Claude Code's 68% -- roughly five percentage points better on each, attributable purely to the agent system rather than the model. As always, these are vendor self-reported numbers that haven't been independently verified, and head-to-head harness comparisons are sensitive to configuration. But the claim is consistent with a broader industry pattern: scaffolding and harness engineering are becoming as important as raw model capability in agentic coding performance. Aggressively affordable The bigger lure for many developers may be what's bundled in. MiMo Code ships with "MiMo Auto," a zero-configuration channel offering free, limited-time access to MiMo-V2.5 -- the natively multimodal model Xiaomi released in late April 2026, a sparse mixture-of-experts design with 310 billion total parameters (just 15 billion active per inference) and a 1 million token context window, which the company positions as matching Anthropic's Claude Sonnet 4.6 in multimodal agentic work. As VentureBeat reported when the MiMo-V2.5 family launched in April, the models are MIT-licensed and among the most efficient and affordable available for agentic tasks. The larger MiMo-V2.5-Pro -- a 1.02-trillion-parameter mixture-of-experts model with 42 billion active parameters and a hybrid-attention architecture -- led the open-source field on Xiaomi's ClawEval agentic benchmark with a 63.8% success rate while consuming only about 70,000 tokens per trajectory, roughly 40-60% fewer than Anthropic's Claude Opus 4.6, Google's Gemini 3.1 Pro, or OpenAI's GPT-5.4 needed for comparable results. Notably, the V2.5-Pro's post-training was explicitly designed to instill "harness awareness" -- training the model to manage its own memory and context within agent scaffolds like Claude Code or OpenCode -- making a Xiaomi-built harness optimized around that capability a logical next step. Pricing is similarly aggressive: MiMo-V2.5 starts at $0.40 per million input tokens and $2.00 per million output tokens, while V2.5-Pro runs $1.00/$3.00 per million (input/output) up to 256K context, doubling beyond that, with cache hits dropping input costs to as little as $0.20-$0.40 per million, making it among the cheapest frontier models available globally. For developers who don't want Xiaomi's models at all, MiMo Code also supports third-party backends -- including token plans from DeepSeek, Moonshot's Kimi, and Zhipu's GLM -- along with any OpenAI-compatible API, mirroring the bring-your-own-model flexibility of its OpenCode parent. Terminal AI coding agent wars go global MiMo Code lands in an increasingly crowded field of terminal-based coding agents: Anthropic's Claude Code, OpenAI's Codex CLI, Google's Gemini CLI, and open-source players like OpenCode and Aider. What's new is the entrant. Xiaomi -- the world's third-largest smartphone maker, with a fast-growing EV business -- has been methodically building its MiMo AI division since the release of the MiMo-7B reasoning model in April 2025, following with the MiMo-VL vision-language series, MiMo-V2-Flash, the 1-trillion-parameter MiMo-V2-Pro in March 2026, and the V2.5 flagship family in April. The effort is led by Fuli Luo, a veteran of DeepSeek's disruptive R1 project, who has characterized Xiaomi's frontier push as a "quiet ambush" -- and backed it with a 100-trillion free token grant for builders announced alongside the V2.5 launch. The playbook is familiar from DeepSeek, Alibaba's Qwen, MiniMax, and Moonshot AI's Kimi series: release genuinely capable models and tooling under permissive licenses at a fraction of U.S. lab pricing, and convert the resulting developer mindshare into a durable ecosystem. By pairing an open-source agent harness with a free frontier-class model, Xiaomi is effectively eliminating both the licensing and the usage cost of entry -- at least for now. What it means for enterprises and technical decision-makers For engineering leaders, MiMo Code is a low-risk, potentially high-value evaluation candidate: MIT-style licensing permits modification and commercial integration, the OpenCode lineage means the architecture is inspectable, and the bring-your-own-model support means it can be pointed at an internally approved endpoint rather than Xiaomi's cloud. The persistent memory system addresses a real and widely felt pain point in agentic development workflows -- one that competitors are also racing to solve. The countervailing considerations: the "free for a limited time" model access is by definition temporary and routes code context through Xiaomi's servers, which will be a non-starter for organizations with strict data-residency or IP policies; the benchmark edge over Claude Code is self-reported; and a V0.1.0 release number signals exactly what it suggests about maturity. Teams subject to U.S. government procurement restrictions on Chinese technology vendors should also weigh that context before adopting.
[2]
Xiaomi releases MiMo Code V0.1 as an open-source terminal AI coding assistant
Xiaomi has released MiMo Code V0.1 as an open-source terminal-native AI coding assistant for developers. It operates inside the terminal to read and write code, execute commands, manage Git operations, and maintain persistent project memory across sessions. The release includes MiMo V2.5, a multimodal model available free for a limited time, featuring a one-million-token context window and designed to work out of the box. Key features: MiMo Code * Terminal-native AI coding assistant capable of reading/writing code, running commands, and managing Git * MiMo V2.5 multimodal model with 1M token context window, free for a limited time * Infinite context with automatic knowledge accumulation and lossless compression for large codebases * Agent-model synergy with a closed loop of testing, review, and validation * Compose mode workflow: Specs → Plans → Build → Report * Self-evolving system that distills session experience and improves over time * Voice input powered by MiMo-V2.5-ASR for speech-based prompts * Claude Code compatibility with automatic loading of skills, MCP servers, and commands * Support for multiple model providers including Anthropic, OpenAI, DeepSeek, Kimi, and GLM * Persistent memory system using SQLite FTS5 full-text search * Multi-agent system with build, plan, and compose modes * Subagent system with parallel execution and lifecycle tracking * Tree-structured task tracking (T1, T1.1, T1.2, etc.) integrated with checkpoints * Goal system using command with independent judge model validation * Dream tool () for extracting persistent knowledge into project memory * Distill tool () for converting repeated workflows into reusable skills/commands * Configuration support via or global config * Max Mode (experimental) for parallel best-of-N reasoning with judge selection * Tab key support to switch between primary agents Technical details MiMo Code uses a persistent memory system that stores project-level knowledge and maintains continuity across sessions. It includes: * Project memory (MEMORY.md) for architecture and rules * Session checkpoint (checkpoint.md) for structured state snapshots * Scratch notes (notes.md) for temporary agent usage * Task progress logs (tasks/<id>/progress.md) for tracking execution The system automatically injects memory when sessions resume, ensuring continuity without manual reloading. It also includes intelligent context management, which creates automatic checkpoints, reconstructs context when limits are reached, and uses token budgeting to prioritize relevant memory. The multi-agent architecture supports build, plan, and compose modes. Each mode handles different stages of development, while subagents can be created for parallel tasks with full lifecycle management. The compose mode follows a structured workflow of specification, planning, execution, debugging, testing (TDD), verification, and merging. Onboarding options include: * MiMo Auto (free, anonymous, zero configuration) * Xiaomi MiMo Platform (OAuth login) * Import from Claude Code (one-step migration) * Custom provider (OpenAI-compatible API support) Installation MiMo Code V0.1 is open-source and built as a fork of OpenCode, extending it with persistent memory, multi-agent orchestration, and context management capabilities. macOS & Linux: Windows: After installation, users can configure MiMo Auto (anonymous mode), Xiaomi MiMo Platform login, import from Claude Code, or use custom API providers. More details are available at mimo.xiaomi.com/mimocode.
Share
Copy Link
Xiaomi has open-sourced MiMo Code V0.1.0, a terminal-native AI coding assistant that claims to beat Anthropic's Claude Code on complex, multi-step coding tasks exceeding 200 steps. The release includes free access to MiMo-V2.5, featuring a one-million-token context window, and introduces a cross-session memory system designed to solve AI coding agents' persistent amnesia problem.
Xiaomi's MiMo AI team announced the release of Xiaomi MiMo Code V0.1.0 on June 10, 2026, positioning this open source terminal-native AI coding assistant as a formidable Claude Code competitor. According to internal benchmarks and a survey involving 576 developers, the agentic AI coding harness outperforms Anthropic's Claude Code specifically on long-horizon, multi-step coding tasks exceeding 200 steps
1
. Available now on GitHub under an MIT license, the tool installs with a single terminal command on macOS and Linux, or via npm on Windows1
. The release bundles limited-time free access to MiMo-V2.5, Xiaomi's multimodal flagship model featuring a one-million-token context window that requires no registration to begin using1
.
Source: VentureBeat
The distinguishing feature of this AI coding assistant lies in its persistent project memory architecture, which addresses a critical weakness plaguing existing coding agents. As context windows fill during extended sessions, earlier decisions and conventions typically get compressed or lost entirely, forcing developers to repeatedly re-explain their projects. Xiaomi's approach deploys a cross-session memory system powered by SQLite FTS5 full-text search spanning four layers: project memory stored in a persistent file, session checkpoints, scratch notes, and per-task progress logs
1
. Rather than pausing the primary coding agent to take notes, the system employs an independent checkpoint-writer subagent that updates structured state in real time1
. When context limits approach, the system rebuilds the environment from these checkpoints with relevant context, maintaining operational momentum without information loss2
.Two self-improvement mechanisms enhance the system's capabilities over time. A "dream" command periodically reviews historical sessions roughly every seven days, deduplicating and compressing them into long-term memory
1
. The "distill" function mines past sessions for repeated workflows that can be automated, following approaches recently adopted by OpenAI and Anthropic1
. The multi-agent system supports build, plan, and compose modes, with the compose mode following a structured workflow from specifications through planning, execution, debugging, testing, verification, and merging2
. Subagents can be created for parallel tasks with full lifecycle management and tree-structured task tracking2
.Related Stories
According to figures published by Xiaomi, MiMo Code paired with MiMo-V2.5-Pro achieved 82% on SWE-bench Verified versus Claude Code with Claude Sonnet 4.6 at 79%, 62% versus 55% on SWE-bench Pro, and 73% versus 69% on Terminal Bench 2
1
. The harness itself contributes measurably to performance: running the same MiMo-V2.5-Pro model in both harnesses, MiMo Code scored 62% on SWE-bench Pro versus 57% for Claude Code, attributing roughly five points purely to the agent system1
. Xiaomi conducted a human double-blind A/B evaluation during internal beta with 576 developers working in 474 real private repositories, producing 1,213 judged head-to-head pairs against Claude Code1
. However, comparisons against OpenAI's Codex or Google's Gemini CLI were notably absent, with the official Terminal-Bench 2.0 leaderboard showing OpenAI's Codex CLI running GPT-5.5 at 82.2%, roughly nine points above MiMo Code's self-reported 73%1
.Built as a fork of the open-source OpenCode agent, MiMo Code extends it with memory architecture, workflow modes, and model harness capabilities
1
. The system supports multiple model providers including Anthropic, OpenAI, DeepSeek, Kimi, and GLM, with Claude Code compatibility that automatically loads skills, MCP servers, and commands2
. Additional features include voice input powered by MiMo-V2.5-ASR for speech-based prompts and an experimental Max Mode for parallel best-of-N reasoning with judge selection2
. Developers can configure onboarding through MiMo Auto with zero configuration and anonymous access, Xiaomi MiMo Platform via OAuth login, one-step migration from Claude Code, or custom OpenAI-compatible API providers2
.Summarized by
Navi
[1]
1
Technology

2
Business and Economy

3
Health
