[ MANIFEST ]

// 12 entries · spanning 2023 / 2026

  1. 2026 2 entries
  2. [NEW]

    When the translator starts solving the problem

    An evaluation of task execution failures, chunking, and translation quality when translating long reasoning traces.

  3. Anatomy of verl, the RL post-training framework I lived in

  4. 2025 3 entries
  5. Install flash-attn without crying while using uv

  6. A story of using langchain/langgraph

  7. Python Project Management and Packaging: PEP 751 update and some of the remaining issues of packaging

  8. 2024 6 entries
  9. A Comprehensive Guide to Python Project Management and Packaging: Concepts Illustrated with uv - Part II

  10. A Comprehensive Guide to Python Project Management and Packaging: Concepts Illustrated with uv - Part I

  11. Deploying a Streamlit app on AWS EC2 (with your own domain name)

  12. Position Information in Transformer-Based Models: Exploring the main Methods and Approaches

    This article explains the main position encoding methods and how they went about making them: - Learnable absolue PE and sinusoidal - Relative PEs: T5, ALiBi, FIRE - Both: RoPE - and no position encoding

  13. Sparse Transformers

    This article delves deep into the Sparse Transformers as introduced in the paper "Generating Long Sequences with Sparse Transformers". The main points of interest are the explanation of the motivation and intuition behind the sparse factorizations, their theory as well as complexity proofs.

  14. Decoder-only Language Models Architecture Evolution (Part I)

    This is the first of a series of articles on the evolution of LLM architectures. This first article dives deep in the first three GPT models.

  15. 2023 1 entry
  16. Transformers: Attention Is All You Need

    Explore the Transformer architecture as presented in the paper 'Attention Is All You Need' by Vaswani et al. (2017). This article offers detailed code implementations and mathematical insights for each component, providing a comprehensive understanding of the model.