
Learn AI as it actually is this week.
Official product sites, courses hosted by their publishers, and headlines from allowlisted feeds. Original foundation lessons stay separate — we do not invent a course catalog.
CurrentModel index Sep 16, 2026, 3:39 p.m. UTC
Official AI sites
All sitesChatGPT
OpenAI’s consumer and business chat assistant. A common first place people try writing, Q&A, and light coding help.
Claude
Anthropic’s AI assistant for chat, writing, and analysis. Available on the web and via API.
Gemini
Google’s assistant family, used in the Gemini app and across some Google products.
gemini.google.com
Cursor
An AI-centered code editor. You stay in a project; the assistant can read and edit files with your permission.
GitHub Copilot
GitHub’s coding assistant, used inside editors and on github.com. It suggests and explains code in your repository.
Hugging Face
A public hub for model weights, datasets, and demos. Also a place to run and share models without building hosting from scratch.
huggingface.co
Cited courses
All coursesEach card names the publisher and links to their page. Learn Lumin does not host these courses or issue their certificates.
OpenAI
OpenAI Academy
OpenAI’s own learning site for using ChatGPT and related products at work. We link the official catalog; Learn Lumin does not host the lessons or issue OpenAI’s certificates.
academy.openai.com
Anthropic
Claude Academy
Anthropic’s learning site for working and building with Claude. Collections and course pages live on academy.claude.com — not on this hub.
academy.claude.com
Anthropic
Interactive Prompt Engineering Tutorial
A chaptered tutorial Anthropic publishes on GitHub, with exercises on prompt structure, examples, and failure modes. It is their material, linked here as a cited resource.
Hugging Face
LLM Course
Hugging Face’s published course on large language models, on their Learn site. Open the official chapters there; this card is only a citation plus original context.
huggingface.co
Hugging Face
AI Agents Course
Hugging Face’s agents course (units on their Learn site). Use it to see how they currently explain tools and agent loops — then check a real product before you copy a pattern.
Hugging Face
Community Computer Vision Course
Hugging Face’s community computer-vision course. It is about images and vision models, not chat assistants. Read their units for current libraries and notebooks.
Latest news
All newsCurrentUpdates feed Sep 16, 2026, 3:39 p.m. UTC
- Helping older adults use AI in everyday life (official source, opens in a new tab)
Official feed · OpenAI news · Sep 16, 2026, 4:00 p.m.
- Reimagining advertising with AI (official source, opens in a new tab)
Official feed · OpenAI news · Sep 16, 2026, 1:00 p.m.
- n8n: stable (official source, opens in a new tab)
GitHub release · n8n-io/n8n releases · Sep 16, 2026, 6:52 a.m.
- n8n: n8n@2.39.6 (official source, opens in a new tab)
GitHub release · n8n-io/n8n releases · Sep 16, 2026, 6:52 a.m.
- n8n: n8n@1.123.80 (official source, opens in a new tab)
GitHub release · n8n-io/n8n releases · Sep 16, 2026, 6:51 a.m.
- Vercel AI SDK: @ai-sdk/zai@3.0.11 (official source, opens in a new tab)
GitHub release · vercel/ai releases · Sep 15, 2026, 5:25 p.m.
Foundation lessons
All lessonsShort original lessons from this site. They are not third-party courses.
8 min
What AI is — and what it is not
A plain-language map of the field so chatbots, models, and automation stop sounding like the same thing.
10 min
How language models work (without the mystique)
Tokens, context windows, and why “the model said” is not the same as “the model retrieved.”
10 min
Prompts, tools, and agents
How to get useful work from an assistant, and when you have actually built a workflow rather than a chat.
8 min
Choosing a model without hype
A checklist that survives leaderboard screenshots: task, context, license, where the data goes, and a real trial.