Daily Tech Briefing
AI 科技速览

每天 5 分钟内学习 AI。获取最新的人工智能新闻,理解其重要性,并学习如何将其应用于您的工作。

AI 快讯
Microsoft Research AI · 2026/8/3 16:00:00

Orchard: An open framework for scalable agentic AI

AI 中文解读
微软研究院这次放了个大招,把AI智能体研究的大门彻底敞开了。他们推出的开源框架Orchard,最厉害的地方在于让很小的AI模型也能干出大模型的活儿,比如Orchard-SWE在编程测试里拿下了69.7%的好成绩,而它用的参数规模还不到那些顶级系统的十分之一。 简单来说,以前搞AI智能体研究就像在密室里做实验,需要特殊的环境、私密的数据和昂贵的算力,普通人根本进不了门。Orchard则像给研究界发了一套公开的乐高积木,不管是教AI修代码、上网冲浪还是当个人助理,都能用这套通用组件搭出训练环境和测试平台。更重要的是,它连训练数据和评估方法都一并公开了,等于把实验室的配方也公布于众。 这对普通人的影响很直白:AI应用的成本会降下来,迭代速度会快起来。以后那些帮你订机票、管邮件、查资料的AI助手,可能不再是科技巨头的专属产品,小团队甚至个人开发者都能做出来。技术门槛降低了,竞争自然更激烈,最终受益的还是我们这些普通用户。
At a glance Orchard is an open-source framework for scalable and cost-effective agentic AI research, built around Orchard Env, a reusable environment service for training and evaluating agents across task domains. The same Orchard infrastructure supports software-engineering, web-navigation, and personal-assistant agents, and can train them directly inside real deployment harnesses such as Codex, OpenClaw, and ZeroClaw—letting researchers reuse environments, data pipelines, and evaluation workflows across tasks. Orchard-SWE, Orchard-GUI, and Orchard-Claw demonstrate that relatively small open-weight models can achieve strong results on complex real-world tasks. For example, Orchard-SWE reaches 69.7% on SWE-bench Verified—73.0% with value-model reranking—using only about 3 billion active parameters, approaching frontier systems using more than 10 times larger models. Alongside the models and workflows, the project releases training data and evaluation methods intended to help the broader research community build and study open agentic systems. Artificial intelligence is rapidly moving beyond static question-answering toward autonomous agents that can plan, reason, and act across complex, multistep environments. These systems can fix bugs in complex codebases, navigate the web on a user’s behalf, and manage workflows involving calendars and email. While there is excitement around agentic AI’s capabilities, the research community faces a persistent bottleneck. Building state-of-the-art agentic systems often requires proprietary infrastructure, including custom sandboxes, closed training pipelines, and proprietary datasets that most researchers and practitioners cannot access or reproduce. To address this gap, we introduce Orchard (opens in new tab), an open-source framework for scalable agentic modeling. At the center of Orchard is Orchard Env, a lightweight, Kubernetes environment that provides reusable isolated components for running and building agents at scale—from collecting training data to reinforcement learning rollouts and evaluation. Unlike many existing frameworks, Orchard Env is designed to support different agent systems and task types without modification. The same service can support software-engineering agents, web-browsing agents, and personal-assistant agents across domains. To demonstrate this approach, we are releasing three domain-specific training recipes—Orchard-SWE, Orchard-GUI, and Orchard-Claw. (opens in new tab) We are also releasing the training data and evaluation methods used to build them. PODCAST SERIES The AI Revolution in Medicine, Revisited Join Microsoft’s Peter Lee on a journey to discover how AI is impacting healthcare and what it means for the future of medicine. Listen now Opens in a new tab Environment layer that scales across types of tasks The central idea behind Orchard is that the runtime environment should be a standalone, reusable service rather than infrastructure embedded inside a specific training framework. Orchard Env’s Kubernetes foundation enables it to create, manage, and remove thousands of isolated components in parallel. The system is designed to work across tasks like coding, web browsing, using tools. It is also designed to work across different agent systems, along with stages of the training and evaluation process, including data distillation and reinforcement learning rollouts. This flexibility makes Orchard practical at a research scale. Teams can introduce new benchmarks, agent systems, or training algorithms without rebuilding the underlying infrastructure from scratch. Orchard also makes it possible to train agents inside any harness. Today’s most capable agents rarely run as a bare model. They operate through sophisticated harnesses—such as Claude Code, Codex, an
分享
阅读原文