Python

17 Mar 2026

Training a Small GPT-2 Model Under 20M Parameters

5 min guide to GPT-2 decoder intuition and training for practical tasks

29 Nov 2025

A Tiny LLM That Calls Itself

A tiny local LLM writes code to scrape a website, then calls itself to summarize what it found.

29 Nov 2025

Local Fine-Tuning LLM's without Sovereign AI and Software Freedom!

Train TinyLlama to know its favorite color using LoRA fine-tuning.

3 Sep 2025

Hello World Python AWS Lambda

Step by step tutorial to create a AWS Python Lambda function.