PROJECTS

A selection of production-grade AI systems and distributed platforms I've designed and shipped.

AI ENGINEERING

Vulnerability Remediation Agent

Autonomous agent that scans repositories, identifies CVEs and security anti-patterns, and auto-generates patched PRs with explanations.

  • LLM Orchestration
  • SAST
  • RAG over CVE DB
  • GitHub Actions

AI ENGINEERING

Intelligent Code Completion Agent

Context-aware code completion trained on internal codebases — repo-aware suggestions beyond stock Copilot.

  • Embeddings
  • pgvector
  • Fine-tuning
  • IDE Plugin

AI ENGINEERING

Automated Test Generation Agent

Reads production code plus specs and generates unit, integration, and edge-case tests — lifted pilot coverage from 62% to 91%.

  • LLM + AST
  • JUnit / PyTest
  • Mutation Testing

AI ENGINEERING

Spec-Driven Development Assistant

Converts Confluence / Jira specs into scaffolded services, DB schemas, and API contracts to accelerate greenfield delivery.

  • Multi-agent Workflow
  • OpenAPI
  • Human-in-the-Loop

AI ENGINEERING

AI Code Reviewer

PR bot that reviews for correctness, security, and style — leaves inline comments with suggested diffs.

  • LangGraph
  • Static Analysis
  • Claude / GPT / Llama

AI ENGINEERING

Log Anomaly & RCA Agent

Ingests logs, metrics, and traces, correlates anomalies, and produces root-cause hypotheses during live incidents.

  • Vector Search
  • Time-series Correlation
  • PagerDuty

AI ENGINEERING

Enterprise RAG Knowledge Assistant

Chat over internal wikis, runbooks, and code — grounded answers with citations and access-control-aware retrieval.

  • Hybrid Search
  • Reranking
  • Guardrails
  • ACL-aware

AI ENGINEERING

API Migration Agent

Automates migration of legacy APIs (SOAP → REST / GraphQL) with contract validation and regression tests.

  • AST Transformation
  • Contract Testing
  • LLM-guided Refactoring

AI ENGINEERING

Support Ticket Triage & Auto-Resolve

Classifies incoming tickets, drafts responses, and resolves L1 issues autonomously — deflected ~40% of tier-1 volume.

  • Classification
  • Tool-use Agent
  • CRM Integration

AI ENGINEERING

Data Quality Agent

Monitors data pipelines, detects schema drift and anomalies, suggests remediations for data engineering teams.

  • Great Expectations
  • LLM Rule Generation
  • Slack Alerts

AI ENGINEERING

Meeting Notes & Action-Item Extractor

Ingests meeting transcripts, extracts decisions and action items, assigns owners, and syncs to Jira / Linear.

  • Whisper
  • Structured Output
  • Jira API

AI ENGINEERING

AI Documentation Generator

Turns code, PR history, and commits into always-current architecture docs, ADRs, and onboarding guides.

  • Diff Summarization
  • Mermaid Rendering
  • CI Hook

AI ENGINEERING

Prompt Injection Firewall

Runtime guard inspecting LLM inputs and outputs for injection attacks, jailbreaks, and PII leakage.

  • Classifier Chain
  • Regex + ML Hybrid
  • OWASP LLM Top-10

AI ENGINEERING

Multi-Modal Product Search

Search a product catalog with text and images, reranked by user context for e-commerce and support use cases.

  • CLIP Embeddings
  • Vector DB
  • Cross-encoder Reranker

AI ENGINEERING

LLM Cost & Latency Optimizer

Auto-routes prompts between models based on task complexity, budget, and SLA — cut monthly LLM spend by ~45%.

  • Model Router
  • Semantic Cache
  • Cost Telemetry

DISTRIBUTED SYSTEMS

Distributed Claims Processing Platform

Microservices for claims, payments, notifications, and customer management. Saga pattern for transaction consistency; 10M+ events/day on Kafka; 99.99% availability.

  • Spring Boot
  • Kafka
  • Saga Pattern
  • Circuit Breakers

DISTRIBUTED SYSTEMS

Real-Time Event Streaming Pipeline

High-throughput pipeline with sub-100ms end-to-end latency, proven at 100k+ events/sec.

  • Kafka
  • Spring Boot
  • Redis
  • Elasticsearch

DISTRIBUTED SYSTEMS

Multi-Region Cloud Migration

Lift-and-reshape of legacy platform to AWS EKS with multi-AZ HA. IaC + GitOps cut infra costs ~35%.

  • AWS EKS
  • Terraform
  • ArgoCD
  • Multi-AZ

DISTRIBUTED SYSTEMS

Multi-Tenant SaaS Analytics

Per-tenant isolation, quotas, and near-real-time dashboards for a SaaS platform serving 500+ customers.

  • ClickHouse
  • Row-level Security
  • Kafka Streams

DISTRIBUTED SYSTEMS

Global Rate Limiter Service

Redis-backed sliding-window rate limiter with per-tier quotas, degradation modes, and single-digit-ms overhead.

  • Redis Cluster
  • Sliding Window
  • Lua Scripts

DISTRIBUTED SYSTEMS

Event-Sourced Audit Ledger

Immutable event store for compliance-grade auditability — SOC2 / HIPAA-ready, tamper-evident, replayable.

  • Event Sourcing
  • Kafka
  • Merkle Proofs
  • CQRS

DISTRIBUTED SYSTEMS

Zero-Downtime DB Migration Framework

Dual-write, backfill, and reconciliation tooling to migrate live schemas and databases without maintenance windows.

  • Dual-Write
  • Backfill Jobs
  • Reconciliation

PLATFORM ENGINEERING

Internal Developer Platform

Backstage-based portal unifying service catalog, docs, on-call, and self-service infra provisioning for 100+ engineers.

  • Backstage
  • TechDocs
  • Terraform Modules

PLATFORM ENGINEERING

Distributed Feature Flag Service

SDK + control plane for progressive rollouts, killswitches, and experiment targeting — sub-10ms flag evaluation.

  • Go SDK
  • gRPC Streaming
  • Redis Pub/Sub

PLATFORM ENGINEERING

Centralized API Gateway

Custom gateway handling mTLS, OAuth2, rate limiting, request signing, and full-request tracing.

  • Envoy
  • OAuth2 / OIDC
  • OpenTelemetry

PLATFORM ENGINEERING

Service Template Generator

CLI + templates for a golden-path service — pre-wired observability, auth, CI/CD, and SLOs from day one.

  • Cookiecutter
  • GitHub Templates
  • Pre-baked Helm Charts