Image showing a cartoonish image about using a Prometheus + CrewAI

Grafana monitoring

AI enhanced monitoring - Grafana and CrewAI Monitoring systems have come a long way in helping teams keep an eye on infrastructure. Tools like Prometheus, Grafana, and Alertmanager do a great job of showing metrics, triggering alerts, and providing dashboards. But in many cases, alerts only tell us that something is wrong—not why it happened or what to do next. To explore how AI could fill this gap, I built a small proof-of-concept that integrates Prometheus, Alertmanager, Grafana, and CrewAI. The idea: connect the traditional monitoring flow to AI agents that can help make sense of alerts in a more useful way and perform actions based on the alerts. ...

October 4, 2025 · Tarek Mustafa
Image showing a cartoonish image about a Resume Checker Chrome extension

Resume Checker

Resume Checker - Chrome Extension In today’s competitive job market, it’s difficult to know if your resume truly meets the needs of a specific job description. I built a Chrome extension to solve this pain point. This tool gives job seekers instant, actionable feedback by identifying exactly how well their provided resume matches a chosen job description in order to make improvements and increase their chances of landing an interview. ...

September 29, 2025 · Tarek Mustafa
Image showing a cartoonish image about using a secure local RAG

Local RAG

Building a Privacy-First Local RAG In today’s data-driven world, organizations are caught between two competing needs: leveraging the power of AI to manage massive amounts of scattered information and ensuring that sensitive data never leaves their secure environment. Traditional search methods fall short, often returning raw documents without context or risking data exposure through external cloud services . With this project I tackles this challenge by building a fully local Retrieval-Augmented Generation (RAG) chat application. It combines local Large Language Models (LLMs) with a local data retrieval pipeline. ...

September 28, 2025 · Tarek Mustafa