Projects
Built for systems reliability, low-level performance, and applied ML. Full source at github.com/snigenigmatic.
qwen_cuda
From-scratch CUDA C++ inference engine for Qwen3-8B, no frameworks. GGUF parsing, custom kernels, GQA with KV cache, flash attention, and CUDA graph capture in ~1600 lines. ~37 tok/s on an RTX 4090 at ~17.1 GB peak VRAM.
UncertaRAG
Epistemic uncertainty-aware RAG on Mistral-7B. 12-experiment grid reaching AUROC 0.815 under INT4 quantization.
Rakshak-AI
Multi-agent compliance system on LangGraph with a knowledge graph core. 1st runner-up at GDG Cloud Bengaluru Deployfest 2026.
MELA
Offline system for reconnecting missing persons with their families using on-device Gemma. Top 6 finalist at the Google DeepMind Bangalore Hackathon, built in one day with Team Ring Zero.
LocalLens
MCP-native multimodal file search built on jina-embeddings-v5-omni, LanceDB, and FastAPI, with a Linux/WSL port.
aloo
Rust-based safety auditing layer for npm/npx packages. Two-tier architecture: a deterministic analysis pipeline plus an LLM intelligence layer.
cluster-simulator
Implemented Kubernetes-style control-plane logic in safe Rust with scheduling, health checks, and leader-follower coordination.
redis-from-scratch
Built RESP3 compatibility with Pub-Sub and used it as a backing store for a REST API based Kafka clone.
sql-engine
An educational SQL database engine built from scratch in C++ to understand database internals.
orderbook
Benchmarked matching engines to nanosecond-level latencies across x64 and ARM using C++20 and custom timing utilities.
YAK
Designed a Kafka-style event stream with replication, offsets, and leader-follower architecture.
code-ronin
Won Agentathon '26 by turning debugging practice into an adversarial AI game loop.
MediChain-FL
Reached 93% pneumonia detection accuracy with federated training and no raw patient data exposure.
InsightInvest
Automated multi-source company analysis and generated structured investment outlooks through an agentic workflow.