AI Agents

AI Agents is like a helper that can see what’s happening and decide what to do and then take action. It observes then decides and acts accordingly.
How does it work?
Observe
The agent gets the information, for example a chatbot receives users text as input
Processing
The agent takes the input and then decides what action it should take. It can be done by predefined rules or machine learning models
Action
The agent then carries out the chosen action. In the context of chatbot it responds with the answer.
Feedback
Agents can also learn from experience like they check if their action work well and adjusts to improve the performance
Types
Simple Reflex Agents → only respond to current inputs.
- Example: A thermostat.
Model-Based Agents → keep track of the environment’s state.
- Example: A robot remembering where obstacles are.
Goal-Based Agents → plan steps to achieve goals.
- Example: GPS navigation finding the shortest path.
Utility-Based Agents → choose actions that give the “best outcome.”
- Example: Self-driving car balancing speed and safety.
Learning Agents → improve with time and experience.
- Example: ChatGPT learning from user feedback.
Subscribe to my newsletter
Read articles from Jaswanth directly inside your inbox. Subscribe to the newsletter, and don't miss out.
Written by
