A simulated deployment of FAIRY on a 64-ridge soybean research farm finds that embedding expert agronomic skills cuts full-season simulated yield shortfalls from roughly 22% (no context) to about 5% for a tuned LLM, but multi-agent orchestration and LLM-only approaches underperform the expert-informed controllers; short atomic tasks are nearly solved, while long-horizon season management still lags the human oracle.
Citation observations
Cumulative provider counts captured on specific dates; providers are never combined.
No provider observation is available for this paper.
Missing data, not a zero citation count.
This paper presents FAIRY, a full-stack smart-agriculture agent system developed for and deployed to an operating soybean research farm at Harbin Institute of Technology's smart-agriculture site. We develop FAIRY to execute and evaluate agentic agronomic operations on full-season spatiotemporal workflows that span ridge preparation, planting, irrigation, fertilization, pest and disease treatment, harvest, grain handling, drying, and storage. FAIRY integrates APIs and infrastructure across production-grade machinery, fixed soil and canopy sensors, multispectral and thermal drones, satellite vegetation products, a weather station, calibrated crop-process models, agronomic records, and multi-season yield histories. The system is built around the novel "everything is an event" execution paradigm, which represents spatiotemporal world evolution, remote sensing and UAV observations, sensor readings, crop-growth transitions, machinery actions, and management interventions as state-changing events in a shared farm process engine. On top of this event-driven world model, FAIRY implements a complete agentic stack: a knowledge library of atomic agronomic skills; multi-agent controller and orchestration backends; frontier- and edge-model execution; full-path trace logging; and deployment profiling on local nodes. We use FAIRY to evaluate nine state-of-the-art agent controllers across one hundred full-season soybean scenarios that preserve the operational coupling between spatial observations in a 64-ridge field, temporal decision sequences, agronomic constraints, delayed effects, and final yield. We develop an evaluation suite that combines agentic success, full-path spatiotemporal correctness, token cost, and edge-device runtime.
Summary
Main Finding
FAIRY is a deployed, full-stack smart-agriculture agent engine and digital twin that evaluates agentic controllers on realistic, full-season soybean farm workflows. When agents are provided with hierarchical agronomic skills and expert operational context, their long-horizon performance (as measured by yield preservation) improves substantially — e.g., yield shortfall falls from ~22% under zero context to ~5% for a state-of-the-art frontier model (Qwen) on held-out full-season scenarios. The paper also develops an evaluation suite and shows that a spatiotemporally grounded Kendall correctness metric (KTC) better predicts final yield than simpler order-only or exact-match trace metrics.
Key Points
-
System & scope
- FAIRY integrates production-grade machinery, ridge-level irrigation/fertigation, fixed soil/canopy sensors, multispectral/thermal drones, satellite products (Sentinel-2 via GEE), a weather station, and multi-season yield histories over a 64-ridge research field.
- Execution model: “everything is an event” — observations, sensing, crop-growth transitions, machine actions, and interventions are timestamped state-changing events in a shared farm process engine.
- Physics-grounded crop-process digital twin (soil, phenology, canopy, biotic pressure) calibrated on 18 plot-level historical scenarios with ≈2% MAE yield prediction accuracy.
-
Agentic evaluation
- Nine agent controller families evaluated (e.g., ReAct, Plan-and-Act, Reflexion, AutoGen, etc.), with frontier and edge model backends (Qwen3.6-35B, DeepSeek-V4, vLLM on edge).
- Four context regimes: Zero Context, LLM-as-an-Expert, Skills Library (retrieved agronomic atomic/composite skills), and Expert Instruct (human-written).
- Two retrieval mechanisms for skills: lexical and semantic (path-based) retrieval.
-
Scenario and metrics
- 100 scenarios: atomic (L1), episodes (L2), and 70 full-season L3 test scenarios (plus held-out/mini ablation sets).
- Evaluation suite combines task success, temporal correctness, spatial coverage, full-path correctness, token cost, edge runtime, and final yield preservation.
- New metric: spatiotemporally grounded Kendall correctness (KTC) — better correlates with yield outcomes than order-only or exact-match metrics.
-
Major empirical findings
- Short-horizon tasks: controllers nearly solve atomic tasks (≥99% temporal correctness) with near-zero yield loss.
- Long-horizon (full season): material gap remains compared to human-oracle workflows.
- Domain expertise & hierarchical skill structure are the dominant levers to reduce yield loss.
- Agent-to-agent (A2A) multi-agent orchestration often adds coordination costs, degrading correctness and yield in this setting.
- Edge deployment and token/runtime profiling are feasible and included in the evaluation framework.
Data & Methods
-
Field & sensing
- Target field: 268 m × 71 m, 64 ridges as atomic spatial units.
- Instruments: soil sensors, canopy indices, weather station, SPAD meter, multispectral and thermal UAVs (DJI platforms), LiDAR, ridge-level irrigation/fertilization, production machinery.
- Satellite imagery: Sentinel-2 SR via Google Earth Engine; in-house XGBoost multiclass crop classifier (10 bands + multiple vegetation indices).
-
Digital twin / process models
- Weather generator (WGEN-style) supplies daily weather drivers.
- Growth model: GDD-based phenology, bucket-style soil water balance, Monteith-style radiation-use canopy/biomass, and biotic-pressure modules for weeds/pests/diseases with treatment effects.
- Action effects modeled as stage-dependent and delayed (planting, irrigation, fertigation, pesticide applications, harvest/drying/storage).
- Physics engine validated on 18 historical plots; yield predictions closely track observed yields.
-
Event-driven execution
- Based on ARE framework: stateful apps, event queue, notifications, and full-path trace logging. Tools and operations are emulated within the digital twin for safe evaluation.
-
Agents & knowledge
- Nine controllers compared, with both direct tool access and A2A modes.
- Knowledge library of atomic agronomic skills: retrieval injects top-k skills into controller context. Library organization and retriever type are experimental variables.
- Context regimes compared to test how much LLM tuning vs explicit skills vs human instructions matter.
-
Evaluation design
- 100 scenarios across L1/L2/L3 complexity levels; oracle workflows by domain experts provide reference traces and yields.
- Metrics: KTC (spatiotemporal Kendall correctness), order-only and exact-match trace metrics, token cost, runtime on edge nodes, and final harvested yield (yield-loss relative to oracle).
Implications for AI Economics
-
Value proposition (yield & revenue)
- Yield preservation is the primary economic payoff metric for farm-agent systems. The paper quantifies a plausible range: without domain context agents can cause ≈22% yield shortfall; with hierarchical skills and expert context that gap can fall to ≈5% on tested scenarios. Translating this to farm revenue shows potentially large economic impact, so investments in agent context and knowledge pay off materially.
-
Cost structure & operational economics
- Beyond model inference costs (tokens, edge runtime), economically relevant costs include sensors/UAVs, integration (APIs), machinery automation, and building/validating a calibrated digital twin. FAIRY explicitly measures token cost and edge-device runtime as part of evaluation — essential for realistic cost-benefit assessment.
- Multi-agent orchestration may increase coordination overhead and reduce performance; added coordination complexity can erode expected economic benefits unless offset by better coordination protocols or human oversight.
-
Productization & deployment strategy
- High-value early applications: short, well-bounded tasks (where agents already achieve ≥99% correctness) present low-risk revenue opportunities (e.g., scheduled drone surveys, weather checks, simple irrigation triggers).
- Long-horizon/full-season automation requires substantial domain expertise encoded as hierarchical skills or human-in-the-loop oversight. Economically, this suggests staged rollouts: automate atomic/episodic tasks first, retain human expertise for season-level decisions until more robust performance is demonstrated.
- Investing in a skills library and expert-instructed workflows is likely high-return: augmenting LLMs with structured agronomic knowledge reduces yield risk more than LLM fine-tuning alone.
-
Market & labor effects
- Partial substitution of routine monitoring/decision tasks may reduce labor for repetitive operations but will increase demand for higher-skill roles (agent supervisors, agronomy knowledge engineers, system integrators). Economic models should account for reskilling and changes in labor composition.
- Risk transfer: agents shift some decision risk from humans to software and infrastructure providers. Contracts, liability frameworks, and insurance will affect adoption and economics.
-
Evaluation & financing
- KTC and yield-linked metrics are critical for financial valuation of agent systems: investors and farmers require metrics that correlate with final returns, not only API-call correctness. FAIRY’s methodology provides a blueprint for investment-grade benchmarks tying system behavior to economic outcomes.
- Building a calibrated digital twin is costly but enables reproducible safety and ROI studies prior to field deployment — a financing-worthy step for commercial offerings.
-
Policy & risk management
- Delayed feedback and compounding errors imply regulatory and safety imperatives: phased deployment, mandatory oracle comparisons, and requirement for human override mechanisms will shape operational costs and adoption timelines.
Takeaway recommendation for stakeholders (operators, investors, researchers) - Prioritize domain knowledge capture (skills libraries, expert-instructed contexts) over purely increasing LLM size or frontier-model access when the goal is long-horizon economic outcomes (yield). - Use calibrated digital twins and KTC-like metrics to evaluate prospective deployments and to make go/no-go economic decisions. - Deploy incrementally: start with atomic/episodic tasks that agents already perform reliably to monetize early while continuing R&D on full-season orchestration and coordination.
Assessment
Claims (10)
| Claim | Direction | Outcome | Confidence & Evidence | Details |
|---|---|---|---|---|
| FAIRY represents weather updates, remote-sensing observations, sensor readings, crop-growth transitions, machinery actions, and management interventions as state-changing events in a shared farm process engine. Organizational Efficiency | positive | Integration and execution of full-season farm operations |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The FAIRY physics engine closely tracks observed soybean yields across cultivars and treatments, with nearly all reconstructed scenarios having yield prediction errors within 2% mean absolute error. Firm Productivity | positive | Yield prediction accuracy |
Reading fidelity
high
Study strength
medium
|
n=18
nearly all scenarios within 2% MAE
|
| FAIRY evaluates agent controllers on scenarios that preserve spatial observations in a 64-ridge field, temporal decision sequences, agronomic constraints, delayed effects, and final yield. Decision Quality | positive | Full-season operational and spatiotemporal correctness |
Reading fidelity
high
Study strength
medium
|
n=100
|
| Spatiotemporally grounded Kendall correctness (KTC) is better aligned with downstream yield outcomes than existing order-only and exact-match metrics. Decision Quality | positive | Alignment between agent trace correctness and downstream crop yield |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Expert operational context reduces the full-season yield shortfall for Qwen from approximately 22% under zero context to approximately 5% on held-out L3 scenarios. Firm Productivity | positive | Yield shortfall relative to the human-oracle trajectory |
Reading fidelity
high
Study strength
medium
|
n=20
yield shortfall reduced from ∼22% to ∼5%
|
| Agent performance is substantially better on short tasks than on full-season scenarios: short tasks achieve at least 99% temporal correctness and near-zero yield loss, whereas full-season scenarios remain materially below the human oracle. Decision Quality | mixed | Temporal correctness and yield loss across task horizons |
Reading fidelity
high
Study strength
medium
|
≥99% temporal correctness on short tasks
|
| Agent-to-agent orchestration degrades both operational correctness and yield in the reported setting because it introduces coordination costs. Decision Quality | negative | Operational correctness and crop yield |
Reading fidelity
high
Study strength
medium
|
not reported
|
| Hierarchical agronomic skills and expert operational context improve long-horizon behavior more than geospatial in-context learning and LLM-as-an-Expert schemes. Decision Quality | positive | Long-horizon agent behavior in full-season farm operations |
Reading fidelity
high
Study strength
medium
|
not reported
|
| The reported agent evaluation is a deployment-readiness study rather than a completed agent-managed harvest trial. Task Completion Time | null_result | Completion of real-world agent-managed farm operations |
Reading fidelity
high
Study strength
high
|
not reported
|
| The scenario suite contains 70 full-season L3 test scenarios, a focused 20-scenario L3-mini ablation set, and a held-out validation set of 20 L3 scenarios. Automation Exposure | positive | Coverage of full-season evaluation scenarios |
Reading fidelity
high
Study strength
high
|
n=110
70 L3 test + 20 L3-mini + 20 held-out validation scenarios
|