CLIResume

// writing

Blog

Deep dives into React internals, distributed systems, TypeScript patterns, and the craft of building software.

2 posts

AI FairnessBiasResearch

We Tested 3 AI Models for Indian Social Biases — Here's What We Found

Most AI bias research is built around Western societies. We ran a benchmark designed specifically for India — caste, religion, skin tone, gender — across IndicBERT, mBERT, and Phi-3. The results surprised us.

Apr 30, 2026·8 min read
TypeScriptType TheoryAdvanced

TypeScript's Type System is Turing Complete (And That's a Problem)

TypeScript's type system can compute anything a Turing machine can. This lets you encode incredible constraints — but also creates cognitive nightmares. Here's where to draw the line.

Mar 15, 2024·3 min read