VFF - The signal in the noise
News

Xiaomi open-sources MiMo Code, claims edge over Claude on long coding tasks

Read original
Share
Xiaomi open-sources MiMo Code, claims edge over Claude on long coding tasks

Xiaomi has open-sourced MiMo Code V0.1.0, a terminal-native AI coding assistant that claims to outperform Anthropic's Claude Code on long-horizon, multi-step coding tasks (200+ steps) according to internal benchmarks. The tool uses a cross-session memory system with SQLite FTS5 to retain context across extended work sessions, addressing a core limitation of existing AI coding agents. Xiaomi is also offering limited free access to MiMo-V2.5, its flagship model with a million-token context window.

  • Xiaomi released MiMo Code V0.1.0 under MIT license on GitHub, installable via single terminal command
  • MiMo Code scored 82% on SWE-bench Verified, 62% on SWE-bench Pro, and 73% on Terminal Bench 2, versus Claude Code's 79%, 55%, and 69% respectively
  • Core innovation is a four-layer cross-session memory system using SQLite FTS5 that prevents context loss during long coding sessions
  • System deploys independent checkpoint-writer subagent to maintain project state while main agent continues work, plus /dream command for periodic session compression

AI coding agents have struggled with context degradation during extended sessions, forcing developers to repeatedly re-explain project context. MiMo Code's persistent memory architecture addresses this fundamental limitation through structured checkpoints and independent note-taking, potentially enabling more productive long-horizon coding workflows. The open-source release and claimed performance gains over Claude Code signal meaningful progress in agentic AI coding capabilities.

For development teams, reduced context loss means fewer interruptions and re-explanations during complex multi-step tasks, potentially improving developer productivity on large projects. Xiaomi's open-source approach and free tier access to MiMo-V2.5 create competitive pressure on commercial offerings from Anthropic and OpenAI while building developer adoption in the coding AI space.

  • Persistent memory architectures may become table stakes for AI coding agents, shifting competition from raw model capability to agent system design
  • Xiaomi's entry into open-source AI coding tools expands the competitive landscape beyond Anthropic and OpenAI, particularly for developers seeking self-hosted or cost-free options
  • The checkpoint-writer subagent pattern demonstrates a viable approach to solving context window limitations without requiring larger models, potentially applicable to other agentic AI systems

Monitor whether MiMo Code's performance claims hold up in independent testing and real-world developer adoption. Track whether Anthropic and OpenAI respond with similar memory architectures in Claude Code and other offerings. Observe whether Xiaomi's approach to session compression and long-term memory distillation becomes a standard pattern in the agentic AI coding space.

Share

Subscribe to the newsletter

The latest stories and analysis, delivered to your inbox.

Free. No spam. Unsubscribe any time.

Related stories

Perplexity Brings AI Agents to Windows PCs
Model Release

Perplexity Brings AI Agents to Windows PCs

Perplexity has launched Personal Computer for Windows, extending its agentic AI tool to Microsoft's dominant operating system. The tool functions as a local AI agent that can access files and applications to perform tasks like document creation and spreadsheet updates, building on earlier integrations with Microsoft 365 and Teams announced in May. The Windows version follows Perplexity's April launch of the same tool for macOS.

by Jess Weatherbed· The Verge AI
Trustworthiness, Not Benchmarks, Should Measure AI Agent Readiness

Trustworthiness, Not Benchmarks, Should Measure AI Agent Readiness

Organizations typically evaluate AI agents as production-ready based on sandbox testing and benchmark scores, but this approach fails to account for how agent trustworthiness degrades in real-world deployment. According to Vijil CEO Vin Sharma, the core problem is that static benchmarks and models trained on outdated data cannot predict how agents will behave in dynamic environments where users, data, and attack techniques continuously evolve. The article argues that enterprises should shift focus from measuring agent capability to measuring trustworthiness through a fiduciary framework that assesses reliability, security, and safety as functional requirements.

· VentureBeat AI
MCP's biggest update makes AI agents enterprise-ready
TrendingModel Release

MCP's biggest update makes AI agents enterprise-ready

The Model Context Protocol, an open standard connecting AI agents to enterprise software, released its largest update since launch twenty months ago. The revision transitions MCP to a fully stateless architecture, removes the need for persistent session management, and graduates interactive interfaces and long-running tasks into official protocol extensions. The changes eliminate operational barriers that previously made large-scale production deployments complex, allowing organizations to run MCP servers behind standard load balancers using existing cloud-native tooling.

by michael.nunez@venturebeat.com (Michael Nuñez)· VentureBeat AI
Snowflake launches agent governance layer to control enterprise AI costs
Model Release

Snowflake launches agent governance layer to control enterprise AI costs

Snowflake launched Cortex AI Gateway, a centralized control layer for governing how AI agents access enterprise data and tools, alongside security integrations with 1Password, Aembit, Linx Security, SailPoint, and Saviynt. The platform addresses a fundamental security gap: traditional enterprise security assumes humans are the actors, but AI agents operating at machine speed can exploit permission gaps and amplify existing risks. Snowflake positions itself as the control plane that decides what agents can do with enterprise data, rather than allowing each vendor to build closed ecosystems.

by michael.nunez@venturebeat.com (Michael Nuñez)· VentureBeat AI