Building autonomous AI systems, agentic workflows & intelligent automation at 92labs.ai
I'm the founder of 92labs.ai, an Agentic AI & Automation Lab where I build AI-powered SaaS products, multi-agent workflows, RAG systems, and the runtime "harnesses" that make production AI agents reliable. Before that, I spent 20+ years in engineering leadership — most recently as Director, Engineering Operations at Siemens Industry Software, and before that across engineering management and operations roles at Mentor Graphics Pakistan. I'm a two-time President of Pakistan IT Award recipient (2020 & 2021) for contributions to software export and innovation.
Today I spend my time designing multi-agent systems, agent orchestration layers, and retrieval-augmented generation pipelines — and shipping them as real, live products.
| Agentic AI Workflows | Multi-agent systems that collaborate, reason, and execute complex tasks autonomously — orchestration, tool-use, memory & context management, human-in-the-loop patterns. |
| Agent Harness Development | The runtime infrastructure beneath AI agents — streaming tool-calling loops, multi-provider model registries, session persistence, auth & usage-based billing. |
| Agentic RAG Systems | Retrieval-augmented generation that intelligently searches, reasons over, and synthesizes knowledge bases — hybrid search, multi-document reasoning, citation tracking. |
| AI-Powered SaaS Applications | End-to-end LLM-powered products, from intelligent document processing to lead-generation funnels. |
| Automation Workflows | Event-driven automation pipelines connecting tools, APIs, and data sources to eliminate manual work. |
A full agent harness for a CLI coding assistant: a streaming tool-calling loop, a 7-tool toolbox (read/write/edit files, list directory, glob, grep, run shell), and runtime switching between OpenAI, Anthropic, and Google models. The server is stateless by design — it rebuilds context from persisted conversation history every turn, while the terminal client owns the filesystem and executes every tool locally. Includes a read-only "Plan" mode for safe research before code changes, persistent auto-titled sessions, and usage-based billing.
TypeScript Bun Hono Prisma PostgreSQL Clerk Polar AI SDK
Three specialized agents working in concert inside Slack: a Channel Bootstrap Agent, an Onboarding Agent, and a Knowledge Retrieval Agent — handling channel setup, automated new-hire onboarding, and project-specific knowledge lookups without manual intervention.
LangChain n8n Vector DB Python Slack API
Answers questions about 525 Pakistani federal statutes (6,487 pages) in plain language, grounded strictly in statute text. Hybrid retrieval fuses pgvector cosine search with Postgres full-text search via Reciprocal Rank Fusion; every answer cites the exact page of the source PDF. Includes precomputed per-act summaries, a per-user credit system, and an admin dashboard for in-app document ingestion.
Next.js TypeScript pgvector PostgreSQL Better Auth Vercel AI SDK OpenAI
Upload a PDF, DOCX, TXT, or CSV and chat with it. Eight n8n workflows handle ingestion, retrieval, chat, auto-titling, and credit metering across persistent, multi-session conversations, reasoning over documents with Claude.
Next.js n8n Claude Better Auth
Upload an electricity bill (any country, layout, or language) and get back a satellite-sized solar system estimate with a 25-year ROI projection. Mistral OCR extracts consumption and address data, an LLM structures it, and PVGIS/NASA POWER irradiance data drives the sizing — turning every visitor into a qualified lead.
Next.js Prisma Neon Mistral OCR OpenAI Google Maps API
Beyond the agentic work above, I've shipped a range of AI-powered SaaS products — document processing, RAG, fitness planning, generative design, and more. Full case studies at zeeshanai.cloud/projects.
| Project | Description | Link |
|---|---|---|
| InvoiceExtract | Automated invoice data extraction (OCR + LLM) | Live · Repo |
| ResuMatchAI | AI resume-to-job-description evaluator | Live · Repo |
| FitFusion | Personalized AI fitness & nutrition planner | Live · Repo |
| Greetify | AI-generated personalized greeting cards | Live · Repo |
| TypeSprint | Adaptive AI-powered typing tutor | Live · Repo |
| ChargeMap PK | Pakistan's EV charging station discovery platform | Live · Repo |
| YouTube Analytics | No-signup analytics for YouTube creators | Live · Repo |
Standalone tools I built to stop depending on third-party providers for everyday tasks — free, open source, and privacy-first where it matters.
| Tool | Description |
|---|---|
| Tokenizer | LLM token counter |
| Markdown2PDF | Markdown → PDF/HTML converter, runs entirely in-browser |
| DiffLab | Web-based diff & comparison tool |
| Keyforge | UUID/GUID/password/API-key generator, entirely client-side via the Web Crypto API |


