How to Work with AI Coding AgentsA practical guide on effectively using AI coding agents by providing context, breaking down problems, and maintaining control over the development process.
How Does a RAG Reranker Really Work?Explains how RAG rerankers actually work at the token level rather than just architectural level, showing they learn statistical token associations conditioned on query-passage pairs.
My MATS 11.0 Application ExperienceAn accepted MATS 11.0 applicant shares their experience with the OpenAI safety team stream application process and advice for future candidates.
Why Random Forest Needs to Be This RandomExplains the mathematical rationale behind Random Forest's feature subsampling, showing how it reduces correlated errors between trees beyond what bagging alone can achieve.