
Distinguish a model response from an agent loop, determine when autonomy creates business value, and establish boundaries before tool use in agentic AI design for enterprise systems.
Map cloud ecosystem surfaces to use cases and select models by capability and operational fit. Separate model behavior from application controls and build architecture decisions for enterprise scenarios.
Explore prompting, tool use, and agents within an architecture-driven enterprise design, learning to select simple mechanisms, avoid false agent designs, and compose prompts, tools, and loops for reliable decisions.
Identify real-world agentic use cases by matching judgment with bounded system access and an auditable trail; map to reusable patterns and define value and risk metrics.
Explore system prompts as operating contracts for model behavior, connect to architecture decisions, separate durable rules from per-task context, and test behavior under conflicting input.
Structure complex prompts with semantic boundaries using XML to separate meaning and JSON schema to constrain output. Apply this approach to enterprise design and practical exercises.
Control reasoning and output formats by specifying decision criteria and exposing only the necessary evidence and results. Design uncertainty and refusal outputs to support auditable, constrained architecture decisions.
Learn to treat prompts as production code, using a disciplined evaluation and iteration loop with dataset, rubric, runner, and review to ensure measurable, versioned, and safe deployments.
Explore tool use fundamentals in Claude by defining the tool use contract, implementing the client tool loop, and handling stop reasons and tool errors to design reliable, enterprise-ready tool interactions.
Design tool schemas and APIs by building narrow, verifiable interfaces that separate read, preview, and commit actions, with intent-rich names, bounded effects, and verifiable results.
Select tools by epistemic job to retrieve facts, compute deterministically, or transact with a system of record; normalize results for code and preserve provenance and error semantics for architecture decisions.
Build reliable tool invocation patterns by applying schema validation, authorization, idempotency, timeouts, and observable outcomes. Design defensive tool dispatcher and retry strategies through a hands-on enterprise scenario and design exercise.
Rag architecture fundamentals show how a language task becomes an evidence pipeline through ingest, retrieve, assemble, answer, and verify with citations.
Design retrieval systems by chunking data, creating embeddings, and using vector stores. Understand how chunk boundaries, embeddings, and metadata shape retrieval quality through practical design exercises.
Assemble a cloud rag pipeline that passes compact evidence with stable source ids and an explicit answer contract, preserving citations and handling conflicting evidence.
Evaluate retrieval quality by separating retrieval from answer generation, build retrieval test sets, and measure recall, precision, and ranking to connect metrics to failures in architecture.
Differentiate short-term and long-term memory and when to retain facts. Apply an enterprise memory design with context, session state, durable memory, and clear expiry and correction paths.
Explore session state and persistence strategies by modeling explicit agent state and durability checkpoints. Learn to resume work with tokens to prevent duplicate actions and maintain explicit data.
Vector memory retrieves by similarity, and symbolic memory retrieves by exact meaning and business keys. Design hybrid retrieval with clear provenance, TTL, and memory policy to prevent contamination.
Design and implement memory read and write gates, trust checks, and user-visible memory controls in a memory-aware agent, balancing relevance, policy, and consent.
Explore planning and reasoning loops by modeling a bounded agent as a state machine with budgets and terminal states, defining observe, decide, act, and stop steps for reliable, auditable control.
Decompose work into independently verifiable units with explicit dependencies and outputs, choosing sequential, parallel, hierarchical, or adaptive decomposition. Define verifiable subtask contracts and evidence to guide architecture decisions.
Classify agent and tool failures, design safe retry with bounded exponential back off, repair invalid inputs, reconcile ambiguous effects, and escalate unknowns, preserving evidence across recovery.
Design observability for an agent by creating a trace, separating logs, metrics, and audits, and safeguarding sensitive telemetry in a distributed workflow.
Define narrow agent roles and collaboration patterns to improve system architecture; implement specialist, reviewer, router, and synthesizer with typed handoffs, jurisdiction-specific rules, and verified provenance to measure overhead.
Compare supervisor–worker and swarm models, learning to choose coordination topology by risk and embed verification and budget controls in enterprise workflows.
Design agent communication protocols with a typed task-evidence-state envelope and preserved provenance across handoffs. Choose direct, queued, or shared state, using durable messaging and replay, deduplication and versioning.
Classify multi-agent conflicts, design deterministic adjudication, and prevent livelock through evidence-based policy and authority rules in practical design exercises.
Compare LangChain, Lang graph, and Lama index for Claude with custom frameworks; decide build versus adopt and preserve provider boundaries to design reliable, enterprise-ready agents.
Explore workflow orchestration versus autonomous agents, using deterministic orchestration for known control flow and model autonomy where judgment changes path; design a hybrid architecture with map, locate, bound, and gate.
Model event-driven agent systems by defining events, consumers, durable state stores, and an orchestrator; enable idempotent handling, retries, and explicit ordering for long-running workflows.
Compare orchestration approaches using a weighted decision model and a working spike to inform an architecture decision in enterprise scenarios, supported by a practical design exercise and evidence-driven trade-offs.
Design a human-led copilot for business workflows by integrating context, evidence-linked recommendations, reversible drafts, and accountable approvals from observe to learn.
Automate customer support by confidence and consequence, using self-service, triage, agent-assist, and action with policy gates to ground decisions, escalate when needed, and enable durable resolution.
Design an access-aware knowledge assistant for internal teams that surfaces freshness, ownership, and verifiable evidence, aligning identity, corpus, evidence, and feedback to support trust and answerability.
Explore how AI agents integrate into software engineering by enforcing tight feedback through repositories, tests, permissions, and review, and learn to design safe access, tests, and controls for reliable automation.
Apply guardrails as a layered control system across input, model, tools, output, and operations. Build an agent risk register, map controls to failure modes, and define residual risk with owners.
Assess prompt injection and data leakage risks by treating untrusted input as adversarial data, designing a trust hierarchy, enforcing least privilege, and limiting data exposure across inputs, tools, and outputs.
Design an audit event model that captures intent, evidence, policy, action, and outcome with an accountable owner. Capture evidence without hidden reasoning and enable reconstruction and review for enterprise systems.
Explore how agentic systems inherit existing control obligations and require new evidence, access, and change management within enterprise controls, aligning architecture decisions with practical design and testing for compliance.
This course contains the use of artificial intelligence.
Build intelligent, autonomous, and enterprise-ready AI systems with Claude Agentic AI in this comprehensive 12-week, hands-on course. Designed for developers, AI engineers, architects, technical leaders, and professionals exploring the future of automation, this course teaches you how to design, build, evaluate, and deploy real-world agentic AI systems using Claude.
Unlike traditional generative AI applications that only respond to prompts, agentic systems can plan tasks, use tools, retrieve information, maintain memory, collaborate with other agents, and take actions toward defined goals. Throughout this course, you will move beyond basic chatbot development and learn how to create practical AI agents, multi-agent systems, and intelligent enterprise workflows.
You will begin by exploring the foundations of Agentic AI vs Generative AI, the Claude ecosystem, Claude models, APIs, tool use, and common agent design patterns. You will then develop advanced skills in Claude prompt engineering, including system prompts, behavioral shaping, structured prompting, XML and JSON output schemas, prompt evaluation, and iterative improvement techniques.
A major focus of the course is tool use and function calling with Claude. You will learn how to create reliable tool schemas, connect agents to calculators, databases, retrieval systems, business APIs, and external services, and build robust tool invocation workflows with validation, error handling, and retries.
The course also covers Retrieval-Augmented Generation, commonly known as RAG, including document chunking, embeddings, vector databases, retrieval pipelines, and methods for evaluating retrieval quality. You will combine Claude with enterprise knowledge sources to build accurate, context-aware assistants and internal knowledge agents.
As your systems become more advanced, you will implement AI agent memory, session state, persistent storage, vector memory, and symbolic memory. You will design single-agent systems using planning, task decomposition, reasoning loops, observability, logging, and recovery mechanisms.
You will then progress into multi-agent architecture, exploring supervisor-worker models, specialized agent roles, swarm patterns, agent communication, conflict resolution, and coordination strategies. You will compare popular AI orchestration frameworks, including LangChain, LlamaIndex, and custom workflow approaches, while learning when to use deterministic workflows versus autonomous agents.
Real-world enterprise applications are integrated throughout the course. You will explore AI copilots, customer support automation, internal knowledge assistants, software engineering agents, and intelligent business workflow automation.
Security and governance are also central to the curriculum. You will learn about AI governance, prompt injection, sensitive data leakage, access control, guardrails, auditing, compliance, and enterprise risk management.
Finally, you will learn how to deploy and scale Claude-powered agents using APIs, serverless architectures, containers, monitoring, cost optimization, and human-in-the-loop controls. The course concludes with a capstone project in which you will design, build, test, evaluate, and present a complete enterprise agentic AI solution.
By the end of this course, you will have the practical skills and architectural knowledge needed to build reliable, secure, scalable, and production-ready Claude AI agents for real-world applications.