Anthropos
Academy
1 new paths
Buy AI Academy$399$199/yr
Log inSign up free
Log inBuy AI Academy — $399$199/yr
  1. AI Academy
  2. ›AI for Engineers
  3. ›Production & Reliability
R23
E20
V22
All paths
/Production & Reliability
LLM Evaluation
AdvancedEngineer
Evaluation as a discipline — from your first eval to LLM-as-judge rigor, eval suites at scale, and CI gating for production AI
5 chapters ~1.5 hr
Earn a Certificate of Completion
Adversarial AI
AdvancedEngineer
Defend and red-team your AI — prompt-injection foundations, defense-in-depth, attack taxonomy, automated jailbreak tooling, and context poisoning for production systems
5 chapters ~1.5 hr
Earn a Certificate of Completion
AI Governance & Compliance
FoundationsNon-tech
A leader's tour of the rules, evidence, and response that make an AI compliance program regulators actually accept.
7 chapters ~2.5 hr
Earn a Certificate of Completion
Code Testing for Agentic Dev
PractitionerEngineer
Static analysis, coverage, mutation, AI-driven test generation, pre-commit hooks, and property-based testing — the feedback loops that keep Claude Code and Codex honest
7 chapters ~2.5 hr
Earn a Certificate of Completion
E2E & Multimodal AI Testing
PractitionerEngineer
Test what users experience — Playwright, agentic browser QA, LLM-powered visual and audio testing, and test infrastructure at scale
6 chapters ~2 hr
Earn a Certificate of Completion
Production AI
PractitionerEngineer
Ship and operate — testing, security, cost, streaming, system design, and UX
11 chapters ~4 hr
Earn a Certificate of Completion
5 chapters
Explore the full LLM Evaluation path
Advanced Evals & LLM Judges: Start Here
A 12-minute orientation to the Advanced Evals skill path — judges, suites, and gates: the three layers that turn eval-by-vibes into a discipline that ships
12 min
Eval Foundations: Your First LLM Eval in 30 Minutes
Stop checking outputs by vibes — build a runnable eval with a golden dataset, deterministic scorer, and LLM judge, and read the result like an engineer
22 min
LLM-as-Judge: Rubrics, Bias, and Reliability
Design judges that survive CALM biases, calibrate against humans, and earn a place in your CI gate
22 min
Inspect AI: Production Eval Suites at Scale
Author, run, and visualize frontier-grade eval suites with UK AISI's open-source framework
22 min
Eval Gating in CI: Blocking Bad Merges
Wire per-PR evals into GitHub Actions, pick thresholds that survive flakiness, and decide when a gate belongs on main
22 min
Certificate
Certificate of mastery
Complete all chapters to earn your certificate
5 chapters
Explore the full Adversarial AI path
Adversarial AI: Start Here
Orientation across the four-chapter Adversarial AI skill path — defender → threat-surface → offense → program — covering everything from your first prompt-injection patch to running an internal red-team practice
12 min
Prompt Injection Defense Foundations
Why prompt injection exists, how attackers exploit it, and the layered defense every LLM-powered feature needs before shipping
22 min
Context Poisoning & Indirect Injection
Map and defend the agent-era attack surface — RAG poisoning, document-borne payloads, memory poisoning, and tool-output hijacking that direct-injection defenses don't reach
22 min
Automated Jailbreak Tooling
Stand up automated offensive tooling for AI red-teaming — DeepTeam, PyRIT, Mindgard; attacker LRMs and BYO-attacker pattern; PAIR, TAP, GCG algorithms; and trajectory caching that turns expensive discovery into cheap CI gates
22 min
AI Red Teaming & Adversarial Evaluation
Run a red-team program for production AI — taxonomy, the finding lifecycle, runtime monitoring, alignment regression, and the internal playbook
22 min
Certificate
Certificate of mastery
Complete all chapters to earn your certificate
7 chapters
Explore the full AI Governance & Compliance path
AI Governance & Compliance: Start Here
A 12-minute orientation to the AI Governance & Compliance skill path — the rules, the evidence, and the response that turn "we should be compliant" into a program regulators accept
12 min
EU AI Act in Practice: GPAI Obligations
Ship compliant general-purpose AI before 2 Aug 2026 — scope, tech docs, copyright, systemic risk, and the Code of Practice shortcut
22 min
Model Cards and Audit Trails That Survive Regulators
Produce audit-ready model cards and signed, immutable logs that tie every output to its source, model version, and policy
22 min
AI Incident Response: From Detection to Recovery
Handle the 3am page — detect AI failures, contain blast radius, file Article 62 reports on time, and turn post-mortems into hardening
22 min
US AI Compliance Survey
Navigate the fragmented US AI regulatory landscape — NIST AI RMF, state-level laws, post-EO federal posture, and enforcement actions that set precedent
22 min
UK and Global AI Compliance
Map the compliance terrain beyond the EU and US — UK AISI, OECD AI Principles, ISO/IEC 42001 certification, and the frameworks shaping AI governance worldwide
22 min
Industry-Specific AI Compliance
Comply with sector regulators — HIPAA for healthcare AI, FDA for medical devices, FINRA for financial services, and PCI-DSS for payment systems
22 min
Certificate
Certificate of mastery
Complete all chapters to earn your certificate
7 chapters
Explore the full Code Testing for Agentic Dev path
Code Testing for Agentic Dev: Start Here
A 12-minute orientation to the Code Testing skill path — the five feedback layers that keep Claude Code and Codex honest, and the order to learn them in
12 min
Testing Foundations
Test strategy, the testing trophy, and writing automated tests that actually catch bugs
18 min
Static Analysis for Agentic Development
Wire Ruff, Biome, Pyrefly, ty, Semgrep, and CodeQL as sub-second feedback sources for Claude Code and Codex
20 min
Pre-Commit Guardrails for AI Agents
Wire format, lint, type-check, and test into a layered hook stack that forces Claude Code and Codex to fix before they commit
20 min
Coverage & Mutation Testing
The two-tool feedback loop — coverage shows where tests are missing, mutation shows whether the tests you have actually catch bugs
22 min
AI-Driven Test Generation
From one-shot prompts to feedback-driven loops — drive, supervise, and review the systems that now write your tests
28 min
Property-Based & Fuzz Testing
Move past hand-picked examples — specify invariants, let generators hunt counterexamples, and pair the discipline with agents that propose the properties you missed
22 min
Certificate
Certificate of mastery
Complete all chapters to earn your certificate
6 chapters
Explore the full E2E & Multimodal AI Testing path
E2E & Multimodal AI Testing: Start Here
A 12-minute orientation to the E2E & Multimodal Testing skill path — the four senses QA needs when agents ship multimodal products, and the order to learn them in
12 min
Playwright Essentials
Master browser testing with Playwright — locators, assertions, debugging, and cross-browser automation
20 min
Agentic AI Testing
AI agents that browse, click, and test — Playwright MCP, Test Agents, and autonomous QA workflows
22 min
Visual AI Testing
Screenshots meet LLM vision — semantic visual QA, vibe checks, design fidelity, and intelligent visual regression
20 min
Voice & Audio Testing
Test what users hear — voice bot QA, audio quality analysis, speech pipeline testing, and multimodal CI
22 min
Test Infrastructure at Scale
CI/CD pipelines, sharding, test observability, and AI-powered orchestration for production-grade testing
22 min
Certificate
Certificate of mastery
Complete all chapters to earn your certificate
11 chapters
Explore the full Production AI path
Production AI: Intro
The map of the Production AI skill path — what each chapter teaches, how they fit together, and where to start
12 min
AI Testing & Evals
Build eval suites, catch regressions, and ship AI features with confidence
20 min
LLMOps in Production
Deploy, monitor, and operate AI systems that stay reliable at scale
22 min
AI Observability & Agent Tracing
Instrument, debug, and optimize multi-step AI agents in production
22 min
AI Security & Guardrails
Protect AI applications — from prompt injection defense to EU AI Act compliance
22 min
AI Cost & Model Strategy
Master token economics, model routing, and budget governance to run AI sustainably
20 min
Streaming & Real-Time AI
SSE, WebSockets, partial JSON parsing, streaming tool calls, and responsive AI interfaces
22 min
AI System Design
Architect reliable, scalable AI-native applications for production
22 min
AI UX Patterns
Design AI features users actually trust — confidence indicators, graceful failures, and human-in-the-loop
22 min
Model Migration & Multi-Provider
Prepare for model deprecations, build abstraction layers, and route across providers with confidence
22 min
Load Testing AI Systems
Why k6 and Locust lie about streaming LLMs — TTFT, ITL, goodput, GPU saturation, and SLO-gated load tests that actually predict production
22 min
Certificate
Certificate of mastery
Complete all chapters to earn your certificate