Levo Platform
ProductionMulti-tenant digital experience platform
2021 – Present
Engineered distributed platform serving 2M+ visitors with 100k+ pages and 85+ PageSpeed scores. Agentic AI layer: a skills-based agent core (modeled on Claude Code) enabling natural language orchestration of 15+ microservices, where a single intent triggers content generation, audience segmentation, email campaign creation, and social scheduling. First-party analytics engine with identity stitching (anonymous → authenticated) and real-time ClickHouse ingestion, processing 50M+ events. Dynamic schema modeling with 20+ field types. Real-time collaborative studio with WebSocket editing and page locking. Automated SSL for thousands of custom domains.
GoTypeScriptKubernetesClickHouseMongoDBRedisAWS SQSEventBridge
monktensor
Open SourceDeep learning framework, built from first principles
2026 – Present
A deep learning framework built from first principles in Python. v1 (monktensor-scalar) is a pure-Python scalar autograd engine that backpropagates through a graph of single values; v2 is a NumPy tensor engine. Ships with a live interactive course: 23 lessons across 6 units, a hands-on demo on nearly every lesson, and a glossary. Teaches the concepts behind the engine, not the implementation.
PythonDeep LearningAutogradAstroEducation
monkrag
Open SourceRAG serving system, built from first principles
2026 – Present
A retrieval-augmented generation serving system built from first principles: embed a question, search a vector index for the nearest passages, augment the prompt, generate a grounded answer, and optionally rerank. The v2 headline is a reproducible latency and cost budget that tracks where the milliseconds and dollars go across embed, search, augment, and generate. Standalone vector index, not a wrapper. Ships with a live interactive course.
PythonRAGVector SearchLLMAstro
monkway
Open SourceLLM gateway and router, built from first principles
2026 – Present
An LLM gateway and router built from first principles: one API in front of every provider. v1 is a single-provider proxy with retry, backoff, and structured request logging; v2 climbs to multi-provider routing (cost vs latency vs quality), a semantic cache, cross-provider fallback, and per-key budgets and rate limits. Ships with a live interactive course.
PythonFastAPILLMInfrastructureAstro
monkquant
Open SourceQuantization toolkit, built from first principles
2026 – Present
A quantization toolkit built from first principles: store numbers in fewer bits with minimal accuracy loss, and measure exactly what the trade costs. One shared compression core (scalar, k-means, product quantization) is target-agnostic; surface adapters point it at a target, and v1 compresses search vectors. The artifact is the recall-vs-compression curve on real embeddings (GloVe, OpenAI): read off what every memory budget costs in accuracy. A codec, not a search engine. Ships with a live interactive course: 6 units, 16 lessons, 16 direct-manipulation demos.
PythonQuantizationVector SearchNumPyAstro
Monklore
In developmentFirst principles learning engine
2024 – Present
Break any topic down to its foundations. Monklore generates structured learning paths and interactive visualizations powered by AI, so understanding builds from the ground up, not from memorization.
Intermind
Open SourceCoding agents that talk to each other
2026 – Present
MCP server that lets coding agents (Claude Code, Codex, Cursor, Cline, Windsurf) hold threaded conversations with each other. Six composable tools (join, whoami, peers, send, inbox, listen), automatic room assignment by git branch, SQLite (WAL) persistence, long-polling, and bearer-token auth. Published on npm.
TypeScriptBunMCPSQLiteAI Agents
Monk Lang
Open SourceA compiled programming language, lexer to native binary
2023 – Present
Statically-typed compiled language built in Go. Transpiles to C11 and compiles with Clang (-O3 -flto) to native binaries, no VM or interpreter. Static type system with inference, optional types, records, typed arrays compiling to raw C pointers, and guard/against/throw error handling. C-level performance on 14 of 21 benchmarks across 691 tests. REPL, CLI, VSCode extension with LSP.
GoC11ClangCompilersLanguage DesignLSP
Rewards Platform
ProductionHigh-performance gamification at scale
2020 – 2021
Concurrent reward distribution across streaks, referrals, tiers, and activity-based campaigns. PostgreSQL queue handling 10k+ parallel reward claims without blocking. Row-level locking for atomic balance management, zero race conditions. Replaced materialized views with incremental PL/pgSQL tables: 90% latency reduction, 7s → sub-200ms. Event-driven via AWS EventBridge.
GoPostgreSQLRedisAWS EventBridge
@theinternetfolks/snowflake
Open SourceDistributed Snowflake ID generation for Node.js
2022 – Present
Twitter-compatible Snowflake ID generation for Node.js. 63-bit, time-sortable, with custom epoch support. Published on npm.
TypeScriptNode.jsDistributed Systems
@theinternetfolks/context
Open SourceAsyncLocalStorage context propagation for Node.js
2022 – Present
Eliminates prop drilling across async call chains in Node.js using AsyncLocalStorage. Works with all async primitives: Promises, Timeouts, TCPWrap, UDP. Zero runtime overhead. Full TypeScript support.
TypeScriptNode.jsAsyncLocalStorage
Afiya
Personal ProjectPersonal finance platform
2023
Full-stack fintech platform with real-time analytics dashboard, OAuth 2.0 authentication, JWT session management, interactive data visualizations with ECharts, sub-80ms dashboard rendering, and atomic database operations for transactional integrity.
Next.jsExpress.jsPostgreSQLRedisDockerECharts
The Kindle Way
Personal ProjectOrganise your Kindle highlights
Dec 2021 – Present
Keep all your book highlights in one place without the clutter. Search by title or author. Edit and annotate. Built for personal use, open to all readers.
Vida
HackathonAI-enabled transliteration keyboard
Nov 2018
Won 1st place at NIT Bhopal Version Beta Hackathon, Central India's largest 36-hour hackathon run by ISTE MANIT. AI-powered keyboard enabling transliteration across scripts in real-time.
NLP Depression Detection
AcademicDetecting depression signals in social media text
Jan – Feb 2020
Sentiment analysis on the Sentiment140 dataset (1.6M tweets). Implemented and compared Logistic Regression, SVM, Random Forest, and Multinomial Naive Bayes with stemming/lemmatisation and uni/bi/n-gram feature extraction.
PythonNLPMachine Learningscikit-learn
SpotRental & Spotwash
StartupVehicle rental marketplace and on-demand washing service
Feb 2018 – Dec 2019
Vehicle rental marketplace with inventory management, booking system, and partner portal. Spotwash: on-demand vehicle washing via a custom-built mobile service unit. Government incubated at Atal Incubation Centre. 2nd Runner Up at the Samriddh MP state innovation competition. Featured on DD Madhya Pradesh and Dainik Bhaskar.