All work

Projects

A selection of systems I've built - LLM red-teaming, agentic pipelines, air-gapped retrieval, and computer-vision tooling.

RedVector

Adversarial LLM testing framework - internally, BurpSuite for AI agents.

  • A platform for poking holes in LLMs before they go live: prompt injections, jailbreaks, adversarial edge cases. It turns what breaks into a score a team can actually act on.
  • FastAPI
  • LiteLLM
  • React

Sentinel-AI

Autonomous agentic DevOps pipeline - self-healing CI/CD orchestration.

  • An agentic tool that finds the root of what breaks in a deployment, proposes a fix, and upon human approval, makes the changes, pushes the code, and creates a merge request
  • FastAPI
  • Next.js
  • Google ADK
  • Gemini

FieldAssist AI

Air-gapped RAG engine for secure retrieval of legal and procedural information in constrained environments.

  • An Offline-First, Air-Gapped RAG Engine for a legal knowledge base without any cloud or internet dependency.
  • Python
  • FastAPI
  • React
  • Vector DB

AI Research Assistant

An AI Assistant for assisting in academic research work

  • This project is an AI Based Research Assistant that is built for the purpose of helping student, particularly in Computer Science domain, with their academic research projects and personal (beginner) research projects.
  • LangGraph
  • Machine Learning
  • NLP
  • Tool Calling
  • Agentic AI

Deepfake Detector

Multi-Modal Deepfake Detection System to identify deepfakes.

  • A Multi-Modal Deepfake Detection System that can identify the Deepfakes and morphes in Images, Videos, and Audios.
  • FastAPI
  • React
  • Transformer
  • ResNet
  • Ensemble

Predictive Maintenance Pipeline

System to identify failures in industrial machines before time.

  • Sensor telemetry turned into failure forecasts before downtime hits. An end-to-end pipeline from signal ingestion to a maintainable predictor in the field.
  • XGBoost
  • Machine Learning
  • Time Series