Built a RAG pipeline over company internal documents to solve the context selection problem, chunking documents into semantically coherent sections, embedding them with dense and sparse vectors, and retrieving only query-relevant chunks via hybrid search before injection into the LLM prompt. Engineered production-grade LLM systems with context management strategies (conversation history pruning, sliding window summarization, dynamic prompt assembly) and agentic tool-calling pipelines featuring autonomous feedback, retry loops, and self-correction, enabling reliable AI agent execution under token constraints. Built a session-based AI document intelligence platform in Python and Google ADK that ingests PDF, DOCX, CSV, XLSX, and zip uploads, normalizes unstructured content into Markdown, and enables grounded question answering with citations through a retrieval specialist agent. Built a real-time network topology and observability dashboard using Next.js (React) to visualize connectivity across thousands of RTSP camera streams (Cameras NVRs Bridgedevice Cloud), enabling instant fault detection and reducing debugging time. Built scalable backend services and REST APIs using FastAPI, designing relational data models and monitoring pipelines for device health tracking, while implementing network integrations, firewall configurations, and camera onboarding to Bridge devices for reliable distributed system performance.