video

Short Technical Videos Worth Your Time

6/1/2025

Not all videos are created equal. We maintain a short, opinionated list of videos to watch when you want to learn fast.

Start here: build real copilots and agents

  • Mastra AI — official channel

    • Channel: https://www.youtube.com/@mastra-ai
    • Why watch:
      • TypeScript‑first framework for agentic apps and copilots.
      • Clear examples of tools, orchestration, eval hooks, and RAG integrations.
  • CopilotKit — official channel

    • Channel: https://www.youtube.com/@CopilotKit
    • Why watch:
      • In‑app copilots with UI bindings, function calling, and server actions.
      • Patterns for productizing assistants inside web apps.
  • E2B — official channel

    • Channel: https://www.youtube.com/@e2b-dev
    • Why watch:
      • Secure sandboxes and managed runtimes for code‑executing agents.
      • Useful when your workflow needs safe, isolated tool execution.

Pairs well with: our coding agent reference architecture → /blog/build-a-coding-agent-ts

How we choose

  • Durable insights over hype; production over demos.
  • Clear mental models and concrete takeaways you can apply this week.
  • Minimal vendor lock-in; when a tool is shown, we explain the general pattern.

Use this list like a syllabus: pick one per section, take notes in a doc, then ship one change influenced by what you learned.

More to watch

Agents and tool use

  • State of GPT — Andrej Karpathy

  • LangChain Agents in 2025 (v0.3)

RAG: from basics to production

Vector databases and embeddings

Observability, tracing, and evals

  • LangSmith 101: Observability for AI Apps

  • Phoenix (Arize) for LLM/RAG/Agent tracing and evaluation

  • RAG Evaluation with RAGAS

Fundamentals that pay dividends

  • Let’s build GPT from scratch, in code (Karpathy)

  • DSPy: Transforming LM Calls into Smart Pipelines (Omar Khattab)

Industry context

  • OpenAI DevDay: Opening Keynote

Bonus channels

  • How I Built This with AI — channel

    • Channel: https://www.youtube.com/@howiaipodcast
    • Why watch:
      • Founder and engineer interviews focused on shipping real AI products.
      • Practical stories about agents, RAG, evals, and go-to-market.
  • LangChain — official channel

How to use this list

  • Pick one video from each section across a month.
  • After each watch, add a 5–10 line note to your team docs: what changed in your understanding and what you’ll try.
  • Ship one small improvement per week influenced by a video (a check, a log, a prompt fix, or a guardrail).

See also