Skip to content
View Waqas01CP's full-sized avatar

Block or report Waqas01CP

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Waqas01CP/README.md

Hi there, I'm Waqas Sharif 👋

AI Engineer · LLM Evaluation and Reliability · Agentic Systems

I build production agentic AI systems, then measure how they fail.

I treat LLMs as stochastic components that need deterministic guardrails, typed state management and a real evaluation harness — not as magic boxes. Most of my work is the second half of that sentence: building the system is the easy part, proving it behaves is not.

🟢 Status: BE Software Engineering, KIET, completed August 2026. Open to remote AI engineering roles. No visa sponsorship required. Also preparing Masters applications for Winter 2027/28.


What the work looks like

🔬 Evaluation and reliability 🏗️ Production systems
A 46-file behavioural test suite of 592 automated tests, 19 behavioural probes using paired before-and-after measurement, 60 per-turn traces across five personas, and three named reproducible LLM failure modes Multi-agent systems with typed state, concurrent-write reducers, deterministic quality gates and streaming, recorded across 334 documented build and audit sessions
Evaluation Design · Behavioural Testing · Red Teaming · Token Sampling · LangSmith LangGraph · Google ADK · FastAPI · Flutter · SSE Streaming

🚀 Projects

Project Description Stack
Rahzaan · AI Career Guidance (Source private · Case Study · Live Demo) Deployed career counselling platform for Pakistani secondary school students. Maintained through an evaluation harness of 19 behavioural probes and 592 automated tests over a 24-node LangGraph pipeline, first response cut from 20–25s to 3.7s. 265-item psychometric assessment stack, 9-criterion reflection gate, live SSE streaming, 29-route Flutter frontend. The case study documents the failures as well as the build. LangGraph FastAPI Flutter PostgreSQL
Autonomous Research Concierge Multi-agent research pipeline. An intent synthesiser compacts chat history into a research directive before three search agents fan out concurrently. Per-call session isolation, and a deterministic code-based filter ahead of all tool access so the guardrail is structurally bypass-resistant rather than prompt-enforced. Deployed on Railway. Google ADK Gemini API Docker Python
Applied LLM Workflow Research Behavioural study of Gemini 2.5 Pro. Names three reproducible failure modes — Optimal Answer Trap, Final Synthesis Bias, Conversational Gravity — each with documented prompt sequences. Includes controlled sampling experiments, 1M-token context stress tests, and context-ordering trials showing a ~30% retrieval error rate when context follows rather than precedes the instruction. Gemini API Streamlit Python
Crypto Accumulation Scanner Scans 1,200+ cryptocurrencies daily across CoinMarketCap and MEXC Futures. Classifies price action into 7 accumulation signatures and applies a log-log regression volatility baseline derived from 2020–2024 market data, normalised by market-cap tier so outliers surface instead of size artefacts. Google Apps Script JavaScript CoinMarketCap API
WordPy Solver Autonomous Wordle solver reading game state by sampling tile pixel colour instead of OCR, since the corner region is pure background regardless of font or antialiasing. Constraint-based filtering with a greedy information-gain heuristic. 85%+ solve rate within six guesses across a 5,922-word list, covered by a 36-test suite. Python Pillow

🛠️ Stack

Agentic AI & LLM LangGraph Google ADK Gemini API OpenAI Anthropic LangSmith

Primary languages Python JavaScript Dart

Backend & Infrastructure FastAPI PostgreSQL MySQL Supabase Docker Railway Render Vercel

Frontend Flutter Streamlit

Tools Git GitHub Actions Google Apps Script

Practices — Context Engineering · Prompt Engineering · Evaluation Design · Behavioural Testing · Red Teaming · Chain of Density · Tree of Thoughts · Token Sampling

Also used — C/C++, C#, Java and .NET/ASP.NET in university coursework. Listed for completeness, not claimed as working skills.


📊 Stats

GitHub overview GitHub overview Language breakdown Language breakdown

Stats images generated by jstrieb/github-stats.


💼 Experience

AI Automation Engineer (Intern), HubIT — June to July 2026, Karachi. Built a Python pipeline extracting recurring utility documents into schema-validated billing records for a residential property management client, with repair-and-retry on malformed model output so bad records were blocked before billing. Designed the reconciliation stage matching records to individual units, hardened against silent mis-mapping with structured failure logging.

Engineering Intern, Pakistan Aeronautical Complex (PAC) Kamra — Jan to Feb 2024. Analysed systems integration workflows, avionics production pipelines and precision manufacturing across the JF-17 Thunder programme.


🔭 Currently

  • Extending Rahzaan so any student in Karachi can use it
  • Independent research on LLM behavioural failure modes: context anchoring and long-horizon drift
  • Preparing Masters applications for AI and intelligent systems programmes, Winter 2027/28

Pinned Loading

  1. Rahzaan Rahzaan Public

    Case study for Rahzaan, an AI-assisted academic career-guidance system for Karachi secondary students. Deterministic reasoning engine with a constrained language layer. Source private.

    HTML 1

  2. Applied-LLM-Workflow-Research Applied-LLM-Workflow-Research Public

    A practical portfolio and meta-analysis of advanced prompt engineering. This project not only demonstrates core techniques (ToT, CoD, Prompt Chaining) but also documents the development of a 'Maste…

    Python

  3. Autonomous-Research-Concierge Autonomous-Research-Concierge Public

    A Multi-Agent System built with Google ADK that cures LLM hallucinations. It interviews users, conducts parallel web research, and iteratively refines drafts to produce professional reports

    Python

  4. Crypto-Accumulation-Scanner Crypto-Accumulation-Scanner Public

    Google Apps Script that scans 1,200+ cryptocurrencies for accumulation patterns, cross-references MEXC futures listings, and applies volatility Z-scoring to identify high-probability setups.

    JavaScript

  5. WordPy-Solver WordPy-Solver Public

    Autonomous Wordle solver — reads game state from PIL Images via pixel color mapping, applies constraint-based filtering with an information-gain heuristic

    Python