Notes & Dispatches

Writing & Thoughts.

01Sep 18, 2026
How to Get a Software Engineering Job in Pakistan?

The post-AI job market and how to survive in it.

02Aug 10, 2025
Building Transformer from Scratch

A guide on how to build a transformer from scratch and then training it to translate pseudo code to compilable C++ code

03Aug 4, 2025
How to run Mamba SSM on Kaggle?

A simple guide to how to run Mamba, a State Space Model, on Kaggle

04Jul 29, 2025
Building a Clinical Query System with RAG

I use retrieval augmented generation to enhance diagnosis using clinical data.

05May 1, 2025
Fine-Tuning BLIP-2 Image Captioning

I fine-tune BLIP-2, a powerful vision-language model, on the Flickr8k dataset to generate image captions. Integrating LoRA (Low-Rank Adaptation) to fine-tune efficiently on limited compute.

06Mar 8, 2025
Fine-Tuning DeepSeek Math to Solve Emoji Math

A guide on how to fine-tune the DeepSeek Math model to solve math problems expressed using emojis.