The First to Bring an AI OS to 1.4 Billion People Might Actually Be WeChat?

marsbitPublished on 2026-06-10Last updated on 2026-06-10

Abstract

WeChat has introduced a significant AI update, allowing mini-program developers to integrate their services with WeChat AI. Developers can choose an "automatic mode," where WeChat AI autonomously analyzes and operates mini-programs without additional coding, or a "development mode" for creating customized skills. This move effectively transforms WeChat's vast ecosystem—including millions of mini-programs, WeChat Pay, and official accounts—into an execution layer for AI. The technical documentation reveals that WeChat's approach aligns with industry standards like MCP (Model Context Protocol) and incorporates practical lessons from AI-agent development. Key design principles include a clear "attention weight" system for API calls and a "fact + action" response structure to ensure reliable operations. Unlike Apple's Siri, which struggles with third-party app integration, WeChat's centralized control over mini-program code provides a "God's-eye view," enabling seamless AI orchestration across services. This development revives the concept of "WeChat OS," where the app could function as a natural-language-operated platform for daily tasks—from booking flights to ordering food—all within a chat interface. While challenges remain in areas like payment security and user trust, WeChat's existing service network and massive user base position it uniquely to advance AI agents from conversation to actionable assistance, potentially making complex tasks feel effortless for its 1.432 bi...

WeChat's AI has finally moved.

On the very same day as Apple's WWDC, WeChat did something potentially more significant than Apple, releasing an unassuming announcement: "Guidance for Developers to Access the WeChat AI Ecosystem."

Starting today, Mini Program developers can grant authorization, allowing WeChat AI to read, operate, and invoke the functionalities of Mini Programs.

WeChat offers two access modes. The first is "Automatic Mode," with a nearly zero barrier to entry. Developers simply toggle a switch, and the platform itself reads the source code, analyzes pages, figures out what the Mini Program can do, and then the AI can directly operate it, all without writing a single line of code.

The other mode is called "Developer Mode," where developers create customized Skills, which are called by the AI after passing review. Both modes can be enabled simultaneously. Meituan has already announced its integration.

This should not be understood merely as the launch of another new feature. Instead, it signals that WeChat is turning its entire ecosystem—millions of Mini Programs, WeChat Pay, service notifications, Official Accounts—into the execution layer for AI.

Examining the Skill Documentation: How WeChat AI Invokes Mini Programs

The WeChat open documentation publicly shares the technical specifications for Mini Programs to integrate AI Skills. A close look reveals many design details hidden within.

Official skill documentation guide 👇🏻:

https://developers.weixin.qq.com/miniprogram/dev/ai/best-practices.html

From an architectural perspective, those familiar with AI development will immediately recognize it: it's essentially MCP (Model Context Protocol). The `mcp.json` declares the function and parameters of each atomic interface, and `SKILL.md` describes how the entire business process runs. This is almost identical to the MCP+Skills architecture found in Claude, Cursor, or VS Code. WeChat didn't reinvent the wheel; it directly adopted the industry-standard that is currently converging.

In the guidance, WeChat provides a clear "attention weight" system. When the AI decides which interface to call and what parameters to generate, it gives the highest priority to the content returned by the interface (five stars), followed by the interface description (four stars) and parameter descriptions (four stars) in `mcp.json`. `SKILL.md` ranks last (three stars). This means where developers write something matters more than what they write—the weight the AI gives to the same rule is completely different if it's written in the interface return versus in `SKILL.md`.

At the interface return level, there is a core specification: a two-stage "Fact + Action" format. First, tell the AI "what happened," then tell it "what to do next." If only the action is written without the fact, the AI might interpret "display card" as "prepare to call the next interface" and skip user confirmation. This is a rule learned after stepping into many pitfalls.

Fourth, parameter passing prioritizes using IDs over natural language. Taking the "Coffee Ordering" scenario in the diagram as an example, after the user states a need, the AI understands the vague intent and handles selection, modification, specification changes, and payment processing, all without leaving the chat dialog.

This design reveals a signal: WeChat has already run enough practical cases, knows where the pitfalls lie in AI calling external services, and has solidified these experiences into developer norms.

In fact, comparing WeChat Mini Programs, which are also known for their "ecosystem," to Apple's apps, WeChat possesses a kind of "God's-eye view" over its own ecosystem. This is the prerequisite for all this implementation.

Why It Might Be More Important Than Apple's AI

This year at WWDC, Apple released the new Siri AI. Despite having Google Gemini integrated at the underlying level and supporting natural language creation for Shortcuts, it didn't spark much discussion.

A closer look reveals the gap: Apple is making AI coordinate some native functions within the iOS system. Once it involves third-party applications—those apps installed on your phone—it becomes strained.

Take Ele.me, for example. Its code runs on Ele.me's own servers, which Apple cannot read. For Siri to call Ele.me, Ele.me's engineers must proactively connect to the App Intents API, negotiating and integrating one by one, a time-consuming and labor-intensive process.

What WeChat is doing is enabling AI to directly operate millions of third-party services, because Mini Programs are different. The code for every Mini Program, from developer submission, through WeChat's review, to finally running on the user's phone, remains entirely within WeChat's technical system throughout the entire process. During the review phase, WeChat can scan the code, automatically analyzing "what pages this Mini Program has, what it can do, what its inputs and outputs are."

This is why "Automatic Mode" is possible—developers don't need to write a single line of code. They just flip a switch, and WeChat itself can translate your Mini Program into a tool the AI can invoke. WeChat's foundational architecture naturally supports this. It possesses a "God's-eye view," enabling scheduling based on centralization.

Apple does not have this architectural advantage, and neither does Google.

Also noteworthy is the recent rumor that WeChat is collaborating with Huawei, Honor, Xiaomi, OPPO, and vivo to launch A2A (Agent-to-Agent) assistant capabilities, allowing users to directly initiate WeChat audio/video calls or send messages via their phone's voice assistant.

Internally, WeChat AI can invoke millions of Mini Programs. Externally, smartphone manufacturers' AI assistants can invoke WeChat. WeChat is becoming the super connector of the AI era, a service hub that all AIs can access.

The Old Prophecy of "WeChat OS"

When Mini Programs were launched, many joked that WeChat wanted to become "WeChat OS." Back then, it was more of a figure of speech—Mini Programs replaced some app functionalities but were essentially a "light application platform."

More coincidentally, the centralized review mechanism designed at the time was for quality and security control. Nine years later, this design, initially criticized as "excessive control," has unexpectedly become an infrastructure advantage in the AI era. The distributed App ecosystem (Apple/Android) seemed more "free" at the time, but now it has become an obstacle to AI integration.

An old prophecy, due to the emergence of new-era technology—AI—has taken on a transformative change.

Previously, when writing about OpenClaw and Feishu, I mentioned a judgment: IM (Instant Messaging) is the most natural entry point for AI Agents because dialogue itself is the most natural interaction between humans and AI, and the service ecosystem (bots, payments, mini-programs) inherent to IM allows AI not only to "chat" but also to "do." Feishu is already moving in this direction, launching enhanced Bot APIs and AI Agent nodes.

However, Feishu is an enterprise collaboration tool, covering work scenarios. WeChat has a distinctly different breadth—1.432 billion monthly active users, hundreds of Mini Programs across niche sectors, covering almost all service needs of a person's daily life, from ordering takeout to hospital registration to buying flight tickets to paying utility bills.

If WeChat AI can indeed smoothly invoke these Mini Programs to complete tasks, then, as the prophecy said, it becomes an operating system operated with natural language.

A user says, "Help me book a high-speed rail ticket from Beijing to Shanghai for tomorrow at 3 pm." The AI deconstructs the intent, invokes the 12306 Mini Program to check tickets, select seats, completes the order via WeChat Pay, all without leaving WeChat. This path can theoretically be executed today.

Of course, there is distance between theory and reality. AI invocation involving payment scenarios requires a near-zero error tolerance—ordering the wrong coffee is a minor issue, but buying the wrong flight ticket is a major one. The accuracy requirements for the underlying model are far higher than for conversational scenarios. This is also a common bottleneck facing AI Agent implementation globally: the gap between "able to chat" and "able to get things done" is not measured by technical metrics but by trust.

But WeChat has at least done one thing right: it didn't build a service network from scratch. Over the years, what ChatGPT has been doing is first having a smart brain, then connecting one by one to Shopify, DoorDash, Stripe, each connection built from the ground up. To this day, transaction-related queries still account for less than 3%.

The real change that is about to happen might be imperceptible to most users. One day, you type into WeChat, "Help me book a ticket to Shanghai for 9 pm tonight," and then it's done. You might not even know which Mini Program was called in the background or what payment process was followed.

This "imperceptible completion" is the true mark of a mature AI Agent. WeChat is closer to this step than anyone else.

This article is from the WeChat Official Account "APPSO", author: APPSO discovering tomorrow's products

Trending Cryptos

Related Questions

QWhat is the core change that WeChat announced regarding its AI and Mini Programs?

AWeChat announced that Mini Program developers can now grant permission for its AI to read, operate, and call upon their Mini Programs. This allows AI to directly execute tasks within these programs.

QWhat is the key architectural advantage WeChat has over Apple's iOS in integrating AI with third-party services?

AWeChat has a 'God's-eye view' due to its centralized ecosystem. Every Mini Program's code runs within WeChat's technical framework, from submission to review and execution. This allows WeChat to automatically analyze and translate a program's functions for AI use without requiring developers to write new code for the AI integration.

QWhat industry-standard architecture did WeChat adopt for its AI Skill system, and what does it allow?

AWeChat adopted the MCP (Model Context Protocol) architecture for its AI Skill system. This industry-standard approach allows its AI to understand the functions and parameters of Mini Program interfaces and the overall business workflow, enabling seamless AI-agent interaction.

QAccording to the article, what is the 'final sign of true maturity' for an AI Agent like WeChat's?

AThe final sign of true maturity is 'unconscious completion.' This is when a user makes a request in natural language (e.g., 'Book me a ticket to Shanghai for 9 PM tonight'), and the AI completes the task using the necessary services and payment processes in the background without the user needing to know which specific Mini Program or flow was used.

QWhy does the article suggest WeChat's move might be more significant than Apple's new Siri AI announced at WWDC?

AIt's more significant because Apple's Siri AI is largely limited to coordinating native iOS functions. To integrate with third-party apps, each developer must manually adapt their app using Apple's App Intents framework. In contrast, WeChat's architecture gives it direct, centralized access to millions of third-party Mini Programs, allowing for broader and more immediate AI-powered service automation for its vast user base.

Related Reads

HIP-3 Perpetual Futures Arbitrage in Action: SK Hynix ADR Premium Trading Opportunity

HIP-3 Perpetual Futures Arbitrage in Practice: The SK Hynix ADR Premium Trade Following its Nasdaq listing, a significant price gap emerged between SK Hynix's ADR (SKHY) and its underlying share (SKHX). During this period, the HIP-3 builder TradeXYZ launched perpetual futures markets for both on Hyperliquid. The divergent funding rates between these two markets offer a clear case study on the capabilities and limitations of stock perpetuals. The premium, which soared to 51% on July 14th, was primarily driven by closed arbitrage channels. The new ADR issuance did not involve depositing existing shares, and conversion between the underlying share and the ADR is not permitted until after July 29th. With strong US institutional demand facing constrained supply, the price gap widened. On Hyperliquid, the funding rates for SKHX and SKHY moved in opposite directions, revealing traders executing a pairs trade to bet on the premium narrowing—buying SKHX (underlying) and shorting SKHY (ADR). This highlights key insights: 1. **Ability to bypass traditional market friction:** The trade can be executed with USDC on a single platform, avoiding complexities like currency conversion, foreign accounts, and ADR borrowing. 2. **Missing tools to separate funding costs:** The trade inherently carries the cost of funding rate payments/receipts, as perpetuals reflect but do not force convergence between the two underlying indices. Instruments to hedge this variable cost are not yet available for HIP-3 stocks. 3. **Function as a leading indicator:** The SKHY pre-IPO market accurately predicted the Nasdaq opening price, and SKHX trades during KRX closures, providing price discovery. 4. **Inverse relationship with accessibility:** The SKHX perpetual, serving a market with fewer native hedging tools, sees much higher volume and sustained funding rates than the SKHY perpetual, which exists alongside a deep spot and options market. The focus now shifts to July 29th, when share conversion may partially open, though structural limits on creating new ADRs may persist. Regardless of the premium's path, Hyperliquid remains the primary venue to express a view on this spread via perpetual futures.

Foresight News6m ago

HIP-3 Perpetual Futures Arbitrage in Action: SK Hynix ADR Premium Trading Opportunity

Foresight News6m ago

AI Claims Erdős's $100 Bounty, Solves in One Page What a 44-Page Top Journal Paper Couldn't

An AI, in collaboration with a mathematician, has produced a one-page proof for a long-standing Erdős problem (#119), claiming the $100 bounty originally offered by Paul Erdős. The problem concerns the maximum modulus of polynomials with zeros on the unit circle. The new result, generated with the help of GPT-5.6 Sol and posted on the erdosproblems.com forum, is notably simpler than a famous 44-page proof by József Beck published in the Annals of Mathematics in 1991, which addressed a related but distinct part of the problem. Thomas Bloom, a mathematician and the maintainer of the Erdős problems website, stated that the AI's proof uses straightforward harmonic analysis techniques and contains "interesting ideas," suggesting the problem was less inherently difficult than previously believed. This follows other recent AI-assisted proofs, such as for the Cycle Double Cover conjecture. The development has sparked debate within the mathematical community. While some argue AI has hit a wall in pure mathematics, others point to incremental but genuine progress on tough problems, indicating that AI's relentless, non-intuitive exploration can uncover overlooked paths that human mathematicians might dismiss after initial failures. This event highlights a potential shift: some "open" problems may persist not due to sheer difficulty, but due to the limits of human patience in exploring all possible avenues.

marsbit9m ago

AI Claims Erdős's $100 Bounty, Solves in One Page What a 44-Page Top Journal Paper Couldn't

marsbit9m ago

1.2 Million in Line for Margin Calls: The Collapse of South Korea's National "Gamble" by Retail Investors

In July 2026, the South Korean stock market, fueled by a national "all-in" bet on semiconductor stocks, experienced a catastrophic meltdown. The KOSPI index plummeted from record highs, triggering seven market-wide trading halts in the first half of the year—more than half the total since the mechanism's inception in 2000. The crisis stemmed from the market's extreme concentration on two giants: Samsung Electronics and SK Hynix, which accounted for 60% of the KOSPI index. Amid an AI-driven boom, rampant retail speculation, particularly among young investors seeking to overcome high living costs and social immobility, led to a surge in leveraged trading. In a pivotal move, regulators allowed the launch of 2x leveraged ETFs tied solely to these two stocks in May 2026. This set the stage for disaster. When signs of an HBM chip glut emerged in July, prices for Samsung and SK Hynix fell. The leveraged ETFs' mandatory daily rebalancing mechanism forced them to sell shares aggressively to maintain their leverage ratios. This triggered a vicious cycle: ETF selling drove prices down further, which triggered margin calls and forced liquidations of retail investors' leveraged positions, leading to more selling. The market entered a self-reinforcing "death spiral" of cascading liquidations. The aftermath was devastating. Over 1.2 million retail margin accounts faced liquidation warnings, with an estimated 320,000 to 460,000 accounts completely wiped out, many left owing money to their brokers. Approximately 62% of these affected investors were in their 20s and 30s. Total losses from leveraged positions were estimated at around 2.15 trillion won (~$1.6 billion USD). Regulators later expressed regret for approving the high-risk ETFs, highlighting the dangers of financial innovation outpacing proper risk controls and investor protection. The episode serves as a stark warning: when market frenzy, structural fragility, and complex leverage products converge, the outcome can be a rapid and brutal wealth destruction, disproportionately impacting the most vulnerable participants.

marsbit1h ago

1.2 Million in Line for Margin Calls: The Collapse of South Korea's National "Gamble" by Retail Investors

marsbit1h ago

Trading

Spot

Hot Articles

How to Buy PEOPLE

Welcome to HTX.com! We've made purchasing ConstitutionDAO (PEOPLE) simple and convenient. Follow our step-by-step guide to embark on your crypto journey.Step 1: Create Your HTX AccountUse your email or phone number to sign up for a free account on HTX. Experience a hassle-free registration journey and unlock all features.Get My AccountStep 2: Go to Buy Crypto and Choose Your Payment MethodCredit/Debit Card: Use your Visa or Mastercard to buy ConstitutionDAO (PEOPLE) instantly.Balance: Use funds from your HTX account balance to trade seamlessly.Third Parties: We've added popular payment methods such as Google Pay and Apple Pay to enhance convenience.P2P: Trade directly with other users on HTX.Over-the-Counter (OTC): We offer tailor-made services and competitive exchange rates for traders.Step 3: Store Your ConstitutionDAO (PEOPLE)After purchasing your ConstitutionDAO (PEOPLE), store it in your HTX account. Alternatively, you can send it elsewhere via blockchain transfer or use it to trade other cryptocurrencies.Step 4: Trade ConstitutionDAO (PEOPLE)Easily trade ConstitutionDAO (PEOPLE) on HTX's spot market. Simply access your account, select your trading pair, execute your trades, and monitor in real-time. We offer a user-friendly experience for both beginners and seasoned traders.

7.6k Total ViewsPublished 2024.03.29Updated 2026.06.02

How to Buy PEOPLE

Discussions

Welcome to the HTX Community. Here, you can stay informed about the latest platform developments and gain access to professional market insights. Users' opinions on the price of PEOPLE (PEOPLE) are presented below.

活动图片