miércoles, 24 de junio de 2026

Designing a teaching assistant agent.

Designing a teaching assistant agent. 


Repetitive Task


The selected repetitive task is data entry and validation. This task consists of receiving information from forms, emails, or documents; entering it into a spreadsheet or system; checking that the required fields are complete; identifying errors or missing information; and organizing the final result for later use. 

Why It Is Repetitive                                                                                                                                                    This task is repetitive because it follows the same sequence of steps every time: collect the input, review the information, apply validation rules, correct or flag errors, and produce an organized output. Since the process has clear inputs, defined actions, and expected results, it can be represented as an algorithm. 

Why It Can Be Automated or Supported by an Agent                                                                                      An agent can support or automate this task because the rules are predictable and can be converted into logical instructions. For example, the agent can verify whether mandatory fields are completed, detect inconsistent formats, classify information, generate alerts, and prepare a clean final report. This reduces manual work, minimizes human error, and allows people to focus on decisions that require judgment or creativity. 


This task can be described using the basic structure of an algorithm: input, process, and output. The input is the raw data received; the process is the validation and organization of that data; and the output is a completed and reliable record. A flowchart could also be used to visualize decisions such as: Is the information complete? Is the format correct? Should the record be accepted or returned for correction? 


Data entry and validation is a strong candidate for automation because it is structured, rule-based, and frequently repeated. By using an agent, the process becomes faster, more consistent, and easier to monitor, improving efficiency in academic, administrative, or business environments. 






Step-by-Step Logic:

The agent follows a simple step-by-step logic to help the user prepare coffee at home. First, the process starts when the user needs coffee. Then, the agent checks if there is coffee available. If there is no coffee, the agent tells the user to buy coffee. If there is coffee, the agent continues with the preparation process by telling the user to heat water, mix the coffee with water, and serve the coffee. The process ends when the coffee is ready.
In if/else logic, the agent works like this:
If there is coffee, the agent continues with the preparation steps.
Else, the agent tells the user to buy coffee.

The final result is a prepared cup of coffee.


Reflection

This agent could help teachers use their lesson plan in a more organized way. Even when the teacher already has the official planning document, the agent can help guide the class step by step. It can support the teacher in organizing the topics, activities, and time during the lesson. This makes the teaching process clearer, easier to follow, and more practical for both the teacher and the students.


No hay comentarios:

Publicar un comentario