Reading Notes 2026 Jan - Feb
My Medium Articles!
Let me start with my new article – in the last two months, I published one article on TDS:
- Your First 90 Days as a Data Scientist: In this article, I look back my latest onboarding experience and summarized practical onboarding tips for data scientists.
Reading List in Past Two Months
Now, let’s talk about the great articles I came across in the past two months.
Data Science & Analytics
- Causal ML for the Aspiring Data Scientist: An introduction of important concepts and tools in causal ML.
- Randomization Works in Experiments, Even Without Balance: What causes covariate imbalance even with randomization and can we still trust experiments in that case.
- How to Model The Expected Value of Marketing Campaigns: Combine purchase likelihood models, expected value modeling and the profit curve to make marketing campaign decisions.
- Multi-Attribute Decision Matrices, Done Right: Multi-attribute decision matrices (MADM) are a useful methodology for comparing multiple alternatives and selecting the choice that best fits your needs and budget.
- Data Poisoning in Machine Learning: Why and How People Manipulate Training Data: Data poisoning is changing the training data used to produce a machine learning model in some way so that the model behavior is altered – how it happens, why it matters and how to avoid it.
- The Three Ages of Data Science: When to Use Traditional Machine Learning, Deep Learning, or a LLM (Explained with One Example): Use sentiment analysis example to illustrate the appropriate use cases of traditional machine learning, deep learning, and LLM.
- Does More Data Always Yield Better Performance?: An experiment of model performance with more samples vs. more features.
- Time Series Isn’t Enough: How Graph Neural Networks Change Demand Forecasting: Demand forecast in a supply chain is not independent but networked, therefore graph neutral networks could be a better solution then time series models.
- How To Estimate Correlation Between Metrics From Past A/B Tests: Data scientists at Booking.com explains how they combine two naive approaches to estimate correlation between metrics from past experiments.
- Why Your Usual ML Metrics Don’t Work for Decision Models: A practical guide to evaluating counterfactual predictions with matching techniques.
- The Hidden Choice Behind Every Moving Average: Explains the difference of centered moving average and trailing moving average, and their respective use cases.
Data Career
- Why Human-Centered Data Analytics Matters More Than Ever: Always ask who is this for and how will it actually be used?
- The Real Challenge in Data Storytelling: Getting Buy-In for Simplicity: Practical tactics to persuade stakeholders for data story-telling.
- Is the AI and Data Job Market Dead?: Data science is not dying; it’s evolving.
- Why Companies Stopped Hiring Junior Data Scientists? (Whom They Hire Instead?): What type of data scientists do companies need today with the advancement in AI.
- Is Data Analytics Still a Good Career Choice in 2026?: AI is a multiplier, not a replacement.
- 17 Rules to Mentally Survive Any Corporate Job: Helpful common career advices.
AI and LLM
- How to Personalize Claude Code: How to get more out of Claude code by giving it access to more information.
- Achieving 5x Agentic Coding Performance with Few-Shot Prompting: What is few-shot prompting and how to use it to improve LLMs performance.
- How to Maximize Claude Code Effectiveness: Practical Claude Code tips, including using slash commands, memory, plan mode, etc.
- Can AI Solve Failures in Your Supply Chain?: How to use AI agents to enhance root cause analysis in supply chain.
- Advance Planning for AI Project Evaluation: Always have a detailed evaluation plan before starting any LLM projects.
- How Cursor Actually Indexes Your Codebase: How Cursor uses RAG to index the codebase and provide code suggestions.
- The Missing Curriculum: Essential Concepts For Data Scientists in the Age of AI Coding Agents: Key developer concepts, such as code smells, to enable you review the code AI generated more effectively.
- Build Effective Internal Tooling with Claude Code: Thanks to the coding agents, the cost of building internal tooling has come down drastically. This article talks about reasons, use cases, and how to build these internal tools.