Artificial intelligence
The vocabulary, the credentials, and where the bill arrives
AI is the one field on this site where the vocabulary moves faster than the substance. That gap is where most of the wasted money goes: courses named after a product that will be renamed next year, certificates that prove you can define a term, and a great deal of confident writing that never says what anything costs. This portal is the counterweight — 13 concepts in the order they make sense, 7 vendor exams with what each one actually signals, and the two course shelves that teach them.
There are two honest ways into this field and one dishonest one. The builder path is Python, then the maths you can tolerate, then training models on real data. It takes months and it is the only route into research or model engineering. The applied path is learning to use models well — retrieval, evaluation, and the limits of the tools — inside a job you already understand. It takes weeks, and it is where most of the value being captured right now actually sits. The dishonest path is collecting fundamentals badges from three vendors and never shipping anything; employers have learned to ask what you built.
Read the AI pillar if you want the argument in one piece. Use this page if you want the route.
The vocabulary, in three layers
Not alphabetical, and not by popularity. In the order where each term is explained by the ones above it.
Foundation — how a machine learns anything at all
Three terms that have not changed in a decade and explain every headline that has. Read these first; everything else is a special case of them.
- Machine LearningMachine learning is the branch of computing in which a program works out its rule from examples instead of being handed that rule by a programmer, and is judged on how well the rule holds on cases it was never shown.
- Neural NetworksA neural network is a stack of layers of very simple arithmetic units whose connection strengths are adjusted by training until the whole arrangement turns the inputs you have into the outputs you want.
- Deep LearningDeep learning is machine learning built on neural networks of many stacked layers, which work out for themselves which properties of the raw data matter instead of being handed a list by a person.
Architecture — the designs that won
One architecture underlies every chat assistant you have used, and two long-standing problem families explain what it was built to do.
- TransformersA transformer is a neural-network design that takes a whole sequence in at once and, for every element in it, works out how strongly each of the other elements should influence that one.
- Large Language ModelsLarge language models are neural networks trained on a vast quantity of written text to predict the piece of text that comes next, an objective narrow enough to state in a line and broad enough to yield writing, translation, code and summary as side effects.
- Natural Language ProcessingNatural language processing is the area of AI that makes human language readable and writable by machine: sorting text into categories, pulling structured facts out of it, translating it, generating it and measuring whether any of that came out right.
- Computer VisionComputer vision is the branch of artificial intelligence that turns images and video into structured answers: what is in the frame, where it sits, which pixels belong to it, and where it moves next.
Application — where most people actually meet AI
This is the layer that pays for most readers of this site. None of it requires training a model; all of it requires knowing what the model is doing.
- Generative AIGenerative AI is the market's name for models whose output is a piece of content, such as text, images, audio, video or code, as opposed to the much larger body of models that sort, score or forecast things that already exist.
- Prompt EngineeringPrompt engineering is the practice of composing what you send a generative model, the instruction, the supporting material and the worked examples, so that it returns something you can actually use.
- Retrieval-Augmented GenerationRetrieval-augmented generation is a pattern that searches a body of documents when a question arrives and places the passages it finds into the model's prompt, so the answer is drawn from those sources rather than from training alone.
- Agentic AIAgentic AI is software that wraps a language model in a loop where it can request actions from real tools, read what each action returns, and choose the next move until the job is finished or a rule stops it.
The two that decide whether any of it ships
Every AI project that dies, dies here rather than in the modelling. Learn them early enough to argue with a plan, not late enough to explain a failure.
- MLOpsMLOps is the engineering practice of keeping a trained model useful in production: recording what produced it, serving it, watching for the day its answers stop matching the world, and retraining or reverting before anyone downstream is harmed by the gap.
- Responsible AIResponsible AI is the practice of building and running systems whose decisions you could defend to the person on the receiving end of them, covering fairness, transparency, privacy and accountability.
The credentials, and what each one signals
Every price below is the vendor's list price, read on the date shown, before the tax and country adjustment that will change it. The foundational exams certify vocabulary. The associate exams certify plumbing. Neither certifies that you have built anything, and no employer reads them as if they did.
- AIF-C01 · FoundationalAWS Certified AI Practitioner100 USD (read 12 September 2026)
- AI-901 · FoundationalMicrosoft Certified: Azure AI Fundamentals99 USD (read 8 September 2026)
- DP-900 · FoundationalMicrosoft Certified: Azure Data Fundamentals99 USD (read 8 September 2026)
- DEA-C01 · AssociateAWS Certified Data Engineer – Associate150 USD (read 12 September 2026)
- Data Engineer Associate · AssociateDatabricks Certified Data Engineer Associate200 USD (read 12 September 2026)
- DP-700 · AssociateMicrosoft Certified: Fabric Data Engineer Associate165 USD (read 8 September 2026)
- PL-300 · AssociateMicrosoft Certified: Power BI Data Analyst Associate165 USD (read 8 September 2026)
Pick the vendor your employer already runs, or the one your target job postings name. The fundamentals exams cover substantially the same ideas in different dialects — the ideas transfer, the dialects do not. The full exam catalogue, including the security, networking and project-management ladders, is on the certifications hub.
Where AI meets the rest of the site
AI is not a vertical on this site so much as a pressure applied to the other four. These are the places where that pressure turns into a decision someone has to make.
Hosting & cloud
This is where an AI project stops being free. A model that runs on someone else's API is a per-token bill that scales with success; a model you host yourself is a GPU you rent by the hour whether it is busy or not. Neither is the cheap option by default, and the decision is the same one the hosting ladder describes: the lowest rung that meets the real need.
Data & analytics
Every serious practitioner in this field spends most of their time on data, not on models. That is not a slogan — it is why the associate-level exams above are data-engineering exams rather than AI exams, and why a retrieval system fails on the documents long before it fails on the model.
Programming
Assistants changed how code gets written and not what makes it correct. The skills that decide whether an AI-assisted codebase survives its second year — reading code you did not write, reviewing, testing, knowing what to refuse — are the same ones that decided it before.
Digital assets
Generated images are the live licensing question of the moment: what you may sell, what a marketplace now requires you to declare, and what a client's legal team will ask for. The licence vocabulary that answers it is the same one that governs stock and templates.
Courses from the AI shelves
From the directory's generative-AI and data-science shelves — every card leads to the course page, which carries the provider link and the affiliate disclosure.
Ultimate AI Art Content Creation Course (Generative AI)
Become an outstanding AI art content creator!Learn how to produce studio quality images & videos from scratch WITHOUT d…
Deep Learning with Pytorch
In this course, you are going to learn what is and how to implement a Neural Network model. To do this, you will use th…
ChatGPT Data Analysis Bootcamp: Fast & Complete
Unlock the full power of ChatGPT and become a data analysis expert - no prior experience required!In this hands-on boot…
Part Two- Statistics for Data Analysis with SPSS
This course provides a comprehensive introduction to inferential statistics, focusing on both parametric and non-parame…
Quantizing LLMs with PyTorch and Hugging Face
As large language models (LLMs) continue to transform industries, the challenge of deploying these computationally inte…
Practical Deep Learning with Tensorflow 2.x and Keras
**UPDATED: Now using Tensorflow 2. Please post in Q & A if you have any trouble. I'm here to help****UPDATED 11-2025: A…
Questions people actually arrive with
- Do I need to learn maths to work with AI?
- Only for one of the two paths. If you want to build or train models, yes — linear algebra and statistics at working level, and there is no shortcut past it. If you want to use models well, which is where most of the value companies are currently capturing sits, no. The applied path is retrieval, evaluation, prompting and knowing the failure modes, and it takes weeks rather than months. Decide which one you are on before you buy a course, because the two share almost no material.
- Is an AI certificate worth anything?
- A fundamentals badge certifies vocabulary, and employers read it that way — it says you can hold a conversation about the platform, not that you have shipped anything. That is genuinely useful if you are moving into an AI-adjacent role from marketing, support or analysis, and close to useless on its own if you are applying for an engineering job. The associate-level data exams are a different proposition: they certify plumbing that a team actually needs. The failure mode we see most often is collecting three fundamentals badges from three vendors and no project that ever ran.
- Which vendor should I certify with?
- Whichever cloud your employer already runs, or the one named most often in the job postings you are actually applying to. The fundamentals exams from Microsoft and AWS cover substantially the same ideas in two dialects; the ideas transfer and the dialects do not. Picking on merit rather than on your target employer's stack is the most common wasted exam fee in this field.
- Why is there no AI tool or product recommendation here?
- Because we are not in any AI affiliate programme, so we have nothing to sell you and no basis for a ranking we would stand behind. The course links on this page are affiliate links to the directory and they are disclosed on every course page. If that changes, the disclosure will change with it, on this page, before any recommendation appears.
Last reviewed 30 August 2026 · Getting Digital
