Understanding the AI System (10 minutes)
Have students turn to Module 2, Lesson 5 in their Field Notebooks and begin on the <a href="https://docs.google.com/document/d/1kD1sVlrot3gr-rwe5XYA31gDBvEZL-eLaukZAT4mec/edit?usp=sharing">Planning & Coding Your AI System_ page. They will use this page to record their work throughout the lesson.
Today students are building a complete AI crop monitoring system using what they learned in previous lessons. This system brings together how AI analyzes images, how programs use AI outputs to make decisions, and how robots move through an environment to complete a task.
We previously learned about how autonomous vehicles use cameras and AI to detect their surroundings and make navigation decisions, as well as how AI tools use a Region of Interest (ROI) to focus on one specific area at a time. Instead of analyzing everything at once, these systems break down large tasks into smaller steps, allowing them to work more efficiently and accurately.
In this lesson, students apply these same ideas to agriculture. Their goal is to program a system that collects data about the crop health across an entire field. As the robot moves from one location to the next, it uses AI to identify each crop’s condition and track the results. This mirrors real-world systems that provide farmers with important data, helping them make informed decisions about what actions to take next, such as watering, treating, or removing crops.