All projects

17 of 17 projects

Featured AI Engineering Builds

Independent systems built around AI automation, agents, LLM pipelines, and workflow reliability.

n8n · AI Agents

Autonomous AI Email Agent

Stateful recruiter-screening and technical Q&A assistant for email, answering from verified resume and portfolio information.

  • Gmail API ingestion with thread-state memory
  • Groq inference for screening and reply drafting
  • Answers grounded in verified profile data

n8n · Gmail API · Groq · RAG · Google Sheets

n8n · Cloud · Cybersecurity · AI Agents

Autonomous Cloud Compliance & AI Auditing Engine

Answers enterprise security questionnaires (CAIQ, SOC 2, SIG) from live AWS evidence and policy documents, using a LangGraph Corrective RAG agent that must cite a verified source for every answer.

  • 6-node LangGraph CRAG state machine with a Critic Agent that verifies AWS ARNs and document sections
  • Local PDF retrieval with FastEmbed and Supabase pgvector
  • n8n and PostgreSQL queue worker; 2,000+ questions processed with no timeout failures (reported)
  • Demo video shows the first, Langflow-based version

LangGraph · LangChain · CRAG · LlamaIndex · Supabase pgvector · Groq · FastAPI · n8n · Docker · AWS CLI

n8n · AI Automation

Autonomous Competitor Intelligence & SEO Pipeline

Automation platform for competitor research, SEO brief generation, scraping-failure handling, QA routing, and SLA governance.

  • Scrapes competitor content and runs AI-assisted SEO gap analysis
  • Creates structured ClickUp tasks with briefs attached
  • PostgreSQL dead-letter queue for failed scrapes

n8n · ClickUp · Gemini · PostgreSQL

n8n · AI Automation · Backend

Autonomous Profitability Guardrail & State Machine

State-aware project-budget monitoring with Healthy → Warning → Critical transitions, DLQ-based error handling, and PostgreSQL audit logging.

  • Alerts fire only on state changes
  • Malformed payloads isolated in a PostgreSQL DLQ
  • 95% reduction in notification noise, as reported in the project profile

n8n · PostgreSQL · ClickUp · Slack · JavaScript · SQL

AI Agents

Langflow RAG Agentic Research & Citation Engine

Planner-synthesizer RAG workflow that breaks a research question into searches, retrieves live web sources, and writes a report with citations.

  • Planner model decomposes prompts into search queries
  • Tavily retrieval grounds claims in live sources
  • Synthesis step produces reports with clickable citations

Langflow · OpenAI · Tavily AI

Make.com · AI Automation

Make.com Omnichannel AI Content Hub

Parallel multi-branch automation that prepares platform-specific posts and visuals for X, LinkedIn, Instagram, and Facebook.

  • Router-based parallel branches per channel
  • Per-platform prompt chains for tone and hashtags
  • DALL-E 3 visuals with metadata logged to Google Sheets

Make.com · OpenAI · DALL-E 3 · Google Sheets

Make.com · AI Automation

End-to-End SEO Content Lifecycle

Five-stage modular content pipeline (research, SEO metadata, drafting, QA, publish) with media optimization and WordPress publishing.

  • Stage-by-stage modular pipeline
  • REST API publishing to WordPress
  • Airtable content tracking

Make.com · WordPress · Airtable · OpenAI

Make.com · AI Automation

Slack to WordPress AI Blogger

A single Slack message triggers web research, a research-grounded draft, archiving to Google Docs, Airtable logging, and WordPress publishing.

  • Live web scraping feeds context to the draft
  • Google Docs archive and Airtable calendar logging

Make.com · Slack · OpenAI · WordPress · Airtable · Google Docs

Research

Research software built alongside the Sentinel-Mesh preprint and the CloudFix-Bench benchmark.

Research · Cybersecurity · Cloud

Sentinel-Mesh & CloudFix-Bench

Neuro-symbolic framework combining LLM patch generation with Z3 SMT verification for autonomous remediation of cloud misconfigurations.

  • Z3 counterexample feedback loop, up to 5 LLM repair attempts per case
  • 83.81% reported remediation rate on CloudFix-Bench (105 AWS Terraform patterns)
  • Research Square preprint; benchmark archived on Zenodo

Python · Z3 SMT · Terraform · Groq · Gemini · Cerebras

Earlier / Other Independent Builds

Security, full-stack, systems, and applied AI projects built outside the main AI engineering track.

Frontend

Aegis / Shield Real-Time Voice Dispatch

Client-side emergency dispatch dashboard that listens for spoken distress phrases, starts a PIN-cancellable countdown, and routes to Pakistan emergency responders on a map.

  • Streaming Web Speech API recognition with interim-result keyword matching
  • 5-second SOS countdown with PIN cancel and a Web Audio siren
  • Pakistan responder directory (Rescue 1122, 15, 1099, Edhi 115) with map routing

React · TypeScript · Vite · Tailwind · Web Speech API · Web Audio API · Leaflet

Cybersecurity · AI Agents

Browser Forensics & User Activity Reconstruction Console

Turns Chrome history exports (JSON/CSV) into structured activity timelines with deterministic threat scoring and AI-assisted forensic hypotheses.

  • Session timeline reconstruction
  • Deterministic threat scoring
  • Investigator workflow with AI-assisted hypotheses

React · TypeScript · Express · Tailwind · Gemini

AI Agents · Backend

Vektor AI Resume / ATS Diagnostics

Multimodal resume parsing and job-compatibility scoring with keyword alignment, skill-gap analysis, rewrite help, and PDF/Markdown/JSON exports.

  • Weighted compatibility scoring
  • Skill-gap analysis and interview preparation
  • Exports to PDF, Markdown, and JSON

React · TypeScript · Express · Gemini · Groq

Cloud · Backend · AI Agents

Smart Travel Planner

AI itinerary app that plans trips from destination, budget, travel style, and dates, backed by a serverless AWS API.

  • Next.js frontend
  • AWS Lambda, API Gateway, and DynamoDB backend

Next.js · TypeScript · AWS Lambda · API Gateway · DynamoDB · Gemini