Projects

A curated set of projects. Each focuses on problem framing, decisions, and outcomes.

Agentic Workflow Orchestration Engine

Featured

Designed an agent-based system to coordinate multi-step workflows with state, retries, and human-in-the-loop controls.

  • Agentic AI
  • LLMs
  • Tool Calling
  • State Machines
  • TypeScript

MCP-Style AI Context Gateway

Featured

Built a protocol-driven AI gateway to manage context, tools, and permissions for LLM-based systems.

  • MCP
  • LLMs
  • Tool Calling
  • Context Management
  • TypeScript

Agentic Task Triage and Routing System

Featured

Built an AI-driven triage system that classifies, routes, and prioritizes tasks using agent-based decision logic.

  • Agentic AI
  • LLMs
  • Classification
  • Decision Systems
  • APIs

Retrieval-Augmented Knowledge Assistant

Implemented a RAG-based assistant to answer domain-specific questions using structured retrieval and controlled generation.

  • RAG
  • LLMs
  • Vector Search
  • Embeddings
  • Information Retrieval

Weather Forecast Website

Built a proof-of-concept weather forecasting platform to understand real-time data ingestion, microservice design, and live traffic handling.

  • Node.js
  • Express
  • REST APIs
  • Microservices
  • Real-time Data