The AWS AI Practitioner is the entry point. It covers foundational concepts — what machine learning is, how AI services like Rekognition, Comprehend, and Translate work at a high level, and when to apply them. It is broad rather than deep, designed to give you the vocabulary and a mental model for how AWS structures its AI offering. I found it useful for framing conversations with stakeholders who want to understand what AI can do without getting into the engineering.
The Machine Learning — Specialty goes deep into the technical pipeline: data engineering, exploratory analysis, modelling, and operationalising ML workloads on AWS. It covers SageMaker extensively — training jobs, hyperparameter tuning, inference endpoints, and model monitoring. The curriculum assumes you understand the mathematics behind common algorithms (linear regression, decision trees, clustering) and can reason about which approach fits a given problem. This is the certification that forces you to think like an ML engineer, not just a cloud architect.
The Machine Learning Engineer — Associate sits between the two in terms of audience but is more operationally focused. It emphasises MLOps: building reproducible pipelines, automating model retraining, deploying to production with canary rollouts, and monitoring for drift. Where the Specialty cert asks "can you build a model?", the Engineer cert asks "can you keep it running reliably at scale?" For platform engineers, this is arguably the most directly applicable of the three.