sathishraja.com
Download CV
๐Ÿ›ก๏ธ Secure Production Build Live

Sathish Raja
Senior Full-Stack Engineer, Building Production AI Systems

14+ years shipping full-stack platforms across government, finance, and robotics in Singapore. Now building multi-agent AI systems with LangGraph, RAG, and MCP โ€” most recently an AI hiring platform built solo, end to end.

Cut deployment errors 50% and lifted API throughput 40% on production robotics platforms at Konica Minolta ยท 10+ production apps shipped across 4 industries

๐Ÿ“ฆ Featured Projects

Pick a project below to see what it does, how it's built, and the impact it had.

Production Deployment / Complete

SmartHireAI Platform

AI hiring platform that screens candidates automatically

// Project Scope Summary

A multi-tenant AI hiring platform I designed and built solo, with separate dashboards for candidates, recruiters, and hiring managers. Autonomous AI agents parse incoming resumes and rank candidates against role requirements, removing the manual first-pass screen recruiters normally do by hand.

// Integrated Stack Badges

LangGraphQdrant DBBullMQRedisMCP SDKNext.js 16React 19TypeScriptTailwind CSS v4

Data Ingestion & Integration Topologies

Explicit engineering pathways mapped directly out of production system parameters.

Orchestration Controller

LangGraph multi-agent workflow

Vector Retrieval Matrix

Qdrant vector embeddings

Background Workers Queue

BullMQ / Redis background jobs

Parsing Ingestion Engine

pdf2json resume parsing pipeline

Deep Dive Integration Specifications

Agent workflows are coordinated with LangGraph and Ollama, so screening runs as a sequence of independent, reviewable steps rather than one opaque call. Resumes are parsed with pdf2json and embedded into a local Qdrant vector database for semantic candidate-to-role matching. Parsing and ranking run as background jobs on BullMQ and Redis, so the app stays responsive while AI work happens behind the scenes. Agents are also wired through the Model Context Protocol (MCP) to safely read file states, check calendars, and send interview invites on their own.