Skip to content
View shuvojit0194-star's full-sized avatar

Block or report shuvojit0194-star

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

Shuvojit Sen — Product Manager

I own product at Charter Communications (Spectrum), where I've shipped Mobile ordering infrastructure, driven $4.5M in operational savings, and led 3 scrum teams across Customer Support, Sales, and Engineering.

Outside of work, I build AI systems to automate the product workflows I've spent years doing manually — requirements writing, JIRA decomposition, data analysis, stakeholder reporting. The projects below aren't side experiments; they're tools I built because I understood the problem from the inside.


AI & Agentic Systems

Project Problem It Solves Stack
AI Feature Delivery Pipeline Collapses a 16-step SDLC process into 2 human touchpoints — requirement in, deployed code out Claude AI, MCP, WebStorm, GitHub Actions, Render
HealthSense AI Routes patient from symptom description to confirmed appointment across 5 specialized agents n8n, OpenAI
Stock Analysis Agent Voice or text → AI chart analysis → Telegram delivery, with scheduled watchlist reports n8n, OpenAI, Telegram, Airtable
MCP Chatbot RAG chatbot over MCP documentation, deployed and serving live traffic on Render FastAPI, LangChain, FAISS, OpenAI
Language to Dashboard Removes the analyst bottleneck — business question in plain English, chart + narrative out LangChain, SQLite, OpenAI

ML / Data Science

Project What It Solves Key Result
SuperKart Forecasting Retail sales prediction deployed as a live API R²=0.93, Flask on HuggingFace
Clinical RAG Assistant Medical document Q&A with automated quality evaluation ChromaDB + LLM-as-Judge
ReneWind Turbine Failure Catch failures before they happen — false negative costs 10× more than a false alarm Neural Network, SMOTE, recall-optimized
EasyVisa Approval Predict US visa outcome before filing — avoid costly denials GBM, 5 models compared
Trade & Ahead Clustering Segment 340 NYSE stocks into portfolio-construction clusters K-Means + PCA
HelmNet Safety Detection Automate helmet compliance checking from construction site images CNN, TensorFlow/Keras

What I've Shipped at Spectrum

  • Spectrum Mobile ordering platform (MBO) — ACH AutoPay, standalone smartwatch line, fraud management integration, offer eligibility logic — all end-to-end through fulfillment
  • $4.5M+ annual savings — Salesforce-EXPO engineering fulfillment automation (BSA II)
  • Internal AI tool — generates production-quality BRDs, user stories, and specs in under 60 seconds using Claude AI; serving a 10-person BSA team with QA and Architect modules in development
  • 3 scrum team agile transformation — BPMN process design, MoSCoW prioritization, sprint cadence across Mobile, Customer Support, and Enterprise

Stack

AI & Agentic: Claude AI · n8n · LangChain · LangSmith · RAG · MCP · OpenAI · ChromaDB · HuggingFace
ML/DS: Python · scikit-learn · TensorFlow/Keras · XGBoost · NLP · SQL · Tableau
Product: JIRA · Confluence · Salesforce · Agile/Scrum · BPMN · MoSCoW
Certs: CSPO · CSM · Salesforce Admin · Six Sigma Green Belt (ASQ)


LinkedIn

UT Austin — PGP in Data Science, Business Analytics, AI & ML (2024–2026)

Pinned Loading

  1. AI_Feature_Delivery_Pipeline AI_Feature_Delivery_Pipeline Public

    End-to-end autonomous SDLC: requirement → JIRA → WebStorm Claude agent → CI/CD → deploy

  2. Chatbot Chatbot Public

    RAG-powered MCP chatbot deployed on Render: FastAPI + LangChain + FAISS + Tavily

    HTML

  3. HealthSense_AI HealthSense_AI Public

    5-agent n8n system: symptom input → diagnosis → doctor matching → appointment booking

  4. NLP_RAG NLP_RAG Public

    Clinical RAG assistant: ChromaDB + LangChain + LLM-as-Judge evaluation pipeline

    Jupyter Notebook

  5. Stock_Trading_Analysis Stock_Trading_Analysis Public

    Scheduled n8n workflow: live market data → LLM analysis → Telegram buy/sell alerts

    Jupyter Notebook

  6. SuperKart SuperKart Public

    Random Forest sales forecasting R2=0.93 deployed as Flask API on HuggingFace Spaces

    Jupyter Notebook