Reading List

Books, papers, and resources that have shaped how I think about ML systems, product building, and the real-world problems they solve.

๐Ÿง  ML Research

Designing Machine Learning Systems

by Chip Huyen

The best end-to-end guide on taking ML from notebook to production. Changed how I think about data distribution shifts and monitoring.

Attention Is All You Need

by Vaswani et al.

The transformer paper that reshaped NLP and, eventually, everything else. I keep returning to the multi-head attention diagrams.

Deep Learning

by Ian Goodfellow, Yoshua Bengio, Aaron Courville

Dense but indispensable โ€” the chapters on optimisation and regularisation are foundational for anyone building neural nets.

๐Ÿš€ Product & Startups

The Lean Startup

by Eric Ries

Build-measure-learn loops applied directly to how I approached early Pulp AI iterations. Lean validation saved us months.

Zero to One

by Peter Thiel

Contrarian thinking on monopoly vs competition. The question 'What important truth do very few people agree with you on?' stays with me.

Inspired

by Marty Cagan

Practical product management frameworks. The distinction between discovery and delivery shaped how I run product experiments.

๐Ÿฅ Public Health

Guns, Germs, and Steel

by Jared Diamond

A sweeping look at how geography and biology shaped civilisation โ€” informed my perspective on health infrastructure disparities.

The Emperor of All Maladies

by Siddhartha Mukherjee

A biography of cancer that reads like a thriller. Deepened my appreciation for how diagnostics and public health intersect.

๐Ÿ“Š Economics

An Introduction to the Analysis of Algorithms

by Robert Sedgewick, Philippe Flajolet

Rigorous yet readable. The probabilistic analysis chapters gave me new tools for reasoning about system performance at scale.

Poor Economics

by Abhijit Banerjee, Esther Duflo

RCT-driven development economics. Directly inspired the evaluation methodology we used in the TB adherence project.