Experience

Where I've Worked

The full track record — every role, every system, every number. Nothing tucked behind tabs.

01
C

Software Engineer

Coinbase·Remote, India
Jun 2025 – Present
nlp_transcript_classifier.pyACTIVE
CHAT
Transcripts
LLM
LLM Parser
-15%
Contact Rate
Ingested signals: trading, compliance, verificationPipeline MTTR: -50%
What I shipped
  • Spearheading expansion of Coinbase International Exchange & derivatives to the UK and EU — extending regulated crypto trading to millions of users.

  • Built an LLM-powered customer issue aggregation platform ingesting trading, compliance, and verification signals — reducing support contact rate by 15%, saving millions annually.

  • Classified customer chat transcripts at scale using LLMs; engineered ETL pipelines cutting project estimation timelines by 50%.

02
D

Member Technical (Software Engineer)

D.E. Shaw & Co.·Hyderabad, India
Aug 2024 – Jun 2025
dest_term_ticker_service.sh13M+ Tickers
RAG Search Latency (13M Financial Instruments)Sub-second (Redis cached)
DB Search
RAG Index
Redis Cache
Quant Series Lib: 100+ Ticker Fields adoptedProcessed Report size: 2TB
What I shipped
  • Integrated RAG-based LLM solution into DESTerm, enabling semantic search across 13M+ financial instruments for quant analysts.

  • Architected high-throughput batch processing and log storage for large-scale trading reports, scaling to 2TB with Redis caching for sub-second access.

  • Built a time series library powering EOD & intraday data retrieval across 13M+ tickers and 100+ fields — adopted by 10+ teams.

  • Engineered quantitative analysis tools (quantile regression, seasonality adjustment) handling up to 12TB of time series data.

03
R

Software Engineering Intern

Rubrik·Bangalore, India
Jan 2024 – Jun 2024
cloud_metrics_collector.goRubrik Archival Backup
Azure VM Disk Backups Capacity Scaling4× Boost (8TB ➜ 32TB)
32TB Expanded
GCP Metrics Collection Traffic: +17% increaseVM Cost Comparison Tool: active
What I shipped
  • Scaled archival storage backup 4× (8TB → 32TB) for Azure VMs and managed disks.

  • Integrated GCP cloud metrics into Rubrik's reporting infra, increasing monitoring coverage by 10% and driving a 17% increase in report traffic.

  • Designed a unified reporting, metrics, and licensing framework adopted across all engineering teams.

  • Built multi-cloud cost and storage comparison tooling for VMs, Disks, and Databases across Azure, AWS, and GCP.

04
R

Software Engineering Intern

Razorpay·Bangalore, India
May 2023 – Jul 2023
xpayroll_schema_manager.sqlXPayroll Integration
50+Enterprise Organizations
100%Data Migration Integrity
80DDBTax Deductions Scheme
MySQL schema indexing onboarding completed100% Zero Data Loss
What I shipped
  • Engineered department-level payout filters for XPayroll across 50+ organizations with 100% data migration and zero data loss.

  • Designed scalable MySQL schemas, RESTful APIs, and React frontend supporting seamless department onboarding across 50+ enterprise clients.

  • Introduced tax deduction schemes for Sections 80DDB, 80TTA, and 80TTB ensuring regulatory compliance across enterprise payroll.

About

Who I Am

I'm a software engineer who thrives at the intersection of systems engineering and applied AI. Currently at Coinbase, I'm working on expanding crypto derivatives markets to the UK and EU while building LLM-powered internal platforms.

Before Coinbase, I worked at D.E. Shaw & Co. on financial time-series infrastructure serving 13M+ tickers and RAG-based semantic search over instruments. I also interned at Rubrik (cloud storage infrastructure) and Razorpay (fintech/payroll).

Outside of work, I build things for fun — a transactional database engine with LSM Trees, a Linux file system simulator, and a real-time Raft consensus visualizer. I also review problems for LeetCode competitions for 5M+ programmers.

I graduated from IIIT Allahabad with a B.Tech in ECE (GPA: 8.65/10).

Education

Indian Institute of Information Technology Allahabad

B.Tech — Electronics & Communication Engineering

Nov 2020 – May 20248.65 / 10

Sri Aurobindo Public School

Class 12

Apr 2017 – Apr 201996.2%

0+

Companies

0+

Projects

0TB+

Data Handled

Contest Tester

LeetCode

Projects

Things I've Built

SRE control planes, educational OS kernels, custom database engines, and browser-based consensus visualizers.

~/dev/sre-agent-swarm
SRE / AI AgentsMar 2026

SRE Agent Swarm

Autonomous Incident Response Platform

A production-grade, self-healing SRE control plane built as a 6-agent swarm (Observer, Diagnoser, Remediator, Safety, Orchestrator, Learner) over NATS JetStream. Monitors 10+ polyglot microservices, performs LLM-assisted root cause analysis with Gemini/OpenAI fallback chain, enforces safety gates with human-in-the-loop approvals via a React dashboard, executes YAML runbook-based remediation, and scores MTTD/MTTR with chaos engineering scenarios. The Learner agent uses RAG over ChromaDB to recommend runbooks from historical incidents.

PythonGoNode.jsNATS JetStreamFastAPIReactPrometheusLokiTempoChromaDBDocker
~/dev/hnsw-simulator
Algorithms / VisualizationMar 2026

HNSW Simulator

Approximate Nearest Neighbor Visualizer

An interactive, browser-based visualizer for the Hierarchical Navigable Small World (HNSW) algorithm. Simulates multi-layer graph construction, greedy top-down nearest-neighbor search, random-level assignment, and degree-pruned edge linking, with live layer isolation, operation logs, and graph statistics to make vector search internals intuitive.

ReactViteJavaScriptHNSWANN SearchSVG
~/dev/anubhavos
Operating SystemFeb 2026

AnubhavOS

Educational Operating System

A from-scratch, educational 32-bit x86 operating system written in C and NASM assembly. Boots via GRUB, runs an interactive shell with syscalls, keyboard input, filesystem, and VGA text-mode display — all with zero external dependencies.

CAssemblyx86Operating SystemGRUB
~/dev/trade-agent
AI SystemsFeb 2025 – Mar 2025

Trade Agent

Multi-Market AI Agent

A 5-agent LLM-powered equity analysis system using LangGraph orchestration, integrating RAG over financial reports via Qdrant and real-time sentiment analysis. Delivers structured BUY/SELL/HOLD signals with confidence scores across RSI, MACD, and Bollinger Band indicators.

PythonLangGraphFastAPIQdrantLLMRAG
~/dev/minidb
Database SystemDec 2024 – Jan 2025

MiniDB

Transactional Database Engine

SQL-compliant database built from scratch with LSM Tree storage, Write-Ahead Logging for crash recovery, and MVCC-based ACID transactions. Achieves 3× faster writes than B-Tree implementations for write-heavy workloads with 10K+ transactions/sec.

GoLSM TreeMVCCWALACID
~/dev/rafty
Distributed SystemsNov 2024 – Dec 2024

Rafty

Raft Consensus Visualizer

Real-time distributed consensus visualizer simulating a 5-node Raft cluster with a virtual networking layer. Enables deterministic fault injection and demonstrates 99.9% consensus achievement under network partitions and node failures.

GoReactWebSocketsDistributed SystemsRaft
~/dev/crdts
Distributed SystemsMar 2026

CRDTs

Collaborative Document Editor

A real-time collaborative document editor built from scratch using CRDTs (Conflict-free Replicated Data Types). Implements the RGA algorithm with tombstone-based deletion, an insert backlog for out-of-order operations, and deterministic tie-breaking — enabling conflict-free multi-user editing over WebSockets with zero central coordination.

TypeScriptReactWebSocketsCRDTsMonaco EditorNode.js
~/dev/linux-fs-simulator
Storage EngineJan 2025 – Feb 2025

Linux FS Simulator

File System Engine

Production-grade file system simulator implementing ext2/ext3 architecture with inode-based storage, directory management, and bitmap allocation. Reduces storage lookup complexity from O(n) to O(1) for 1000+ files.

JavaInodesBitmapsext2/ext3Storage Engine
// FEATURED STARTUPLAUNCHED IN BETA

CodeTraces.dev

An AI-powered visual debugger and dynamic teaching canvas for algorithms, code, and data structures. Turn technical instructions or natural language prompts into live, step-by-step interactive simulations.

bubble_sort.py
Frame 1/33

Select Workspace

Complexity Info
AlgorithmBubble Sort
Time ComplexityO(N²)
Space ComplexityO(1)
VIEW: CANVAS SURFACE_01
250
121
452
83
304
SYNCHRONIZED DEBUGLOGPython 3
1
def bubble_sort(arr):
2
    n = len(arr)
3
    for i in range(n):
4
        for j in range(0, n - i - 1):
5
            if arr[j] > arr[j + 1]:
6
                # Swap elements
7
                arr[j], arr[j+1] = arr[j+1], arr[j]
Narrator Execution Feed

Initial Array loaded. Click 'Play' or 'Step' to start Bubble Sort.

11 Structured Renderers

Supports live, fully editable visual cards for arrays, graphs, BSTs, heaps, hash maps, tries, linked lists, stacks, queues, and deques.

97+ Built-in Algorithms

Wired up with ready-to-run operations across sorting, shortest paths, tree balancing, DP grids (LCS, Knapsack), and array manipulations.

Mixed Vector Drawing Overlay

Annotate visualizations in real-time. Annotations support pressure-sensitive freehand pens, shapes, text layers, and PDF/PPTX imports.

Achievements

Coding Profiles & Leadership

Rankings and performance metrics across top competitive programming platforms and community leadership.

Codeforces

Expert (1700+)

Achieved ranks of 300th, 561st, 725th, and 739th out of 40,000 participants across over 120 contests.

CodeChef

5-Star (2077)

Attained 5-star rating, securing global ranks of 35th, 43rd, 65th, 81st, and 87th among 20,000 participants.

LeetCode

Guardian · Top 0.37%
Guardian (2404)

Top 0.37% of users worldwide. Ranked 40th and 95th globally among 30,000 users.

Community & Leadership

Roles

LeetCode rated contest tester. Problem setter on CodeChef, Codeforces, and HackerEarth. GDSC IIITA wing lead.

TESTER SETTER LEAD
Skills

Technologies & Tools

My tech stack across languages, deep systems engineering, AI systems, data pipelines, infrastructure, and core CS.

Languages

GoPythonJavaTypeScriptJavaScriptSQLBash

Backend & Systems

FastAPINode.jsRESTful APIsgRPCLSM TreesWALMVCC

AI & ML

LangGraphRAGLLMsQdrantChromaDBPrompt EngineeringETL Pipelines

Data & Infrastructure

RedisPostgreSQLMySQLNATS JetStreamApache KafkaDockerKubernetesAWSGCPAzure

Frontend

ReactNext.jsTailwind CSSWebSockets

Core CS

Distributed SystemsDatabase InternalsSystem DesignAlgorithms & Data StructuresOS & Networking
// Detailed Blog

Deep Technical Writing

Long-form engineering breakdowns with architecture maps, design tradeoffs, incident workflows, and implementation details from projects I build end-to-end.

Contact

Let's Connect

I'm always open to interesting conversations — whether it's a new role, a project idea, or just saying hi.

Want to work together?

I'm currently at Coinbase but always open to hearing about exciting opportunities.

Send me an email