Microsoft's Orchard Beats Proprietary AI Agents at 10x Lower Cost

Microsoft Research open-sources Orchard, a Kubernetes-native framework that trains competitive coding, browser, and productivity agents using small models and reusable infrastructure

·
·
Read2 min
  • Microsoft Research releases Orchard, a free open-source Kubernetes-native framework for training and evaluating AI agents across task types.
  • Core component Orchard Env decouples sandbox management from training pipelines, running 10× cheaper than managed alternatives like E2B or Daytona on spot instances.
  • Orchard-SWE reaches 69.7% on SWE-bench Verified (73% with reranking) using only ~3B active parameters, matching models 10× larger.
  • Orchard-GUI (4B) achieves 68.4% average across WebVoyager, Online-Mind2Web, and DeepShop — the strongest open-source browser agent, competitive with OpenAI and Gemini computer-use systems.
  • Agents trained on a single harness collapse on unseen ones; Orchard's multi-harness training keeps performance stable across deployment environments.
  • Full release includes environment service, training recipes, and 107K SWE trajectories (including failed attempts used for credit-assignment training).

Building a state-of-the-art AI agent today usually means assembling a pile of proprietary scaffolding: custom sandboxes, closed training pipelines, and datasets that nobody outside the lab can reproduce. 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. Microsoft Research's answer is Orchard, a fully open-source framework that puts a reusable, Kubernetes-native environment layer at the center of agent training.

One environment to rule them all

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. The key design insight is deceptively simple: unlike existing systems that tightly couple environment execution with specific agent scaffolds or managed services, Orchard Env provides a harness-agnostic interface for command execution, file I/O, and network policy enforcement, making it broadly composable across research settings.

In practice, this means one team can collect training trajectories using OpenHands, run RL rollouts with a different harness, and evaluate with a third , all against the same environment backend. Because the environment layer is a stable service rather than a piece of a training stack, every recipe reuses the same substrate for trajectory distillation, on-policy RL rollouts, and evaluation , so datasets, training recipes, and evaluation protocols stay portable across harnesses, domains, and projects instead of being rebuilt for each new study.

Architecture diagram of the Orchard framework showing Orchard Env at the center connecting three benchmark domains

On the infrastructure side, the numbers are compelling. Orchard Env achieves 0.28s average command-execution latency , matching SkyPilot Code Sandbox and running 2.7× faster than E2B and 7.3× faster than Modal. At the cost level, running 128 parallel sandboxes for 240 hours costs $673 on spot instances, versus $7,078 on Daytona or E2B , roughly a 10× reduction.

Keep reading

Don't miss what's next in AI

Join 300,000+ engineers and researchers who get the signal, not the noise. Create a free account to read the rest of this story.

  • Full access to in-depth AI research breakdowns
  • Be the first to know what's trending before it hits mainstream
  • Daily curated papers, repos, and industry moves