<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>AI for Software Engineers on Signal &amp; Syntax</title><link>https://tomarcher.io/learningpaths/ai-for-software-engineers/</link><description>Recent content in AI for Software Engineers on Signal &amp; Syntax</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Mon, 10 Nov 2025 06:00:00 -0700</lastBuildDate><atom:link href="https://tomarcher.io/learningpaths/ai-for-software-engineers/index.xml" rel="self" type="application/rss+xml"/><item><title>How Large Language Models (LLMs) Handle Context Windows: The Memory That Isn't Memory</title><link>https://tomarcher.io/posts/how-large-language-models-handle-context-windows/</link><pubDate>Mon, 10 Nov 2025 06:00:00 -0700</pubDate><guid>https://tomarcher.io/posts/how-large-language-models-handle-context-windows/</guid><description>When you have a long conversation with a large language model (LLM) such as ChatGPT or Claude , it feels like the model remembers everything you&amp;rsquo;ve discussed. It references earlier points, maintains consistent context, and seems to &amp;ldquo;know&amp;rdquo; what you talked about pages ago.
But here&amp;rsquo;s the uncomfortable truth: the model doesn&amp;rsquo;t remember anything. It&amp;rsquo;s not storing your conversation in memory the way a database would. Instead, it&amp;rsquo;s rereading the entire conversation from the beginning every single time you send a message.</description></item><item><title>How Large Language Models (LLMs) Read Code: Seeing Patterns Instead of Logic</title><link>https://tomarcher.io/posts/how-large-language-models-read-code/</link><pubDate>Mon, 06 Oct 2025 09:00:00 -0700</pubDate><guid>https://tomarcher.io/posts/how-large-language-models-read-code/</guid><description>Developers are accustomed to thinking about code in terms of syntax and semantics, the how and the why. Syntax defines what is legal; semantics defines what it means. A compiler enforces syntax with ruthless precision and interprets semantics through symbol tables and execution logic. But a Large Language Model (LLM), reads code the way a seasoned engineer reads poetry, recognizing rhythm, pattern, and context more than explicit rules.
The difference may seem subtle, but it has vast consequences.</description></item></channel></rss>