Skip to content
View notsubash's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report notsubash

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

Hi, I'm Subash Pandey 👋

AI/ML Engineer

GenAI systems, RAG, and applied ML

I build production GenAI and ML systems — from retrieval pipelines to the cloud-native infrastructure they run on. A lot of my recent work sits at the point where a model's confidence stops matching its correctness, and I like designing the evaluation and tooling that catches that early rather than after deployment.

  • 🔭 Currently building GenAI and ML products at Scopic Software
  • 🌱 Currently deepening my system design and cloud-native development
  • 👯 Open to collaborating on RAG, agents, and applied ML evaluation projects
  • 💬 Ask me about GenAI, RAG, and Python
  • 📄 More on my background: subash-pandey.com

Selected Work

latent-parking World-model parking planner combining CEM planning, a JEPA latent predictor, and latent MPC — with explicit "distrust gates" that flag when the model's imagined rollout shouldn't be trusted.

cloud-native-AI-platform Cost-bounded AI summarization platform: FastAPI on Kubernetes/Helm, provisioned with Terraform on Hetzner, deployed via GitOps (Argo CD), with a full observability stack.

Activity-Recognition Subject-independent human activity recognition on WISDM. A naive split scores 0.89 macro-F1 — a correct subject-level holdout drops that to 0.29. The project exists to prove that gap and build an evaluation setup that can't hide it.

Gavel A workspace for pressure-testing startup ideas: collecting evidence and running structured multi-agent debate to judge them.

PageAnchor Every answer cites a verifiable region on a page, or it refuses. Hybrid text + visual RAG for layout-heavy PDFs with strict quote verification.

More projects → github.com/notsubash

Connect

📫 Email  ·  💼 LinkedIn  ·  🌐 Portfolio

⚡ Fun fact: I refactor life decisions.

Languages and Tools:

Core / Web

python typescript javascript html5 css3 bash nodejs react redux fastapi flask django stripe

GenAI / LLM / Agents

langchain langgraph ollama qdrant mlflow

Data Science / ML

pytorch scikit_learn pandas numpy matplotlib opencv streamlit gradio chartjs

Cloud & Infra

aws gcp docker kubernetes helm argocd terraform prometheus grafana serverless git postman

Databases

mongodb mysql postgresql redis sqlite firebase

Also worked with: Langfuse · Grafana Loki · Tableau · Seaborn · Gephi · Microsoft Office

Pinned Loading

  1. latent-parking latent-parking Public

    World-model parking planner on highway-env. CEM planning, a JEPA latent predictor, latent MPC, and distrust gates. Measures prediction, control, and when not to trust the imagination.

    HTML

  2. cloud-native-AI-platform cloud-native-AI-platform Public

    Cost-bounded cloud-native AI summarization platform: FastAPI + Kubernetes/Helm, Terraform on Hetzner, GitOps via Argo CD, full observability stack. Next up: autoscaling, canary deploys, DR. Runs un…

    Python

  3. Gavel Gavel Public

    Workspace for shaping startup ideas, collecting evidence, and running structured multi-agent judgment.

    Python 2

  4. Game-Genre-Network-Analysis Game-Genre-Network-Analysis Public

    Network analysis of Steam video game genres over time, using graph-based methods to study genre relationships, evolution, centrality, and the emergence of new sub-genres.

    Jupyter Notebook 1

  5. Activity-Recognition Activity-Recognition Public

    Subject-independent HAR on WISDM (UCI 507). Session-safe 20 Hz repair, GroupKFold XGBoost, and a CPU FastAPI. Leaky phone flatten 0.89 macro-F1 drops to 0.29 with subject holdout; watch statistical…

    Jupyter Notebook 1

  6. PageAnchor PageAnchor Public

    Visually grounded document Q&A with verifiable page citations. Hybrid retrieval, quote verification. CLI, API, MCP and PNG overlay Next.js UI.

    Python