Writing
Notes, surveys and arguments.
Surveys, methods, and arguments. 16 posts, newest first.
2026
Retrieval Encoder Training Operationalization
A practical guide to deciding when a retrieval encoder is worth training, and how to measure the trade-offs in relevance, latency, and index size.
- machine-learning
- deep-learning
- information-retrieval
- notes
Recommender Systems - From Item Neighbors to Generative Sequence Models
How recommender systems moved from item-neighbor methods to generative sequence models—and why each generation hit a new ceiling.
- machine-learning
- deep-learning
- recommender-systems
- notes
A Vibecoder's Survival Guide to Software Testing
One section per kind of test. What it is in one sentence, a tiny example, the failure mode it catches that nothing else catches, an industry war story where useful, and what to install. Written for the developer who ships fast, ships with AI in the loop, and is tired of getting paged at 2 AM.
- software-engineering
- testing
- notes
Encoders - Squash Reality into a Vector Space
From SIFT histograms to CLIP's billion-parameter shared space, this post traces how vision and text communities independently discovered the same compression trick and then converged into one. Covers handcrafted features, shallow embeddings, deep CNNs, BERT, ViT, self-supervised pre-training, and multimodal alignment; with open problems and portfolio projects.
- machine-learning
- deep-learning
- notes
Why Innovation Does Not Live in Indonesia
A tech founder's economic argument for why Southeast Asia's largest economy cannot make its innovation flywheel spin. From rent-seeking capital allocation and a colonial trust deficit to missing exit markets, every stage of the cycle is broken.
- economics
- innovation
- indonesia
- startup
- notes
Agentic AI - From Symbolic Planning to Autonomous Software Engineers
Three decades of teaching machines to act. From STRIPS and BDI, through ReAct and Toolformer, to GRPO-trained agents solving real GitHub issues at superhuman rates. Covers the full lineage of agentic harnesses, tool-use training, end-to-end RL, and the MCP era. Includes open problems and portfolio projects.
- machine-learning
- deep-learning
- notes
Model2Vec, A Static-Embedding Distillation Algorithm, Explained
How to compress a sentence-transformer into a static lookup table that runs on CPU in three lines of NumPy. A re-implementation guide covering the full pipeline, vocab prep, per-token forward, PCA whitening, SIF/Zipf weighting, optional vocab quantization, and dtype quantization, with a ~80-line reference implementation.
- machine-learning
- deep-learning
- notes
Representation Analysis, A Reading Path
Eleven years of geometric thinking about embedding spaces, distilled into eight papers. From Mikolov's linear analogies (2013) to Bricken et al.'s sparse autoencoders (2023), discover, fix, diagnose, exploit. The throughline is one conjecture refined over a decade, high-level concepts are encoded as directions in representation space.
- machine-learning
- deep-learning
- notes
World Models - From Dyna to Foundation Simulators
A decade of teaching machines to imagine. From Sutton's 1990 Dyna planning loop through Ha & Schmidhuber's dreaming agents, the RSSM latent-dynamics lineage, foundation-scale video simulators, and LeCun's JEPA thesis. Includes open problems and a portfolio project guide.
- machine-learning
- deep-learning
- notes
2025
Spoken Language Processing
Spoken Language Processing is a branch of signal processing that deals with the analysis, synthesis, and manipulation of speech signals.
- philosophy
- machine-learning
- math
Personal Identity Problem and Mutability Immutability - Engineers Are Philosophers in Reverse
The personal identity problem asks whether something remains the same after it changes. Philosophers have long debated this through famous examples like the Ship of Theseus. In programming, mutability and immutability echo the same question - when something changes, is it still the same object? Software engineers unknowingly reinvent the personal identity problem each time they design systems.
- philosophy
Why Python is Irreplaceable for Data Science, AI, and Automation - a Design Perspective
Python is currently the most popular programming language for machine learning and data science. In this post, I will share my subjective experience on why I've stuck with Python for the last 3 years, and why I think Python's design is the future (for general purposes, not only AI, Data Science, and Automation).
- python
Collection of Foundational Math Problems
Foundational math problems to keep me on track after a long time of not doing math.
- math
Deep Learning Notes from Zero to Hero
Comprehensive notes from the Machine Learning Research Lab course @ Universitas Indonesia [In Progress]
- machine-learning
- deep-learning
- notes
Reinforcement Learning Notes: Theory and Algorithms
Taken on MRL course @ Universitas Indonesia [On progress]
- machine-learning
- reinforcement-learning
- notes
Paradigm of Making Machine Learn; Supervised, Unsupervised, and Reinforcement
Here we explain the standard notion of machine learning, a lot of example you see in the internet mostly a practical scenario. In this notes, we tries to explicitly define why! [On progress]
- machine-learning