Artificial Intelligence for the Potato Industry — Growers, Industry & Partners
Jordan is operations manager at Riverbend Storage Co-op, a potato storage facility in South Alberta. The co-op operates six storage sheds with a combined capacity of about 24,000 tonnes. Temperature, CO₂, O₂, and humidity are critical: a bad run can mean sugar ends, pressure bruising, or spoilage, and the board has made it clear that “no more surprises” is the priority.
Two years ago, a temperature spike in Shed 3 was caught too late; the co-op had to move a portion of the crop early and take a hit on quality. Since then, Jordan has relied on manual spot-checks and a few wall-mounted thermostats. The board is now asking whether the co-op should invest in proper monitoring: IoT sensors (temperature probes, gas sensors, humidity) plus software to turn that data into clear “storage health” readings and alerts.
Jordan has strong agronomy and storage experience but no software team. A vendor quoted $85,000 for a turnkey IoT and dashboard package for all six sheds. The board is hesitant to spend that without seeing how different setpoints and ventilation choices would play out first. Jordan has heard that AI can help generate code and simulations—including for temperature and gas behaviour in storage—and is wondering whether to try that before committing to the vendor.
Jordan wants to simulate how temperature and gases (CO₂, O₂) would behave in the sheds under different cooling and ventilation scenarios—before buying sensors or signing the vendor contract. The co-op has no in-house developers.
What should Jordan recommend to the board?
Jordan chose to try Option B. After several prompts, the AI produced a Python script that estimated temperature and CO₂ over time given shed dimensions, initial conditions, and ventilation settings. The outputs look plausible for the first 48 hours, but Jordan is not a programmer and cannot vouch for the equations inside the code.
How should Jordan handle the AI-generated simulation before the next board meeting?
The board approved a smaller first step: IoT sensors in one shed (Shed 1) with a basic dashboard from the vendor. The vendor’s dashboard shows raw readings (temperature, CO₂, O₂, humidity) but does not implement the co-op’s own rules—e.g., “If core temp > 4°C and CO₂ > 5%, recommend ventilation for at least 2 hours.” Implementing that logic in the vendor’s system would require a custom project and another quote.
Jordan could use AI again to generate a small script that reads the sensor data (from an API or export), applies the co-op’s rules, and outputs a simple “ventilation recommended” or “conditions OK” message—or even a minimal dashboard. The alternative is to ask the vendor to add this logic (more cost, longer timeline) or to keep using the raw dashboard and apply the rules manually.
How should Jordan decide between AI-generated logic, vendor-built logic, and manual application of rules?
After three months, the AI-generated “storage function” in Shed 1 has matched staff judgment on when to ventilate, and there have been no incidents. The board is now asking whether to roll out sensor-based monitoring and the same logic to the remaining five sheds. Options include: (1) extending the AI-generated pipeline and rules to all sheds with the current vendor sensors; (2) buying the vendor’s full dashboard and asking them to implement the co-op rules for all sheds; or (3) a hybrid—e.g., vendor sensors everywhere but AI-generated logic for the “ventilation recommended” alerts, with the vendor dashboard as backup.
What should Jordan recommend for scaling: double down on the AI-built approach, switch fully to the vendor, or choose a hybrid? What criteria should drive the decision?
Riverbend has limited budget and no in-house IT. AI has already helped Jordan produce simulation code and storage logic that the co-op could not easily afford otherwise. At the same time, the co-op’s reputation and member trust depend on storage quality and avoiding another “surprise” event.
How should Jordan and the board balance the benefits of using AI to build and extend potato storage tools (temperature, gases, IoT) against the risks of relying on code that no one in-house can fully verify? When is it appropriate to rely on AI-generated logic for critical storage decisions, and when should the co-op pay for vendor or expert-built systems?
This case is designed for discussion. There are no single “correct” answers. Encourage participants to argue for different options at each decision point, to consider stakeholder (board, members, staff) perspectives, and to weigh trade-offs between cost, speed, control, and risk in the context of potato storage and AI.
Continue with the session materials or try the exercises.