Click any level to see what you'll learn.
The foundation everything else builds on. You'll learn to navigate a Linux system, create and manage files, control who can access what, and chain commands together to automate tasks. By the end, you'll be able to set up users, connect to servers over SSH, install software, and run your first Docker container.
Python from zero, built for AI work. Variables, data structures, file I/O, JSON, CSV, regex, error handling, HTTP requests, and CLI tool construction. Every skill you need before calling AI APIs in Level 3.
Your first AI API calls. How tokens, context windows, and temperature work. Calling Claude, reading the response, streaming tokens. System prompts for controlling voice and format. Zero-shot, few-shot, and chain-of-thought prompting. Structured JSON output with validation. Prompt injection defense. Cost math and caching strategies.
Build three real AI-powered tools. A log analyzer that correlates multiple sources. A report generator that produces executive briefings and technical appendices. A ticket classifier that improves from 70% to 94% accuracy through prompt iteration. Each tool follows the same architecture: read, process, output.
Ship the tools from Level 4 as production systems. Testing, packaging, scheduling, pipelines, batch processing, monitoring, cost optimization, and a full production capstone. The final tutorial introduces the agent pattern: observe, decide, act.
Build an AI agent from scratch. Observe-decide-act loops, tool use with JSON dispatch, persistent memory, multi-step planning, safety guardrails, and a full 24-hour monitoring simulation. One agent.py, built piece by piece across six tutorials.
Machine learning from scratch. Load data, split train/test, train your first model, evaluate with real metrics (not just accuracy), try better algorithms, learn regression, and build a full pipeline — then compare it to what Claude can do with zero training data.
How neural networks actually work. Tensors, layers, activation functions, the training loop. Build a network from scratch, use pre-trained models, fine-tune via API, and learn when fine-tuning beats prompting.
Ship models to production. Save and load trained models, serve predictions via Flask, batch processing, prediction logging, drift detection, automated retraining, and full integration. The engineering that turns a notebook into a service.
Capstone projects that combine everything from Levels 1-9. Build a cross-host security analyzer, a self-healing infrastructure agent, an incident correlation engine, and a production-grade deployment of your best tool.
Real job titles that use the tools taught in this course.
Salary ranges based on 2025-2026 US market data. The first role in each column is the most common entry point from this course.