Deeptanshu Jha

Product builder at the intersection of LLMs, AI, and fintech. Focused on building intelligent systems that scale responsibly and safely.

Quick Facts

Current Role Product Manager, Builder
Location Bay Area, CA
Focus AI + Billing + Growth
01

Essays

Product · Mar 2026

Product Craft Has Always Mattered. Now You Have No Excuse.

AI collapsed the cost of iteration. The only remaining explanation for a mediocre product is a mediocre set of decisions.

Read
AI · Mar 2026

Why I Built Ask Deep

An interactive AI resume that lets people ask questions about my work instead of reading a static PDF

Read
AI · Feb 2026

Building Sidekick: A Tiny Command-Line Coding Agent

I built a command-line coding agent in very few lines of Python to understand what these systems actually are

Read
Jan 2026

Carryover: Portable state handoff for LLMs

I built a a portable work state CLI tool to easily switch between LLMs

Read
LLMs · Jan 2026

When Small Models Are Good Enough: A Peek into Geometry of Intelligence

Let's take a local manifold walk to understand why small models are sometimes better, more resource responsible and won't burn a hole in your pocket.

Read
Claude Code · Jan 2026

Claude Code Rate Limits: Diagnosing my token usage

I'm running into rate limits every hour or so into using claude code. I analyzed one session: < 3% of my AI bill went to intelligence. The rest? Regurgitating stale and bloated context

Read
LLM · Jan 2026

Strange Habits of LLMs: Oops I Did It Again

I was fixing a bug for my newborn's app and ChatGPT had a complete brain-body disconnect: It kept reasoning 'don't do the thing' → did it → 'oops I did this' → redo → 'oops I did it again'

Read
AI Systems · Jan 2026

Build Your Own Glean: A Production RAG System

Demos are easy. Production is hard. If you want internal knowledge search that actually works, you're not 'adding RAG'—you're building a pipeline where the LLM is the easiest part.

Read
RAG · Jan 2026

AI Evals: What I learned shipping production grade billing systems

From Evals 101 to Production Grade systems.

Read
View all essays
02

Projects

CLI Agent

Sidekick (2026)

A command-line coding agent built in very few lines of Python. A learning project and art project that compresses the full architecture of tools like Codex and Claude Code into a single readable file: REPL loop, OpenAI tool calling, permission prompts, Unix-backed tools, memory, skills, and sub-task planning. Source here.

AI Agents CLI Python
CLI Tool

Carryover (2025)

A command-line tool to extract Claude Code session data and generate portable handoff documents for use with ChatGPT and other LLMs. It parses session logs, generates structured markdown using local Ollama models, and includes automatic secret redaction for API keys and credentials. Source here.

LLMs AI CLI Python
Text Summarization

Summarizer (2014)

Extractive text summarization in Python using classic NLP + graph ranking. It ended up powering multiple Reddit bots. Source here

NLP Text Summarization PageRank
View all projects