[LR]

Learning Resources and Courses

Educational materials, courses, and learning platforms for mastering AI agent development, from beginner tutorials to advanced implementation guides.

53 Entries
Showing 53 of 53 entries

Official OpenAI guide for product and engineering teams building agentic applications, covering when to use agents, model and tool selection, orchestration patterns, guardrails, and evaluation.

Course PDF
#guides #openai #production #safety #sdk #tool-calling

Udacity nanodegree covering advanced prompting, agentic workflow patterns, tools, memory, and multi-agent systems through hands-on projects such as a travel planner and automated sales workflow.

Course Web
#course #learning #autonomous-agent #multi-agent #workflow

DeepLearning.AI course by Andrew Ng covering agentic design patterns such as reflection, tool use, planning, and multi-agent collaboration, with Python implementations and a capstone research-agent project.

Course Web
#course #learning #autonomous-agent #multi-agent #tool-calling

Free online book by Michael Brenndoerfer covering how AI agents work, including tool use, memory, multi-agent coordination, evaluation, observability, safety, and production operations.

Course Free Web
#book #learning #autonomous-agent #memory #production

Coursera course by Jules White focused on building agentic AI systems in Python, including tool discovery, function calling, agent-environment interaction, and practical autonomous workflows.

Course Web
#course #learning #python #autonomous-agent #tool-calling

DeepLearning.AI short course taught by LangChain founder Harrison Chase on LangGraph components, agentic search, persistence, human-in-the-loop flows, and multi-step agent reasoning.

Course Web
#course #learning #langchain #autonomous-agent #workflow

Chip Huyen's O'Reilly book on building applications with foundation models, covering prompt engineering, RAG, fine-tuning, agents, evaluation, deployment, and cost optimization for production AI systems.

Course Web
#book #learning #llm #rag #evaluation

Anthropic's research and engineering publication hub covering AI safety, interpretability, model evaluations, Claude system behavior, and practical guidance such as agent design patterns.

Course Web
#blog #learning #research #safety #evaluation

DeepLearning.AI short course taught by LlamaIndex CEO Jerry Liu on router agents, tool calling, multi-document agents, and agentic reasoning loops for research and document workflows.

Course Web
#course #learning #rag #tool-calling #autonomous-agent

Anthropic engineering guide that distinguishes workflows from agents and explains practical patterns such as prompt chaining, routing, parallelization, orchestrator-subagent workflows, and evaluator-optimizer loops.

Course Web
#architecture #autonomous-agent #guides #learning #production #research

Towards AI book by Louis-Francois Bouchard and Louie Peters covering production LLM application patterns, including prompting, retrieval-augmented generation, evaluation, fine-tuning, deployment, and operational pitfalls.

Course Web
#book #learning #llm #production #rag

Technical blog by Chip Huyen covering AI engineering, production LLM applications, retrieval, evaluation, system design, and practical lessons for building machine learning systems.

Course Web
#blog #learning #llm #production #evaluation

Official Anthropic cookbook repository with notebooks and recipes for building with Claude, including RAG, classification, tool use, vision, prompt engineering, AWS examples, and practical API workflows.

Course Web
#cookbook #learning #tools #rag #vision

Free Cohere curriculum covering language-model fundamentals, embeddings, semantic search, text generation, retrieval-augmented generation, and practical labs for building AI applications with Cohere APIs.

Course Free Web
#course #learning #llm #rag #search

Andrej Karpathy lecture covering how large language models work, from tokenization and attention through training, RLHF, deployment behavior, and practical use patterns relevant to agent builders.

Course Video
#learning #llm #research #rlhf #tutorial #youtube

Free online version of the MIT Press deep learning textbook by Ian Goodfellow, Yoshua Bengio, and Aaron Courville, covering neural network foundations, optimization, architectures, and applications.

Course Free Web
#book #learning #science #foundation-models #research

DeepLearning.AI course by CrewAI CEO Joao Moura covering CrewAI crews and flows, MCP integration, traces, LLM-as-a-judge evaluation, and production deployment for multi-agent systems.

Course Web
#course #learning #crewai #multi-agent #production

Chip Huyen's O'Reilly book on production machine learning systems, covering data pipelines, model development, deployment, monitoring, infrastructure, and the human side of reliable ML systems.

Course Web
#book #learning #production #deployment #monitoring

Applied ML and AI engineering blog by Eugene Yan covering LLMs, recommendation systems, retrieval, evaluation, agents, and production lessons from real AI systems.

Course Web
#blog #learning #llm #evaluation #production

DeepLearning.AI short course on event-driven document agents with LlamaIndex workflows, RAG document processing, branching and looping logic, concurrent execution, and human-in-the-loop feedback.

Course Web
#course #learning #rag #workflow #autonomous-agent

Free code-first deep learning course by Jeremy Howard and Rachel Thomas covering neural networks, computer vision, NLP, model training, and practical development habits for AI builders.

Course Free Web
#course #learning #python #research #beginner-friendly

Udacity course on adapting LLMs into agents with supervised fine-tuning, PEFT and LoRA, ReAct reasoning loops, trajectory data generation, Direct Preference Optimization, and alignment practices.

Course Web
#course #learning #fine-tuning #autonomous-agent #rlhf

Practical course and resource hub for production deep learning, covering problem formulation, data work, model development, infrastructure, deployment, monitoring, and the lifecycle of AI-powered products.

Course Web
#course #learning #production #deployment #monitoring

Coursera course on building LangChain agents with tool calling, LCEL chaining, DataFrame and SQL agents, and structured AI workflows for Python developers.

Course Web
#course #learning #langchain #python #tool-calling

Google Cloud training path covering generative AI, Gemini APIs, Vertex AI, agent development, and production AI application deployment on Google Cloud infrastructure.

Course Web
#course #learning #google #deployment #production

Official Google Cloud certification for designing, building, and productionizing machine learning systems, including Vertex AI workflows, responsible AI, MLOps practices, and scalable model deployment on Google Cloud.

Course Paid Web
#certification #deployment #google #learning #production

Official Google Cloud technical guide for building AI agents, covering architecture, tool use, evaluation, deployment, observability, and production practices across Google Cloud and Vertex AI.

Course Web
#architecture #deployment #evaluation #google #guides #production

ML engineering blog by Hamel Husain focused on LLM evaluation, fine-tuning, production AI systems, data-centric workflows, and practical engineering guidance for teams building with AI.

Course Web
#blog #learning #evaluation #fine-tuning #production

O'Reilly book by Jay Alammar and Maarten Grootendorst explaining LLM concepts and practical workflows such as tokenization, embeddings, fine-tuning, text generation, semantic search, and multimodal models.

Course Web
#book #learning #llm #fine-tuning #search

Free course covering AI agent fundamentals, tools, actions, observations, smolagents, LangGraph, LlamaIndex, agentic RAG, and final benchmark-based projects for certification.

Course Free Web
#course #certification #learning #autonomous-agent #tool-calling #rag

Hugging Face research feed highlighting daily trending machine learning papers with community discussion, links to arXiv, GitHub code, and coverage of LLMs, agents, benchmarks, and open models.

Course Web
#papers #learning #research #community #llm

Free Hugging Face course on Model Context Protocol concepts and implementation, including MCP clients, servers, tool integration, and how agents connect to external data and services.

Course Web
#course #integration #learning #mcp #tools

Official Hugging Face cookbook with practical notebooks for agents, retrieval-augmented generation, fine-tuning, multimodal AI, text generation, and deployments using open-source models and Hugging Face tooling.

Course Web
#cookbook #learning #open-source #rag #fine-tuning

Blog by Jason Liu, creator of Instructor, covering structured outputs, retrieval-augmented generation, data extraction, evals, and practical LLM engineering patterns for production systems.

Course Web
#blog #learning #rag #structured-outputs #production

Official LangChain learning platform with self-paced courses on deep agents, LangSmith essentials, agent observability, evaluation, and skills for building reliable LangChain and LangGraph applications.

Course Web
#course #learning #langchain #observability #evaluation

Official LlamaIndex documentation and tutorials for agents, RAG, workflows, data connectors, vector stores, LlamaCloud, and production document retrieval systems.

Course Web
#documentation #learning #rag #workflows #vector-stores

GitHub handbook comparing LLM agent frameworks, scaffolding agent skeletons, collecting evaluation tools, and organizing domain examples across healthcare, finance, education, and other agent use cases.

Course Web
#guides #learning #autonomous-agent #scaffolding #evaluation

Lilian Weng's widely cited blog post explaining LLM-powered agent architecture through planning, memory, tool use, task decomposition, reflection, and agent system case studies.

Course Web
#blog #learning #autonomous-agent #memory #architecture

Comprehensive paid course covering CrewAI, AutoGen, AutoGPT, and other agent frameworks. No programming knowledge required, suitable for beginners to advanced learners.

Course Paid Web

Covers developing and deploying AI agents on Microsoft Azure platform. Official Microsoft training for enterprise-grade agent development and deployment.

Course Free Azure

Microsoft entry-level AI certification covering AI workloads, machine learning concepts, computer vision, natural language processing, generative AI, Azure AI services, and responsible AI fundamentals.

Course Paid Web
#azure #beginner-friendly #certification #learning #microsoft

MIT's introductory deep learning course with lecture videos and labs covering neural networks, sequence modeling, computer vision, reinforcement learning, and practical model-building foundations.

Course Free Web
#course #learning #research #science #beginner-friendly

Free course covering role-playing agents, memory management, tools integration, guardrails, cooperation patterns, and hands-on projects.

Course

Andrej Karpathy's free video course and companion notebooks for building neural networks from scratch in Python, including micrograd, makemore, GPT-style language modeling, and tokenization.

Course Free Web
#course #learning #youtube #llm #research

NVIDIA-Certified Associate credential for foundational generative AI and LLM skills, including machine learning basics, prompt engineering, Python libraries, LLM integration, deployment, and NVIDIA solution awareness.

Course Paid Web
#certification #deployment #gpu #learning #llm #nvidia

Official OpenAI Cookbook tutorial for building, deploying, evaluating, and optimizing an AgentKit workflow using Agent Builder, ChatKit, Evals, and prompt optimization.

Course Web
#evaluation #openai #prompt-optimization #tool-calling #tutorial

Official OpenAI cookbook with examples and guides for agents, tool calling, retrieval, embeddings, fine-tuning, evaluations, structured outputs, and production application patterns.

Course Web
#cookbook #learning #openai #tool-calling #evaluation

Sutton and Barto's second-edition reinforcement learning textbook, covering Markov decision processes, dynamic programming, Monte Carlo methods, temporal-difference learning, function approximation, and agent decision-making.

Course Free Web
#book #learning #autonomous-agent #research #science

Free courses on building AI agents with Salesforce's Agentforce platform. Covers agentic AI fundamentals and practical applications for enterprise environments.

Course Free Web

Focuses on ReAct (Reasoning + Acting) prompting techniques for building responsive AI agents. Includes hands-on coding exercises for practical learning.

Course Free Web

Stanford seminar course with researchers presenting on transformer architectures, large language models, agent applications, multimodal systems, and frontier AI research.

Course Free Web
#course #learning #llm #research #foundation-models

Andriy Burkov's concise machine learning book for engineers, covering core ML concepts, algorithms, model evaluation, neural networks, and practical foundations for building AI applications.

Course Web
#book #learning #beginner-friendly #science #resources

Practitioner guide by Eugene Yan, Bryan Bischof, Charles Frye, Hamel Husain, Jason Liu, and Shreya Shankar covering prompting, RAG, fine-tuning, evaluation, monitoring, and product lessons for production LLM systems.

Course Web
#evaluation #guides #llm #production #rag