Posts

AI/ML paper breakdowns, implementations, and research notes.

Feb 5, 2026 Paper Breakdown

Understanding Attention Is All You Need

A deep dive into the Transformer architecture that revolutionized NLP and became the foundation for modern LLMs.

Transformers NLP Deep Learning
Feb 15, 2026 Implementation

Automating Financial Statement Audits with LLMs

From research paper to production app — building an LLM-powered auditor for Kenyan company financial statements with RAG, FastAPI, and Next.js.

LLMs RAG FastAPI
Feb 18, 2026 Implementation

Building TradingAgents for the NSE

From UCLA/MIT research paper to a working multi-agent LLM system that debates, analyzes, and trades NSE equities — adapted for frontier market constraints.

LangGraph Multi-Agent NSE
Coming Soon Paper Breakdown

BERT: Pre-training Deep Bidirectional Transformers

Understanding how BERT changed the NLP landscape with bidirectional context and masked language modeling.

BERT NLP Pre-training
Coming Soon Implementation

Building a Neural Network from NumPy

Implementing backpropagation and gradient descent without frameworks to understand the fundamentals.

Neural Networks NumPy From Scratch
Coming Soon Research

Scaling Laws in Large Language Models

Analyzing how model size, data, and compute affect performance and what it means for AI development.

Scaling LLMs Research