Skip to content
View adi2025a's full-sized avatar
😊
Enjoying
😊
Enjoying

Highlights

  • Pro

Block or report adi2025a

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
adi2025a/ReadMe.md

hey, I'm Aditya πŸ‘‹

I build things that think β€” agents, pipelines, and the plumbing behind them.

AI/ML Engineer Β· Generative AI Β· Multi-Agent Systems Β· LLM Infrastructure

Portfolio LinkedIn Gmail


system.log

> initializing agent: aditya_singh
> role: AI/ML Engineer
> status: shipping production GenAI systems
> specialty: making LLMs behave, coordinate, and not hallucinate their way into a bug report
> currently_online: building a real-time voice AI platform

what I actually do

I'm a final-year CS (AI & ML) student who'd rather ship a working agent pipeline than talk about one. Most of my work sits at the intersection of LLM orchestration, RAG systems that don't fall apart in production, and backend infrastructure that can actually handle real traffic.

I care less about "does the demo work" and more about "does this survive a user who types something weird into the input box at 2 AM."


🧠 things I've built

πŸ›‘οΈ SentinelRAG

A RAG pipeline that questions its users before it trusts them.

Prompt injection detection middleware sitting in front of RAG pipelines β€” catches jailbreaks, role manipulation, and data extraction attempts before they reach the LLM. Ditched a brittle DistilBERT classifier for an embedding + FAISS similarity approach so it adapts to new attacks without retraining.

Python FastAPI LangChain FAISS PyTorch

β†’ Github

πŸ“ˆ Krypton

A crypto trading assistant with agents that actually argue with each other.

Market Analysis, Sentiment, and Risk agents run in parallel via LangGraph, then a synthesis agent turns their (sometimes conflicting) takes into one trading call. Deterministic services handle the number-crunching so the LLM is only invoked once β€” because burning tokens to compute an RSI is a crime.

FastAPI LangGraph PostgreSQL Docker

β†’ Github

Currently building: an outbound voice AI platform where AI agents run parallel phone calls toward a goal you set β€” sub-600ms latency, real telephony, real barge-in handling. Not a wrapper around an API. The actual plumbing.


🧰 the stack

Agentic / GenAI LangChain LangGraph OpenAI Gemini

ML / Core PyTorch Scikit-learn NumPy

Backend / Infra FastAPI PostgreSQL Docker Redis

Languages Python C++ SQL


πŸ“‘ how I think about AI systems

A single well-prompted LLM call is a demo. A system that routes, retries, verifies, and degrades gracefully when the API is down at 3 AM β€” that's a product.

That's basically my whole engineering philosophy in one line. I'd rather spend a week designing the architecture around an LLM than a day tweaking the prompt.


πŸ† a few wins along the way

  • πŸ₯‡ Top 10 Finalist β€” Bajaj Finserv National AI Hackathon 2025 (RV College of Engineering, Bengaluru)
  • πŸ₯ˆ Top 5 Finalist β€” QubitX Hackathon 2025 (GL Bajaj Institute, Mathura)

> awaiting_next_prompt...

Open to AI/ML Engineer, GenAI, and Multi-Agent Systems roles. Let's build something that actually ships.

Portfolio

Pinned Loading

  1. Krypton-The-Product Krypton-The-Product Public

    A FastAPI backend powering an AI-assisted crypto trading dashboard: OTP-verified auth, encrypted BYO-LLM key management, optional Binance portfolio integration, live technical indicators, news sent…

    TypeScript

  2. Sentinel-RAG Sentinel-RAG Public

    a Secure Retrieval-Augmented Generation (RAG) pipeline with multi-layer defense against prompt injection, data poisoning, and context manipulation.

    Python

  3. Vectra-Orbit Vectra-Orbit Public

    Vectra-Orbit is a real-time, cascaded AI voice calling platform built with FastAPI, WebSockets, and SQLAlchemy (PostgreSQL / SQLite). It is designed to execute voice campaigns (marketing, surveys, …

    Python

  4. Prompt-Injection-Detector-Research Prompt-Injection-Detector-Research Public

    A research-driven project exploring binary classification, semantic embeddings, clustering, and retrieval-based detection for defending LLM and RAG systems against prompt injection attacks.

    Jupyter Notebook

  5. Neural-network-from-scratch Neural-network-from-scratch Public

    Jupyter Notebook

  6. Bhava-Voice-agent Bhava-Voice-agent Public

    Bhava-Voice-Agent is a real-time, modular, multi-agent voice pipeline built on FastAPI, WebSockets, Silero VAD, Groq STT (Whisper), Multi-Agent Dialogue orchestrations, and Edge TTS. It features in…

    Python