-

Beyond writing code, these are the design-level decisions, trade-offs, and habits that quietly separate senior…
11 min read -

In this article, I’ll show you how to use two popular Python libraries to carry…
13 min read
Latest
-

What worked, what broke, and why I did it
5 min read -

Softmax Regression is simply Logistic Regression extended to multiple classes. By computing one linear score…
7 min read -

Introduction If you work in data science, data engineering, or as as a frontend/backend developer,…
6 min read -

Ridge and Lasso regression are often perceived as more complex versions of linear regression. In…
10 min read -

Learn how to become a more efficient programmer with local testing
8 min read -

NeurIPS 2025 Best Paper Review: Qwen’s Systematic Exploration of Attention Gating
Large Language ModelsThis one little trick can bring about enhanced training stability, the use of larger learning…
27 min read -

In this article, we rebuild Logistic Regression step by step directly in Excel. Starting from…
7 min read -

Most breakthroughs in deep learning — from simple neural networks to large language models —…
12 min read
Editor’s Picks
-

A step-by-step tutorial that explores the Python Turtle Module
9 min read -

Understanding how LLM agents transfer control to each other in a multi-agent system with LangGraph
9 min read -

From idea to impact : using AI as your accelerating copilot
11 min read -

GraphRAG in Practice: How to Build Cost-Efficient, High-Recall Retrieval Systems
Large Language ModelsSmarter retrieval strategies that outperform dense graphs — with hybrid pipelines and lower cost
15 min read -

Bridging the Silence: How LEO Satellites and Edge AI Will Democratize Connectivity
Artificial IntelligenceWhy on-device intelligence and low-orbit constellations are the only viable path to universal accessibility
8 min read -

How I keep up with papers with a mix of manual and AI-assisted reading
10 min read -

What a simple puzzle game reveals about experimentation, product thinking, and data science
14 min read -

A new NeurIPS 2025 paper shows how self-supervised learning imbues ViT with better image understanding…
16 min read -

Why continuous learning matters & how to come up with topics to study
7 min read
The Variable Newsletter
-

On the challenges of producing reliable insights and avoiding common mistakes
3 min read -

TDS Newsletter: November Must-Reads on GraphRAG, ML Projects, LLM-Powered Time-Series Analysis, and More
The VariableDon’t miss our most-read stories of the past month
3 min read
Deep Dives
-

Introduction How do we identify latent groups of patients in a large cohort? How can…
22 min read -

How to learn AI in 2026 through real, usable projects
12 min read -

Isolation Forest may look technical, but its idea is simple: isolate points using random splits.…
11 min read -

Flyin’ Like a Lion on Intel Xeon
20 min read -

The behaviors that get you promoted
14 min read -

A detailed walkthrough of the YOLOv1 architecture and its PyTorch implementation from scratch
17 min read
