L#2 – Intelligent Agents in AI Explained | Types, Objectives & Cybernetic vs Artificial Intelligence

Topic: 2 Artificial Intelligence – Intelligent Agents

1. Overview of Intelligent Agents

An autonomous entity (software, robot, or computer) that uses sensors to sense its surroundings and actuators to act on them in order to achieve specific goals is known as an intelligent agent.

Agent Function:

f : P∗ → A  

The expression “f: P* → A” is read as:

“f is a function from P star to A.”

Where:

  • P∗ is the set of all possible percept sequences
  • f: This is the agent function — it describes how the agent behaves.
  • P* (P-star): This means all possible percept sequences the agent can receive over time.
    • A percept is what the agent perceives at one moment (like camera input, sound, temperature, etc.).
    • A percept sequence is the history of all percepts it has received.
  • A: The set of possible actions the agent can take (like move forward, stop, turn, speak, etc.).

Agent Structure:

Sensors (e.g., camera, microphone)→ Understand environment

Actuators → Perform actions (e.g., output, robot arms)

Percept → The input that it receives

Performance Measure → Success Criteria

Environment: The setting in which the agent functions

2. Types of Intelligent Agents

Agent TypeDescriptionExample
Simple Reflex AgentsChoose actions based only on current percept (no memory).Vacuum cleaner: “If dirty, clean”
Model-Based AgentsUse internal state (memory) to keep track on the outside environment.Smart thermostat with memory
Goal-Based AgentsUse goals to choose between optionsGPS navigation systems
Utility-Based AgentsConsider the “happiness” or value of results.Self-driving cars
Learning AgentsAble to learn from experience and gradually improve performance.recommendation engines, ChatGPT,

3. Cybernetic Intelligence vs Artificial Intelligence

AspectCybernetic IntelligenceArtificial Intelligence
DefinitionIntelligence derived from biological feedback systems Intelligence simulated by algorithms or machines
OriginBased on feedback cycles and control systems
Based on cognitive concepts and computer science
FocusStability of the system and flexible control Learning, reasoning, and problem-solving
ExampleAutopilot systems and thermostats (adjust based on feedback)
Image recognition, chatbots, and machine learning models


Feedback LoopAt the center of the operationIt may or may not have feedback systems.
Natural vs SyntheticOften based on natural or biological modelsCompletely artificial/ synthetic

Summary:

Cybernetics focuses on control and feedback, whereas artificial intelligence (AI) invloves learning, reasoning, and intelligent decision-making.

4. Objectives of Artificial Intelligence

ObjectiveDescription
Automation of TasksEnable machines to perform cognitive and repetitive tasks
Problem SolvingSolve complex real-world problems using logic and data
Learning and AdaptationBuild systems that learn and get improved over time.
Natural InteractionInteract with humans through speech, text, gestures (NLP, speech recognition)
Decision MakingEnable machines to make logical or ideal decisions
Simulation of IntelligenceSimulate or model the cognitive processes of humans, such as learning, planning, and thinking.
Ethical and Responsible AIBuild AI that aligns with human values and avoids harm

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top