Codecademy Logo

Intro to AI Agents

Related learning

  • Learn to build autonomous AI agents that use tools, make decisions, and accomplish complex tasks using LangChain and agentic design patterns.
    • Includes 6 Courses
    • With Certificate
    • Intermediate.
      6 hours

Understanding Agentic Systems

Agentic systems are AI tools designed to operate independently, achieving goals without needing ongoing human input. These systems are revolutionizing sectors such as automation and human-machine interaction by providing novel ways to accomplish tasks efficiently.

Agentic Workflows

Explore how agentic workflows follow a specific sequence of steps managed by an augmented LLM. In contrast, autonomous agents are given a task and decide independently on their course of action.

Agentic System Basics

Starting an agentic system should aim for simplicity. Begin with a basic implementation and add complexity only with clear reasons. This keeps the system manageable and focused, avoiding unnecessary complications.

Programming Patterns

Programming agentic systems often utilize key patterns like prompt chaining, routing, parallelization, and evaluation. These involve linking prompts, decision-making by LLMs, concurrent prompt execution, and self-assessment of outputs, respectively.

Agentic Systems Overview

Agentic systems rely on a central engine powered by a Large Language Model (LLM). This model integrates various tools, conducts API calls, and employs a memory retrieval system to enhance its capabilities.

Learn more on Codecademy

  • Learn to build autonomous AI agents that use tools, make decisions, and accomplish complex tasks using LangChain and agentic design patterns.
    • Includes 6 Courses
    • With Certificate
    • Intermediate.
      6 hours