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

Our Briefing

Weekly signal. No noise. Built for founders, operators, and AI-curious professionals.

No spam. Unsubscribe any time.

Related stories

Researcher Develops Method to Train Robots on Uncertain Tasks

Researcher Develops Method to Train Robots on Uncertain Tasks

Yen-Ling Kuo, an assistant professor at the University of Virginia, received the IEEE Robotics and Automation Society's inaugural Outstanding Women in Robotics and Automation Early Career Contribution Award for her work on uncertainty estimation in robotic manipulation. Her research method, detailed in the paper 'Diff-DAgger: Uncertainty Estimation with Diffusion Policy for Robotic Manipulation,' enables robots to make informed decisions in unfamiliar scenarios while reducing the need for human supervision. The approach improves task completion rates and creates pathways for more complex models in interactive robot learning.

by Liz Wegerer· IEEE Spectrum AI
AWS Bedrock automates intelligent document processing at scale

AWS Bedrock automates intelligent document processing at scale

AWS has published guidance on building intelligent document processing pipelines using Amazon Bedrock Data Automation (BDA) and related generative AI services. BDA automates document classification, extraction, normalization, and validation while understanding context and relationships, moving beyond traditional OCR that only extracts text. The service handles up to 3,000 pages and 500 MB per request across multiple file formats, with confidence scoring for accuracy.

by Charles Meruwoma· AWS Machine Learning Blog
Context compression reaches production viability with 16x reduction

Context compression reaches production viability with 16x reduction

Researchers from NYU, Columbia, Princeton, University of Maryland, Harvard, and Lawrence Livermore National Laboratory published a paper introducing Latent Context Language Models (LCLMs), a compression technique that reduces LLM input by 16x while maintaining accuracy better than existing methods. Unlike KV cache compression, LCLMs compress tokens before decoder processing, delivering 8.8x faster output on long-context benchmarks. The models are open-sourced on HuggingFace and designed to integrate into existing LLM stacks.

· VentureBeat AI
Microsoft SkillOpt Automates AI Agent Skill Optimization

Microsoft SkillOpt Automates AI Agent Skill Optimization

Microsoft has released SkillOpt, an open-source framework that automatically optimizes AI agent skills, the text-based instructions that guide model behavior in enterprise workflows. Unlike manual skill editing, SkillOpt applies deep-learning-style optimization to evolve skill documents based on performance feedback without modifying the underlying model weights. The tool addresses three recurring failure modes in skill optimization: lack of step-size control, absence of validation, and no negative memory to prevent repeated failed edits.

by bendee983@gmail.com (Ben Dickson)· VentureBeat AI