Free Generative AI Courses for Beginners
Curated beginner-level Generative AI courses from the best free platforms on the internet.
Google's beginner-friendly introduction to generative AI. Learn what generative AI is, how it differs from traditional machine learning, and how to create your own AI applications with Google tools.
Google's overview of large language models (LLMs). Covers what LLMs are, their use cases, prompting techniques, and how to tune LLMs for specific tasks using Google tools.
freeCodeCamp's comprehensive introduction to generative AI covering the OpenAI API, Gemini Pro, LangChain, RAG basics, and building real AI-powered apps. Completely free on YouTube.
A hands-on short course from DeepLearning.AI and OpenAI. Learn to use LLMs to build powerful applications. Covers best prompt engineering practices, summarising, inferring, transforming text, and chatbots. Taught by Andrew Ng. Completely free.
Anthropic's official interactive prompt engineering tutorial. Nine chapters covering basic prompt structure, role assignment, separating data and instructions, chain-of-thought, and complex real-world prompts. Hands-on with the Claude API.
Microsoft's open-source 11-lesson course on building AI agents. Covers agentic design patterns, tool use, RAG, multi-agent workflows, and production deployment. Hands-on with code samples in every lesson.