Related Work

Verdify is not the first automated greenhouse project, the largest autonomous greenhouse deployment, or a formal RL optimizer. The contribution is narrower: a home-scale physical control loop where the plan, telemetry, scorecard, cost, failure, and lesson are public.

The useful comparison is not “who used AI first.” It is what role the AI plays, who owns safety, whether results are measurable, and whether outsiders can inspect the receipts.

Comparison Table

SystemControl styleAI roleTelemetry visibilityScorecards / evaluationLessons / ops notebook
MycodoRaspberry Pi environmental monitoring and regulationNone by default; rules, functions, PID-style controlLocal/self-hostedNo public defaultNo
Hydro0x01ESP32 hydroponic automation with MQTT/backend/dashboard packagingMostly automation infrastructure and roadmapLocal/project docsNo public defaultNo
HAGRHome Assistant grow-room automation and crop steeringAI summaries around telemetry and alertsLocal/Home AssistantNo public defaultNo
AgroNovaLocal gateway rules plus cloud servicesLLM-assisted decision support with weather contextPaper figures; underlying data not publicNo public live scorecardNo public lesson stream
IOGRUCloudMulti-tier commercial CEA climate platformAI-driven optimization over edge/facility/cloud layersPaper summaryDeployment metrics in paperNo public lesson stream
iGrowSimulator plus optimization for autonomous greenhouse controlMDP/RL-style optimizationRepo and paper artifactsExperimental resultsNo public operations lessons
GreenLight-GymOpen RL benchmark environmentRL policy training/evaluationBenchmark artifactsExperiment metricsNo physical public lab notebook
FarmBot / OpenAg lineageOpen hardware, education, and crop-recipe framingNot primarily climate AIStrong docs and open assetsNot climate-control scorecardsCommunity learning, not Verdify-style scorecards
VerdifyESP32 deterministic control plus LLM tactical planningIris writes bounded tunables; firmware enforcesYesYesYes

Closest Architecture Peers

AgroNova validates a similar safety pattern: local rule-based control remains available during internet interruptions, while the LLM is used for context-enriched decision support. Verdify’s narrower difference is public operations: daily plans, outcomes, costs, lessons, and failures are meant to be inspected.

IOGRUCloud is a reported commercial-scale reference, cited here for its architecture and published deployment claims rather than as a peer-reviewed benchmark. Its abstract describes a three-tier architecture with field-level sensing/actuation, facility coordination, cloud optimization, and VPD-centric cascading control. Verdify should not compete with its deployment scale. Verdify’s differentiator is transparency: one real greenhouse, published receipts, and a human-readable planning loop.

Maker and Grow-Room References

Mycodo is the mature open-source reference for environmental monitoring and regulation on single-board computers. Its modular input/output/function model is the right mental model for grow-room control platforms.

HAGR speaks the language of serious grow-room operators: VPD, leaf VPD, VWC, EC, day/night thresholds, crop steering, and Home Assistant integration. Verdify should borrow that agronomic vocabulary while keeping the distinction clear: HAGR uses AI around telemetry and alerts; Verdify uses Iris (our OpenClaw AI agent) as a tactical planner whose suggestions are enforced by deterministic firmware and judged by the next scorecard.

The concrete Verdify control surface is the AI-Writable Tunables registry.

Hydro0x01 is stronger than Verdify on rebuildable maker packaging. The lesson is not a control algorithm; it is documentation discipline: wiring, MQTT topics, backend contracts, setup instructions, and contribution paths.

Research References

iGrow is a strong academic reference for measurable autonomous greenhouse optimization. It frames control as a Markov Decision Process, uses a neural-network simulator, and reports tomato pilot results against expert baselines. Verdify is not claiming that kind of formal optimization evidence yet; the current launch proof is about safe system automation before yield, profit, or simulator-trained autonomy claims. The lesson to borrow is measurement: compare against a baseline, publish costs, and make tradeoffs explicit.

GreenLight-Gym is the credible future simulator path. Verdify should not rush into RL. A better next step is counterfactual replay: take recent telemetry and ask whether alternate tunables would likely have reduced stress before considering simulator-trained policies.

The Wageningen Autonomous Greenhouse Challenge is the public benchmark culture Verdify should respect. It shows that autonomous greenhouse control is not a toy problem: weather, crop strategy, economics, and real greenhouse dynamics matter.

Commercial CEA References

Koidra, Source.ag, and Blue Radix are doing autonomous greenhouse control for commercial growers. Their lesson is grower augmentation: strategy remains a grower responsibility, while software helps execute, forecast, and scale daily decisions.

Verdify should be explicit about the difference. Commercial CEA systems optimize production facilities. Verdify is a public case study for AI-assisted physical control in a single 367 sq ft greenhouse.

Open Hardware and Education

FarmBot is not a climate-control peer, but it is the public documentation standard for open agriculture hardware: assembly instructions, CAD models, schematics, bill of materials, software, and developer resources. Verdify’s build notes should learn from that level of packaging without pretending to be a kit.

MIT OpenAg / Personal Food Computer helped popularize the “climate recipe” framing for controlled-environment agriculture: controlled variables over a grow cycle can be recorded as a recipe. Verdify uses a narrower version: crop target bands define the recipe, Iris chooses tactics for the next 72 hours, and the ESP32 enforces local control.

Verdify’s Lane

Verdify bridges four patterns:

  • AgroNova-style edge-safe/cloud-smart architecture.
  • Hydro0x01/Mycodo/HAGR maker control and instrumentation.
  • iGrow/GreenLight measurement discipline.
  • FarmBot/OpenAg public educational packaging.

Verdify’s lane is narrower than commercial CEA autonomy and more operational than a simulator benchmark: a single physical greenhouse where bounded AI tactics, deterministic firmware, measured outcomes, costs, failures, and lessons are published together.

The baseline comparison matters. Baseline vs Iris is the launch-safe lane marker because it compares a planner-offline window with the following Iris-online window instead of implying a universal greenhouse benchmark.

Verdify’s center is falsifiability: AI physical-control decisions are inspectable after reality happens.

Next: Safety Architecture explains why the AI does not control relays directly.