ai-engineer
I build autonomous agents and LLM pipelines
Scam-detection agents, RL benchmarking systems, voice intelligence — built to run without a human in the loop, and documented honestly when they don't.
B.Tech CS & IT, SIRT Bhopal (RGPV CSIT) · Class of 2027
About
I don't just use AI — I build things with it that keep running after I close my laptop. I'm a third-year B.Tech CS & IT student in Bhopal, and over the past year I've built autonomous agents, LLM pipelines, voice intelligence tools, and RL benchmarking systems across 19 projects — some shipped and deployed, some deliberately stopped short of production so I could document what actually worked and what didn't. I'm not interested in demos that only look good in a pitch. When something fails — an RL agent losing to a simple heuristic, a classifier scoring 25% instead of the 90% I hoped for — I keep the result and figure out why, instead of reframing it until it sounds better. That's the standard I hold my own work to, and it's the standard I expect from anything I ship.
Skills
Languages
AI / ML
Backend / Infra
Projects
DAITFO — RL Traffic Signal Control Benchmark
Featured ★A custom Gymnasium environment wrapping SUMO that benchmarks a PPO agent against fixed-time and queue-based heuristic controllers across 27 controlled runs. The heuristic won every metric — and that honest negative result is the actual finding, not a failure.
Agentic Honeypot — AI Scam-Baiting System
Featured ★An AI agent that poses as a confused elderly retiree, engages real scammers in live conversation, and extracts UPI IDs, bank accounts, and phishing links from their own messages — turning reactive defense into active intelligence gathering.
Samvad — AI Meeting Assistant
Featured ★Records in-person meetings, transcribes them live, and turns them into assigned, emailed tasks — without anyone taking notes.
CloudAuditEnv — LLM Agent Evaluation for Cloud Security
Featured ★Procedurally generated cloud security audit environment that tests LLM agents on finding and fixing real vulnerability patterns — built for the OpenENV MetaHackathon.
EchoPay — Audio-Powered Offline Payment System
Featured ★I built an offline P2P payment system that encodes transaction data as audio tones between phones (MFSK modulation) — no internet required — with a hybrid UDP fallback and an offline-first Room sync queue.
Multilingual Mandi Platform
I built a real-time marketplace connecting local vendors across language barriers, with a provider-chain translation fallback (Google → Microsoft → AWS → mock) and Redis-backed WebSocket negotiation.
CyberMentor — AI Cybersecurity Companion
I built an AI cybersecurity companion for students — it scans suspicious links/emails and teaches through a teach-back quiz.
ComplianceIQ — AI Policy Compliance Scanner
I built a tool where you upload a policy PDF, AI extracts the enforceable rules, and a rule engine scans live data for violations with human-in-the-loop review.
Saathi Community Assistant
I built a voice assistant that works in 13 Indian languages to help rural citizens find government welfare schemes.
Call Center Compliance API
I built an API that takes call-center audio, transcribes it, scores SOP compliance, and flags payment-intent signals — designed specifically to avoid the numeric hallucination problem that plagues pure LLM scoring.
AI Email Categorization Agent
Local-first inbox automation agent — reads Gmail via OAuth2, semantically classifies every email into custom labels using an LLM, applies them automatically, and runs on a schedule with zero manual input. Skips already-labeled threads to avoid redundant processing.