Skip to content
View Jeevesh28's full-sized avatar
  • University of Wisconsin–Madison
  • Madison, Wisconsin
  • LinkedIn in/jeevesh28

Block or report Jeevesh28

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.

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

Hey there, I am Jeevesh! 👋

MS Computer Science at UW–Madison. Currently a Data Science Intern at Cloudflare, joining Amazon as an SDE Intern this fall. Previously 2+ years at Oracle building backend services and data infrastructure. I work on LLMs, ML systems, and the engineering underneath them.

A sneak peek at some of the projects I have worked on!

Intelligent-Bistro — A mobile ordering app where guests manage a cart through a conversational AI assistant. Claude parses natural-language orders into validated tool_use calls; UI taps and AI calls share one cart-mutation path, so the model's view never diverges from the user's. Expo + React Native, Express + TypeScript, 45 tests.

CoT-Faithfulness — A behavioral and mechanistic audit of chain-of-thought faithfulness across Llama 3.1 8B, Gemma 3 12B, and Claude Opus 4.6. Four CoT perturbations re-injected via assistant prefilling, plus attention analysis. Faithfulness falls as capability rises (F = 0.49 → 0.30 → 0.09).

Certified-Temporal-GNN — Certified robustness for temporal graph neural networks. Replaces the per-window Bonferroni union bound with one shared edge-flip realization under a single Clopper–Pearson bound: sound under Neyman–Pearson, strictly tighter, and up to +41.7 points certified accuracy on real Elliptic Bitcoin data.

SynthShield — Turns sensitive tabular data into synthetic clones with formal privacy guarantees. T5-small fine-tuned with LoRA under DP-SGD (Opacus), reaching ε≈4 at δ=1e-5 with per-column KL under 0.1. FastAPI + Next.js on Cloud Run, built in 24 hours at CheeseHacks 2026.

Education

  • UW–Madison — MS in Computer Science (2025–2027)
  • IIT Kharagpur — B.Tech (Hons.), Mechanical Engineering; Minor in Mathematics & Computing (2019–2023)

Work Experience

  • Data Science Intern — Cloudflare (Jun 2026 – Present)
  • Incoming SDE Intern — Amazon (Fall 2026)
  • Open Source Developer — UW–Madison Data Science Institute (Feb – Jun 2026)
  • Applications Developer — Oracle (Jun 2023 – Aug 2025)

Connect with me!

Pinned Loading

  1. Intelligent-Bistro Intelligent-Bistro Public

    Mobile restaurant ordering app with a conversational AI assistant that turns natural-language orders into validated tool_use calls. UI taps and AI calls share one cart-mutation path, so the model's…

    TypeScript

  2. CoT-Faithfulness CoT-Faithfulness Public

    Behavioral and mechanistic audit of chain-of-thought faithfulness across Llama 3.1 8B, Gemma 3 12B, and Claude Opus. Four CoT perturbations via assistant prefilling, plus attention analysis.

    Jupyter Notebook 1

  3. Certified-Temporal-GNN Certified-Temporal-GNN Public

    Forked from rohankrgupta/certified-temporal-gnn

    Certified robustness for temporal GNNs via shared-noise randomized smoothing. Replaces the per-window Bonferroni bound with one shared edge-flip realization — strictly tighter, and up to +41.7 poin…

    Jupyter Notebook

  4. SynthShield SynthShield Public

    Forked from saksham-2000/SynthShield

    Turns sensitive tabular data into synthetic clones with formal privacy guarantees: T5-small fine-tuned with LoRA under DP-SGD (Opacus), ε≈4 at δ=1e-5. FastAPI + Next.js, deployed on Cloud Run, buil…

    TypeScript

  5. Facility-Location-Problem Facility-Location-Problem Public

    Uncapacitated and capacitated facility location problems solved with GurobiPy, including UFLP under disruption scenarios. Mixed-integer programming formulations with sensitivity analysis.

    Jupyter Notebook 10

  6. deweylab/RSEM deweylab/RSEM Public

    RSEM: accurate quantification of gene and isoform expression from RNA-Seq data

    C++ 472 123