Skip to content
datarekha
Blog Production AI · GATE DA · how concepts actually work · Page 6 of 12

From theory to the systems that demand real understanding.

Long-form pieces on how production-AI teams orchestrate agents, serve models, and build the stack, plus GATE DA essays that turn probability, linear algebra, DBMS, ML, and AI into durable concepts.

281 posts · 20 categories
Career Jun 2, 2026

Managing up: making your manager's job easier

Managing up is not sucking up — it is the deliberate practice of reducing your manager's uncertainty about you, so trust accumulates instead of eroding.

8 min read Read
Agents Jun 2, 2026

MCP vs A2A vs ACP vs ANP: the agent protocol stack

Four acronyms, one stack. MCP connects an agent to its tools; A2A, ACP, and ANP connect agents to each other — differing only by how open the world is, from the enterprise intranet to the decentralized agentic web.

8 min read Read
Agents Jun 2, 2026

MCP isn't enough: who lets your agents talk to each other?

MCP solved the agent-to-tool problem and solved it well. But the moment one agent needs to hand work to another agent it does not own, MCP runs out of road — and that is exactly the gap A2A and ACP were built to fill.

8 min read Read
Career Jun 2, 2026

How to run a meeting people don't dread

Most meetings are status updates in disguise — learn the three legitimate reasons to gather, and a decision framework that turns calendar dread into momentum.

8 min read Read
Python Jun 2, 2026

Your Pandas merge silently 10x'd the rows — here's why

A join between two tables where the key is not unique on one side silently multiplies rows for every matching pair, and pandas will not warn you unless you tell it to.

9 min read Read
Infrastructure Jun 2, 2026

MLOps is a loop, not a pipeline

Shipping a model is not the finish line — it is the starting gun for a feedback loop that runs as long as the model serves traffic, and the teams that forget this find out when a customer calls.

10 min read Read
Business Analytics Jun 2, 2026

Net revenue retention: the one number investors obsess over

NRR reveals whether your existing customers are worth more or less than they were a year ago — and a single number above 100% changes everything about how you can grow.

9 min read Read
Career Jun 2, 2026

Networking for people who hate networking

Networking is not collecting contacts — it is building a small number of genuine relationships before you need them, and the introverts who understand this tend to do it better.

8 min read Read
Career Jun 2, 2026

Building trust as a new manager

The fastest way to lose your team in your first 90 days is to prove yourself by changing everything — here is the slower, harder, more durable path.

8 min read Read
Career Jun 2, 2026

Note-taking that actually helps you think

Notes you never reread are just expensive transcription — here is how to build a system that generates ideas, not just archives them.

8 min read Read
SQL Jun 2, 2026

NULL is not a value, and that wrecks your WHERE clause

NULL means unknown, so every comparison involving it yields unknown — not false — and that silent third outcome is responsible for more wrong query results than any other SQL trap.

9 min read Read
Career Jun 2, 2026

Office politics for honest people

Politics is just how decisions and resources get allocated among people — and navigating it with integrity is a learnable skill, not a moral compromise.

8 min read Read
ML Jun 2, 2026

One-hot encoding and the curse of high cardinality

One-hot encoding a zip code column turns 42,000 rows into a sparse desert — thousands of nearly-empty columns that starve your model of signal while drowning it in noise.

9 min read Read
Career Jun 2, 2026

One-on-ones that aren't a waste of time

Most 1:1s quietly die because managers treat them as a status meeting and reports let them, but reclaiming one hour a week can change the entire arc of someone's career.

8 min read Read
ML Jun 2, 2026

Overfitting is memorizing the answer key

A model that aces its training data but collapses on new data has not learned anything — it has memorized noise, and the gap between its training score and its test score is the confession.

9 min read Read
Statistics Jun 2, 2026

p-values are not the probability you are right

A p-value of 0.04 does not mean there is a 96 percent chance your variant wins — it means something far stranger, and knowing the difference is what separates analysts who ship good decisions from analysts who ship confident noise.

10 min read Read
Python Jun 2, 2026

Method chaining: writing pandas like a pipeline, not a pile

Chaining assign, query, groupby, and agg into one readable pipeline beats a pile of intermediate variables — it reads top to bottom like a recipe, kills stale-variable bugs, and sidesteps the SettingWithCopy trap.

10 min read Read
Career Jun 2, 2026

The performance review: making your case

Your manager cannot remember everything you did — your job is to arrive with evidence, not hope.

8 min read Read
Career Jun 2, 2026

Your personal brand at work

Your reputation is built in the moments you are not watching — and most people are either invisible or noisy, with very few landing in the narrow band that actually earns trust and opportunity.

8 min read Read
Career Jun 2, 2026

Prioritization: telling urgent from important

Busy is not the same as effective — the Eisenhower Matrix exposes the one quadrant where real careers are built, and why almost everyone starves it.

8 min read Read
Career Jun 2, 2026

Psychological safety: what it is and how to build it

The team that never disagrees in meetings is not your best team — it is your most dangerous one.

8 min read Read
Career Jun 2, 2026

Public speaking without the panic

Stage fright is just energy without a container — once you know how to structure a talk and practice it out loud, the nerves stop being the enemy and start doing the work for you.

8 min read Read
Python Jun 2, 2026

The mutable default argument, and other Python footguns

Python evaluates default argument values exactly once, at function definition time, which means a mutable default is a shared object that silently accumulates state across every call.

8 min read Read
Career Jun 2, 2026

Quiet quitting to quiet cracking: a field guide to disengagement

Quiet quitting, quiet cracking, boreout, conscious unbossing — work keeps inventing words for checking out. A field guide to what each signals.

9 min read Read