AI learning guide

Best AI resources for model release notes and migrations

Track model launches, deprecations, alias changes, and migration guidance across the major AI providers without relying on screenshots or stale summaries.

Best OpenAI migration feed: OpenAI API changelog. Official OpenAI release log for launches, pricing, and renamed features. Use it to catch live changes like pricing moves, feature renames, and model guidance shifts before rewriting a workflow.

Best Anthropic retirement source: Claude model deprecations. Official Anthropic retirement schedule and replacements. Use it before pinning Claude model IDs or teaching teams to rely on an older snapshot.

Best Gemini shutdown source: Gemini deprecations. Official Gemini API deprecation schedule. Use it when Google preview and Flash variants are moving quickly and you need the replacement path from the primary source.

Best DeepSeek migration source: DeepSeek V4 Preview release. Official DeepSeek V4 release note and alias migration notice. Use it when a provider is moving old aliases to new V4 families and you want the exact date and replacement models.

Release notes are part of the learning stack now

If you build with frontier models, release notes and deprecation pages are no longer optional reading. Model aliases change, pricing changes, feature flags move, APIs get renamed, and a previously good course can become subtly wrong if it assumes an older default.

As of Friday, July 31, 2026, the pattern is clear across providers: OpenAI's changelog now carries concrete pricing and feature updates around GPT-5.6 and Fast mode, Gemini's changelog and deprecations pages document the July 21, 2026 Gemini 3.6 Flash release and current Flash replacement path, Anthropic's release notes and deprecation pages track Claude 5-era shifts, and DeepSeek's V4 Preview note explains the retirement of older aliases after July 24, 2026.

What to bookmark by default

Keep one model catalog page and one release or deprecation page open for each provider you actually use. For OpenAI that usually means the model guide plus the changelog or deprecations page. For Anthropic it means the Claude models overview plus release notes or model deprecations. For Gemini it means the models page plus the changelog and deprecations page. For DeepSeek it means pricing or updates plus the live model list.

When you use a routing layer such as OpenRouter, keep both the provider docs and the routed catalog open. The routed view helps you see availability, aliases, and market movement. The provider view tells you what the model is supposed to do and what changed.

How to keep apps and coding agents current

Do not rely on `latest` or family aliases blindly unless you also have evals and regression checks. A safer workflow is to watch release notes, shortlist the affected models, run a small eval set, compare latency and cost, and then update the default for your app, coding agent, or internal tool.

This matters even more for coding agents and deep-research tools because they depend on tool use, output structure, and long-running behavior. A migration that looks small on a model card can still change how an agent plans, reasons, or uses budget.

Recommended courses and resources

  1. 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.

  2. 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.

  3. OpenAI model guide

    Model docs · OpenAI · Beginner to advanced

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

  4. OpenAI API changelog

    Release notes · OpenAI · Intermediate

    You want the official running log of OpenAI API launches, pricing shifts, renamed features, and model changes before updating a workflow or teaching page.

  5. 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.

Common questions

Which AI release notes should I actually follow?

Follow the official changelog or release-note page for every provider you actively use, plus its deprecations or shutdown page if available. OpenAI, Anthropic, Gemini, DeepSeek, Mistral, xAI, and OpenRouter all publish enough primary-source change data now that third-party summaries should be secondary.

Where can I track model deprecations and migrations across providers?

Use OpenAI deprecations, Claude model deprecations, Gemini deprecations, DeepSeek updates and pricing, Mistral changelog, and xAI release notes. Pair those with the provider's model catalog so you can see both replacements and current IDs.

How do I keep coding agents and AI apps current when model aliases change?

Watch the release notes, keep evals for your core workflows, compare the replacement model on your own prompts, and only then update the default model or alias. Treat migrations as engineering changes, not just documentation housekeeping.

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: July 29, 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

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

The last six months in LLMs in five minutes video thumbnail

The last six months in LLMs in five minutes

Simon Willison

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.

Resources

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.

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 current GPT-5.6 variants, smaller GPT-5.4 variants, reasoning levels, tool support, and cost-sensitive API paths.

OpenAI API changelog

Release notes · OpenAI · Intermediate

You want the official running log of OpenAI API launches, pricing shifts, renamed features, and model changes before updating a workflow or teaching page.

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.

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.

Codex changelog

Release notes · OpenAI · Beginner to advanced

You need the current Codex feature timeline before teaching a workflow that depends on new app, CLI, subagent, skill, or MCP behavior.

OpenAI reasoning model guide

Guide · OpenAI · Intermediate

You need to understand when internal reasoning is useful for coding, scientific work, agents, and harder multi-step tasks.

OpenAI Agents SDK models and providers

Guide · OpenAI · Intermediate

You are wiring agents across OpenAI and external providers and need the official model-selection and provider-behavior guide instead of inferring capabilities from scattered examples.

Claude models overview

Model docs · Anthropic · Beginner to advanced

You need the official comparison of the current Claude 5 family, context windows, aliases, and release families before choosing cost, speed, and reliability tradeoffs.

Anthropic platform release notes

Release notes · Anthropic · Intermediate

You need the current Anthropic changelog for model launches, API changes, and Claude Code updates before teaching or adopting a workflow.

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.

Meet the Claude models

Model guide · Anthropic · Intermediate

You want Anthropic's learner-facing overview of the current Claude lineup before changing long-running agent, coding, or enterprise research workflows.

What's new in Claude Sonnet 5

Release notes · Anthropic · Intermediate to advanced

You need the exact behavior, pricing, and compatibility changes in Claude Sonnet 5 before upgrading coding, tool-use, or long-context workflows.

Anthropic Advisor tool

Guide · Anthropic · Intermediate to advanced

You want Anthropic's current pattern for combining a fast executor with a higher-intelligence advisor model inside one tool-using workflow.

Gemini API models

Model docs · Google AI for Developers · Beginner to advanced

You need to compare current Gemini stable, preview, latest, and experimental model IDs, context windows, and modality support.