Production-oriented systems, autonomous AI agents, and full-stack platforms built around real engineering challenges.
01AI
Vector ~68ms · Chat ~1.1s (Benchmark)
Karya
Offline-first multilingual AI learning platform.
An offline AI education platform combining quantized on-device LLM inference, multilingual RAG across 22 Indian languages + English, document OCR, and interactive whiteboard tools.
Architecture Highlight
Implemented an offline-first AI architecture using a quantized 1.5B LLM designed for 4–8GB RAM environments.
Key Engineering Deliverables
•Local LLM tutoring: Quantized DeepSeek-R1-Distill-Qwen-1.5B designed and tested for 4–8GB RAM environments
•Multilingual RAG & NMT: Local semantic retrieval with ChromaDB and separate NLLB-200 translation across 22 Indian languages + English
•Automated study materials: Summaries, notes, flashcards, MCQs & diagrams
ReactNode.jsMongoDBChromaDBllama.cpp
02AI
RAPTOR Tree · Async Queue
AuraNow
AI social media intelligence transforming video comments into hierarchical RAPTOR topic trees.
An AI-powered video comment intelligence platform that automatically clusters YouTube comments into interactive RAPTOR topic trees, audience sentiment analytics, toxicity audits, and conversational insights.
Architecture Highlight
Engineered an asynchronous NLP pipeline combining vector embeddings, UMAP dimensionality reduction, HDBSCAN clustering, medoid selection, and recursive RAPTOR tree construction.
Key Engineering Deliverables
•Hierarchical RAPTOR Topic Trees: Clusters comments into high-level themes and sub-topics using representative medoids, quotes, and keyword extraction
•Representative Medoids: Uses real comments as cluster representatives for interpretable topic summaries instead of synthetic centroids
An autonomous AI coding agent that plans, modifies, tests, and independently verifies real-world codebases with sandboxed isolation and automatic rollback.
Architecture Highlight
Implements a verify-first workflow by executing an independent test runner in an isolated sandbox for each code modification.
•Execution trace logging: Complete JSON audit trail with tool calls, timestamps, and timing
PythonCLIYAMLDockerJSON
07Agents
Adaptive Routing · Cost Optimization
Model Router
Adaptive LLM selection proxy designed to optimize inference costs through intelligent routing.
An intelligent proxy gateway that dynamically routes LLM queries based on prompt complexity—directing simpler queries to lower-cost models while reserving premium models for complex tasks.
Architecture Highlight
Engineered an adaptive LLM gateway designed to reduce API costs by dynamically routing prompts based on query complexity.
Key Engineering Deliverables
•Prompt-based model selection: Analyzes complexity to route between local models and flagship APIs
•OpenAI / Claude API proxy: API-compatible gateway and proxy for standard client SDKs
•Cost-efficient routing: Routes simpler queries to lower-cost models while reserving premium models for complex tasks