A checklist for training a neural network that works
Overfit a tiny batch, watch the curves and change one thing at a time.
4 min read
Read →Plain-language guides on machine learning, LLM engineering and MLOps. Short reads, written to be useful on the day you need them.
Overfit a tiny batch, watch the curves and change one thing at a time.
4 min read · Read the guide →Overfit a tiny batch, watch the curves and change one thing at a time.
4 min read
Read →How to build a small, repeatable test harness for an LLM feature in an afternoon: cases, checks, scoring and a regression gate.
3 min read
Read →How chunk size, overlap and metadata affect whether the right passage is found.
2 min read
Read →How future information sneaks into training data, and how to spot it.
4 min read
Read →The stages of a document pipeline and why validation rules catch what confidence scores miss.
5 min read
Read →Why models read subword tokens, and why token counts drive cost and context.
4 min read
Read →A decision guide: what each approach changes, the questions that separate them, and how to test before you commit.
3 min read
Read →A test-set approach that needs no code: retrieval, correctness, grounding and honest refusals.
4 min read
Read →Why every batch job should give the same result when run twice.
4 min read
Read →How detectors are scored and why one mAP number is not enough.
4 min read
Read →What a team of one to five people should do for reliable ML in production, and what can wait.
3 min read
Read →Service health, data drift, prediction drift and delayed performance — what to watch and when to alert.
4 min read
Read →Why structured output still needs validation, and a simple retry-with-errors pattern.
4 min read
Read →Accuracy hides rare-class failures. Learn to pick a metric that matches the decision.
4 min read
Read →Direct and indirect injection, and why layered defences beat a clever system prompt.
4 min read
Read →The small set of NumPy, pandas and maths ideas that unlock machine learning.
4 min read
Read →A simple way to choose between three ways of adapting a language model to your work.
4 min read
Read →What the KV cache stores, how big it gets and how paging and prefix sharing help.
4 min read
Read →Why an honest ML evaluation needs three datasets, and the mistakes that quietly ruin it.
5 min read
Read →A plain-language explanation of embeddings and why they power search over documents.
4 min read
Read →The questions to ask before fine-tuning, and what LoRA changes about the cost.
4 min read
Read →A practical guide to when you need a GPU for machine learning, when a CPU is fine, and why environment setup is usually the real blocker for learners.
Read →
A plain-language explanation of RAG: why you add a retrieval step to a language model, the common failure modes, and how CapabilityNext teaches it.
Read →