A few years ago, most people asked ChatGPT a question, got one answer, and moved on. That single-shot habit is fading fast. Today, the smartest AI systems don’t just answer — they plan, act, check their own work, and try again. This shift has a name, and it has a face: Andrew Ng, the Stanford-trained researcher, founder of DeepLearning.AI, and co-founder of Coursera, who put agentic AI on the map for millions of builders.
If you’ve heard the term “agentic AI” thrown around in every LinkedIn post this year, you’re not imagining things. But underneath the hype sits a genuinely useful framework — one that Ng laid out clearly, and one you can start using today. This guide breaks down what Andrew Ng agentic AI actually means, why his four design patterns matter, where to find his course, code, and community discussion, and how you can start applying all of it, step by step.
- What Is Agentic AI, According to Andrew Ng?
- Andrew Ng's Four Agentic Design Patterns
- Why Ng's Framework Struck a Nerve
- Andrew Ng Agentic AI Course Free: What You Actually Get at No Cost
- Agentic AI Andrew Ng Coursera: Where the Course Actually Lives
- Andrew Ng Agentic AI GitHub: Where to Find the Code
- Andrew Ng Agentic AI DeepLearning.AI: Inside the Official Course Platform
- Andrew Ng Agentic AI Course Reddit: What Learners Are Actually Saying
- Andrew Ng Agentic AI Slides: Where to Find Course Materials
- Andrew Ng Agentic AI PDF: Is There a Downloadable Version?
- Andrew Ng Agentic AI Course Review: Is It Worth Your Time?
- Step-by-Step: How to Start Building Agentic AI Systems
- The Bigger Picture: Why Agentic AI Is Worth Your Confidence
- Frequently Asked Questions
What Is Agentic AI, According to Andrew Ng?
Traditional prompting works like a vending machine: you put in a request, you get one output, end of transaction. Agentic AI works more like hiring a junior employee. You give it a goal, it breaks the goal into steps, uses tools to gather information, checks its own output for mistakes, and revises its work before handing it back to you.
On DeepLearning.AI’s course page, the platform describes agentic AI as a new way of building software that lets large language models (LLMs) complete some or all of the steps in a complex task — planning multi-step processes, executing them iteratively, and improving outputs through reflection and tool use, rather than generating a single response to a single prompt. That distinction — one-shot generation versus an iterative workflow — is the whole idea in a nutshell.
Here’s an anecdote that makes this click. Think about the last time you asked an AI chatbot to write something, didn’t love the first draft, and typed back “make it better.” The model improved on the second try. Now imagine skipping the back-and-forth: the AI automatically critiques its own draft, fixes it, and only shows you the polished version. That automation is exactly what agentic workflows do — and it’s the small but powerful insight that helped popularize the entire category.
“Andrew Ng’s work on agentic AI also connects to how top investment banks are using AI multi-agent systems to automate tasks, analyze data, and make smarter decisions.”
Andrew Ng’s Four Agentic Design Patterns
In March 2024, Ng published a set of ideas in The Batch, DeepLearning.AI’s weekly newsletter, that became the reference point for the whole industry. He argued that instead of having an LLM generate its final output directly, an agentic workflow prompts the model multiple times, giving it repeated opportunities to build toward a higher-quality result. He grouped this approach into four design patterns, and they still hold up as the clearest starting framework available.
1. Reflection
Reflection is the pattern where the AI examines its own output, spots weaknesses, and revises before delivering a final answer. It’s often the easiest pattern to implement, and it tends to produce surprisingly strong performance gains for relatively little engineering effort. Ng has described building this by pairing two agents together — one that generates a draft and a second that plays critic, offering constructive feedback the first agent then incorporates.
Academic work behind this pattern, including the Reflexion paper, shows how adding an episodic memory of past attempts can push self-correction even further. A coding agent, for example, can review its own generated code, catch a bug, and quietly fix it — before a human developer ever sees the broken version.
2. Tool Use
Even the most capable language model is limited if it can only talk. Tool use lets an AI call external APIs, query databases, browse the web, or trigger real actions — turning it from a pure conversation partner into something that can actually get things done. This is the pattern behind agents that check a calendar, pull live pricing data, or send an email on your behalf.
3. Planning
Complex tasks rarely have one clean step. Planning breaks a big goal — “launch this product” or “research this market” — into a sequence of smaller, manageable subtasks the AI can tackle one at a time, adjusting the plan when something doesn’t go as expected. This is what separates an assistant that freezes on ambiguous requests from one that works through them methodically.
4. Multi-Agent Collaboration
Perhaps the most sophisticated of the four, multi-agent collaboration involves multiple AI instances — sometimes the same model playing different roles — working together on a single problem. One agent might research, another might draft, and a third might critique, mirroring the way a real team divides labor and specializes.
Naturally, these four patterns rarely work in isolation. Moving from theory to practice usually means combining them: a research agent that plans its steps, uses tools to search the web, reflects on its findings, and coordinates with a second agent that writes the final report. Once teams reach this stage, many turn to open-source agent frameworks such as LangChain or CrewAI to handle the orchestration — though, as explained below, Ng recommends learning the patterns without a framework first.
Why Ng’s Framework Struck a Nerve
Andrew Ng has spent decades making AI more accessible — his original machine learning course on Coursera drew millions of learners, and DeepLearning.AI has since grown into a hub used by over seven million people, according to the platform’s own homepage. So when he named and explained the agentic design patterns in The Batch, they landed with an audience already primed to listen.
That said, Ng himself has been candid about the gap between hype and reality. On his course’s welcome page, he noted that when he coined “agentic” to describe a genuinely important trend, marketers quickly turned it into a label slapped on almost every product in sight — which is exactly why the term sometimes feels overused. Even so, he’s been clear that beneath the noise, the number of genuinely valuable applications built with agentic workflows has grown rapidly, even if not quite as fast as the hype itself.
That’s a useful reminder for anyone evaluating a new “agentic” tool: separate the marketing language from the underlying mechanics, and judge a product by whether it actually reflects, plans, uses tools, or coordinates agents — not by whether the word “agentic” appears in its pitch deck. With that grounding in place, here’s where to actually find and evaluate Ng’s course.
Andrew Ng Agentic AI Course Free: What You Actually Get at No Cost
One of the most searched questions about this course is simple: is it free? The answer is yes, with a catch. On the official course page, auditing the course costs nothing — you can watch every video lesson and participate in the community forum at no charge.
What you don’t get for free is a certificate of completion, graded assessments, or access to the hands-on project labs; those are reserved for DeepLearning.AI Pro members. Independent write-ups, including a review from AI Dev Setup, confirm the course is positioned as a free offering from a recognized AI educator, with the paid tier layered on top for learners who want a credential.
Agentic AI Andrew Ng Coursera: Where the Course Actually Lives
Here’s a distinction worth clearing up, because it trips people up in search results: Ng’s dedicated Agentic AI course is hosted on DeepLearning.AI, not Coursera. Many of Ng’s earlier titles — including the original Machine Learning Specialization and AI For Everyone — do live on Coursera, which he co-founded, so the two brands often get conflated. That said, the Coursera connection to agentic AI runs deeper than course hosting.
Coursera recently announced a $100 million investment in LearnVector, a new AI-native learning company founded and led by Ng that explicitly builds on his pioneering agentic AI work to reinvent how people learn. So while you won’t find the Agentic AI course itself inside your Coursera dashboard, Ng’s agentic ideas are actively shaping Coursera’s next generation of products.
Andrew Ng Agentic AI GitHub: Where to Find the Code
For hands-on learners, the official course code repository on GitHub, maintained under the https-deeplearning-ai organization, holds the reference implementations used throughout the lessons. Beyond the official repo, a growing number of learners publish their own course notes and completed labs publicly — for example, repositories like agentic_ai_andrew and agentic-ai-course-notes walk through each module with annotated code and setup instructions.
These community repos are a useful supplement if you get stuck on a lab, though they’re personal notes rather than official material — treat the DeepLearning.AI repo as the source of truth.
Andrew Ng Agentic AI DeepLearning.AI: Inside the Official Course Platform
The course itself is built and hosted entirely on DeepLearning.AI, the education platform Ng founded specifically to teach practical AI skills. It’s structured across five modules that move from foundational concepts to a graded, multi-agent capstone project — a deep research agent that searches, synthesizes, and reports on a topic using all four design patterns together.
The DeepLearning.AI Forum is where students ask questions and troubleshoot labs directly, making it the most reliable place to get help with course-specific technical issues rather than a general search engine.
Andrew Ng Agentic AI Course Reddit: What Learners Are Actually Saying
Search interest around Reddit discussion of this course reflects a broader pattern: people want unfiltered opinions before they invest their time. While the most substantive public reviews currently live on Medium and in the DeepLearning.AI community forum rather than in one dominant Reddit thread, the sentiment mirrors what shows up across AI-focused communities on Reddit and similar forums like Blind, where practitioners routinely point newcomers toward DeepLearning.AI’s free offerings when asked for agentic AI course recommendations.
The consistent takeaway across these informal discussions: it’s well-regarded as an accessible starting point, not as an advanced, framework-deep resource.
Andrew Ng Agentic AI Slides: Where to Find Course Materials
If you’re hoping to download a standalone slide deck, know that the course doesn’t currently package one as a separate file — the closest thing is a DeepLearning.AI community forum thread where students ask this exact question and share workarounds, such as screen-recording key diagrams or referencing the GitHub notebooks, which include most of the visual explanations used in the video lessons.
If slide access matters a lot to your workflow, the forum thread is the best place to check for updates directly from DeepLearning.AI staff and fellow learners.
Andrew Ng Agentic AI PDF: Is There a Downloadable Version?
There isn’t one official PDF that packages the entire course. The nearest equivalent is Ng’s original Batch newsletter article, which introduced all four design patterns in written form and remains freely readable on DeepLearning.AI’s site. Some third-party uploads claiming to be course slides in PDF form circulate on file-sharing sites, but these aren’t official DeepLearning.AI material, so treat them with the same caution you’d apply to any unverified upload.
For a reliable written reference, the GitHub notes repositories mentioned earlier double as informal, community-authored PDFs and markdown summaries of each module.
Andrew Ng Agentic AI Course Review: Is It Worth Your Time?
According to a detailed Medium review by a learner who completed the course, it’s broken into five modules and takes roughly five days to finish at a comfortable pace — a signal that this is an introductory course rather than a deep technical deep-dive. The review praises Module 4, on multi-agent systems, as the strongest section, and credits Ng’s teaching style for surfacing useful details in nearly every lesson.
On the downside, the reviewer notes the labs are fairly elementary, and the course doesn’t cover popular frameworks like LangGraph, CrewAI, or A2A in any depth, leaving learners to explore those separately once they’ve internalized the four core patterns. The overall verdict: a strong starting point for beginners, best paired with outside resources once you’re ready to build production-grade systems.
Step-by-Step: How to Start Building Agentic AI Systems
Ready to move from theory to practice? Here’s a simple path based on the same structure Ng uses in his teaching.
- Start with a single pattern. Don’t try to build a five-agent system on day one. Pick reflection first — it’s the fastest to implement and the easiest to see results from.
- Give your AI a narrow, well-defined task. A tightly scoped task (summarize this document, draft this email) makes it much easier to evaluate whether the agentic loop is actually helping.
- Add tool use once reflection works. Connect your agent to one external resource — an API, a search tool, a database — so it can gather real information instead of relying only on what it already “knows.”
- Layer in planning for multi-step goals. Once your agent can reflect and use tools, let it break a bigger task into a checklist of smaller ones.
- Introduce a second agent only when needed. Multi-agent collaboration adds real value for genuinely complex workflows, but it also adds complexity and cost — save it for tasks that truly benefit from specialization.
- Build an evaluation habit early. This is the step Ng emphasizes most: rather than guessing what to improve, run systematic evals and error analysis so you know exactly which part of your workflow is underperforming.
- Iterate, don’t set and forget. Agentic systems improve the same way the patterns themselves suggest — through repeated cycles of testing, feedback, and revision.
The Bigger Picture: Why Agentic AI Is Worth Your Confidence
Numbers back up the momentum. Coverage of Ng’s course this year points to an agentic AI market reaching roughly $10.9 billion in 2026, with about 40% of enterprise applications now adding agentic capabilities, according to reporting from AI in Asia. That’s not a niche experiment anymore — it’s a shift already showing up in production software across industries, from customer support to legal document review to research.
It’s also worth noting the scale of what Ng has built around this space. Beyond DeepLearning.AI, he’s the founder of AI Fund and Landing AI, a co-founder of Coursera, and currently serves on the board at Amazon — a résumé that explains why his take on agentic AI carries so much weight across both the research and business worlds, according to his official course biography.
None of this means every “agentic” product on the market delivers real value. But it does mean the underlying idea — giving AI room to plan, act, check itself, and collaborate — is proven, well-documented, and taught by one of the field’s most credible educators. Whether you’re a developer building your first agent or a business leader evaluating a vendor’s claims, Andrew Ng’s four design patterns give you a dependable checklist for separating substance from hype.
Frequently Asked Questions
What does “agentic AI” mean in simple terms?
It means an AI system that can take multiple steps toward a goal on its own — planning, using tools, checking its own work, and sometimes teaming up with other AI agents — instead of just answering one prompt at a time.
Who coined the term “agentic” in AI?
Andrew Ng is widely credited with popularizing the term “agentic” to describe this workflow trend, and he later became a lightning rod for both excitement about the idea and frustration over its overuse in marketing.
What are the four agentic AI design patterns Andrew Ng teaches? Or what are Andrew Ng’s four agentic design patterns?
They are reflection, tool use, planning, and multi-agent collaboration, and together they explain almost every “smart” AI agent you’ve seen in the news. Reflection means the AI looks back at its own answer, spots the weak spots, and rewrites it — kind of like proofreading your own essay before turning it in. Tool use means the AI isn’t limited to what it already knows; it can reach out and use a calculator, search the web, or check a live database to get real, current information.
Planning means the AI takes a big, messy goal and breaks it down into a to-do list. It can work through one step at a time, instead of trying to solve everything in one shot. Multi-agent collaboration means several AI “workers” split up a job — one might research, one might write, one might edit — much like a small team at a company. Ng has said these four patterns aren’t just theory; they’re the practical building blocks behind most of the useful AI agents being built right now
Reflection, Tool Use, Planning, and Multi-Agent Collaboration. Together, they form the foundational framework most modern agentic systems build on.
Is Andrew Ng’s Agentic AI course free? Or is the Andrew Ng Agentic AI course actually free?
Yes, mostly. You can watch every video lesson and join the community discussion forum without paying anything. The part that costs money is a DeepLearning.AI Pro membership, which unlocks the graded assignments, hands-on project labs, and the certificate you get at the end. So think of it this way: if you just want to learn the concepts and follow along, it won’t cost you a dime. If you want proof of completion for your resume or LinkedIn, or you want to actually run the labs yourself, you’ll need to pay for the Pro tier.
Yes, you can audit it for free, including all video lessons and forum access. A paid DeepLearning.AI Pro membership unlocks the certificate, graded labs, and assessments.
Is the course available on Coursera?
No — it’s hosted on DeepLearning.AI. Coursera hosts several of Ng’s other titles, and separately has invested in his new venture, LearnVector, which builds on his agentic AI work.
Do I need to know a framework like LangChain to start?
No. Ng’s own course teaches the patterns in raw Python first, so you understand the mechanics before deciding whether a framework such as LangChain or CrewAI is worth adding later.
Is agentic AI just hype?
Not entirely. While the label gets overused in marketing, the underlying techniques are already powering real production systems in customer support, research, and document processing — with market growth data backing up the trend.
What is Andrew Ng’s Agentic AI course actually about?
Andrew Ng’s Agentic AI course teaches you how to build AI systems that do more than just answer a single question — they take a goal, break it into steps, and work through those steps on their own. The course centers on four building blocks Ng calls design patterns: reflection (the AI checks and improves its own work), tool use (the AI connects to outside resources like APIs or databases), planning (the AI breaks a big task into smaller ones), and multi-agent collaboration (multiple AI “agents” team up, each handling a different part of the job). Instead of hiding all of this inside a pre-built framework, the course has you build everything in plain Python first, so you actually understand what’s happening behind the scenes before you ever touch a tool like LangChain. By the end, you build a working research agent that can search for information, pull it together, and write up a clear report — all with much less human hand-holding than a typical chatbot needs.
Is Andrew Ng’s Agentic AI course worth taking?
For most beginners, yes — with one honest caveat. Learners who’ve completed it describe it as a solid, well-taught introduction that you can realistically finish in about five days of casual studying. Ng’s teaching style gets consistent praise for making a genuinely technical topic easy to follow, and the module on multi-agent systems tends to stand out as the most useful part. The catch is that it stays at an introductory level: it doesn’t go deep into popular tools like LangGraph or CrewAI, and the hands-on labs are fairly basic rather than production-ready. So if you’re brand new to AI agents, it’s a strong, trustworthy place to start. If you’re already an experienced developer looking to master a specific framework, you’ll likely want to pair it with more advanced, tool-specific resources once you’ve got the fundamentals down.