DX Heroes logo
#ai
#llm
#mcp
#education

How to Learn AI, LLM and MCP: An Annotated Resource Guide

Length: 

10 min

Published: 

June 10, 2026

How to Learn AI, LLM and MCP: An Annotated Resource Guide

Workshops and courses give you a foundation. What you do with it depends on what you study on your own.

This guide focuses on primary sources — official documentation, foundational papers, and materials from the people who built the technology. Third-party resources appear only where they explain things better or more clearly than the primary source.

How to read this guide:

  • Official documentation and primary sources (Anthropic, MCP project, OWASP, NIST, original paper authors) form the backbone. Third parties are the exception.
  • Most high-quality resources are in English — language is marked for each entry.
  • The practical section focuses on Claude (Claude Code / Cowork), but the theory — LLM, prompting, security — is vendor-neutral.
  • Level markers: 🟢 beginner · 🔵 intermediate · 🔴 advanced

Where to Start

No time for the full list? These eight resources cover the essentials: how LLMs work, how to write good prompts, and how to build your first agent.

  1. The Illustrated Transformer 🔵 EN or 3Blue1Brown video 🟢 EN — how LLMs work under the hood.
  2. Anthropic: Prompting best practices 🔵 EN — how to write prompts.
  3. Anthropic: Building Effective Agents 🔵 EN — what agents are (and aren't). The most-cited text on the topic.
  4. Claude Code: Best practices + Memory / CLAUDE.md 🔵 EN — how to manage agents in practice.
  5. What is MCP 🟢 EN — how agents connect to data and tools.
  6. OWASP Top 10 for LLM Applications (2025) + The lethal trifecta 🔵 EN — what to watch out for.
  7. Hands-on: Claude Code in Action or MCP: Build Rich-Context AI Apps 🔵 EN
  8. Elements of AI 🟢 EN — complete introduction to what AI is and isn't. Free, with certificate.

Generative AI and LLM Fundamentals

Understanding how LLMs work helps you write better prompts, configure agents, and reason about model behavior, especially failure modes.

How Transformers and LLMs Work

Tokenization

Embeddings

  • Introduction to Embeddings — Cohere docs · 🔵 EN. Embeddings as vectors, similarity, the foundation of semantic search and RAG.

Context Windows

  • What is a context window? — IBM Think · 🔵 EN. Context as working memory, the cost of attention, and the "lost in the middle" problem.

Sampling Parameters (temperature, top-p)

  • What is LLM Temperature? — IBM Think · 🔵 EN. The best vendor-neutral explanation of temperature, top-k, and top-p.
    • ⚠️ Note: the latest Claude models (Opus 4.7+) no longer accept temperature/top_p, but the underlying theory remains valid across models.

Model Selection


Prompt Engineering

Prompting is a discipline with well-documented techniques — not a guessing game. Anthropic's documentation is the best public reference.


Building AI Agents

Know what makes an agent an agent and what makes it badly designed. These texts are the foundation before you start building.

Core Concepts (Vendor-Neutral)

Claude Code

Claude Desktop and Cowork

Agent Skills


MCP — Connecting Agents to Data and Tools

The Model Context Protocol is the standard that defines how agents communicate with external systems. For a deep analysis of risks, see our article MCP Under the Microscope: How AI Agents Talk to Tools and What Risks This Brings.

Official MCP Documentation

MCP in Claude and Microsoft

Vendor-Neutral Explanation


Security, Governance and Best Practices

Read these before giving an agent access to internal systems. These risks are asymmetric: the cost of understanding them is low; the cost of an incident is not. For a deeper look, see our article Agentic AI Security.

LLM and Agent Risks

Prompt Injection and the "Lethal Trifecta"

MCP and Claude Code Security

Governance Frameworks


Free Hands-On Courses

Want to put theory into practice? These courses are free and well-structured.


Czech Resources

Quality Czech-language AI learning resources are rare. These stand out.

Want to stay one step ahead?

Don't miss our best insights. No spam, just practical analyses, invitations to exclusive events, and podcast summaries delivered straight to your inbox.