Orchard: An Open-Source Agentic Modeling Framework
Summary
Orchard is an open-source framework for scalable agentic modeling that enables training diverse autonomous agents, achieving state-of-the-art results on coding, GUI navigation, and personal assistance tasks.
View Cached Full Text
Cached at: 05/15/26, 04:23 AM
Paper page - Orchard: An Open-Source Agentic Modeling Framework
Source: https://huggingface.co/papers/2605.15040 Authors:
,
,
,
,
,
,
,
,
,
,
,
,
Abstract
Orchard is an open-source framework for scalable agentic modeling that enables training diverse autonomous agents through specialized recipes for coding, GUI navigation, and personal assistance tasks.
Agentic modelingaims to transform LLMs into autonomous agents capable of solving complex tasks throughplanning,reasoning,tool use, andmulti-turn interactionwith environments. Despite major investment, open research remains constrained by infrastructure and training gaps. Many high-performing systems rely on proprietary codebases, models, or services, while most open-source frameworks focus on orchestration and evaluation rather than scalable agent training. We present Orchard, an open-source framework for scalableagentic modeling. At its core is Orchard Env, a lightweightenvironment serviceproviding reusable primitives forsandbox lifecycle managementacross task domains, agent harnesses, and pipeline stages. On top of Orchard Env, we build threeagentic modeling recipes. Orchard-SWE targets coding agents. We distill 107K trajectories from MiniMax-M2.5 and Qwen3.5-397B, introducecredit-assignment SFTto learn from productive segments of unresolved trajectories, and applyBalanced Adaptive Rolloutfor RL. Starting from Qwen3-30B-A3B-Thinking, Orchard-SWE achieves 64.3% onSWE-benchVerified after SFT and 67.5% after SFT+RL, setting a new state of the art among open-source models of comparable size. Orchard-GUI trains a 4B vision-language computer-use agent using only 0.4K distilled trajectories and 2.2K open-ended tasks. It achieves 74.1%, 67.0%, and 64.0% success rates onWebVoyager,Online-Mind2Web, andDeepShop, respectively, making it the strongest open-source model while remaining competitive with proprietary systems. Orchard-Claw targets personal assistant agents. Trained with only 0.2K synthetic tasks, it achieves 59.6% pass@3 onClaw-Evaland 73.9% when paired with a strongerZeroClaw harness. Collectively, these results show that a lightweight, open, harness-agnostic environment layer enables reusable agentic data, training recipes, and evaluations across domains.
View arXiv pageView PDFGitHub0Add to collection
Get this paper in your agent:
hf papers read 2605\.15040
Don’t have the latest CLI?curl \-LsSf https://hf\.co/cli/install\.sh \| bash
Models citing this paper0
No model linking this paper
Cite arxiv.org/abs/2605.15040 in a model README.md to link it from this page.
Datasets citing this paper0
No dataset linking this paper
Cite arxiv.org/abs/2605.15040 in a dataset README.md to link it from this page.
Spaces citing this paper0
No Space linking this paper
Cite arxiv.org/abs/2605.15040 in a Space README.md to link it from this page.
Collections including this paper0
No Collection including this paper
Add this paper to acollectionto link it from this page.
Similar Articles
Orchard (GitHub Repo)
Microsoft's Orchard is an open-source framework for agentic modeling, providing a Kubernetes-native environment substrate, RL training stack, and datasets for software engineering, GUI, and computer use agents.
@YaoWenlin: Introducing Orchard — an open-source agentic modeling framework! One thin & cheap sandbox infra powers training recipes…
Microsoft Research and collaborators introduce Orchard, an open-source framework for scalable agentic modeling featuring a lightweight Kubernetes-native sandbox environment. It achieves state-of-the-art results on SWE-bench Verified (67.5%) and GUI benchmarks (68.4% average) with small models.
@MSFTResearch: Orchard is an open-source framework for the research community to train and evaluate AI agents across task types. It re…
Microsoft Research introduces Orchard, an open-source framework for scalable and cost-effective agentic AI research, with reusable infrastructure supporting software-engineering, web-navigation, and personal-assistant agents across domains.
Ornith-1.0: self-improving open-source models for agentic coding
Ornith-1.0 is a family of open-source, self-improving models for agentic coding, achieving state-of-the-art performance on coding benchmarks via reinforcement learning that jointly optimizes scaffold and solution rollouts.
Orchestra-o1: Omnimodal Agent Orchestration
Orchestra-o1 is an omnimodal agent orchestration framework that supports efficient agent collaboration across text, image, audio, and video. It introduces decision-aligned group relative policy optimization (DA-GRPO) and achieves state-of-the-art performance on the OmniGAIA benchmark.