Skip to content
View TanmayZade's full-sized avatar

Highlights

  • Pro

Block or report TanmayZade

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

Tanmay Zade

banner

Final-year B.Tech in AI & Data Science · VIT Pune
LinkedIn ·

Profile Views


About

I build backend systems and AI agent infrastructure. My work spans production-grade Java/Spring Boot architecture, LLM orchestration via the Model Context Protocol, and quantitative trading pipelines on Indian equity markets.

Currently a final-year B.Tech student at VIT Pune, graduating May 2026. Open to SDE / AI Engineer roles.

  • Contributed a merged PR to the official Model Context Protocol repository
  • Reported a critical boot-time crash in AiSOC (1.1k+ ⭐); bug was triaged and fixed immediately (Issue #153, PR #191)
  • Inventor of a published patent with the Indian Patent Office
  • Co-authored a research paper published in Springer
  • Interning at Herbs Magic, building intraday trading pipelines on real-time NSE data

Technical Skills

Area Technologies
Languages Java 21, Python, JavaScript / TypeScript
Frameworks Spring Boot 3, FastAPI, Next.js 16, React 19
AI / Agents LiteLLM, MCP, A2A Protocol, Presidio, LSTM, Pandas, NumPy
Infrastructure PostgreSQL, Redis, Docker, JWT, AES-256-GCM

Projects

CoAgent4U — Personal AI Agent Platform

A polyglot AI agent platform built on Hexagonal Architecture with 15 Maven modules. A 32-tool MCP server drives a model-agnostic LLM planner (LiteLLM) that autonomously orchestrates Google Calendar and Tasks through a plan → execute → summarize loop. Includes a dual-approval saga pattern for deterministic scheduling, PII detection via Presidio, Redis-backed conversational memory, and JWT + AES-256-GCM security.

Java 21 Spring Boot 3 Python FastAPI LiteLLM MCP A2A SDK Next.js React PostgreSQL Redis Docker


EasyChat — End-to-End Encrypted Chat Application

Real-time one-to-one chat with true client-side encryption. ECDH key exchange and AES-256-GCM ensure no plaintext is ever handled server-side. Includes WebSocket-based delivery, JWT authentication, encrypted chat history in PostgreSQL, and containerized deployment on Vercel and Render.

Java Spring Boot WebSocket JWT PostgreSQL React Docker


Recognition

Open Source Contribution — Model Context Protocol

Contributed to the official MCP repository maintained by Anthropic. PR #2645 corrected three incorrect JSON-RPC method names in the official MCP learning guide and was merged in April 2026.

Open Source Contribution — AiSOC (AI-Powered Security Operations Center)

Identified and reported a critical boot-time crash in AiSOC, an open-source AI-powered Security Operations Center with 1.1k+ GitHub stars. Issue #153 documented two NameErrors in config.py and router.py that caused the API service to crash on every source-based build — silently hidden when using prebuilt Docker images, but blocking all local development and CI. The bug was triaged and fixed immediately, with the fix landing in PR #191, merged into main on May 19, 2026.

Patent — Smart Safety System for Metro Rail

Named inventor on a patent published by the Indian Patent Office for a smart safety system designed for metro rail networks. The system addresses real-time hazard detection and automated safety response in urban transit environments.

Research Publication — UNFAZEDROADS: Pothole Management System

Co-authored a research paper titled UNFAZEDROADS: Pothole Management System, published in Springer. The paper presents an automated approach to pothole detection, classification, and civic reporting using computer vision and data pipelines.

Pinned Loading

  1. modelcontextprotocol/modelcontextprotocol modelcontextprotocol/modelcontextprotocol Public

    Specification and documentation for the Model Context Protocol

    TypeScript 8.4k 1.6k

  2. a2aproject/A2A a2aproject/A2A Public

    Agent2Agent (A2A) is an open protocol enabling communication and interoperability between opaque agentic applications.

    Shell 24.4k 2.5k

  3. TanmayZade TanmayZade Public

    1

  4. LeetCode LeetCode Public

    This repository is for storing my LeetCode Solutions.

    Java