Course Overview of Building Agentic AI Applications with LLMs:
The bar for what AI-powered agents can do has been steadily rising, and new innovations allow them not only to converse but also to utilize tools, conduct research, and execute complex objectives at scale. This course empowers you to develop sophisticated agent systems that perform deep reasoning, research, software calling, and distributed operation. Throughout the course, you’ll get hands-on experience designing agents that efficiently retrieve and refine information, intelligently route queries, and execute tasks concurrently using orchestration tools like LangGraph—applying sound software engineering practices. By the end of the course, you will have a solid foundation in agent architectures and be able to construct agent-like integrations to complement existing workflows and software stacks.
After completing Building Agentic AI Applications with LLMs, participants will be able to:
- Understand the strengths and limitations of LLMs, and why agent-based paradigms help us empower them in modern software.
- Learn to produce structured outputs to enable machine parseable function calls or API integrations.
- Explore retrieval mechanisms and knowledge graphs for domain knowledge.
- Experiment with multi agent orchestration using frameworks like LangGraph.