From Software Engineering to Intelligent Agents.
I'm currently exploring the world of Agentic AI — building systems that can reason, retrieve information, use tools, maintain context, and take meaningful actions rather than simply responding to a prompt.
AI Systems I've Built
A selection of recent projects exploring RAG, tool-using agents, and intelligent automation.
RAG Support Chatbot
A context-aware AI support agent that retrieves relevant information from a knowledge base before generating responses. Built as a complete RAG pipeline from document ingestion to LLM-powered response generation.
CLI Agent
An end-to-end AI agent capable of reasoning, using tools, maintaining conversation context, and executing multi-step tasks through the OpenAI SDK.
Multi-Agent RAG
Document intelligence through retrieval, verification, reflection, and structured report generation.
Document Intelligence System
What I built
A multi-agent Retrieval-Augmented Generation system designed to produce reliable, evidence-based reports from uploaded documents.
Documents are ingested, chunked, embedded, and retrieved before specialized agents verify context, reflect on the reasoning, and generate a structured final report.