Microsoft's Orchard Makes AI Agent Training 10× Cheaper
Microsoft Research open-sources Orchard, a Kubernetes-based framework that trains AI agents inside real harnesses like Claude Code — and its ~3B-active-parameter model hits 69.7% on SWE-bench Verified at roughly a tenth of the usual sandbox cost.
Microsoft Research has open-sourced Orchard, a framework built to make training autonomous AI agents dramatically cheaper and more reproducible. Announced on August 3, the release is unusually complete for a research drop: the framework itself, the training data, the evaluation methods, and three pre-trained models are all going public, aimed squarely at academic labs and smaller teams that have so far been priced out of serious agentic AI research.
The core of the system is Orchard Env, a lightweight Kubernetes-based environment service that acts as a reusable infrastructure layer for agent training. It handles the unglamorous plumbing — sandbox management, file I/O, networking, and API access — and decouples all of it from the training pipeline, so the same environments can be reused across different agent types and training stages. Microsoft says that on spot instances, Orchard Env runs roughly ten times cheaper than managed sandbox services such as E2B or Daytona.
To prove the framework works, the team shipped three domain-specific training recipes. Orchard-SWE, the software-engineering recipe, reaches 69.7% on SWE-bench Verified using only around 3 billion active parameters — matching models ten times larger — and climbs to 73% with value-model reranking, after training on 107,000 distilled agent interactions with a mix of supervised fine-tuning, reinforcement learning, and process reward modeling. Orchard-GUI, a 4-billion-parameter vision-language model for web navigation, was trained on just 400 demonstrations and 2,200 tasks yet scores 74.1% on WebVoyager, 67.0% on Online-Mind2Web, and 64.0% on DeepShop. Orchard-Claw, the personal-assistant recipe, learned from only 200 synthetic tasks and completes 59.6% of Claw-Eval tasks within three attempts, rising to 73.9% when paired with the ZeroClaw agent system.
The most distinctive design choice is where the training happens. Instead of simplified standalone environments, Orchard trains agents directly inside real deployment harnesses — Claude Code, Codex, OpenClaw, and ZeroClaw — which eliminates the train-deploy mismatch that has quietly dragged down many academic agent results: a model that looks strong in a toy sandbox often stumbles when dropped into the tool scaffolding it will actually run in.
The project comes out of Microsoft Research's deep-learning group, with authors including Principal Research Manager Baolin Peng and Technical Fellow Jianfeng Gao, and a full technical report on arXiv. The pitch is explicit: agentic AI research has been gated behind proprietary infrastructure that only a handful of frontier labs can afford, and an open, reusable environment layer is the missing piece that lets everyone else compete.
The release also lands at a telling moment. The frontier labs have spent 2026 racing to lock in the agent stack — harnesses, sandboxes, orchestration — as a proprietary moat, while the open ecosystem has mostly caught up on model weights alone. Orchard is one of the first credible attempts to open-source the layer underneath the models, and its small-model results suggest that layer matters more than raw parameter count.
Want AI news before everyone else?
The morning's most important AI stories, straight to your inbox. No fluff.