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

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