Skills used: Gen AI, LLMs, observability, evaluation, LangChain, LangGraph, Agentic AI, AI Engineering, and many more
My contributions to popular open-source projects of other organizations.
| Month | Repository | Pull Requests | Skills Used |
|---|---|---|---|
| Aug 25 | traceloop/openllmetry | #3330, #3336, #100 | LLM Telemetry, OpenAI API |
| Sep 25 | BrainBlend-AI/atomic-agents | #177 | Agents, MCP, tools, prompts, OpenAI API |
| Sep 25 | openlit/openlit | #884 | LLM Telemetry, API calls |
| Sep 25 | run-llama/llama_deploy | (Answered a query) | OpenAI API |
Generates multiple questions that answer a chunk, and stores embeddings with text location for precise citations.
Nov 2025|  View on GitHub
Develops InvesTutor-RAG, an AI-powered financial tutor that leverages RAG to provide personalized investment advice and education.
Nov 2025|  View on GitHub
Introduces an Agent Safety benchmark, a metric, a dataset, and a classifier model.
Classifies the actions of an AI agent as harmful or safe using Deep Learning, NLP, and PyTorch.
Oct 2025|  View on GitHub
Leverages LangGraph to dynamically route reasoning tasks to the most appropriate reasoning strategy.
Oct 2025|  View on GitHub
Evaluates LLMs using various manipulated prompts to stress-test the robustness of LLMs.
Sep 2025|  View on GitHub
A full-stack AI+Web3 system that is a blockchain-based decentralized social platform for gamers that includes AI-generated images for games and minting NFTs for active users.
Sep 2025|  View on GitHub
Used re-planning and controlled retrieval to gain accuracy over CoT, RAG, and RAT.
July 2025|  View on GitHub
A framework that enables versioning for agents, which allows the updation of versions.
Nov 2024|  View on GitHub
Trend-based SEO to make the content stay relevant to the users despite rapid changes in trends.
Oct 2024|  View on GitHub
Instead of ML, the paper uses the process of an LLM learning a dataset for context-aware classification decisions based on relevant data like RAG. Outcome: The predictions were accurate and transparent, as the system generates the reason behind each prediction.
Oct 2024|  View on GitHub
Enables dynamic set of tools for agents using a database.
Sep 2024|  View on GitHub
Filters unwanted text using LLMs and uses Vector DB and Retrieval-Augmented Generation (RAG).
July 2024|  View on GitHub
Uses multimodal LLMs to monitor camera footage and create alerts on detection of suspicious threats.
May 2024|  View on GitHub
Investigates the impact of three message roles, "system," "user," and "assistant," on responses.
Mar 2024|  View on GitHub
Automated Prompt Engineering and testing to ensure perfect prompts are crafted.
Jan 2024|  View on GitHub
Flags harmful actions by agents before execution.
Dec 2023|  View on GitHub
Utilizes a large LLM to answer complex queries and supervise a smaller LLM.
Oct 2023|  View on GitHub
Investigates the influence of the seed value that is used to control the randomness of an LLM.
Aug 2023|  View on GitHub
Investigates the impact of errors such as grammatical errors and spelling errors on LLM accuracy.
Jun 2023|  View on GitHub
Automates the Prompt Engineering of hard prompts and the testing process to ensure perfect prompts are crafted.
Apr 2023|  View on GitHub
Since the training data of LLM is mostly in English, the experiments finds the accuracy of various tasks using prompts in different languages.
Feb 2023|  View on GitHub
Used LangChain, RAG, and ChainLit (to host web page)
Used LangChain Agents for various tasks like searching online, fetching weather, math operations, running python code, etc.
Useful to chat with data to get useful insights to increase the profitability of the companies. Generated synthetic data using LLMs
Used LMDeploy and FastAPI to deploy the model by emulating OpenAI API
Used embeddings and neural networks to classify the sentiment of IMDB comments (positive/negative) using PyTorch.
May 2025| View on GitHub