Back to Home
Writings
SWE-RL: Teaching LLMs to Fix Real Software with RLAug 2026
How GRPO trains a policy LLM to repair real GitHub issues — the full objective built up with one running example, and how this recipe became the industry default.
Attention is All You Need: TransformersFeb 2026
The complete architecture that changed everything - from positional encoding to multi-head attention.
Self-Attention: The Paradigm ShiftFeb 2026
How self-attention eliminated recurrence and enabled the Transformer revolution.
Luong Attention: Global vs LocalJan 2026
Simplified attention mechanisms that improved efficiency while maintaining translation quality.
Bahdanau Attention MechanismJan 2026
The breakthrough that taught neural networks to focus - exploring the first attention mechanism in seq2seq models.
Sequence-to-Sequence ModelsJan 2026
Understanding the foundation of neural machine translation and how encoder-decoder architectures transformed NLP.