Engineering & AI Systems
Architecting high-concurrency platforms, Knowledge Graphs, and intelligent agents.
Featured Work
WASM Quant: High-Performance In-Browser Backtesting
- Architected a bare-metal C++ backtesting engine compiled to WebAssembly, achieving extreme throughput of ~18M rows/sec for millisecond-latency simulations in the browser.
- Optimized processing of millions of financial data rows using zero-infrastructure local execution, ensuring data privacy and 'Black Box' security by keeping IP on the client-side.
- Developed a responsive React dashboard with dynamic Web Worker integration to perform heavy C++ computations asynchronously without blocking the main thread.
- Implemented a custom SVG-based branding system and high-performance financial charting to visualize equity curves and performance metrics in real-time.
Mudra-Flow: Autonomous AI ERP & Agentic RAG System
- Architected a high-intensity Autonomous AI Agent for the jewelry sector, leveraging Agentic RAG to process complex Hinglish natural language inquiries via a Telegram Bot interface.
- Implemented a deterministic financial engine in JavaScript that eliminates LLM math hallucinations by cross-referencing live market data (XAU/INR) with 18k/22k/24k purity factors and dynamic making charges.
- Engineered a NoSQL-style implementation using Google Sheets API as the primary database, featuring a fuzzy-logic matching algorithm to recommend multiple inventory options from a 60+ item ledger.
- Deployed an automated CRM lead-capture pipeline that asynchronously logs customer intent and data directly into a cloud-based ledger from the Telegram bot, bridging generative AI with rigid business logic.
VelocityLOB: High-Performance C++ Order Book
- Developed a C++ matching engine capable of processing orders with Price-Time Priority (FIFO), ensuring fair and precise execution for market participants.
- Optimized for O(1) Order Cancellation using a Dual-Mapping architecture (std::map + std::unordered_map) for constant-time lookup and cancellation.
- Leveraged C++ Templates to build a type-agnostic engine that handles both Buy and Sell sides without code duplication, bypassing strict STL constraints.
- Utilized a nested architecture of Linked Lists within Red-Black Trees to maintain strict price ordering while allowing for rapid insertion/removal.
Docunexus: Knowledge Graph Platform
- Orchestrated an end-to-end GraphRAG pipeline using Google Gemini 1.5 Pro for structured extraction and Neo4j for entity-relationship mapping, enabling deep discovery across unstructured legal document collections.
- Architected an advanced hybrid search system using a 7-node LangGraph workflow that executes parallel semantic vector searches and NL-to-Cypher conversions.
- Engineered an Intelligent Context Caching system for Gemini that reduced LLM API operational costs by 70% by prioritizing system instructions and managing token limits.
Project Archive
Earlier explorations in computer vision, security, and web development.
lostdb: Fast & Persistent Key-Value Store
A disk-based key-value store in Python featuring B-Tree indexing and persistent slotted-page storage for high-efficiency data recovery.
Building and Road Segmentation
Developed a novel EffUNet architecture combining EfficientNetV2 with a UNet decoder, achieving benchmark mIOU scores of 0.8365 and 0.9153.
LSB Steganography with AES
Published an advanced steganography technique using Pixel Locator Sequence (PLS) and AES encryption, enhancing data security through random distribution.
Saathi: AI Agriculture Platform
AI-powered agriculture platform achieving 99%+ accuracy in crop recommendation and disease detection using TensorFlow and Scikit-learn.
Image Quilting - Texture Synthesis
Implementation of texture generation and transfer algorithms from SIGGRAPH'01 using NumPy and OpenCV.
bWall: Anonymous BBS
A secure, anonymous image-based bulletin board platform with comprehensive backend unit testing.
Postgres - Auto Indexing
Automated indexing for secondary columns using HypoPG for virtual indexing, optimizing scan-heavy workloads.
Game of Life
High-performance simulator of Conway's Game of Life implemented using functional programming paradigms in C++.
CovidRecognizer
Biomedical image classification pipeline utilizing UNet segmentation with CLAHE and advanced binarization techniques.
Covid19 Tracker
Real-time state-wise tracker for India using Chart.js to visualize infection and recovery trends via public APIs.