AI learning guide

Best AI resources for frontier model selection

Choose between GPT, Claude, Gemini, Llama, Mistral, Cohere, DeepSeek, Qwen, Grok, Perplexity, and routed model catalogs without guessing.

Best OpenAI primary source: OpenAI compare models. Official OpenAI model comparison page. Use it before swapping OpenAI models in coding, agent, or product workflows.

Best Claude primary source: Claude choosing a model. Official Anthropic model-selection guidance. Use it to compare speed, capability, and cost across Claude model families.

Best multi-provider catalog: OpenRouter models guide. OpenRouter catalog for comparing model families across providers. Use it when you need a broad view before testing prompts yourself.

Model selection needs tests, not vibes

Frontier model comparisons change constantly, and generic leaderboards rarely match your product. The right process is to start with official model docs, choose two or three candidates, and test them on your actual tasks.

Right now the official docs are especially useful because they surface concrete shifts: OpenAI points new users to GPT-5.5 for complex reasoning and coding, Anthropic's docs pair the current Claude family with release notes, Gemini's docs now span current model tables plus Interactions, Deep Research, 3.5 Flash guidance, and deprecations, and DeepSeek's pricing page spells out the migration from `deepseek-chat` and `deepseek-reasoner` aliases to DeepSeek V4 Flash modes. Start there, then run your own evals for quality, latency, cost, tool use, structured output, and failure behavior.

Do not migrate because a model is famous

A stronger model on paper can be worse for a workflow if it is slower, more expensive, weaker at structured output, less reliable with tools, or harder to operate within your system. Model choice is an engineering and product decision.

The best resources for this topic are primary sources and repeatable tests. Blog posts and screenshots can be useful for discovery, but production migration should depend on current docs and your own task set.

Recommended courses and resources

  1. AI Skills for Real Engineers

    Skills catalog · Matt Pocock · Intermediate

    You want a reusable skill system for agentic coding, including /grill-me, /grill-with-docs, /to-prd, /to-issues, /tdd, /triage, /handoff, /prototype, and review workflows.

  2. The AI Engineer Roadmap

    Free tutorial · Matt Pocock · Beginner to intermediate

    You want a guided path through core AI concepts, model selection, the AI engineering mindset, evals, and techniques for improving LLM-powered apps.

  3. Model Context Protocol Tutorial

    Free tutorial · Matt Pocock · Intermediate

    You want to understand MCP and build TypeScript MCP servers over stdio or HTTP, connect Claude Code to tools, use MCP prompts, and package servers for distribution.

  4. AI Coding Dictionary

    Dictionary · Matt Pocock · Beginner to intermediate

    You want plain-English definitions for agentic coding concepts such as context windows, tools, MCP, handoffs, skills, subagents, feedback loops, and agent-ready work.

  5. Learn Anything With My /teach Skill

    Guide / Claude skill · Matt Pocock · Beginner to intermediate

    You want Claude to act as a personalized teacher that creates a learning mission, finds resources, generates interactive lessons, quizzes you, and keeps progress records.

Roll a learning mission

Pick one small move from this guide instead of opening ten tabs.

About this guide

Author: Learnetto Editorial Team. Learnetto maintains this AI learning directory by organizing public course pages, official documentation, educator material, and practical learning resources.

How it is made: Learnetto uses public course pages, official documentation, educator material, and directory data to compile these recommendations. AI may help draft and organize the page, but recommendations are checked against the listed sources, page topic, and learner intent.

Review policy: We only add a named personal reviewer when that person has substantially reviewed the page. Until then, the page is attributed to Learnetto rather than a founder, editor, or individual expert.

Last updated: June 27, 2026. Suggest a correction if a course, doc, or recommendation is outdated.

Videos to watch

Code with Claude London 2026: Opening Keynote video thumbnail

Code with Claude London 2026: Opening Keynote

Claude

Google's AI endgame is here... everything you missed at I/O 2026 video thumbnail

Google's AI endgame is here... everything you missed at I/O 2026

Fireship

The Agentic Engineer Workflow You Need In 2026 video thumbnail

The Agentic Engineer Workflow You Need In 2026

Zen van Riel

How to Build for AI Agents and a Claude Code Second Brain in 25 Min | Ryan Wiggins video thumbnail

How to Build for AI Agents and a Claude Code Second Brain in 25 Min | Ryan Wiggins

Peter Yang

Claude Code: Build Your First AI Agent video thumbnail

Claude Code: Build Your First AI Agent

Teacher's Tech

Claude Code beginner's tutorial video thumbnail

Claude Code beginner's tutorial

Peter Yang

The last six months in LLMs in five minutes video thumbnail

The last six months in LLMs in five minutes

Simon Willison

Claude AI fluency video thumbnail

Claude AI fluency

Anthropic

Educators and sources

Educator / source Best for Skills Start with
Developers, technical generalists LLM tools, Prompting, AI safety, Local models, Model selection Read the recent model-roundup posts, then try the llm command-line tool with two or three different providers.
Developers and self-directed learners building with AI coding agents AI coding, Claude Skills, Agentic workflows, AI SDK, MCP, LLM fundamentals, Personalized learning Use LLM Fundamentals or the AI Engineer Roadmap if you need concepts, the Vercel AI SDK Tutorial or AI SDK v6 Crash Course if you want to build apps, and the AI Skills catalog if you want practical agent workflows like /teach, /grill-me, /tdd, and /triage.
Automation builders, agency owners, freelancers AI automation, Claude Code, Client workflows, AI services Start with the free AI Automation Vault, then only move to the paid community when you know the workflows you want to build.
Operators, founders, business builders AI operations, Claude, GoHighLevel, Automation, Business systems Study active member examples and build a simple operator workflow before adding more tools.
Entrepreneurs, small business owners, non-technical learners ChatGPT, Claude, AI agents, Small business AI Use the community to build one Claude or ChatGPT assistant for a real business task.
Non-technical operators, creators, business builders Claude Skills, Claude Code, AI workflows, Business automation Start with the Claude Skills and non-technical Claude Code guides, then install or adapt one workflow skill for a real business task.
Product managers, product leaders, non-technical PMs Claude Code, Technical foundations, AI product work, PM workflows Take the foundations modules first, then use Claude Code on one PM artifact or prototype you already need.
Product managers, product owners, non-technical AI professionals Agentic AI, Product management, Claude Code, AI product workflows Use the course to build one agentic PM workflow, such as requirements discovery, prototype planning, or launch analysis.
Leaders, executives, managers Agentic AI, AI assistants, Leadership workflows, Prompt refinement Bring a leadership workflow such as decision prep, team planning, or prompt governance into the course exercises.
Product managers, founders, non-engineering product builders Claude Code, AI prototyping, Product shipping, PM workflows Choose one product idea or internal tool and use Claude Code to build a prototype with clear acceptance criteria.
Developers, automation builders, AI learners who want practical workflows AI agents, RAG, Local AI, n8n, Claude Code Start with Cole's practical agent or local AI walkthroughs, then rebuild one workflow end to end instead of watching tool overviews back to back.

Resources

AI Skills for Real Engineers

Skills catalog · Matt Pocock · Intermediate

You want a reusable skill system for agentic coding, including /grill-me, /grill-with-docs, /to-prd, /to-issues, /tdd, /triage, /handoff, /prototype, and review workflows.

The AI Engineer Roadmap

Free tutorial · Matt Pocock · Beginner to intermediate

You want a guided path through core AI concepts, model selection, the AI engineering mindset, evals, and techniques for improving LLM-powered apps.

Model Context Protocol Tutorial

Free tutorial · Matt Pocock · Intermediate

You want to understand MCP and build TypeScript MCP servers over stdio or HTTP, connect Claude Code to tools, use MCP prompts, and package servers for distribution.

AI Coding Dictionary

Dictionary · Matt Pocock · Beginner to intermediate

You want plain-English definitions for agentic coding concepts such as context windows, tools, MCP, handoffs, skills, subagents, feedback loops, and agent-ready work.

Learn Anything With My /teach Skill

Guide / Claude skill · Matt Pocock · Beginner to intermediate

You want Claude to act as a personalized teacher that creates a learning mission, finds resources, generates interactive lessons, quizzes you, and keeps progress records.

5 Agent Skills I Use Every Day

Guide · Matt Pocock · Intermediate

You want a practical entry point into Matt's everyday agent skills and how they fit into real software work.

My Skill Makes Claude Code GREAT At TDD

Guide / Claude skill · Matt Pocock · Intermediate

You want an agent workflow that implements behavior with a red, green, refactor loop instead of jumping straight to broad code changes.

grill-with-docs: Align Before You Build

Guide / Claude skill · Matt Pocock · Intermediate

You want an AI interview process that uses docs and domain language to clarify a feature before implementation starts.

OpenAI external models

Guide · OpenAI · Intermediate

You want to learn how OpenAI handles access to non-OpenAI model families before designing a mixed-provider or routed workflow.

OpenAI model guide

Model docs · OpenAI · Beginner to advanced

You need to choose between GPT-5.5, smaller GPT-5.4 variants, reasoning levels, tool support, and cost-sensitive API paths.

OpenAI all models

Model catalog · OpenAI · Beginner to advanced

You want the current full OpenAI model catalog, including older and deprecated entries, before wiring exact model IDs into evals, tooling, or migrations.