小米开源 MiMo Code 编程模型
推荐指数 68.0 NO. 013 · 2026.06.12
发布2026/06/11Score337Comments181
为什么值得看
小米发布并开源了 MiMo Code 代码生成模型,定位对标 Cursor 等 AI 编程工具底层模型。对国内开发者而言,这是少数可用中文语境优化的代码模型,且开源协议允许商用。
编辑判断
国内代码模型长期被通义灵码、文心快码等闭源方案主导,开源侧只有 DeepSeek-Coder 能打。MiMo Code 的入局时机卡在 DeepSeek 转向通用模型、Coder 系列更新放缓的窗口期。
小米的差异化在于端侧部署经验——手机 IoT 场景对模型体积和推理速度极度敏感,这套压缩和加速技术如果同步开源,对想在本地跑代码助手的团队价值很大。
值得警惕的是小米开源的历史口碑:之前 MiMo 通用版开源后社区反馈文档薄弱、微调支持滞后。建议先跑 HumanEval 和 MBPP 基准验证实际能力,不要只看官方数字。
社区反馈
意见分歧 147 条评论
核心争论:Fork OpenCode 而非上游贡献的合理性,以及开源治理困境
Since the link is in Chinese: MiMo Code is Xiaomi’s AI agentic coding harness. “ MiMoCode is a terminal-native AI coding assistant. It can read and write code, run commands, manage Git, and use a persistent memory system to keep a deep understanding of your project across sessions while continuously
You can change the language via the header: The rightmost option is a language dropdown. It's a client-side change and doesn't impact the URL so users must manually change it each time they visit the site though
Why not persist it through a query param? Or a lang param for that matter