Nested Learning

This post introduces a new learning paradigm, Nested Learning (NL), which represents a model as a coherent set of nested, multi-level, and/or parallel optimization problems, each with its own context flow.

Read more

Common ML Concepts Explained Simply

This post introduces basic concepts of tokenization, decoding, prompting, tool-augmented agents, RAG, RLHF, VAEs, diffusion models, and LoRA—presented with standard objective functions and probabilistic notation.

Read more

Performance Hints in C++

This post tidies up the core ideas for how to think about, estimate, measure, and ship performance improvements—mainly for single-binary software (not distributed systems or ML hardware tuning).

Read more