Work
Projects I’ve Built
Real n8n automations, RAG systems, and AI tools — each solving a concrete problem and built to actually run in production.
Trendy Content Intelligence Pipeline
A fully automated research-to-inbox system that fires every morning at 9am. It reads topic keywords from a Google Sheet, fires Tavily web searches for each topic with 24-hour recency filtering, passes 5 articles per topic to GPT-4o-mini for virality scoring and content generation (strict 100-word limit, 8-word hook), logs the output back to Sheets, then sends a styled HTML digest email — all without touching a keyboard.
How it works
Customer Support AI Agent
Monitors a Gmail inbox every minute. A text classifier (OpenRouter) routes emails — support queries go to a Gemini 2.0 Flash agent with a Pinecone-backed FAQ knowledge base; everything else hits a no-op. The agent auto-replies with grounded, policy-accurate answers. Zero human triage required.
Gmail AI Triage & Sheet Lookup
Watches a Gmail inbox in real time, parses each incoming email snippet with GPT-4.1-mini, then uses a Google Sheets tool to look up relevant data and drafts a context-aware reply. The whole loop — receive, retrieve, respond — runs without any human in the loop.
RAG Pipeline + Knowledge Chatbot
Two pipelines in one. The ingestion side watches a Google Drive FAQ folder — when a new file lands, it downloads, chunks, embeds via OpenAI, and upserts into Pinecone under a dedicated namespace. The chat side uses Claude 3.5 Sonnet (via OpenRouter) with Pinecone as a retrieval tool to answer questions strictly from the knowledge base.
Custom GPTs
Two purpose-built GPT assistants published on the OpenAI GPT Store — each with a custom system prompt, curated knowledge base, and a specific audience in mind.
🔐 AI Security PhD Research Mentor
Guides researchers through AI security literature, methodologies, and phishing/social engineering defence.
🏗️ Prompt Architect
Helps engineers and researchers design, test, and refine high-quality prompts for production LLM pipelines.