<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Inside the Transformer on Signal &amp; Syntax</title><link>https://tomarcher.io/learningpaths/inside-the-transformer/</link><description>Recent content in Inside the Transformer on Signal &amp; Syntax</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sat, 22 Aug 2026 06:00:00 -0700</lastBuildDate><atom:link href="https://tomarcher.io/learningpaths/inside-the-transformer/index.xml" rel="self" type="application/rss+xml"/><item><title>Inside Attention, Part 1: The Mechanism</title><link>https://tomarcher.io/posts/inside-attention-part-1/</link><pubDate>Sat, 22 Aug 2026 06:00:00 -0700</pubDate><guid>https://tomarcher.io/posts/inside-attention-part-1/</guid><description>The transformer architecture is composed of many repeating transformer layers, or blocks. Each block contains an attention sublayer followed by a feedforward sublayer, wrapped in residual connections and layer normalization. Positional information is added to the input so the model knows what order the tokens came in. The attention sublayer sets the table for the feedforward sublayer: it does the work of looking at other tokens and deciding what information to absorb from them.</description></item><item><title>The Discrete Mathematics Hiding Inside LLMs</title><link>https://tomarcher.io/posts/discrete-math-in-large-language-models/</link><pubDate>Tue, 31 Mar 2026 06:00:00 -0700</pubDate><guid>https://tomarcher.io/posts/discrete-math-in-large-language-models/</guid><description>A recent LinkedIn post from Michael Palmer described how discrete mathematics is the foundation for how computers reason about problems. That thread got me thinking about just how many discrete math concepts show up inside systems that seem purely statistical. LLMs are often described in terms of neural networks, gradient descent, and probability distributions. If you&amp;rsquo;ve taken discrete mathematics and wondered what it has to do with modern AI, the answer is: more than you&amp;rsquo;d expect.</description></item><item><title>How Large Language Models (LLMs) Think: Turning Meaning into Math</title><link>https://tomarcher.io/posts/how-large-language-models-think/</link><pubDate>Tue, 07 Oct 2025 06:00:00 -0700</pubDate><guid>https://tomarcher.io/posts/how-large-language-models-think/</guid><description>When you enter a sentence into a Large Language Model (LLM) such as ChatGPT or Claude , the model does not process words as language. It represents them as numbers.
Each word, phrase, and code token becomes a vector — a list of real-valued coordinates within a high-dimensional space. Relationships between meanings are captured not by grammar or logic but by geometry. The closer two vectors lie, the more similar their semantic roles appear to the model.</description></item></channel></rss>