Skip to content

AI Study

The engineer's path into AI. From machine learning fundamentals to production LLM systems — practical, structured, and built for people who already ship software.

You already know how to build software. This guide teaches you the other half of modern AI engineering — how models work, how to wire them into real systems, and how to make them fast, cheap, and reliable in production. No PhD required. Every topic is written for developers, with code, diagrams, and clear trade-offs.

Learning paths

The full curriculum

New to the vocabulary? Keep the Glossary open as you read — it defines every term the guide uses.

Why this guide

Practical first

Every concept is tied to something you’d actually build or debug. Theory shows up only where it changes a decision.

Code & diagrams

Runnable snippets, request/response shapes, and architecture diagrams instead of dense notation.

Trade-offs explicit

”When to use what” guidance — cost, latency, accuracy, and complexity stated up front, not buried.

Beginner to advanced

Each section ramps from first principles to production concerns, so you can enter at your level.

Brand new to AI

Begin with AI Fundamentals to build the core mental models, then move through Machine Learning and Deep Learning.

Shipping to production

Head to AI Infrastructure and MLOps for serving, scaling, monitoring, and cost control.