Engineering Log
A selection of complex systems I have architected.
Focusing on AI Agents, RAG Pipelines, and Developer Tools.
FinTech Agent Bot
Enterprise Financial AI Agent
The Challenge
Static LLMs hallucinate on real-time financial data and cannot execute secure banking transactions.
The Solution
Engineered an agentic workflow using Google ADK to route queries. The agent intelligently selects tools (Stock API, Transaction Engine) based on user intent.
System Architecture
Technology Stack
Aaruush Virtual Assistant
RAG-Powered Event Support
The Challenge
Tech fest attendees struggled to find specific event details buried in massive PDF schedules and websites.
The Solution
Built a Retrieval-Augmented Generation (RAG) pipeline. It embeds event docs into ChromaDB, allowing the LLM to answer context-aware queries instantly.
System Architecture
Technology Stack
More Experiments
Sign Sync
ML system converting sign language to text/speech for the speech-impaired. Real-time CV pipeline.
See My Folder Structure
VS Code extension to visualize and export project directory trees. Published on Marketplace.
Portfolio V2
High-performance personal site with 3D elements and smooth framer motion animations.
Airline Ticket Booking
Desktop app for flight management with a robust MySQL backend for transaction handling.
Sudoku Checker
Algorithmic tool to validate Sudoku puzzles using efficient row/column/grid checking logic.