Skip to content
View MohammadHijjawi97's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report MohammadHijjawi97

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
MohammadHijjawi97/README.md

Mohammad A. T. Hijjawi

Senior AI Engineer · agentic systems, LLM architecture, applied NLP

London · LinkedIn · ORCID · mohammad.hijjawi1997@gmail.com

I design, build and deploy AI systems end to end: data pipelines, model work, multi-agent orchestration, retrieval, evaluation, and production serving on Google Cloud Run and AWS.

My core specialism is agentic AI: LangGraph state machines and checkpointers, MCP tool layers, retrieval-augmented generation, guardrails as architecture, human-in-the-loop interrupts, and the evaluation harnesses that make an agent defensible in production. I have shipped a six-agent enterprise assistant to Cloud Run and re-delivered it air-gapped on-premise.


Now

  • AI Instructor and AI Engineering Mentor, Multiverse, London. Hands-on architecture and code review with 130+ engineers building LLM, RAG and agent systems inside their own organisations, including the NHS and the University of Cambridge.
  • Instructor, Great Learning, with Johns Hopkins University and UT Austin. Designed the reference implementations for a 14-week agentic AI programme: LangGraph agentic RAG, MCP-native ReAct agents, red-teaming, multi-agent systems, HITL workflows and evaluation.

Previously Data Scientist at EMCOR UK (now OCS). Lead AI and Data Engineer at Ideas Beyond Borders since 2019 (Bayt Al Hikma NLP ranking; content from that programme has been read 500 million+ times).


Selected systems

Insurance claims graph. Orchestrator, specialised A2A worker agents, aggregator, critic and verdict nodes. Policy and document tooling from two FastMCP servers over streamable HTTP, with per-node checks and a full audit trail per claim.

Sentinel Finance. ReAct agent over five MCP tools (market data, news, sentiment, private-document RAG) with dual input/output guardrails, per-claim source attribution and an audit log.

Returns and refunds agent. Red-teamed an unguarded action-taking agent (prompt injection, PII exfiltration, tool poisoning, over-refund), then rebuilt safety as graph architecture: guardrail nodes, DeBERTa-v3, Detoxify, Presidio and server-side caps.

Clinical data assistant. Natural-language SQL with LangGraph interrupts: safe reads auto-execute, writes pause for human approval, unsafe queries are rejected, state is checkpointed across the interrupt.

SCREENDEX. Text-first OCR and keyframe index replacing raw video frames. Cut multimodal input cost by 75.6% on one frontier model and 82.8% on another at comparable accuracy, with a frozen evaluation harness (EMNLP 2026 Industry Track).


Research

Teaching beyond the day job: 8-week agentic AI course at the University of Hertfordshire; guest lectures at the University of Birmingham; AI strategy adviser to Wikimedia UK; AI panel, Wikimania 2026, Paris.


Stack

Layer What I use in production
Agents LangGraph (state, checkpointers, interrupts), MCP / FastMCP, ReAct, A2A, n8n
Retrieval Chunking strategy, OpenAI and Hugging Face embeddings, ChromaDB, FAISS, metadata filters
Evaluation and safety LLM-as-judge, gold sets, RAGAS, DeepEval, Presidio, DeBERTa-v3, Detoxify, audit logs
Models GPT, Claude, Mistral, LLaMA; LoRA; DSPy and GEPA for prompt optimisation
Serve Python, FastAPI, Docker, GitHub Actions, Cloud Run, AWS, Azure, Vertex AI, air-gapped serving

Education

MSc Data Science, High Distinction (81.4%, top 3 of 150+), University of Birmingham, 2023-2024. Chevening Scholar (UK Government). Elected Best Student Representative, College of Engineering and Physical Sciences.

BSc Engineering, An-Najah National University, 2019.

Popular repositories Loading

  1. truepr truepr Public

    GitHub Action that scores pull requests on code, description, linked issue and contributor trust. No API keys.

    Python 1

  2. Automated-Wikipedia-See-Also-Section-Generation Automated-Wikipedia-See-Also-Section-Generation Public

    This project automates the creation and updating of "See Also" sections in Wikipedia articles using NLP-generated semantic vectors and article features. Submitted for the Data Science Group Project…

    Jupyter Notebook

  3. Wikipediainfobox Wikipediainfobox Public

    Jupyter Notebook

  4. ai-agent-guide ai-agent-guide Public

    Build AI agents from scratch: tools, memory, ReAct, multi-agent pipelines and RAG. Python, no framework magic.

    Python

  5. openai-agents-python openai-agents-python Public

    Forked from openai/openai-agents-python

    A lightweight, powerful framework for multi-agent workflows

    Python

  6. rental-price-prediction-rest-api rental-price-prediction-rest-api Public

    Airbnb rental price model served as a Flask API with a Streamlit UI, packaged in Docker.

    Python