Skip to content
View tanushsavadi's full-sized avatar
:electron:
The grind never ends
:electron:
The grind never ends

Highlights

  • Pro

Block or report tanushsavadi

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


tanush.system()

const tanush = {
  role: "AI Platform Engineer",
  education: "MS Computer Science @ UMass Amherst",
  focus: [
    "Production-grade RAG systems",
    "Responsible AI and privacy safeguards",
    "Full-stack AI platforms",
    "Carbon-aware computing",
    "Applied machine learning"
  ],
  currentlyBuilding: "Reliable AI systems that move from prototype to production",
  philosophy: "Ship useful systems. Make them fast. Make them trusted. Make them explainable."
};

I build AI systems that make complex information easier to search, understand, and act on. My work sits at the intersection of LLMs, cloud infrastructure, full-stack engineering, applied ML, and responsible AI — from government AI assistants and privacy gateways to carbon forecasting platforms and multilingual document intelligence tools.


Impact Console

525+
State employees supported
600+
Documents indexed
9,000+
Webpages crawled
<15 sec
Search time achieved
96%
User satisfaction
85+
Carbon regions covered
340+
Data streams managed
350+
Students supported

Featured Systems

Commonwealth AI Search Assistant

Production-grade RAG assistant for state employees to search internal documents and web-crawled knowledge sources with cited answers.

Built with: React · TypeScript · AWS CDK · AWS Bedrock · Claude · Docker · App Runner · Cognito

What it did: Reduced manual document search from 10+ minutes to under 15 seconds while supporting secure authenticated workflows.

GENIE Privacy Gateway

Fail-closed PII/PHI redaction gateway for responsible AI adoption across public-sector chatbot workflows.

Built with: Python Lambda · AWS Comprehend · Comprehend Medical · React · TypeScript · AWS CDK

What it did: Masked sensitive entities before downstream model handling and helped make AI-assisted government workflows safer.

CarbonCast / LiteCast

Carbon intensity forecasting platform for visualizing and predicting low-carbon electricity windows across global regions.

Built with: Django REST · React · TypeScript · Python · MapLibre GL · Time-Series ML

What it did: Scaled carbon forecasting across 85+ regions and 340+ data streams with automated data recovery and region-specific predictions.

VentureXify

AI-powered venture research assistant using hybrid search, reranking, and deterministic computation to reduce hallucination.

Built with: TypeScript · React · Supabase · pgvector · BM25 · LLM APIs · Tailwind · Vitest

What it did: Combined RAG, structured data workflows, and user-facing AI search into a practical startup intelligence platform.


System Architecture Snapshots

RAG Assistant Pipeline
flowchart LR
    A[User Query] --> B[React + TypeScript UI]
    B --> C[Cognito SSO]
    C --> D[Containerized API]
    D --> E[AWS Knowledge Base]
    E --> F[Documents + Webpages]
    F --> G[Claude via Bedrock]
    G --> H[Cited Response]
    H --> B
Loading
Privacy-Safe AI Gateway
flowchart LR
    A[Raw User Input] --> B[PII/PHI Redaction Gateway]
    B --> C[AWS Comprehend]
    B --> D[AWS Comprehend Medical]
    C --> E[Offset-Aware Masking]
    D --> E
    E --> F[Sanitized Prompt]
    F --> G[Downstream Model Handler]
    G --> H[Safe AI Response]
Loading
Carbon Forecasting Platform
flowchart LR
    A[Regional Energy Data] --> B[Fault-Tolerant Ingestion]
    B --> C[Feature Engineering]
    C --> D[Forecasting Pipeline]
    D --> E[Django REST API]
    E --> F[Interactive Map UI]
    F --> G[Researchers + Grid Operators]
Loading

Technical Stack

AI / LLMs      AWS Bedrock · Claude · LangChain · RAG · vector search · prompt engineering
Frontend       React · Next.js · TypeScript · Tailwind · MapLibre GL · Leaflet · HTML/CSS
Backend        Python · Django REST · Node.js · Express · REST APIs · WebSockets
Cloud          AWS CDK · App Runner · Cognito · S3 · DynamoDB · Lambda · CloudWatch
ML / Data      PyTorch · TensorFlow · pandas · NumPy · scikit-learn · LSTM · time-series ML
Dev Tools      Docker · Git · GitHub · Vitest · pytest · Linux · Bash · Figma

Project Matrix

Project What it is Stack Focus
Commonwealth AI Search RAG assistant for document and web search React, TypeScript, AWS, Bedrock Production AI
GENIE Privacy Gateway PII/PHI redaction layer for chatbot workflows Python, AWS Comprehend, CDK Responsible AI
SLATE Legal research chatbot for session laws LLMs, streaming, cited retrieval Legal AI
CarbonCast Carbon intensity forecasting platform Django, React, MapLibre GL, Python Climate AI
VentureXify Startup intelligence and RAG research assistant TypeScript, Supabase, pgvector AI Products
TextualPolyglot Multilingual multimodal document intelligence Python, LangChain, Gemini, pandas Multimodal AI
Algo-Visualizer Interactive algorithm learning tool React, TypeScript, SCSS CS Education
UPlay! Campus sports connection platform React, Node, MongoDB, Socket.io Real-time Web

Research + Publications

  • LiteCast: A Lightweight Forecaster for Carbon Optimizations Lightweight carbon-intensity forecasting for real-time scheduling and carbon-aware computing.

  • ClaRet — A CNN Architecture for Optical Coherence Tomography CNN-based OCT scan classification system for retinal tear detection.

  • Visualizing the Impact of User Preferences and Habits on Carbon Emission Interactive visual analytics system for understanding carbon-aware behavior and energy usage patterns.


Teaching + Leadership

teaching:
  role: Head Undergraduate Course Assistant
  course: Python programming
  students_supported: 350+ per semester
  focus:
    - labs
    - grading
    - office hours
    - course logistics
    - assignment and solution design

leadership:
  role: President, Google Developer Student Club @ UMass Amherst
  impact:
    - revived inactive chapter
    - led 7 officers
    - organized technical workshops
    - reached 600+ active participants
    - raised funding for community technology access

GitHub Activity


What I Like Building

01. AI systems with real users, real constraints, and measurable impact
02. RAG workflows that cite sources instead of hallucinating confidence
03. Privacy-first AI tools that handle sensitive information carefully
04. Full-stack platforms that make complex ML systems usable
05. Climate-aware tools that connect software engineering with sustainability

Beyond the Terminal

I’m a builder, researcher, mentor, and sports obsessive. I like systems that are fast, thoughtful, and useful — whether that means a production AI assistant, a carbon forecasting map, a teaching tool, or a fantasy football model I will absolutely not make public.

Let’s build AI systems people can actually trust.

```

Pinned Loading

  1. sheldor1510/safestride sheldor1510/safestride Public

    Walk Safely, Anytime, Anywhere

    JavaScript 2

  2. Algo-Visualizer Algo-Visualizer Public

    Visualize search and sorting algorithms via a web application.

    TypeScript 2 1

  3. agunjikar/hackumass2024 agunjikar/hackumass2024 Public

    A consolidated marketplace for university students to buy and sell their items.

    JavaScript 2

  4. sheldor1510/spotifynder sheldor1510/spotifynder Public

    CS326 Project

    JavaScript 1

  5. Brenda-MW/BTTAI_Team27_MotorControlAI Brenda-MW/BTTAI_Team27_MotorControlAI Public

    Team shared locations with BTTAI project

    1