惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Martin Fowler
Martin Fowler
博客园 - 【当耐特】
GbyAI
GbyAI
M
MIT News - Artificial intelligence
Microsoft Azure Blog
Microsoft Azure Blog
A
About on SuperTechFans
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
腾讯CDC
F
Fortinet All Blogs
IT之家
IT之家
WordPress大学
WordPress大学
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Google DeepMind News
Google DeepMind News
Jina AI
Jina AI
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
D
DataBreaches.Net
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
H
Help Net Security
V
Visual Studio Blog
小众软件
小众软件
Y
Y Combinator Blog

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
ZCode vs MiMo Code vs DevEco Code: Who Really Solves Deve...
Mininglamp · 2026-06-16 · via DEV Community

Mininglamp

June 2026 marked a turning point for AI coding tools in China. Zhipu released ZCode 3.0, Xiaomi open-sourced MiMo Code, and Huawei launched DevEco Code at HDC 2026. Developer communities are calling it the "Three Kingdoms War" of domestic AI coding tools.

These three products take fundamentally different technical approaches. This article compares them across product positioning, technical architecture, and developer experience, while exploring the unique value proposition of local-first solutions in this space.

Product Positioning

ZCode 3.0 (Zhipu AI): Released June 13, positioned as a multi-agent collaborative IDE. Core features include grouped task workspaces, Zread intelligent project knowledge base, and visual Git branch graphs. Zhipu's advantage lies in deep integration between its proprietary GLM model series and the tool itself.

MiMo Code (Xiaomi): Open-sourced June 11, built on OpenCode with MIT license. Supports persistent memory systems, unlimited context windows, and multi-model compatibility (DeepSeek, Kimi, GLM, MiMo v2.5). Xiaomi chose an open ecosystem approach.

DevEco Code (Huawei): Launched at HDC 2026, a specialized programming agent for the HarmonyOS ecosystem. Built on Huawei's Bifang large model, covering the full workflow from requirements design through testing and maintenance. AI code generation rate reaches 80%. Huawei open-sourced all HarmonyOS AI-assisted development Skills to the OpenHarmony community.

Technical Architecture Analysis

Zhipu follows a model-driven approach. ZCode 3.0's multi-agent concurrency and project understanding capabilities depend on GLM's underlying model capabilities. The product ceiling is tied to model iteration speed.

Xiaomi follows an ecosystem-compatible approach. MiMo Code doesn't bind to specific models—developers can freely switch underlying models. The MIT license lowers adoption barriers, but product differentiation relies mainly on upper-layer experience.

Huawei follows a vertical specialization approach. DevEco Code focuses exclusively on HarmonyOS scenarios. Multi-device adaptation, problem localization, and self-repair capabilities only make sense within the HarmonyOS ecosystem. Huawei's bet is that the HarmonyOS ecosystem is large enough to justify a dedicated tool.

Data Security: The Local-First Advantage

As cloud-based AI coding tools become increasingly homogenized, data security and privacy emerge as differentiating factors.

Mininglamp's open-source Mano-P is a GUI-VLA agent model designed for edge devices, supporting fully local execution on Mac with Apple M4 + 32GB RAM. Screenshots and task descriptions never leave the device, making it suitable for scenarios with strict data security requirements.

In OSWorld specialized model evaluation, Mano-CUA 1.1 achieved 58.2% success rate, ranking first and leading the second-place opencua-72b (45.0%) by 13.2 percentage points. In WebRetriever Protocol I testing, Mano-CUA 1.1 scored 41.7 NavEval, surpassing Gemini 2.5 Pro (40.9) and Claude 4.5 (31.3).

OSWorld Benchmark

Performance Metrics

Mano-P's 4B quantized model achieves approximately 80 tokens/s decode speed on M5 Pro. Combined with Cider SDK's W8A8 activation quantization, prefill is approximately 12.7% faster than the W8A16 baseline.

Testing on 100 macOS GUI tasks showed Mano-CUA-Thinking-4B local model achieved 56.0% pass rate, exceeding cloud-based Qwen3-VL-Plus at 39.0%. Local small models can outperform cloud large models in specific scenarios.

WebRetriever Benchmark

Open Source and Installation

Mano-P uses Apache 2.0 license with three-phase open-source plan:

  • Phase 1: Mano-CUA Skills now open-source, install via brew tap Mininglamp-AI/tap && brew install mano-cua
  • Phase 2: Local models and SDK, models available on HuggingFace and ModelScope
  • Phase 3: Training methodology and quantization pruning techniques (planned)

Selection Recommendations

ZCode 3.0 suits teams pursuing deep model integration; MiMo Code fits developers needing flexible multi-model switching; DevEco Code is the specialized tool for HarmonyOS developers.

For scenarios with strict data security requirements or hard latency constraints, Mano-P's local-first approach deserves consideration. The three major tools and Mano-P represent different technical directions in AI coding tools—developers should choose based on actual needs.