Skip to content
View subho004's full-sized avatar

Highlights

  • Pro

Block or report subho004

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

πŸ‘‹ Subhajit Hait

Pragmatic AI engineer building systems that make high-stakes decisions defensible.

Backend + AI engineer turning graph reasoning and multi-agent pipelines into production infrastructure for risk, compliance, and healthcare.


What I'm building

I'm a pragmatic software engineer β€” I care less about what's trendy and more about what actually ships and holds up in production.

AI-driven risk & compliance systems β€” graph reasoning over knowledge graphs, multi-agent architectures, and low-context LLM pipelines that let organizations make auditable, explainable decisions instead of black-box ones.

Over 3+ years I've shipped realtime systems and agentic workflows across healthcare, compliance, and AI SaaS, on FastAPI, Next.js, Kubernetes, Docker, AWS, and Azure.

  • πŸ”Ž Engineered multi-agent fraud & compliance systems using fine-tuned LLMs and knowledge graphs
  • ⚑ Scaled a real-time clinical biosignal platform to 100k+ datapoints/min at <50ms latency, used daily by 100+ doctors
  • πŸŽ™οΈ Built a RAG-driven AI recruiting platform with voice analysis, used by 1,000+ candidates weekly
  • πŸŽ“ Led engineering on a learner platform serving 70k+ students
  • πŸ“– Springer ICIDA 2024 β€” Best Paper Award

AI Forge Lab β€” my open research hub

Instead of scattering experiments across dead repos, I run AI Forge Lab: one modular hub of production-grade guides and systems, each a standalone submodule others can pull independently.

Project What it does Stack
OpenEvolve Self-evolving agents that rewrite and improve their own code Python, LLMs, process isolation
Graph LLMs Knowledge-graph-grounded reasoning for traceable, non-hallucinated answers Neo4j, Cypher, Groq
Vectorless RAG Hierarchical retrieval that beats flat vector search on evals PageIndex, LangSmith
Fine-Tuning Guide End-to-end reference for LoRA, QLoRA, DPO, RLHF PEFT, bitsandbytes, TRL
Auto-Research Autonomous technical/scientific research pipelines LangChain, Research APIs
MCP Chatbot Modular chatbot built on the Model Context Protocol LangChain, MCP, Groq
GPT-Scratch Decoder-only GPT built and trained from first principles PyTorch, tiktoken
Podcast Automate Script-to-speech pipeline, fully automated Maya1, TTS, LLMs
A2A Guide Patterns for chaining autonomous agent actions Examples & guides

70+ public repos. 9 active research tracks under one roof.

✨ Special mention: ML Graph Learning Handbook

A self-built, static handbook covering classical ML and Graph ML from first principles β€” searchable HTML reader, MathJax equations, Mermaid diagrams, dark mode, zero build step, zero dependencies.

πŸ”— Live: https://mlnotes.subhajithait.com/


Stack

AI / ML
python pytorch tensorflow huggingface openai anthropic gemini neo4j

Backend & Infra
fastapi nodejs postgresql redis mongodb aws azure docker kubernetes kafka grafana prometheus

Frontend
nextjs react typescript tailwind astro


stats languages
Snake animation

Open to conversations on AI infra, agentic systems, and hard compliance problems β€” reach out.

Pinned Loading

  1. ai-forge-lab ai-forge-lab Public

    AI Forge Lab is a centralized hub for building and exploring advanced AI systems, with a focus on LLMs, agents, and retrieval-based architectures. It connects multiple experimental projects, resear…

  2. omni-agent omni-agent Public

    A general-purpose AI agent that thinks, plans, uses tools, runs code, browses the web, analyzes files, and autonomously completes complex tasks.

    Python

  3. ml-graph-learning-notebook ml-graph-learning-notebook Public

    A static handbook of Machine Learning and Graph Machine Learning notes with a searchable HTML reader, equations, diagrams, and dark mode.

    HTML

  4. ppdc-confidential-graph ppdc-confidential-graph Public

    Preserving Data Consortium (PPDC) demonstration for collaborative, graph-based financial fraud detection using PSI, Homomorphic Encryption, and Differential Privacy.

    Python

  5. llm-rpg-world-simulator llm-rpg-world-simulator Public

    A text-based RPG world sandbox powered by Gemini. Uses LLMs for structured intent parsing, NPC planning, and dynamic narration behind a deterministic validation gate.

    Python

  6. neurpc-stream neurpc-stream Public

    A high-performance real-time neuro-biosignal streaming & plotting platform using gRPC/Protobuf protocols and FastAPI async offloading.

    TypeScript