My Workflow for Understanding LLM Architectures
A learning-oriented workflow for understanding new open-weight model releases
A Round Up And Comparison of 10 Open-Weight LLM Releases in Spring 2026
A learning-oriented workflow for understanding new open-weight model releases
From Gemma 4 to DeepSeek V4, How New Open-Weight LLMs Are Reducing Long-Context Costs
From DeepSeek-V3 to Kimi K2: A Look At Modern LLM Architecture Design
A curated roundup of notable LLM research papers that came out this year
arXiv:2607. 02574v1 Announce Type: cross Abstract: The key-value (KV) cache has become a first-order memory object in LLM serving rather than a temporary per-request tensor.
If you have ever wanted to actually build an LLM inference runtime yourself — pack your own weights, own every barrier, capture your own CUDA graphs — this is what that journey looks like on an H100. A step-by-step tour of a small runtime called annotated-llm-runtime, and the three bugs that produced most of the annotations.