DeepLearning.AI

Agentic AI

La Fête du Travail commence avec plus de 70 $ d'économies sur Coursera Plus. Bénéficiez de 40 % de réduction pendant 3 mois.

Ce cours n'est pas disponible en Français (France)

Nous sommes actuellement en train de le traduire dans plus de langues.
DeepLearning.AI

Agentic AI

Andrew Ng

Instructeur : Andrew Ng

Enseignant de premier plan

Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

2 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme
Obtenez un aperçu d'un sujet et apprenez les principes fondamentaux.
niveau Intermédiaire

Expérience recommandée

2 semaines à compléter
à 10 heures par semaine
Planning flexible
Apprenez à votre propre rythme

Ce que vous apprendrez

  • Build agentic design patterns: reflection, tool use, planning, and multi-agent workflows

  • Integrate AI with external tools: databases, APIs, web search, and code execution

  • Evaluate and optimize AI systems: performance metrics, error analysis, and production deployment

Compétences que vous acquerrez

  • Catégorie : Verification And Validation
  • Catégorie : Tool Calling
  • Catégorie : Automation
  • Catégorie : LLM Application
  • Catégorie : Software Design Patterns
  • Catégorie : Agentic systems
  • Catégorie : Debugging
  • Catégorie : Generative AI Agents
  • Catégorie : Model Evaluation
  • Catégorie : Large Language Modeling

Outils que vous découvrirez

  • Catégorie : AI Workflows
  • Catégorie : Prompt Engineering
  • Catégorie : AI Orchestration
  • Catégorie : Agentic Workflows
  • Catégorie : Model Context Protocol
  • Catégorie : Python Programming

Détails à connaître

Certificat partageable

Ajouter à votre profil LinkedIn

Récemment mis à jour !

septembre 2026

Évaluations

5 devoirs

Enseigné en Anglais

Découvrez comment les employés des entreprises prestigieuses maîtrisent des compétences recherchées

 logos de Petrobras, TATA, Danone, Capgemini, P&G et L'Oreal

Il y a 5 modules dans ce cours

This module introduces the core ideas and motivations behind agentic AI workflows and sets the foundation for the rest of the course. You will learn what makes an AI system "agentic" and why we talk about a spectrum of autonomy instead of a rigid binary notion of agents. Through concrete application examples—such as invoice processing, customer-service agents, and research/report-writing systems—you will see how multi-step workflows with LLMs, tools, and optional human review can dramatically extend what is possible beyond single-prompt generation. The module explains task decomposition as a fundamental design skill, shows how to map real-world use cases into discrete, implementable pipeline steps, and highlights the importance of rigorous evaluation and error analysis as the engine of iterative improvement. It also surveys key design patterns—reflection, tool use, planning, and multi-agent collaboration—that you will explore in depth in later modules, and frames the course around shipping reliable, high-impact agentic systems rather than chasing hype.

Inclus

8 vidéos2 lectures1 devoir1 élément d'application

This module dives into the Reflection design pattern and shows how it can significantly improve the quality and reliability of LLM-based workflows. You will contrast direct (zero-shot) generation with reflection-driven approaches where an LLM critiques and revises its own outputs or responds to external feedback such as error messages or evaluation signals. Through concrete examples—like revising emails, debugging code, and improving chart visualizations—you will see how to construct prompts that ask models to review drafts against explicit criteria and then produce better second versions. The module covers multimodal reflection, where an LLM critiques images or charts, and introduces rigorous evaluations to quantify the gains from reflection, such as improved SQL accuracy in database-query tasks. You will learn how to incorporate runtime signals and external tools into reflection loops, how to design reflection prompts and workflows that outperform simple prompt tuning, and how to recognize where reflection is most beneficial.

Inclus

5 vidéos1 devoir1 devoir de programmation2 laboratoires non notés

This module focuses on tool use and function calling, which allow LLMs to access external capabilities such as APIs, databases, and code execution. You will learn what tools are in the context of agentic workflows and how to expose functions as tools that models can request when needed. The module walks through older marker-based approaches and modern native tool-calling syntax, emphasizing patterns for detecting desired function calls, executing them, and feeding results back to the model. You will implement tools using libraries like AI Suite, explore an email assistant workflow that composes multi-step tool use, and see how code execution can be safely integrated so LLMs can write and run code to solve tasks. Finally, you will be introduced to the Model Context Protocol (MCP), a rapidly growing standard that standardizes access to external tools and data sources and greatly simplifies integrating agentic applications with diverse back-end services.

Inclus

5 vidéos1 devoir1 devoir de programmation2 laboratoires non notés

This module provides practical, step-by-step strategies for evaluating, debugging, and improving agentic AI workflows. Building on earlier coverage of evals, you will learn how to perform detailed error analysis by examining traces and failure cases in applications such as invoice processing and customer email response. The module teaches how to distinguish between end-to-end and component-level evaluations, how to isolate and tune specific components (for example, web search in a research agent), and how to use metrics such as precision, recall, and F1 where appropriate. You will explore techniques for optimizing both LLM and non-LLM components, including prompt design, model selection, hyperparameter tuning, and provider swaps, while balancing quality, latency, and cost. Through a structured build-versus-analyze workflow and a 2×2 framework for evaluation types, you will learn how to iterate effectively on agentic systems, prioritize high-impact fixes, and benchmark performance as you move toward reliable, production-ready deployments.

Inclus

7 vidéos1 devoir1 laboratoire non noté

This module explores advanced design patterns for building more autonomous agentic systems that can plan, coordinate, and act with minimal hard-coded control. You will learn planning patterns in which LLMs generate executable plans—either as structured JSON or code—that orchestrate tools and data sources to accomplish complex tasks. Through examples such as retail agents and spreadsheet analytics, you will compare JSON-based plans with code-as-action approaches and understand their trade-offs in flexibility, security, and predictability. The module then turns to multi-agent workflows, where specialized agents with different roles and tools collaborate, and introduces communication patterns such as linear pipelines, hierarchical manager–worker setups, and all-to-all messaging. Finally, it revisits the performance, parallelism, and modularity benefits of agentic workflows, showing how autonomous agents can parallelize sub-tasks and leverage interchangeable components, before concluding with guidance on applying these patterns responsibly in real-world projects.

Inclus

6 vidéos1 lecture1 devoir1 devoir de programmation2 laboratoires non notés

Instructeur

Andrew Ng

Enseignant de premier plan

DeepLearning.AI
53 Cours9 960 979 apprenants

Offert par

DeepLearning.AI

Pour quelles raisons les étudiants sur Coursera nous choisissent-ils pour leur carrière ?

Felipe M.

Étudiant(e) depuis 2018
’Pouvoir suivre des cours à mon rythme à été une expérience extraordinaire. Je peux apprendre chaque fois que mon emploi du temps me le permet et en fonction de mon humeur.’

Jennifer J.

Étudiant(e) depuis 2020
’J'ai directement appliqué les concepts et les compétences que j'ai appris de mes cours à un nouveau projet passionnant au travail.’

Larry W.

Étudiant(e) depuis 2021
’Lorsque j'ai besoin de cours sur des sujets que mon université ne propose pas, Coursera est l'un des meilleurs endroits où se rendre.’

Chaitanya A.

’Apprendre, ce n'est pas seulement s'améliorer dans son travail : c'est bien plus que cela. Coursera me permet d'apprendre sans limites.’

Foire Aux Questions