// the blog

AI, ML & LLM notes

Deep-dives on AI engineering, machine learning, large language models and shipping code.

Notes from actually building this stuff — written by Muhammad Junaid, an AI engineer working on RAG systems, agents and GenAI products day to day. Posts here lean practical: what the retrieval and chunking choices really cost, where agent architectures fall over in production, and which trade-offs only show up once real users hit a system. If you want the plain-English explainers instead of the engineering write-ups, start with the AI guides.

Featured

Building a Production RAG Pipeline That Doesn't Hallucinate

A practical walkthrough of the retrieval, chunking, and grounding choices that separate a demo RAG app from one you can ship.