whoami

AI Engineer
building agents that work

Designing and deploying AI agents on GCP and Azure — from document review to autonomous gap trading.

Python LangChain LangGraph CrewAI Gemini GPT-4o GCP Azure FastAPI BigQuery
View Projects Live Trading Dashboard
Projects
doc-review-agent
GCP + Azure

Upload a contract or policy PDF — agent retrieves relevant legal rules from a knowledge base, flags red flags, missing clauses, and risks. Same code runs on GCP or Azure via a single config switch.

LangGraphLangChain RAGChromaDB PineconeGemini GPT-4o miniFastAPI
arch-review-agent
GCP

Describe your system architecture in JSON — five specialist agents (security, scalability, cost, compliance, supervisor) each review it independently, then synthesize a scored report with priorities.

CrewAILangChain RAGChromaDB Gemini 2.5 FlashFastAPI
resume-screener
GCP

Recruiter workflow — save job profiles, upload resumes, get structured screening reports with match score, skill gaps, strengths, and hire recommendation. Gemini native SDK, no LangChain.

Gemini native SDKStructured output BigQueryPydantic FastAPI
interview-kit
Azure

Paste a job description and resume — generates a tailored interview kit with targeted technical questions, behavioral probes, and red flags specific to that candidate's gaps. Chains with resume-screener for deeper targeting.

Azure OpenAIStructured output Cosmos DBPydantic FastAPI
Live Project
// running in production · GCP Cloud Run
AI Gap Trading Agent

Two-agent system running daily on market open. Phase 1 scans 50 stocks with rule-based filters at 9:45 AM. Phase 2 agent reasons about each candidate at 10:00 AM — deciding BUY or SKIP with full explanation saved to BigQuery. Results tracked and compared nightly.

Live Dashboard → Gemini 2.5 Flash BigQuery Cloud Run
12
Days Active
404
Targets Hit
+$233.12
Hypo P&L
Stack
LangGraph
Agent workflows
CrewAI
Multi-agent orchestration
LangChain
RAG pipelines
Gemini 2.5 Flash
Vertex AI · GCP
GPT-4o mini
Azure OpenAI
ChromaDB · Pinecone
Vector search
BigQuery
Analytics · GCP
Cosmos DB
Document store · Azure
FastAPI · Pydantic
APIs · structured output
Cloud Run
Deployment · GCP
Container Apps
Deployment · Azure
Python 3.11
All projects