Daily Recap - 2026-01-21

[tiny experiment] Create a Transformer from scratch - Day 1

📚 Text:
"Let's build GPT" by @karpathy

✏️ Note:
Just started diving into the Transformer architecture.

Today, I implemented a BigramLanguageModel - a simple model predicting the next character from the curr character.

It's very simple, but seeing it output somewhat "plausible" text is a great start.