The document provides an overview of artificial intelligence (AI) and intelligent agents. It defines AI as the field of computer science dedicated to solving cognitive problems commonly associated with human intelligence. An intelligent agent is described as anything that perceives its environment, takes actions autonomously to achieve goals, and may improve its performance through learning or using knowledge. The key components of an intelligent agent are described as its architecture, agent function that maps perceptions to actions, and agent program that implements the function. Different types of agents are discussed including simple reflex agents, model-based reflex agents, goal-based agents, utility-based agents, and learning agents.