AI News AI资讯 10h ago Updated 2h ago 更新于 2小时前 46

Tencent VP Lin Songtao: Marvis Focuses on System-Level Operations, Not General Capabilities 不拼通用能力、聚焦端侧,腾讯副总裁林松涛:Marvis专注做好系统级操作

Tencent’s Marvis adopts a differentiated "system-level agent" strategy, focusing on local PC operations rather than competing in general-purpose cloud-based search or chat. Early performance metrics show strong user adoption with over 300,000 DAU within two days and a 54% seven-day retention rate, driven by high-value tasks like file management (44%) and hardware diagnostics (28%). The architecture leverages an edge-cloud hybrid model, utilizing lightweight models (3B-30B parameters) on local de 腾讯推出Marvis,定位为专注系统级操作的端侧Agent,而非通用对话助手,上线两天DAU超30万,七日留存约54%。 Marvis核心优势在于“感知”层面的系统级深度集成,通过本地文件、硬件管理和浏览器任务的高效处理,实现比云端视觉方案更快、更准的执行效率。 产品策略聚焦PC/Mini PC/AI Box等算力充裕的端侧设备,采用“手机控制+端云协同”架构,避开手机内存与电池限制,打造跨端体验。 应用宝团队将Marvis视为AI时代应用商店的进化形态,北极星指标从DAU转向“真实任务完成数”,并探索技能广场与第三方开发者生态的商业化路径。

65
Hot 热度
70
Quality 质量
60
Impact 影响力

Analysis 深度分析

TL;DR

  • Tencent’s Marvis adopts a differentiated "system-level agent" strategy, focusing on local PC operations rather than competing in general-purpose cloud-based search or chat.
  • Early performance metrics show strong user adoption with over 300,000 DAU within two days and a 54% seven-day retention rate, driven by high-value tasks like file management (44%) and hardware diagnostics (28%).
  • The architecture leverages an edge-cloud hybrid model, utilizing lightweight models (3B-30B parameters) on local devices for speed and privacy, while reserving complex reasoning for the cloud, effectively acting as a "cerebellum" to the cloud's "brain."
  • Tencent is redefining the app store paradigm by shifting from simple software distribution to direct task completion, introducing a "Skill Plaza" for third-party developers to offer CLI/MCP/SDK-based services.
  • Strategic partnerships with Microsoft, Intel, and Apple highlight a complementary relationship with OS vendors, positioning Marvis as a baseline utility for future PCs rather than a competing ecosystem.

Why It Matters

This article illustrates a critical pivot in the AI Agent landscape: moving away from generic LLM wrappers toward specialized, system-integrated tools that solve concrete efficiency problems. For practitioners, it highlights the importance of "perception" at the OS level—understanding local files and context—to achieve higher accuracy and lower latency than cloud-only solutions. It also signals a shift in business models for tech giants, where traditional app stores evolve into service delivery platforms focused on task completion metrics rather than just downloads.

Technical Details

  • System-Level Perception: Unlike visual-based agents that screenshot and analyze, Marvis accesses local system logs, file metadata, and browser cookies directly. This allows for precise diagnostics (e.g., identifying why a startup program was installed) without relying on error-prone OCR or cloud round-trips.
  • Edge-Cloud Hybrid Architecture: The system deploys small language models (SLMs) ranging from 3B to 30B parameters locally on PCs or Mini Boxes. Optimizations include running a 3B model on <8GB VRAM on Windows and leveraging 32GB RAM on Macs for smooth local inference.
  • Task-Centric Metrics: The product’s North Star metric is "real task completion count," not DAU or session length. This drives development toward reliability and utility, evidenced by high retention rates despite a niche focus on productivity and device management.
  • Cross-Device Continuity: Marvis supports seamless handoffs between mobile control interfaces and PC execution environments. It uses a "Mobile Application Engine" container to run Android apps (like Xiaohongshu) on Windows when necessary for specific tasks, bridging platform gaps.
  • Developer Ecosystem Integration: The "Skill Plaza" aggregates third-party capabilities via standard interfaces like MCP, CLI, and SDKs, allowing developers to monetize specific functions (e.g., game guides, file processing) rather than building full standalone applications.

Industry Insight

  • The End of the "App" Monopoly: Traditional app distribution is evolving into service orchestration. Companies must decide whether to build vertical agents that integrate deeply with operating systems or remain horizontal platforms. Marvis suggests that deep OS integration offers a defensible moat against generic cloud agents.
  • Hardware-Software Co-Design: As AI moves to the edge, hardware specifications (RAM, VRAM) will become critical differentiators for software performance. Partnerships between AI software providers and chipmakers (like Intel) will accelerate the optimization of SLMs for consumer hardware.
  • New Monetization Paths: With token-based payment ecosystems still maturing in some regions, B2B2C models involving pre-installation on PCs (as suggested by OEM partnerships) and developer revenue-sharing via skill marketplaces may emerge as more viable short-term strategies than direct consumer subscriptions.

TL;DR

  • 腾讯推出Marvis,定位为专注系统级操作的端侧Agent,而非通用对话助手,上线两天DAU超30万,七日留存约54%。
  • Marvis核心优势在于“感知”层面的系统级深度集成,通过本地文件、硬件管理和浏览器任务的高效处理,实现比云端视觉方案更快、更准的执行效率。
  • 产品策略聚焦PC/Mini PC/AI Box等算力充裕的端侧设备,采用“手机控制+端云协同”架构,避开手机内存与电池限制,打造跨端体验。
  • 应用宝团队将Marvis视为AI时代应用商店的进化形态,北极星指标从DAU转向“真实任务完成数”,并探索技能广场与第三方开发者生态的商业化路径。

为什么值得看

本文揭示了大型科技公司对AI Agent落地路径的差异化思考:在通用大模型能力趋同的背景下,深耕垂直场景(如系统底层操作)和端侧性能优化可能成为构建护城河的关键。对于从业者而言,理解如何平衡云端智能与端侧效率,以及从“分发应用”向“交付结果”转型的产品逻辑,具有重要的战略参考价值。

技术解析

  • 系统级感知与执行:Marvis不依赖截图等视觉识别方式,而是直接接入操作系统底层,获取文件元数据、安装日志、浏览器Cookie及硬件状态。这种“系统级感知”使其能主动理解设备环境,例如诊断开机启动项来源或快速分类本地文档,大幅提升了任务执行的准确性和速度。
  • 端云协同架构:针对手机端侧算力瓶颈,Marvis选择PC、Mini PC和AI Box作为主要端侧载体。利用这些设备更大的内存和显存(如Windows下8G显存流畅运行3B模型),部署本地小模型集群进行高频、低延迟的任务处理;复杂推理则交由云端混元大模型,形成“小脑(端侧反射)+大脑(云端思考)”的混合架构。
  • 跨端容器技术:为解决PC端缺乏原生移动端应用的问题,Marvis集成了腾讯移动应用引擎,允许在PC上运行和管理安卓应用(如小红书、游戏)。这使得Agent能够跨越平台限制,抓取多源信息或操控不同生态的应用,实现真正的跨端服务交付。
  • 可视化交互设计:产品界面采用“六只小马打工”的拟人化办公场景,将后台复杂的Agent工作流(感知、规划、行动)可视化呈现。这种设计不仅降低了用户认知门槛,还通过情感化映射建立了用户对长周期任务的信任感。

行业启示

  • Agent的价值锚点在于“结果交付”而非“交互频次”:传统应用商店关注分发和活跃,而AI时代的Agent需关注任务完成率。企业应重新定义核心指标,从DAU转向用户实际解决的问题数量和满意度,推动产品从“工具”向“服务”转型。
  • 端侧AI是提升体验下限的关键:随着大模型参数膨胀,单纯依赖云端推理面临延迟高、隐私风险和成本增加等问题。在算力允许的终端设备上部署轻量化模型处理高频、敏感或实时性要求高的任务,将成为未来AI基础设施的重要补充方向。
  • 生态位重构带来新机会:随着Agent接管部分应用功能,传统APP的开发者和分发渠道面临重构。建立开放的技能广场(Skills/MCP/CLI),吸引第三方开发者提供模块化能力,并探索基于Token或任务完成的新型商业模式,是构建AI原生生态的关键步骤。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

Agent Agent Product Launch 产品发布 Closed Source 闭源