AI learning guide

Best AI resources for data teams

Connect data, ML, retrieval, observability, and production workflows.

Best production ML habits: Made With ML. Free course covering production ML workflows. Start here if your data team needs engineering habits that transfer to AI systems.

Best structured ML engineering path: DataTalks.Club ML Zoomcamp. Free cohort course for machine learning engineering. Use it when data engineers need a clear bridge into ML and AI engineering.

Best observability path: Phoenix by Arize. Open-source tracing and eval tooling for LLM applications. Use it when data teams own quality measurement and debugging.

Data teams already own many AI foundations

Data teams understand pipelines, quality checks, schemas, dashboards, experiments, and production data. Those skills transfer directly into RAG, evals, observability, and AI product measurement.

Made With ML and DataTalks.Club are good bridges into ML engineering. Phoenix is useful when the team needs to inspect LLM traces and evaluate workflow quality.

Move from data access to AI quality

A data team supporting AI should think about source freshness, permissions, feature stores, retrieval quality, eval datasets, and monitoring. The model is only one part of the system.

Good resources should connect data engineering habits to AI workflows: reproducibility, lineage, test sets, observability, and clear ownership of failure modes.

Recommended courses and resources

  1. OpenAI Data agent in ChatGPT Work

    Data agent product guide · OpenAI · Intermediate

    You want OpenAI's September 10, 2026 overview of the Data agent in ChatGPT Work, which connects company data, investigates changes, and produces interactive dashboards through a conversational workflow.

  2. Enterprise Frontier Safeguards

    Agent security architecture guide · Anthropic · Advanced

    You want Anthropic's September 1, 2026 architecture for combining customer-controlled data storage with automated misuse monitoring for sensitive frontier-model workloads.

  3. Agentic models, measured on the injections that move money

    Open security benchmark · Hugging Face Community · Intermediate to advanced

    You want a reproducible September 5, 2026 benchmark for comparing how agentic models handle indirect prompt injection, with public data, a public harness, control runs, tool-call traces, and outcome metrics tied to unauthorized payment actions.

  4. Automation's Early Footprint

    Open research and dataset · Cohere · Intermediate

    You want an evidence-based map of what public agent tools actually automate, built from Cohere's September 3, 2026 open Agentic Task Ecosystem dataset of roughly 696,000 tools across 123,000 MCP servers.

  5. Training and Finetuning Multi-Vector Embedding Models with Sentence Transformers

    Training guide · Hugging Face · Advanced

    You need an end-to-end August 26, 2026 recipe for adapting a late-interaction retriever to your own domain, from datasets and losses through training, evaluation, and index optimization.

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

Pinecone semantic search video thumbnail

Pinecone semantic search

Pinecone

ML Zoomcamp supervised learning video thumbnail

ML Zoomcamp supervised learning

DataTalks.Club

Educators and sources

Educator / source Best for Skills Start with
Developers, data scientists Practical ML, Ethics, Education Use fast.ai essays and course material alongside hands-on notebooks.
Developers building LLM apps Structured outputs, Extraction, RAG Try the Instructor examples for extraction and validation.
ML engineers, data teams Applied ML, Recommenders, LLM systems Read the applied ML and LLM systems posts.
Marketers, analysts, business leaders AI marketing analytics, Prompting, Data strategy, Measurement Find a generative AI or analytics workflow and run it on your own marketing data.
Marketers, founders, audience researchers AI search, Audience research, Marketing strategy, Content quality Use AI as an analysis assistant after gathering audience data, not as a substitute for research.
Ecommerce marketers, email marketers, founders AI email marketing, Lifecycle campaigns, Copywriting, Ecommerce Use AI to draft variants for one email campaign, then edit with performance data in mind.
Developers building RAG and document agents RAG, Agents, Document workflows, Context augmentation Read the LlamaIndex introduction, then build a small document Q&A app.
Data and AI practitioners Data systems, ML engineering, AI trends Search episodes by topic: RAG, evaluation, agents, MLOps.
Developers learning RAG and LLM apps RAG, LLM apps, Prompting, Evaluation Search the channel for the RAG or LangChain workflow you are building.
Developers learning retrieval Vector search, RAG, Hybrid search, Agents Use Weaviate videos on hybrid search and RAG basics.
Beginners and career switchers AI literacy, Data skills, Career learning, Prompting Use beginner learning-roadmap videos to choose a first path.
Developers and data science learners Machine learning, Deep learning, LLM apps, MLOps Pick a playlist that matches your current level and follow the code.
AI engineers and product builders AI engineering, Developer tools, Agents, Structured data Watch talks on AI-native interfaces and structured workflows.

Resources

OpenAI Data agent in ChatGPT Work

Data agent product guide · OpenAI · Intermediate

You want OpenAI's September 10, 2026 overview of the Data agent in ChatGPT Work, which connects company data, investigates changes, and produces interactive dashboards through a conversational workflow.

Enterprise Frontier Safeguards

Agent security architecture guide · Anthropic · Advanced

You want Anthropic's September 1, 2026 architecture for combining customer-controlled data storage with automated misuse monitoring for sensitive frontier-model workloads.

Agentic models, measured on the injections that move money

Open security benchmark · Hugging Face Community · Intermediate to advanced

You want a reproducible September 5, 2026 benchmark for comparing how agentic models handle indirect prompt injection, with public data, a public harness, control runs, tool-call traces, and outcome metrics tied to unauthorized payment actions.

Automation's Early Footprint

Open research and dataset · Cohere · Intermediate

You want an evidence-based map of what public agent tools actually automate, built from Cohere's September 3, 2026 open Agentic Task Ecosystem dataset of roughly 696,000 tools across 123,000 MCP servers.

How to Choose the Best AI Model (Live, in Your Editor)

Model selection guide · OpenRouter · Intermediate

You want a practical six-step workflow for shortlisting models from live data, testing them on your own prompts, measuring cost per completed task, and choosing or routing from inside a coding assistant.

OpenAI Batch API guide

Guide · OpenAI · Intermediate

You want the official OpenAI pattern for queueing large asynchronous jobs such as eval runs, backfills, classification batches, or dataset generation.

OpenAI eval design guide

Guide · OpenAI · Intermediate

You need practical guidance for designing representative eval datasets, choosing graders, and turning model testing into an engineering loop instead of ad hoc spot checks, especially while OpenAI's older Evals platform is winding down toward read-only status on October 31, 2026.

OpenAI evals quickstart and datasets

Guide · OpenAI · Intermediate

You want OpenAI's current quickstart for turning examples into dataset-backed evals and improvement loops instead of relying on a deprecated docs path.

Anthropic MCP guide

Guide · Anthropic · Intermediate

You want Anthropic's official guidance for exposing tools and data to Claude through MCP instead of only reading the base spec.

Building managed agents

Guide · Google AI for Developers · Intermediate to advanced

You want to extend Gemini's managed-agent harness with your own instructions, skills, and data instead of using the default Antigravity setup unchanged.

OpenRouter benchmarks API

API reference · OpenRouter · Intermediate

You want machine-readable benchmark data for coding, intelligence, or agentic tasks before choosing or routing across model families.

OpenRouter rankings data API

Data API · OpenRouter · Intermediate

You want current usage and rankings data that reflects what developers are actually using, not only benchmark scores or launch-day marketing.

Cohere Embed Jobs API

API docs · Cohere · Intermediate

You need Cohere's bulk embedding workflow for larger corpora instead of issuing one embedding request per document at ingestion time.

OpenRouter models API

API reference · OpenRouter · Intermediate

You want a machine-readable way to inspect current models, filters, and metadata across providers.

OpenRouter Ori Eval

Evaluation guide · OpenRouter · Intermediate to advanced

You want to turn real project prompts and data into repeatable cross-provider agent evals that check answers, tool calls, completion, latency, and cost, then rerun them in CI when models change.