Work

Selected work

A cross-section of what I've built — voice AI, RAG systems, transactional backends and the APIs that hold them together. Each ships with real usage, not just a demo.

Products & AI systems

01

AI voice assistant & booking platform for service businesses. Customers call, an AI handles the conversation, books appointments and collects payments — voice calls run at ~$0.06/min. Built on the OpenAI Realtime API + Twilio with Stripe Connect billing.

  • Django
  • Django Channels
  • OpenAI Realtime
  • Twilio
  • Stripe Connect
  • Next.js 15
  • PostgreSQL
02

LinkedIn AI prospecting platform used by 100+ paying clients. Automates outreach and lead qualification (~7,000 prospects/month) with Selenium and LangChain agents.

  • FastAPI
  • Django
  • Selenium
  • LangChain
  • Next.js
  • Chrome Extension
Visit
03

Retrieval-augmented question answering over tens of thousands of classical Islamic texts — Quranic commentary, Hadith, Fiqh and modern scholarship — with citation-backed answers in Arabic, English, Urdu and 20+ other languages. Arabic-aware ingestion, GATE-AraBert embeddings and a LangGraph RAG pipeline.

  • FastAPI
  • LangGraph
  • LangChain
  • Pinecone
  • GATE-AraBert
  • PostgreSQL
  • AWS
04

A 9-step platform that turns raw source material into structured, LMS-ready courses — generated content, video scripts and one-click SCORM and xAPI export.

  • Next.js
  • Django
  • LangChain
  • Celery
  • Redis
  • AWS
Visit
05

Pace — AI Dissertation Review

at Industry Rockstar AI

Dissertation review platform on LangChain and GPT-4o that scores submissions against professor-defined rubrics with section-level feedback, cutting review turnaround from ~6 hours to 25 minutes and reaching university-wide adoption within one semester.

  • Next.js
  • Django
  • LangChain
  • GPT-4o
  • Pinecone
  • FAISS
Visit
06

PakistanLaw AI

at Pseudobytes

Legal research assistant over Pakistani civil, criminal and constitutional law. Built on Mistral + LangChain with Stripe-gated premium access.

  • Mistral
  • LangChain
  • Next.js
  • Python
  • PostgreSQL
  • Stripe
Visit
07

Land Intelligence Platform

at Pseudobytes

Automated land due diligence for acquisition teams. Scores parcels from a single CSV upload against flood zones, wetlands, terrain slope, road access, protected land and utility availability, then adds AI review of satellite imagery and a low/review/high risk recommendation.

  • FastAPI
  • Python
  • PostgreSQL
  • LangChain
  • Next.js
  • GIS Data
08

Smart Water Meter Automation

at Neural Lines

IoT + AI control system for real-time water-meter ingestion, flow-rate calculation and valve control. Async FastAPI backend with leak-detection analytics and email alerts.

  • FastAPI
  • PostgreSQL
  • SQLAlchemy
  • React
  • Docker
  • JWT
09

B2B wholesale platform on a high-availability Django backend handling 10K+ daily transactions, with multi-role access, order tracking, flash sales and Stripe payments.

  • Django
  • PostgreSQL
  • Redis
  • Stripe
  • AWS
  • Flutter

Freelance & client web

10

Friends Plastic Factory

Marketing and catalogue site for a Multan-based plastic-bag manufacturer — product catalogue, process pages and a WhatsApp-based quote flow.

  • Next.js
  • Web
  • SEO
Visit
11

Thaheem Fruit Farms

Website for a fruit-farming business — product presentation and contact/enquiry flow.

  • Web
  • SEO
Visit
Experience

Where I've worked

Sep 2025 — Present

Pakistan · Remote

Full Stack & AI Engineer · Neural Lines

  • Delivered ShamelaGPT, a multilingual RAG platform over tens of thousands of classical Arabic texts, answering questions in Arabic, English, Urdu and 20+ other languages with FastAPI, LangGraph and Pinecone.
  • Resolved response-truncation issues affecting long multilingual outputs, adding completion tracking and observability to eliminate silent failures.
  • Cut AI response latency by redesigning the request pipeline and replacing model-dependent preprocessing with deterministic services, improving time-to-first-token without losing answer quality.
  • Built the document correction and template-learning engine for an AI accounts-payable platform, improving OCR resilience and extraction accuracy across diverse invoice layouts.
  • Developed LocationHealth AI, a climate adaptation advisory service, cutting time-to-first-byte from 5.05s to 0.81s through inference orchestration.
  • Built an async FastAPI + PostgreSQL backend for a real-time smart water-metering platform: live telemetry ingestion, leak-detection analytics and remote valve control.

Nov 2024 — Present

Remote · Part-time

AI Solutions Architect · Pseudobytes

  • Co-founded a small engineering team building custom AI and full-stack products for clients in the US, UK and EU. I own architecture, backend APIs and cloud deployment.
  • Sonoria: led the backend for a realtime voice AI booking platform on the OpenAI Realtime API, Twilio, Django Channels and Stripe Connect — live calls at ~$0.06/min, removing 15–20 hours a week of manual call handling per business.
  • Cut voice inference cost with Model Context Protocol and context caching, roughly doubling per-instance scalability.
  • KodeReach: shipped a LinkedIn prospecting platform qualifying ~7,000 prospects a month for 100+ paying clients, using Selenium, LangChain agents and a Chrome extension.
  • PakistanLaw AI: built a legal research assistant over Pakistani civil, criminal and constitutional law on Mistral and LangChain.

Jun 2024 — May 2025

Dubai · Remote

Full Stack Developer · Industry Rockstar AI

  • Built Pace, an AI dissertation review platform on LangChain and GPT-4o that scores submissions against professor-defined rubrics with section-level feedback, cutting review turnaround from ~6 hours to 25 minutes and reaching university-wide adoption within one semester.
  • Built AI Course Factory, a 9-step platform turning raw source material into structured, LMS-ready courses with generated content, video scripts and one-click SCORM and xAPI export.
  • Handled 200+ page documents with recursive chunking and multi-pass concatenation to stay inside token limits, keeping scoring consistent with deterministic rubric-anchored prompt templates.
  • Moved AI processing off the request path with Celery and Redis using dedicated task queues and worker concurrency.

Jun 2023 — Jul 2024

Pakistan · On-site

Python & AI Developer · Verticalsols

  • Built MX Hub, a B2B wholesale platform on Django + PostgreSQL handling 10K+ daily transactions, with multi-role access, order tracking, flash sales and Stripe payments, deployed on AWS with zero-downtime releases.
  • Built Khtwa, a food delivery product: order and delivery modules, Redis caching, WebSockets for live status updates.
  • Integrated LangChain and the OpenAI API for recommendations, chatbots and internal automation.
  • Introduced Docker-based CI/CD on AWS and GCP that cut release time by roughly 70%.

Jun 2022 — Jan 2024

Remote

AI & Backend Developer · Freelance

  • Independent client work on Python backends and LLM features, alongside university.
  • Built AI chatbots and assistants on the OpenAI API and open models including LLaMA, using Hugging Face for fine-tuning and integration.
  • Delivered Django and FastAPI backends with REST APIs, authentication and third-party integrations, owning each project from scoping through deployment and handover.
Toolkit

Tools I build with

01

Backend

  • FastAPI
  • Django REST
  • Flask
  • Node.js
  • REST APIs
  • WebSockets
  • JWT Auth
  • SQLAlchemy (async)
  • Alembic
  • Celery
02

AI / ML

  • RAG Pipelines
  • LangChain
  • LangGraph
  • OpenAI API
  • OpenAI Realtime
  • Model Context Protocol
  • Context Caching
  • Document AI / OCR
  • Hugging Face
  • PyTorch
  • TensorFlow
  • Mistral
03

Frontend

  • React
  • Next.js
  • TypeScript
  • JavaScript (ES6+)
  • Tailwind CSS
  • Redux Toolkit
04

Databases

  • PostgreSQL
  • MySQL
  • MongoDB
  • Redis
  • Pinecone
  • FAISS
  • Vector DBs
05

DevOps & Cloud

  • Docker
  • AWS (EC2, S3, Lambda)
  • GCP
  • Vercel
  • Firebase
  • Nginx
  • CI/CD
  • Git
06

Integrations

  • Stripe
  • Twilio
  • Selenium
  • Webhooks
  • Postman
  • CRMs
07

Languages

  • Python
  • TypeScript
  • JavaScript
  • SQL
  • Bash
  • C++