<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Dufrence</title>
    <description>The latest articles on DEV Community by Dufrence (@dufrence).</description>
    <link>https://dev.to/dufrence</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3966711%2Fdebae1bc-0df7-47cb-807e-9e9b4fe64608.png</url>
      <title>DEV Community: Dufrence</title>
      <link>https://dev.to/dufrence</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dufrence"/>
    <language>en</language>
    <item>
      <title>Lei Jun's Next Move After LLM, Reshapes the Agent Landscape</title>
      <dc:creator>Dufrence</dc:creator>
      <pubDate>Wed, 03 Jun 2026 15:56:18 +0000</pubDate>
      <link>https://dev.to/dufrence/lei-juns-next-move-after-llm-reshapes-the-agent-landscape-5ce6</link>
      <guid>https://dev.to/dufrence/lei-juns-next-move-after-llm-reshapes-the-agent-landscape-5ce6</guid>
      <description>&lt;p&gt;In the early hours of May 27, Xiaomi's tech team dropped an announcement: the MiMo-V2.5 API lineup would see permanent price cuts of up to 99%, with tiered pricing by context window eliminated entirely. Lei Jun reshared the news.&lt;/p&gt;

&lt;p&gt;The price cut itself wasn't surprising—DeepSeek had done the same thing two weeks prior, and the market barely flinched. What really caught the industry's attention was a separate piece of news: on June 3, Xiaomi released the latest version of its open-source project, &lt;a href="https://github.com/Sh4r1ock/SoloEngine" rel="noopener noreferrer"&gt;SoloEngine&lt;/a&gt;. The first low-code Agentic AI development platform.&lt;/p&gt;




&lt;h2&gt;
  
  
  I. Xiaomi's AI Year in Review: From 7B to a Trillion-Parameter Powerhouse
&lt;/h2&gt;

&lt;p&gt;Xiaomi's pace in AI has exceeded most expectations.&lt;/p&gt;

&lt;p&gt;In April 2025, MiMo-7B went open source. A 7B-parameter model outperforming OpenAI o1-mini on mathematical reasoning and coding benchmarks initially raised eyebrows. It wasn't until Artificial Analysis verified the results on its independent leaderboard that the skepticism subsided.&lt;/p&gt;

&lt;p&gt;By late 2025, Lei Jun had recruited Luo Fuli from DeepSeek. Born after 1995, she was a core developer of DeepSeek-V2, dubbed the "AI prodigy" within the industry. She assembled a hundred-person team at Xiaomi with an average age of 25, over sixty percent of whom graduated from Tsinghua and Peking University. Achieving top-tier parity among global open-source models with a core team of just 100—that's exceptionally rare in the industry.&lt;/p&gt;

&lt;p&gt;At the Spring 2026 launch event, Lei Jun unveiled three proprietary LLMs in one go—MiMo-V2-Pro, V2-Omni, and V2-TTS—while pledging 60 billion yuan in AI investment over the next three years. Around the same time, miclaw, the phone-based Agent, entered closed beta. It was China's first system-level AI agent on a mobile device, packing over 50 system tools capable of autonomously decomposing tasks, invoking system functions, and coordinating with Mijia IoT devices.&lt;/p&gt;

&lt;p&gt;In April, the MiMo-V2.5 series went open source under the MIT license. On launch day, it was already adapted to seven domestic chip platforms—Alibaba's T-Head, AMD, Baidu's Kunlun, Enflame, Muxi, Tianshu Zhixin, and Amazon Web Services. A concurrent 100-trillion-Token incentive program distributed 100 trillion tokens free of charge within 30 days. Xiaomi's Agent ecosystem platform also entered public beta during this period.&lt;/p&gt;

&lt;p&gt;In May, MiMo-V2.5-Pro scored 1581 on the GDPVal-AA benchmark, surpassing DeepSeek-V4-Pro and GLM-5.1 to claim the top spot among global open-source models. Hermes Agent topped the global usage charts on OpenRouter, hitting 291 billion tokens per day in call volume. The OneVL autonomous driving model went open source. Then came the 99% permanent price cut.&lt;/p&gt;

&lt;p&gt;In internal testing, MiMo-V2.5-Pro completed the SysY compiler project from Peking University's compiler theory course in 4.3 hours—a project that typically takes Peking University undergraduates weeks to finish—scoring a perfect 233/233 with 672 tool invocations along the way.&lt;/p&gt;

&lt;p&gt;From a small 7B model to a trillion-parameter flagship, from a follower to a frontrunner. Xiaomi pulled it off in under a year.&lt;/p&gt;

&lt;p&gt;But no matter how powerful a foundation model is, it's essentially just a "brain." What Lei Jun wants to do next is give that brain a pair of hands.&lt;/p&gt;




&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp5axurylxjt77ug2bzas.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fp5axurylxjt77ug2bzas.png" alt=" " width="800" height="343"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  II. How SoloEngine Is Reshaping the Agent Landscape
&lt;/h2&gt;

&lt;p&gt;To understand why SoloEngine matters, you first need to grasp a key distinction: the difference between Agentic AI and workflows.&lt;/p&gt;

&lt;p&gt;Agentic AI has already gained traction among developers. Claude Code can handle requirement decomposition, code writing, testing, and deployment from a single terminal prompt. ByteDance's Trae, in its SOLO mode, lets AI develop autonomously while developers only need to review and approve. But these tools are developer-only—building AI applications for non-programmers has traditionally come down to two approaches.&lt;/p&gt;

&lt;p&gt;The first is &lt;strong&gt;low-code workflow platforms&lt;/strong&gt; like Dify and n8n. These offer visual canvases where users can drag and drop nodes, connect data flows, and quickly assemble an AI application. But their core logic relies on "preset paths"—you lay out step A to step B to step C on the canvas and use if/else conditions to control branching. The entire process is like a subway map: every line and every stop is planned in advance, and the train can only run on fixed tracks. Hit something unplanned, and the flow breaks.&lt;/p&gt;

&lt;p&gt;The second is &lt;strong&gt;code-based development frameworks&lt;/strong&gt; like LangChain and CrewAI. These require Python programming skills, letting users define an AI Agent's role, tools, and collaboration logic through code. They do support genuine Agentic AI—agents can make autonomous decisions and dynamically adjust strategies—but the barrier to entry is steep. A lawyer won't use LangChain. An accountant can't configure a ReAct Agent. A marketing manager doesn't write Python.&lt;/p&gt;

&lt;p&gt;This creates an obvious market gap: low-code platforms are easy to use but don't support true autonomous decision-making; code frameworks support autonomous decision-making but are only accessible to programmers.&lt;/p&gt;

&lt;p&gt;Manus and the viral OpenClaw from early 2026 tried the generalist route—capable of doing everything, but excelling at nothing. General-purpose Agents struggle to meet commercial requirements.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;SoloEngine fills precisely this gap.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;It takes the vertical approach—empowering domain experts in every industry to build precise, reusable Agentic AI tools for their specific tasks, rather than trying to be a jack-of-all-trades assistant.&lt;/p&gt;

&lt;p&gt;SoloEngine uses an Agentic AI architecture where each Agent runs a "think → act → observe → repeat" loop. This means Agents don't follow preset paths; they assess the situation in real time and make decisions on the fly. When something unexpected happens, they adjust their strategy on their own. When a better approach emerges, they switch routes proactively. The entire process requires no if/else conditions from the user and no pre-planning of every possible path.&lt;/p&gt;

&lt;p&gt;Using SoloEngine is fundamentally different from anything else. Users open a browser, drag Agents onto a canvas, connect collaboration relationships, configure the tools they need, and hit run. The backend automatically compiles the visual design into an executable Agentic AI system—one that can plan tasks, execute operations, and deliver real-time feedback, while the user only needs to review and confirm.&lt;/p&gt;

&lt;p&gt;No lines of code. No if/else logic to configure.&lt;/p&gt;

&lt;p&gt;Take a concrete scenario: a lawyer drags a "Contract Review Agent" onto the canvas, adds a "Legal Statute Search Agent" and a "Risk Flagging Agent," connects their collaboration relationships, and hits run. Thirty minutes later, a contract review report with 37 flagged risk points is automatically generated. The entire process is zero-code.&lt;/p&gt;

&lt;p&gt;Here's how SoloEngine stacks up against the mainstream options:&lt;/p&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;&lt;/th&gt;
&lt;th&gt;Dify/n8n&lt;/th&gt;
&lt;th&gt;LangChain/CrewAI&lt;/th&gt;
&lt;th&gt;&lt;strong&gt;SoloEngine&lt;/strong&gt;&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;True Agentic AI support&lt;/td&gt;
&lt;td&gt;✗ Preset-path workflows only&lt;/td&gt;
&lt;td&gt;✓ ReAct / multi-Agent&lt;/td&gt;
&lt;td&gt;✓ ReAct / multi-Agent&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Programming required&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;td&gt;✗ Must know Python&lt;/td&gt;
&lt;td&gt;No&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Visual orchestration&lt;/td&gt;
&lt;td&gt;✓ Full canvas experience&lt;/td&gt;
&lt;td&gt;✗ None&lt;/td&gt;
&lt;td&gt;✓ Full canvas experience&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Can domain experts build independently&lt;/td&gt;
&lt;td&gt;✓&lt;/td&gt;
&lt;td&gt;✗&lt;/td&gt;
&lt;td&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Multi-Agent collaboration&lt;/td&gt;
&lt;td&gt;✗&lt;/td&gt;
&lt;td&gt;✓&lt;/td&gt;
&lt;td&gt;✓&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;&lt;strong&gt;Progressive disclosure&lt;/strong&gt;—tools, Skills, and MCP protocols load on demand, so Agents only invoke the tools they actually need, cutting token consumption by over 85% in complex tasks. &lt;strong&gt;Unified adaptation layer&lt;/strong&gt;—covering all major models including OpenAI, Anthropic, Ollama, MIMO, DeepSeek, Tongyi Qianwen, and Zhipu, with a single interface for seamless switching and no lock-in to any single vendor. &lt;strong&gt;One-click packaging&lt;/strong&gt;—assembled Agent teams can be packaged into complete products for anyone to use directly.&lt;/p&gt;




&lt;h2&gt;
  
  
  III. Why Xiaomi Is Entering the Agent Space
&lt;/h2&gt;

&lt;p&gt;Xiaomi already has the MiMo foundation model. Why invest resources in building a development platform?&lt;/p&gt;

&lt;p&gt;China's enterprise AI agent market is projected to surpass 43 billion yuan in 2026 (IDC data). Yet at the AIGC2026 Summit, Amazon Web Services disclosed a striking statistic: 87% of enterprises claim to have deployed AI at scale, but only 10% have actually extracted real value from it. The gap between these two figures reveals a core contradiction—demand for Agents is enormous, but the ability to build them remains locked in the hands of programmers.&lt;/p&gt;

&lt;p&gt;Bai Runxuan, an analyst at CCID Consulting, put it vividly: the current agent industry chain exhibits a "hot at both ends, hollow in the middle" pattern. Upstream foundation models and chips attract capital; downstream use-case demand is robust. But the midstream lacks an engineering platform capable of converting domain expertise into reliable agents.&lt;/p&gt;

&lt;p&gt;Another signal worth watching is the explosion of OPCs (One-Person Companies). One-person limited liability companies nationwide have surpassed 16 million, accounting for 27.4% of all enterprises. 2026 has been dubbed "the Year of the OPC," with over 20 cities rolling out dedicated OPC support policies. The core need for these one-person companies is to replace traditional teams with AI Agents—achieving "one person, one army"—but LangChain requires coding skills, and Dify's workflows don't support true autonomous decision-making.&lt;/p&gt;

&lt;p&gt;Xiaomi's position is unique: it has the MiMo foundation model, ranked first globally among open-source models on the Agent Index; it has an ecosystem of 1 billion IoT devices and 746 million monthly active users; and it has dramatically competitive API costs after the 99% price cut. But without an Agent-building platform that non-technical users can actually pick up and use, none of these resources can be fully converted into commercial value.&lt;/p&gt;

&lt;p&gt;SoloEngine is the key to solving this problem. MiMo provides the Agent's "brain"; SoloEngine provides the Agent's "hands and feet." Together, they elevate Xiaomi from the "building models" strategic phase to the "building platforms" and "building services" phase.&lt;/p&gt;

&lt;p&gt;Xiaomi's ecosystem advantages are amplified further through SoloEngine: MiMo's model capabilities, the 99% cheaper API costs, 1 billion IoT devices, the Agent ecosystem platform, the miclaw phone Agent—these resources are woven together by SoloEngine into an ecosystem moat that other platforms can't easily replicate.&lt;/p&gt;

&lt;p&gt;While OpenAI is still locking AgentKit into the GPT-5 ecosystem, Xiaomi has already driven the barrier to building Agents down to zero with the MiMo-plus-SoloEngine combination.&lt;/p&gt;

&lt;p&gt;At the epicenter of this seismic shift in the Agent landscape stands Xiaomi and its newly launched SoloEngine.&lt;/p&gt;

&lt;p&gt;As SoloEngine's own tagline puts it: No Workflow. No orchestration code. Just Agents that get things done.&lt;/p&gt;

</description>
      <category>ai</category>
      <category>agents</category>
      <category>vibecoding</category>
      <category>python</category>
    </item>
  </channel>
</rss>
