A few things worth showing.
A cross-section of what I've shipped: security tooling, AI services, platforms, and a few experiments.
Oravus
Autonomous cybersecurity OS · Rust
Rebuilt a single-model TypeScript scanner into a Rust multi-agent system. Designed 13 specialized security agents that collaborate over a private agent bus to discover, cross-validate, and chain vulnerabilities into attack paths. Runs offline-first with CI-ready output.
Medical AI Triage
Telemedicine AI service · Freelance
Built the AI backend for a telemedicine platform. Designed dual-prompt clinical triage, fine-tuned and deployed an 8B medical LLM on RunPod (vLLM), added Whisper voice input, and shipped a 4-layer safety system with agentic tool-calling for appointments, prescriptions, and lab bookings.
HerConnect
Workforce lifecycle intelligence
Built an AI platform for the women's workplace lifecycle. Implemented graph-based mentor matching, RAG leave-transition handovers, a privacy-first safety buddy system, and fairness-audited peer pods across four databases (Neo4j, Postgres, Milvus, Redis).
Permory
LLM-maintained knowledge base
Built a personal knowledge base that compiles notes, articles, and coding sessions into a persistent, interlinked wiki maintained by LLMs, so answers compound over time instead of re-running RAG on every query. Combines vector and graph-BFS retrieval over git-versioned markdown, with a 2D/3D mind-map for navigation.
Ziiro
AI job-application automation · 0→1
Built an end-to-end job-application agent that scans ATS portals (Greenhouse, Lever, Workday), ranks listings by fit, and auto-fills and submits applications via browser automation with single-call LLM form mapping. Wrapped it in a swipe-to-apply product on FastAPI with Redis queue workers.
Work Product Librarian
On-prem legal document AI · zero cloud
Built on-premises document intelligence for law firms with zero cloud dependency. Ingests and OCRs legal work product, classifies it against the SALI taxonomy (~18K concepts), and powers hybrid BM25 and semantic search with LangGraph RAG Q&A, plus iManage and NetDocuments connectors.
Second Brain
Enterprise knowledge platform · Amdocs
Built a multi-agent RAG system that processes 50K+ multi-format files. Designed LangGraph orchestration with vector databases and MCP servers for semantic search at scale.
PeriodontalGPT
AI agent for dental health
Built a FastAPI backend with vector search for dental-disease diagnostics, serving thousands of patient queries. Implemented retrieval workflows, session tracking, and model-serving endpoints.
Convobrains
Automated call evaluation platform
Built backend APIs, cron pipelines, and real-time dashboards that cut manual QA by 97% and lifted sales conversions by 18%.
Legal Lex
AI legal document drafting
Built a platform for drafting legal documents tailored to the Indian legal system, helping individuals and small businesses prepare filings with fewer errors.
FinsightAI
Real-time stock insights platform
Built full-stack microservices for high-frequency market data, with Redis caching on the hot path and AI inference modules for context-aware insights.