How ML Runs in Production
One sentence from Chapter 7 deserves its own closing spotlight, because it quietly decides what many readers should study next. Here it is again: a deployed model is a program in production. Plateful's delivery model does not float in some mathematical realm — it lives on servers, ships in a container like any other software, redeploys through a pipeline whenever retraining produces a new file, and when it breaks at 3 a.m., it pages a human.
Read that list again and notice what's missing: nothing in it is specific to machine learning. Servers, containers, pipelines, monitoring — that is the ordinary software world, and the model is cargo riding on it. The ML world runs on the ordinary software world, and that is good news, because the ordinary software world is teachable — this catalog teaches it. This page is the map of that stack, with each layer's course named.
The Stack Under the Model
Start at the top and look down. The model-as-a-service from Topic 33 — a program that answers prediction requests — has to run somewhere, and that somewhere is almost always the cloud: computers you rent by the hour in someone else's data center instead of buying and racking your own. The model file is packaged and versioned like any software, loaded onto those rented machines, and pointed at by the app.
Cloud from Zero is the from-scratch door into that layer: what the cloud actually is, how the big providers compare, what regions and billing mean — no prerequisites, same register as this book. Everything Plateful's models run on, that course explains from the ground up.
Shipping and Automating
Now recall what Topic 34 established: models age, so retraining is scheduled work — which means the shipping never stops. Every retrain produces a new file that must be tested, versioned, and rolled out without breaking Friday dinner rush, and no team does that by hand for long. They automate it: pipelines that carry a change from "ready" to "live" through checks, the same way factories replaced hand assembly.
That discipline has its own name and its own course: DevOps for Beginners — how modern software gets built, tested, and shipped automatically rather than by hand and hope. (When you're ready for the tooling under it, the catalog's Git course is the standard next step.) None of it was invented for ML; all of it is what keeps ML running.
The Specialization with a Name
Running models in production has grown enough of its own toolbelt to earn a title, and you'll meet it in job ads: MLOps — DevOps thinking applied to the model lifecycle you learned in Chapter 7. That one sentence is genuinely the whole definition: the retraining schedules, the version rollouts, the monitoring for silent aging, treated as an engineering discipline rather than a heroic effort.
It is also a real career direction, and it sits exactly at this catalog's intersection: half of it is this book's Chapter 7, and the other half is the cloud-and-pipelines world the figure above just mapped. People who hold both halves are chronically scarce.
Choosing Your Door
So which door is yours? Honest test: which part of this book made you lean in? If it was the machine room — where the model physically runs, how the file gets from a training run to a million phones — start with Cloud from Zero, or go one floor further down with Computing Foundations from Zero, which explains what a computer, a program, and a network actually are, from nothing. If it was the models themselves — the framing, the training, the honest evaluation — the next page lays out that path.
And note that this is a fork in your reading order, not in your future: the two routes reconverge in every real ML team. Topic 50's brigade needs both wings — the people who make models worth shipping, and the people who keep shipped models alive.
- "ML infrastructure is a separate, exotic world." It is standard software infrastructure with model-shaped cargo: the same servers, containers, and pipelines every serious app uses. Knowledge of that world transfers to ML one-to-one.
- "MLOps is a whole new discipline to learn from scratch." It is DevOps reasoning applied to Chapter 7's lifecycle. Whoever holds either half — the model lifecycle or the shipping discipline — learns the other quickly.
- "To work near ML you must be the modeling person." Topic 50's brigade says otherwise: the engineers who run the production side are half the team, and the chronically scarce half at that.
- "What should I study next?" stops being a guess: the stack is mapped, each layer has a named course, and you can pick your entry floor deliberately.
- If the infrastructure side was your quiet favorite part of this book, that inclination has a career — and a curriculum — waiting for it.
Knowledge Check
Which statement best captures this page's central truth about deployed models?
- Deployed models need special ML-only infrastructure that ordinary software can't share
- A deployed model is a program in production, running on ordinary software infrastructure
- Once deployed, a model maintains itself without engineering work
- Models stay inside the training software and answer questions from there
What is MLOps?
- A technique for training larger models faster
- A new kind of model designed for production use
- Software that watches dashboards so engineers don't have to
- DevOps thinking applied to the model lifecycle from Chapter 7
A reader wants to understand the layer of rented machines, regions, and billing that models actually run on. Which course teaches that layer from scratch?
- DevOps for Beginners
- Cloud from Zero
- Computing Foundations from Zero
- This book — Chapter 7 covers it fully
Reading this book, you found Chapter 7 — deployment, monitoring, keeping models alive — more exciting than the modeling itself. What does this page suggest?
- That inclination is a real career direction — start at the infrastructure doors named here
- Ignore it — real ML careers are only about the modeling side
- Pick one side now, because the two paths never meet again
- First go and learn advanced math, since production infrastructure work strictly requires it up front
You got correct