Unlike a chatbot that answers a single question, an agentic AI can:
Building these systems traditionally requires:
Think of it this way: Imagine every car manufacturer had to build their own roads before testing a car. That's the situation agentic AI researchers faced — rebuilding infrastructure from scratch every time.
Instead of embedding the runtime environment inside each specific training system, Orchard makes the environment a standalone, reusable service.
| Without Orchard Env | With Orchard Env |
|---|---|
| Rebuild infrastructure per task | One service, many tasks |
| Separate pipelines per stage | Unified pipeline |
| Proprietary, closed systems | Open-source, reusable |
Analogy: Orchard Env is like a universal power outlet. Instead of every device needing its own power source, everything plugs into the same standardized infrastructure.
Modern AI agents don't run as bare models. They operate through harnesses — sophisticated wrappers that manage:
Examples: Claude Code, Codex, OpenClaw, ZeroClaw
Most open training tools cannot handle these stateful, multi-process harnesses.
So researchers were forced to:
Key insight: Training and deployment now happen in the same environment, eliminating the mismatch.
Software engineering agents must:
Analogy: Like a student learning from a partially correct exam answer, not just perfect ones.
Two methods added on top of sparse RL:
| Technique | What it does |
|---|---|
| On-policy distillation | A stronger teacher model scores the agent's decisions step by step |
| Process reward model | An AI judge rewards sound problem-solving process (writing tests, verifying fixes) — independent of final test results |
| Stage | SWE-bench Verified Score |
|---|---|
| Baseline | 61.4% |
| + Balanced Adaptive Rollout | 69.1% |
| + Dense reward techniques | 69.7% |
| + Value model reranking | 73.0% |
Using only ~3 billion active parameters, approaching frontier systems 10x larger
Web agents must:
Data efficiency matters more than data volume when the training approach and environment are well-designed.
| Benchmark | Score |
|---|---|
| WebVoyager | 74.1% |
| Online-Mind2Web | 67.0% |
| DeepShop | 64.0% |
| Average | 68.4% |
This makes Orchard-GUI the strongest open-source web agent while remaining competitive with larger proprietary models.
Personal assistant tasks include:
Training inside real harnesses substantially improves reliability:
| Harness | Untrained Model | After Orchard Training |
|---|---|---|
| Codex | 18.6% | 51.5% |
| Condition | Success Rate |
|---|---|
| Single attempt | 31.7% |
| Up to 3 attempts | 59.6% |
| With ZeroClaw agent system | 73.9% |
In standard RL training:
Treat trajectories as persistent assets:
Generation 1 agent → produces trajectories
↓
Distilled into value models / datasets
↓
Generation 2 agent → inherits knowledge + adds new experience
↓
Continues accumulating...
Analogy: Like how human knowledge accumulates across generations through books and education, rather than each person rediscovering everything from scratch.
PROBLEM: Agentic AI research requires expensive, proprietary infrastructure
↓
SOLUTION: Orchard — open, reusable, scalable framework
↓
CORE: Orchard Env (Kubernetes-based, works across tasks and training stages)
↓
KEY INNOVATION: Train inside real deployment harnesses (no train/deploy mismatch)
↓
DEMONSTRATED ACROSS THREE DOMAINS:
• Orchard-SWE → software engineering (69.7% → 73% with reranking)
• Orchard-GUI → web navigation (68.4% average, data-efficient)
• Orchard-Claw → personal assistant (multi-harness training)
↓
FUTURE: Cumulative learning — experience accumulates across agent generations
Small, well-trained open models + the right infrastructure can approach or match frontier systems many times their size. The environment layer is not just scaffolding — it is a core determinant of agent capability.