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.

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 👋

Software Engineering Graduate · Agentic AI Systems · LLM Behavior Research

I design and build production-grade agentic AI systems and study how large language models fail in extended interactions.

I treat LLMs not as magic boxes but as stochastic components that require deterministic guardrails, typed state management, and structured orchestration. My work sits at the intersection of production systems engineering and applied AI research — building the systems, then studying their failure modes.

🟢 Status: Graduating August 2026 — open to AI engineering roles and Masters applications (Winter 2027/28 intake)


What I Build and Research

🏗️ The Builder 🔬 The Researcher
Production multi-agent systems with typed state, parallel execution, quality gates, and behavioral safeguards Documented behavioral research on production LLM workflows, with research interests in context anchoring and long-horizon drift
LangGraph · Google ADK · FastAPI · Flutter · SSE Streaming Context Engineering · Red Teaming · Token Sampling · A/B Testing

🚀 Projects

Project Description Stack
Rahzaan — AI Career Guidance (Private FYP · Live Demo) Production-deployed career counselling platform. 26-node parallel multi-agent pipeline cutting first-response latency from 20–25 seconds to 3.7 seconds, 265-question psychometric assessment stack, live SSE streaming, 29-route Flutter frontend. LangGraph FastAPI Flutter Supabase
Autonomous Research Concierge Production 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, deterministic security guardrail, draft-critique-validate loop. Deployed on Railway. Google ADK Gemini API Docker Python
Applied LLM Workflow Research Independent behavioral research on Gemini 2.5 Pro. Documents three original constructs — Optimal Answer Trap, Final Synthesis Bias, Conversational Gravity — with controlled case studies and quantitative findings. 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 Z-score volatility model derived from 2020–2024 market data, normalised by market-cap tier. Google Apps Script JavaScript CoinMarketCap API
WordPy Solver Autonomous Wordle solver using pixel colour sampling to read game state without OCR. 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

Languages Python JavaScript Dart C++ C# Java

Backend & Infrastructure FastAPI PostgreSQL Supabase Docker Railway Render Vercel

Frontend Flutter Streamlit

Tools Git Google Apps Script

AI Engineering Practices Context Engineering · Prompt Engineering (Red Teaming, Chain of Density, Tree of Thoughts, Token Sampling)


📊 Stats

GitHub overview GitHub overview Language breakdown Language breakdown

Stats images generated by jstrieb/github-stats.


🔭 Currently

  • Rahzaan — finalised as a final year project, now continuing as a student-facing product with expanding university dataset coverage
  • Independent research interests in LLM behavioral failure modes: context anchoring and long-horizon drift
  • Preparing Masters applications for AI and intelligent systems programs — Winter 2027/28 intake

Pinned Loading

  1. 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

  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. 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

  4. 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