Qm

Topic · Machine Learning & AI

← All topics

ML Systems & MLOps

28 articles · 5 checkpoints · 16 deeper reads · 7 reference notes

Every article, in reading order

plant a flag as you finish each

Read these first

  1. A model that acts on its own predictions can end up changing the very world it is trying to predict, sometimes proving itself right for the wrong reason, sometimes destroying the pattern it was built to exploit.

  2. A model's prediction is instant, but knowing whether it was right often is not, and that gap between prediction and ground truth shapes almost everything about how a live ML system can be monitored and retrained.

  3. Machine learning systems accumulate a distinctive kind of technical debt: changing one feature, one label definition, or one upstream data source can silently break a model in ways ordinary software's error messages never catch.

  4. How a trained model actually gets its prediction to a trading system, batch, online, or streaming, is a design decision with real consequences for latency, cost, and how stale a prediction is allowed to be.

  5. A model can perform beautifully in backtest and then quietly underperform live, not because the model is wrong but because the data it sees in production is computed differently from the data it trained on.

Then the rest

Reference notes7 short entries