Skip to content
datarekha
Blog Production AI · GATE DA · how concepts actually work · Page 7 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
RAG Jun 2, 2026

RAG in one diagram: retrieve, augment, generate

The cleanest mental model for retrieval-augmented generation: why pasting your docs into a prompt beats hoping the LLM already knows them, and the two failure modes that kill every RAG system in production.

8 min read Read
Business Analytics Jun 2, 2026

How to read a P&L in sixty seconds

The income statement is the one page every business speaks fluently, and once you know the grammar you can judge a company before your coffee gets cold.

9 min read Read
SQL Jun 2, 2026

CTEs turned my unreadable query into something I can follow

A common table expression is less a feature than a cognitive tool — it lets you read a complex query from top to bottom, in the order you actually think, instead of inside-out from the deepest parenthesis.

8 min read Read
Career Jun 2, 2026

Reading the room

The same message can land perfectly or detonate silently — the difference is rarely the words you chose, it is whether you read the room before you opened your mouth.

8 min read Read
Career Jun 2, 2026

How to receive feedback without getting defensive

The instinct to defend yourself when criticized is perfectly human — and it is the single habit most reliably separating people who plateau from people who compound.

8 min read Read
ML Jun 2, 2026

Regularization is a tax on complexity

Your model will always overfit given enough rope — regularization is the mechanism that prices complexity so the model only grows elaborate when the data actually demands it.

9 min read Read
Career Jun 2, 2026

Remote work that does not tank your career

Out of sight becomes out of mind faster than you think — but visibility is a skill you can build deliberately, even from a spare bedroom.

8 min read Read
Career Jun 2, 2026

Running a retrospective that changes things

Most retros are theater — same complaints, different quarter — because the team conflates venting with deciding and leaves without a single named owner.

8 min read Read
Career Jun 2, 2026

Negotiating your salary (and why you must)

The raise you fail to negotiate in year one quietly compounds into a six-figure gap by mid-career — and no one will hand it back to you.

8 min read Read
Career Jun 2, 2026

Saying no without burning bridges

Every yes you give carelessly is a debt you will pay with your credibility — learning to decline well is not a career risk, it is what makes your yeses worth anything.

8 min read Read
Python Jun 2, 2026

SettingWithCopyWarning, finally explained

The most-Googled pandas warning is not about copying — it is about whether the memory you are writing to is the DataFrame you think it is.

10 min read Read
Career Jun 2, 2026

Sharing credit (and why it makes you look better)

Hoarding the spotlight is the fastest way to ensure no one wants to shine it on you again.

7 min read Read
Statistics Jun 2, 2026

Standard deviation, explained without the formula

Two archers with identical averages and completely different groupings reveal everything you need to know about spread, punishment for outliers, and why the formula does what it does.

8 min read Read
Career Jun 2, 2026

The STAR method: answering behavioral interviews

Behavioral questions separate candidates who did interesting work from those who can articulate what they did and why it mattered — and STAR is the structural difference.

7 min read Read
Career Jun 2, 2026

The art of the status update

A well-written status update is not a chore — it is the single cheapest act that earns you trust, autonomy, and the benefit of the doubt when things go sideways.

8 min read Read
Career Jun 2, 2026

Storytelling at work: the structure that makes people care

Data persuades the head; story moves people to act — and once you learn the four-beat narrative arc, you will never give a flat project update again.

8 min read Read
Career Jun 2, 2026

Switching jobs gracefully

How you leave a job is remembered longer than most of what you did there, and the industry is far smaller than it looks from the inside.

8 min read Read
Career Jun 2, 2026

Taming Slack and email

Every notification is someone else's priority quietly colonizing your calendar — here is the system to take it back.

7 min read Read
LLMs Jun 2, 2026

Temperature, top-p, top-k: the three knobs on an LLM

Every LLM call hides a small probability lottery behind its confident prose — temperature, top-k, and top-p are the rules of that lottery, and most practitioners tune them without understanding what they are reshaping.

9 min read Read
Agents Jun 2, 2026

The agentic web: how ANP wants to be the HTTP of agents

MCP, A2A, and ACP wire agents to tools and to each other inside the enterprise. ANP aims further: an open, decentralized network where any agent can find and trust any other across the internet, with no central authority — using W3C Decentralized Identifiers, the did:wba method, and schema.org self-descriptions.

11 min read Read
Python Jun 2, 2026

The axis argument everyone gets backwards

Axis in NumPy and Pandas names the dimension you destroy, not the one you keep — and once that clicks, every aggregation you write becomes obvious.

8 min read Read
Career Jun 2, 2026

The art of the handoff

Most dropped balls happen not because people are careless but because the seam between two people was never properly closed.

8 min read Read
Career Jun 2, 2026

Time-blocking: designing your week on purpose

A calendar full of back-to-back meetings is not fate — it is an accidental design decision you can undo in forty minutes on a Friday afternoon.

8 min read Read
ML Jun 2, 2026

Transfer learning: standing on a pretrained model's shoulders

You do not train from scratch in 2026 — you inherit a model's years of learned representations and spend your compute budget on the narrow task that actually matters.

9 min read Read