<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>zigllm — essays</title><description>zigllm is an educational, book-shaped Zig codebase that walks you through transformer architectures across six progressive layers: tensors, linear algebra, neural primitives, transformers, models, and inference.</description><link>https://zigllm.cognisoc.com/</link><item><title>How a sampling loop becomes &apos;generation&apos;</title><link>https://zigllm.cognisoc.com/blog/sampling-loop-becomes-generation/</link><guid isPermaLink="true">https://zigllm.cognisoc.com/blog/sampling-loop-becomes-generation/</guid><description>Generation is not a single decision. It&apos;s a loop, a probability distribution, and a choice about how greedy or how wild to be. zigllm&apos;s Layer 6 makes the loop visible — and shows you why temperature, top-k, and top-p exist.</description><pubDate>Thu, 02 Apr 2026 00:00:00 GMT</pubDate></item><item><title>Tensors as the lingua franca</title><link>https://zigllm.cognisoc.com/blog/tensors-lingua-franca/</link><guid isPermaLink="true">https://zigllm.cognisoc.com/blog/tensors-lingua-franca/</guid><description>Tensors aren&apos;t a &apos;data structure.&apos; They&apos;re a language. Every layer of zigllm — from raw memory to a sampled token — speaks it, and the shape of each tensor tells you what stage of the pipeline you&apos;re in.</description><pubDate>Wed, 18 Mar 2026 00:00:00 GMT</pubDate></item><item><title>What you actually learn by writing the matmul yourself</title><link>https://zigllm.cognisoc.com/blog/matmul-by-hand/</link><guid isPermaLink="true">https://zigllm.cognisoc.com/blog/matmul-by-hand/</guid><description>Matrix multiplication is the heart of a transformer. Writing it by hand in Zig — strides, SIMD, K-quantization — is where &apos;I know how this works&apos; stops being a claim and starts being legible.</description><pubDate>Wed, 04 Mar 2026 00:00:00 GMT</pubDate></item></channel></rss>