Meituan Launches 'Xiaomei' AI Agent for Food Delivery

Chinese delivery giant Meituan has debuted 'Xiaomei,' a new agentic AI application focused on food delivery and local services. The app is powered by Meituan's proprietary LongCat large language model and allows users to place orders and book services using conversational voice commands. The launch was met with a positive market response, with Meituan's shares rising as it competes with rivals like Alibaba in consumer AI.

- Meituan's proprietary LongCat large language model utilizes a Mixture-of-Experts (MoE) architecture with 560 billion total parameters, but only activates an average of 27 billion during inference for computational efficiency. It supports a 128,000-token context window and is available in two open-source versions: LongCat Flash-Chat for conversation and LongCat Flash-Thinking for complex reasoning. - In China's competitive landscape, Meituan's AI initiatives are a direct response to rivals like Alibaba's Ele.me and JD.com. This push into consumer AI is part of a broader strategy that includes significant investments in AI-driven logistics, autonomous delivery vehicles, and drone technology to enhance operational efficiency. By the end of 2024, Meituan's autonomous systems had completed 4.91 million vehicle and 450,000 drone orders. - For orchestrating multiple specialized agents, open-source frameworks like Microsoft's AutoGen and CrewAI offer distinct architectural patterns. AutoGen uses a flexible, chat-centric model for complex conversations, while CrewAI enforces a role-based structure (defining an agent's Role, Goal, and Backstory) to reduce unpredictable behavior and speed up time-to-production. - Common multi-agent architectural patterns include the coordinator (or supervisor) pattern, where a central agent decomposes tasks and routes them to specialized agents, and parallel patterns, where agents work independently on sub-tasks simultaneously. The choice of pattern significantly impacts token consumption, latency, and scalability. For stateful, cyclical reasoning loops, graph-based frameworks like LangGraph are gaining traction. - China's regulatory environment for AI is rapidly maturing, moving from strategic plans to enforceable regulations. Key governing bodies include the Cyberspace Administration of China (CAC), which leads rulemaking, and the Ministry of Science and Technology. Regulations like the "Interim Measures for the Management of Generative Artificial Intelligence Services" mandate algorithm registration, content governance, and data security audits, which are critical for deploying consumer-facing AI products in Beijing. - Scaling engineering teams through rapid growth requires moving beyond hiring to establishing foundational processes. Key frameworks for CTOs focus on creating clear technical documentation, defining team topologies (e.g., product-aligned vs. component teams), and implementing automated quality gates in deployment pipelines to manage technical debt and maintain velocity. - A primary challenge in consumer-facing AI agents is balancing autonomy with reliability to prevent undesirable emergent behavior. Failures often stem from a gap between the probabilistic reasoning of AI and user expectations of common sense, necessitating strong guardrails, validation layers before execution, and clear fallback mechanisms to maintain user trust. - The user experience for conversational AI is moving beyond simple chatbots to "agentic interfaces" that can execute multi-step tasks. Key UI/UX patterns for making complex agent behavior feel simple include providing anticipatory prompts, maintaining context across turns, offering rich visual outputs instead of just text, and ensuring seamless handoffs between different interaction modes (voice, text, visuals).

Get your own daily briefing

Scout delivers personalized news, insights, and conversations tailored to your role and industry.

Download on the App Store

Shared from Scout - Be the smartest in the room.