Sulabh Sethi · Blog ← Main Site

All tags / Explainer

Tagged “Explainer” (10)

GatiShaktiGISGovernmentInfrastructureExplainer

How PM GatiShakti Actually Works: The Architecture, Explained Simply

15 June 2026 · Sulabh Sethi

After the Bhashini posts, a reader asked for the same treatment of PM GatiShakti. It is a very different kind of platform: not AI models, but one shared map for planning India's infrastructure. A simple, fact-checked explainer.

DSARecursionTreesData StructuresExplainer

Recursion and Trees: When a Problem Contains Itself

11 June 2026 · Sulabh Sethi

Recursion looks scary but it is just a function that calls itself on a smaller piece, and the call stack does the bookkeeping. It is the natural tool for trees, the shape a document like a manual actually has.

BhashiniAI4BharatMachine TranslationIndian LanguagesExplainer

How Bhashini Actually Works: The Architecture, Explained Simply

10 June 2026 · Sulabh Sethi

Bhashini lets you speak in one Indian language and be understood in another. People assume it is one giant AI. It is not. A simple, fact-checked look at the real models behind it, the base model for translation, and how they were trained.

DSAStacksQueuesData StructuresExplainer

Stacks and Queues: Two Ways to Wait in Line

10 June 2026 · Sulabh Sethi

The two simplest ways to decide what gets handled next: a queue (first in, first out) and a stack (last in, first out). Where each one shows up in real systems I have built, with examples.

DSABinary SearchAlgorithmsExplainer

Binary Search, and Why Sorted Data Is So Powerful

9 June 2026 · Sulabh Sethi

The 'halve it every time' idea. How binary search finds something in a million items in about twenty steps, where it quietly powers databases and even git, and the one condition it needs.

RAGLLMAILegal TechExplainer

How RAG Works, and Why It Stops AI From Making Things Up

9 June 2026 · Sulabh Sethi

Large language models will confidently invent a law section that does not exist. Retrieval-Augmented Generation (RAG) is the fix. A plain-English explainer, grounded in a real legal-lookup tool I built for police.

DSAHash MapData StructuresExplainer

Hash Maps, Explained Simply

8 June 2026 · Sulabh Sethi

The single most useful data structure I reach for: the hash map. What it is, why lookups are instant, where I use it in real systems, and the catches to know about. No jargon.

Machine LearningPolicingPractical GuideInvestigationExplainer

How an Investigating Officer Can Actually Use Machine Learning: A Practical Guide

8 June 2026 · Sulabh Sethi

Forget the hype. A grounded, plain-English guide to how the boring, explainable machine learning models can help a real investigating officer sort a pile of cases, spot the odd one out, and defend the reasoning, without ever pretending to be a detective.

Machine LearningDecision TreesRandom ForestXGBoostExplainer

Decision Trees, Random Forests, XGBoost: The Boring ML That Runs the World

7 June 2026 · Sulabh Sethi

Everyone talks about neural networks and LLMs. But the models quietly running your bank, your fraud alerts, and half of Kaggle are older, simpler, and far more boring. A plain-English tour of the real workhorses.

AIMachine LearningNeural NetworksLLMExplainer

AI vs Machine Learning vs Neural Networks vs LLMs: What's the Difference?

6 June 2026 · Sulabh Sethi

A plain-English guide to how AI, machine learning, neural networks, and large language models actually relate. They're not competing ideas — they're nested inside each other. Written by an ex-Army officer who now builds them.