AIDevStart
HomeDirectoryModelsListsComparisonsBlogLearn AI Dev
Submit Tool
AIDevStart

Empowering developers with curated AI tools across the entire stack.

Some links on this site are affiliate links. We may earn a commission at no extra cost to you. Learn more.

PrivacyTermsCookiesDisclosure

© 2026 AIDevStart. All rights reserved.

Learn AI Engineering

Curated video tutorials, playlists, and courses to help you master AI development.

Filter by Topic

All VideosAI EngineeringDeep LearningFundamentalsToolsWeb Development

Premium Courses

UDEMY$16.99

Artificial Intelligence A-Z 2024: Build an AI with ChatGPT4

View Details
UDEMY$14.99

Machine Learning A-Z: AI, Python & R

View Details
COURSERAFree Audit

Deep Learning Specialization

View Details
UDEMY$16.99

PyTorch for Deep Learning Bootcamp

View Details
COURSERAFree Audit

Machine Learning Specialization

View Details

* Contains affiliate links that support this project.

Introduction to AI Engineering
Fundamentals
2024-01-01•3Blue1Brown

Introduction to AI Engineering

Learn the basics of AI engineering and how to get started with building AI applications. Covers neural network fundamentals from first principles.

Watch VideoYouTube
Gradient Descent: How Neural Networks Learn
Fundamentals
2017-10-16•3Blue1Brown

Gradient Descent: How Neural Networks Learn

3Blue1Brown's visual explanation of gradient descent — the core algorithm powering all neural network training. Essential before diving into LLM fine-tuning or training.

Watch VideoYouTube
Attention is All You Need — Transformers Explained
Deep Learning
2024-02-15•Andrej Karpathy

Attention is All You Need — Transformers Explained

Understanding the Transformer architecture that powers every modern LLM — GPT-4, Claude, Gemini. Covers self-attention, multi-head attention, and positional encoding.

Watch VideoYouTube
Intro to Large Language Models
Fundamentals
2023-11-22•Andrej Karpathy

Intro to Large Language Models

Andrej Karpathy's landmark 2023 talk on the fundamentals of LLMs. Covers the GPT architecture, RLHF training pipeline, prompt injection, fine-tuning strategies, and how modern AI systems are built and deployed at scale.

Watch VideoYouTube
Let's Build GPT: From Scratch, in Code
Deep Learning
2023-01-17•Andrej Karpathy

Let's Build GPT: From Scratch, in Code

The definitive hands-on tutorial by Andrej Karpathy. Build a GPT language model from scratch using Python and PyTorch, implementing every component — tokenization, embeddings, multi-head attention, and training. 2 hours of pure deep learning.

Watch VideoYouTube
Neural Networks: Zero to Hero (Full Course)
Deep Learning
Playlist
2022-08-17•Andrej Karpathy

Neural Networks: Zero to Hero (Full Course)

Andrej Karpathy's complete course on building neural networks from scratch. Starts with backpropagation basics (micrograd), then builds up through MLP, WaveNet, and full transformer language models. The most thorough practical ML course on the internet.

View PlaylistYouTube
State of GPT: How to Use and Build with LLMs
Fundamentals
2023-05-25•Andrej Karpathy

State of GPT: How to Use and Build with LLMs

Andrej Karpathy's definitive Microsoft Build 2023 keynote on the state of GPT models. Covers the complete ChatGPT training pipeline, fine-tuning strategies, prompt engineering, and practical advice for building production AI applications.

Watch VideoYouTube
What is Backpropagation, Really? (Visual Guide)
Deep Learning
2017-11-03•3Blue1Brown

What is Backpropagation, Really? (Visual Guide)

3Blue1Brown's crystal-clear visual explanation of backpropagation — the algorithm that makes neural network training possible. Essential for understanding how LLMs learn from data.

Watch VideoYouTube
Let's Reproduce GPT-2 (124M) from Scratch
Deep Learning
2024-06-01•Andrej Karpathy

Let's Reproduce GPT-2 (124M) from Scratch

Andrej Karpathy trains GPT-2 from scratch live on screen using modern techniques. Covers FP16 training, Flash Attention, gradient clipping, cosine learning rate schedules, and deploying to cloud GPUs — real-world LLM training from beginning to end.

Watch VideoYouTube
LangChain Full Course: Build LLM Apps from Scratch
AI Engineering
2024-03-15•freeCodeCamp

LangChain Full Course: Build LLM Apps from Scratch

Comprehensive tutorial on LangChain. Learn to build RAG pipelines, conversational AI, autonomous agents, and production LLM applications using Python. Covers chains, memory, tools, and vector databases end-to-end.

Watch VideoYouTube
Build a RAG Application from Scratch (Python)
AI Engineering
2024-07-10•freeCodeCamp

Build a RAG Application from Scratch (Python)

Learn how to build production-ready Retrieval Augmented Generation (RAG) systems that let LLMs answer questions based on your own documents, codebase, or knowledge base. Covers embeddings, vector databases (Chroma, Pinecone), chunking strategies, and query optimization.

Watch VideoYouTube
Run Any LLM Locally for Free with Ollama
AI Engineering
2024-05-01•NetworkChuck

Run Any LLM Locally for Free with Ollama

Complete guide to running powerful AI models — Llama 3, DeepSeek, Mistral, Phi-4 — on your own hardware using Ollama. Covers installation on Mac/Windows/Linux, model management, performance tuning, and integrating local models with VS Code extensions like Continue.

Watch VideoYouTube
OpenAI API Complete Beginner Guide (Python)
AI Engineering
2024-02-20•freeCodeCamp

OpenAI API Complete Beginner Guide (Python)

Learn to use the OpenAI API from scratch. Covers text completions, function calling, embeddings, streaming responses, image generation with DALL-E, and speech-to-text with Whisper. Build three real projects by the end.

Watch VideoYouTube
Cursor AI IDE: The Complete 2026 Tutorial
Tools
2025-02-10•Traversy Media

Cursor AI IDE: The Complete 2026 Tutorial

Master Cursor AI IDE with this comprehensive 2026 tutorial. Learn Composer mode for multi-file editing, the powerful Tab autocomplete, codebase indexing, custom AI rules (.cursorrules), and the fastest keyboard shortcuts. Includes a real project walkthrough.

Watch VideoYouTube
GitHub Copilot Mastery: Tips, Tricks & Workflow
Tools
2024-09-20•GitHub

GitHub Copilot Mastery: Tips, Tricks & Workflow

Learn to use GitHub Copilot at an expert level. Covers inline suggestions, Copilot Chat, writing effective comment-driven prompts, ghost text patterns, slash commands in the IDE, and how to build a full feature using only Copilot.

Watch VideoYouTube
Next.js 14 Tutorial
Web Development
Playlist
2023-10-26•The Net Ninja

Next.js 14 Tutorial

Complete guide to building web apps with Next.js 14, covering Server Components, Server Actions, App Router, and modern full-stack patterns.

View PlaylistYouTube
Next.js 14 Intro & Setup
Web Development
2023-10-26•The Net Ninja

Next.js 14 Intro & Setup

Introduction to Next.js 14 and how to set up your development environment with the App Router and TypeScript.

Watch VideoYouTube
Python for AI Engineers (Full Course)
Web Development
2023-06-15•freeCodeCamp

Python for AI Engineers (Full Course)

Comprehensive Python course for AI/ML engineering. Covers Python fundamentals, data manipulation with NumPy and Pandas, working with real AI APIs, and building three hands-on AI-powered projects from start to finish.

Watch VideoYouTube