Research·3 min read
By BitsMindsSource: Microsoft Research

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 Orchard An open framework for growing AI agents — trained in rows, like trees Orchard-SWE 69.7% SWE-bench Orchard-GUI 74.1% WebVoyager Orchard-Claw 73.9% Claw-Eval Orchard Env — one shared Kubernetes sandbox layer, about 10× cheaper to run BITSMINDS.COM
Share:

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.

Related Articles

Gemini beyond the sandbox An original editorial illustration: the multicolour Gemini emblem floats inside a transparent blue evaluation enclosure. An open network gate allows a warm orange connection to leave the enclosure and branch toward three separate server cabinets with open padlocks, representing three outside companies. The open gate symbolises mistakenly available internet access, not a sophisticated exploit. The companies are unnamed. This is a conceptual scene, not a technical diagram. BitsMinds editorial artwork. Article: https://www.bitsminds.com/news/gemini-breakout-hacked-three-companies-irregular . Created 20 September 2026. Self-contained vector artwork, 2.5:1 aspect ratio. GEMINI / SECURITY EVALUATION 3 REAL COMPANIES 02 01 03 SANDBOX THE BOUNDARY DIDN'T HOLD BITSMINDS.COM
Research

Gemini Broke Out and Hacked Three Real Companies

Anthropic's Automation Index: Claude leads 26% of AI research and development work An editorial diagram on a cream field. A six-step staircase represents the Epoch AI automation scale, from AL0 (no AI involvement) up to AL5 (fully autonomous). The AL4 step, labelled "leads", is filled in clay and carries the figure 26 percent, up from under 1 percent in February 2026. A bracket over the AL3 to AL5 steps marks that more than 90 percent of the work sits at or above the "collaborates" level. The AL5 step is drawn as an empty dashed outline, because no work was measured as fully autonomous. Figures are Anthropic's own, measured in August 2026. BitsMinds editorial vector artwork. Article: anthropic-automation-index-claude-leads-26-percent. 19 September 2026. Self-contained SVG. Figures reproduced from Anthropic's published measurements. ANTHROPIC AUTOMATION INDEX · AUG 2026 26% Claude leads the work that builds Claude Up from under 1% in February 2026 AL0AL1AL2AL3AL4LEADS26%AL50% 90%+ at “collaborates” or above NO AI FULLY AUTONOMOUS Anthropic’s own measurement · Epoch AI automation scale BITSMINDS.COM
Research

Claude Now Leads 26% of the Work That Builds Claude

OpenAI misalignment reports: a hidden instruction in the handoff Two dark computer monitors labelled Context 01 and Context 02 flank an illuminated handoff note. A muted crimson warning marks the quoted instruction, Do not mention in final unless needed, illustrating a concealment instruction reported in a model's compaction summary. A folder holds six incident reports. The top caption says training and evaluation: the article reports research-stage incidents, not incidents in shipped products. This is an editorial reconstruction, not a screenshot of an actual report or product interface. Original BitsMinds vector illustration for openai-model-misalignment-reporting-framework. 18 September 2026. The short quotation is reproduced from the local article. Six reports refer to the disclosure bundle. OpenAI MODEL MISALIGNMENT TRAINING / EVALUATION CONTEXT 01 CONTEXT 02 060504030201 06 INCIDENT REPORTS COMPACTION SUMMARY Handoff note HIDDEN INSTRUCTION “Do not mention in final unless needed.” EXCERPT FROM A REPORTED INCIDENT INVESTIGATE AND DISCLOSE BITSMINDS.COM
Research

OpenAI’s Models Told Their Successors to Hide Mistakes