AgentKits

10 YouTube Channels That'll Teach You AI Agent Development (No PhD Required)

Ranked by experience level — where to actually learn to build agents, from beginner crash courses to advanced multi-agent work.

After a deep dive into open-source agent frameworks, one question kept landing in my inbox: "Where do I actually learn this stuff?" Reading repos and docs is useful, but most of us learn by watching someone build something, hit errors, and debug their way through. Here are ten channels that consistently deliver, organized by where to start.

First, pick your path

Decide what you're building before you binge tutorials. Automating personal workflows? Start with CrewAI or no-code tools. Building production applications? Go straight to LangChain. Research or experimentation? Camel-AI or AutoGen. Working with lots of documents? LlamaIndex is non-negotiable. Don't try to learn everything at once.

The official channels

  • LangChain (intermediate–advanced) — where RAG finally clicks. You learn the framework's intended design patterns, not someone's hacky workaround. Start with the RAG-from-scratch series.
  • AutoGen by Microsoft (beginner–advanced) — surprisingly approachable, teaching Python basics alongside agent concepts and building up to multi-agent orchestration.
  • CrewAI (beginner-friendly) — go-to for fast results. Their crash courses get you from zero to working prototype faster than anything else, including no-code paths.
  • LlamaIndex (intermediate) — the unglamorous but critical part: making agents work with real data. Code-alongs plus a visual FlowMaker GUI.

The community educators

  • Camel-AI (advanced/research) — agents that debate, negotiate, and evolve through interaction. Bleeding edge.
  • AI Engineer (intermediate–advanced) — bridges tutorials and real engineering; explains why architectural decisions matter.
  • Tech Mayank (beginner–intermediate) — the clearest AutoGen crash course, complete understanding in one sitting.
  • Jon Krohn & Ed Donner workshop (all levels) — a four-hour hands-on deep dive that's the most thorough free introduction available.
  • LlamaIndex community tutorials (beginner) — a 15-minute orientation, perfect as a refresher.
  • All About AI (beginner–intermediate) — accessible explanations covering both code and no-code, great for non-technical stakeholders.

A proven learning path

Week 1: pick one framework, watch its official intro series, just absorb concepts. Week 2: follow one complete project tutorial start to finish, typing every line yourself. Week 3: deliberately break your project and fix it, then rebuild from memory. Week 4: modify it for a different use case, join the framework's Discord, and help other beginners. The biggest mistake is watching ten hours of tutorials without building anything — theory only clicks when you're debugging at midnight.

What tutorials won't teach you

YouTube is fantastic for visual learning, but you'll hit gaps: production concerns like monitoring and cost optimization, framework-specific quirks, current best practices, and real debugging strategies. Combine videos with official docs, GitHub issues, and active communities.

The honest truth

Agent development isn't trivial, but it's not as hard as it sounds. You'll feel stupid sometimes and your code will break in confusing ways — that's normal. The difference between people who succeed and those who quit is persistence and a willingness to look dumb while learning. Start with one channel, watch one tutorial, build one thing.

Frequently asked questions

Keep reading

← All posts