Skip to content
View SushantTusharJoshi's full-sized avatar

Block or report SushantTusharJoshi

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
SushantTusharJoshi/README.md

Hi, I'm Sushant 👋

Applied AI Engineer. I build and ship LLM systems end to end: RAG pipelines, agent orchestration (MCP), LLM evaluation frameworks, and ML models with explainability. MS in Information Systems, Northeastern (2026). STEM OPT, no sponsorship required.

I care about the unglamorous parts that make AI actually work in production: evaluation harnesses, deployment gating, latency budgets, and catching the data-leakage bug before it ships an AUC of 1.0.


🔭 What I work on

  • LLM evaluation: regression testing against golden examples, structural constraint validation, retrieval-confidence monitoring, automated deploy gates
  • RAG: Hugging Face embeddings, FAISS vector search, cosine-similarity thresholding
  • Agents: tool-calling agents and orchestration via the Model Context Protocol (MCP)
  • ML with explainability: XGBoost / LightGBM, SHAP attribution, bias auditing, human-in-the-loop workflows

📌 Featured projects

PredictiveCare: HIPAA-compliant clinical risk prediction XGBoost + LightGBM on 215M+ clinical events across 200K+ patients. Temporal train/test splits after catching a data-leakage bug. Per-patient SHAP attribution, disparate-impact bias auditing, and human-in-the-loop clinical workflows. Python FastAPI PostgreSQL XGBoost SHAP Next.js

AI Playlist Mixer: real-time multi-device music coordination Unifies Spotify and YouTube into a single queue synced across up to 7 devices, with fairness-aware reranking and AI-generated session summaries. Live demo FastAPI Next.js Spotify API YouTube API Railway Vercel


🛠️ Tech

Languages: Python · Java · C++ · TypeScript · SQL ML/AI: PyTorch · TensorFlow · scikit-learn · XGBoost · LightGBM · SHAP · Hugging Face · FAISS GenAI: RAG · MCP · Claude API · OpenAI API · AWS Bedrock · agent orchestration Backend/Cloud: FastAPI · Flask · Docker · CI/CD · AWS (Bedrock, S3, Lambda) · PostgreSQL · MongoDB


📫 Reach me

Pinned Loading

  1. ai-playlist-mixer ai-playlist-mixer Public

    Real-time multi-device music coordination with fairness-aware reranking and AI session summaries

    Python

  2. llm-eval-kit llm-eval-kit Public

    Evaluate LLM outputs against golden examples with CI-friendly pass/fail gating

    Python

  3. neetcode-submissions neetcode-submissions Public

    My NeetCode.io problem solutions — 54/150 completed

    Java

  4. open-source-contributions open-source-contributions Public

    Contributions to Anthropic's open source ecosystem — bug fixes, features, and standalone projects

    Python

  5. pg-mcp-server pg-mcp-server Public

    MCP server giving AI agents safe, read-only access to PostgreSQL

    Python

  6. predictive-care predictive-care Public

    AI-powered clinical risk prediction with XGBoost, SHAP explainability, and HIPAA-aligned safeguards

    Python 1