AI learning guide

Best AI resources for production AI engineering

Learn deployment, observability, latency, cost, MLOps, and product quality.

Best production systems book: AI Engineering. Chip Huyen's resource for building reliable AI applications. Start here when a demo needs to become a system.

Best lifecycle course: Full Stack Deep Learning Lectures. Full Stack Deep Learning course videos on the ML and AI product lifecycle. Use it for deployment, iteration, product quality, and operating concerns.

Best tracing and eval tooling: Phoenix by Arize. Open-source observability and evaluation tooling. Use it when you need to see why an AI workflow failed.

Production AI is where demos meet constraints

A demo can ignore latency, cost, monitoring, user feedback, model upgrades, privacy, retries, and failure handling. Production AI cannot. The best resources teach the operating system around the model.

Chip Huyen is the strongest production AI starting point. Full Stack Deep Learning gives lifecycle context. Phoenix and Langfuse help when you need observability and evals in a running system. Pair those with current provider docs on batch processing, prompt caching, flex modes, and retrieval so your production choices match how the APIs actually behave now.

Build one measured feature

A good learning project should include logs, eval examples, model comparison, cost measurement, latency measurement, and a written list of failure modes. Without those pieces, it is still mostly a demo.

Avoid resources that imply production is just deployment. The hard part is knowing whether the system is good, whether it is improving, and what happens when it is wrong.

Recommended courses and resources

  1. AI Engineering

    Book · Chip Huyen · Intermediate to advanced

    You are moving from demos to production systems.

  2. Building and Evaluating Advanced RAG Applications

    Short course · DeepLearning.AI · Intermediate

    You already know basic RAG and need better retrieval, evaluation, and production-quality patterns.

  3. Qwen Code September 10 weekly update

    Coding agent workflow release notes · Qwen · Intermediate to advanced

    You want Qwen Code's September 10, 2026 update on workflow run history, agent and token observability, context-usage inspection, combining Plan with YOLO mode, and named parallel channel tasks in isolated workspaces.

  4. How GitHub makes AI coding more cost efficient

    Coding agent evaluation guide · GitHub · Intermediate to advanced

    You want GitHub's September 2, 2026 evidence for measuring coding-agent efficiency across the whole task, including selective output compression, preserving useful context, benchmark regressions, and controlled production experiments.

  5. Anthropic ant apply

    Agent infrastructure guide · Anthropic · Intermediate to advanced

    You want Anthropic's September 3, 2026 workflow for declaring agents, environments, skills, memory stores, and scheduled deployments in a repository, previewing changes, and applying them reproducibly in CI.

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: September 18, 2026. Suggest a correction if a course, doc, or recommendation is outdated.

Videos to watch

LLM evaluation with W&B video thumbnail

LLM evaluation with W&B

Weights & Biases

AI evals with Phoenix video thumbnail

AI evals with Phoenix

Arize AI

AI Engineering with Chip Huyen video thumbnail

AI Engineering with Chip Huyen

Chip Huyen

Full Stack Deep Learning lecture video thumbnail

Full Stack Deep Learning lecture

Full Stack Deep Learning

MLOps community production AI video thumbnail

MLOps community production AI

MLOps Community

ML Zoomcamp supervised learning video thumbnail

ML Zoomcamp supervised learning

DataTalks.Club

Educators and sources

Educator / source Best for Skills Start with
Developers, AI engineers AI engineering, Agents, Developer tools Watch AI Engineer talks for production patterns and tool choices.
Engineers, ML practitioners AI engineering, Systems, Production ML Use the book page and related essays as a production engineering path.
Digital writers, founders, creators AI-assisted writing, Content systems, Personal brand, Idea development Use a writing template with AI as a first-pass collaborator, then rewrite in your own voice.
Product managers, AI product leaders, founders Agentic AI, AI product strategy, Evals, Production AI Use the course to evaluate one AI product opportunity and define what reliability would mean before implementation.
Data and AI practitioners Data systems, ML engineering, AI trends Search episodes by topic: RAG, evaluation, agents, MLOps.
Developers fine-tuning and deploying models Open models, Fine-tuning, Deployment, Transformers Pick one fine-tuning or inference guide and reproduce it end to end.
Developers and data science learners Machine learning, Deep learning, LLM apps, MLOps Pick a playlist that matches your current level and follow the code.

Resources

AI Engineering

Book · Chip Huyen · Intermediate to advanced

You are moving from demos to production systems.

Qwen Code September 10 weekly update

Coding agent workflow release notes · Qwen · Intermediate to advanced

You want Qwen Code's September 10, 2026 update on workflow run history, agent and token observability, context-usage inspection, combining Plan with YOLO mode, and named parallel channel tasks in isolated workspaces.

How GitHub makes AI coding more cost efficient

Coding agent evaluation guide · GitHub · Intermediate to advanced

You want GitHub's September 2, 2026 evidence for measuring coding-agent efficiency across the whole task, including selective output compression, preserving useful context, benchmark regressions, and controlled production experiments.

Anthropic ant apply

Agent infrastructure guide · Anthropic · Intermediate to advanced

You want Anthropic's September 3, 2026 workflow for declaring agents, environments, skills, memory stores, and scheduled deployments in a repository, previewing changes, and applying them reproducibly in CI.

OpenAI Codex hooks

Coding agent guide · OpenAI · Intermediate to advanced

You need lifecycle hooks that run scripts or MCP tools around Codex sessions, prompts, tool calls, compaction, subagents, permissions, validation, logging, or persistent-memory workflows.

How to Evaluate AI Agents

Evaluation guide · Hugging Face Community · Intermediate

You need a practical evaluation plan built around representative tasks, controlled environments, observable traces, outcome and constraint metrics, repeated trials, and production failures turned into regression tests.

Gemini 3.8 Flash

Model docs · Google AI for Developers · Intermediate

You need Google's official September 2, 2026 GA reference for its newest Flash model, including the stable model ID, 1M-token input window, thinking levels, multimodal inputs, tools, and production inference options.

Agent and Model Evaluations in Gemini Enterprise Agent Platform

Evaluation guide · Google AI for Developers · Intermediate to advanced

You want Google's practical July 31, 2026 guide to running the same agent and model evaluations during development and on production traffic, with metrics for quality, safety, grounding, tool use, and trajectories.

OpenAI production best practices

Guide · OpenAI · Intermediate

You are moving from experiments to production and need the official OpenAI guidance on latency, retries, rate limits, safety, monitoring, and operational rollout.

OpenAI deprecations

Migration guide · OpenAI · Intermediate

You need OpenAI's current retirement schedule and recommended replacements before pinning model IDs in evals, coding agents, or user-facing features.

Codex Bootcamp

Official bootcamp · OpenAI · Intermediate to advanced

You want a current OpenAI learning series on agentic coding, shared team workflows, approvals, sandboxing, memory, subagents, and production automation.

API Builder Bootcamp

Official bootcamp · OpenAI · Intermediate

You want OpenAI's current five-part builder curriculum covering API foundations, agents, realtime, RAG, and production optimization with one public syllabus.

Claude model deprecations

Migration guide · Anthropic · Intermediate

You need Anthropic's official retirement and replacement schedule before pinning Claude model IDs in production, evals, or coding-agent defaults.

Llama 4 prompt formats

Model docs · Meta Llama · Beginner to advanced

You need the current official Llama 4 prompt formats and model-card details before choosing Maverick or Scout for hosted or local deployment.

Llama docs overview

Docs overview · Meta Llama · Intermediate

You want Meta's official starting point for access, hosting, integrations, and next-step guides before wiring a Llama stack into tooling or eval configs.