<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Llm on debene.dev</title>
    <link>https://debene.dev/tags/llm/</link>
    <description>Recent content in Llm on debene.dev</description>
    <image>
      <title>debene.dev</title>
      <url>https://debene.dev/images/og-default.png</url>
      <link>https://debene.dev/images/og-default.png</link>
    </image>
    <generator>Hugo -- 0.152.2</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 21 May 2026 15:30:00 -0500</lastBuildDate>
    <atom:link href="https://debene.dev/tags/llm/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Project I Didn&#39;t Abandon</title>
      <link>https://debene.dev/posts/askthedeck-adhd/</link>
      <pubDate>Thu, 21 May 2026 15:30:00 -0500</pubDate>
      <guid>https://debene.dev/posts/askthedeck-adhd/</guid>
      <description>&lt;p&gt;My laptop has a &lt;code&gt;~/projects&lt;/code&gt; folder. Most of it is a graveyard. Not because the ideas were bad — I&amp;rsquo;d still build some of them if I sat down today. They&amp;rsquo;re dead because I get excited by a technical problem, work on it for two weekends, hit the part that stops being fun, and drift to the next thing. The codebase stays. The git log doesn&amp;rsquo;t.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;The ~/projects graveyard&#34; loading=&#34;lazy&#34; src=&#34;https://debene.dev/posts/askthedeck-adhd/images/graveyard.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m 40, a Cloud Architect with ~18 years across IBM and AWS, and I have ADHD. Diagnosed late, lived with it longer. The pattern above isn&amp;rsquo;t laziness — it&amp;rsquo;s a specific shape of attention. Hyperfocus until the dopamine of novelty runs out, then gravitational pull toward whatever&amp;rsquo;s next. Anyone with this wiring recognizes the feeling: the moment a project transitions from &amp;ldquo;fun problem&amp;rdquo; to &amp;ldquo;ten unsexy decisions in a row,&amp;rdquo; part of your brain leaves the room.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Running Modern LLMs on a 2016 IBM POWER8 in 2026</title>
      <link>https://debene.dev/posts/power8-llm-2026/</link>
      <pubDate>Thu, 14 May 2026 14:00:00 -0500</pubDate>
      <guid>https://debene.dev/posts/power8-llm-2026/</guid>
      <description>&lt;h2 id=&#34;what-are-we-even-doing-here&#34;&gt;What Are We Even Doing Here?&lt;/h2&gt;
&lt;p&gt;It&amp;rsquo;s 2026. Most people run LLMs on NVIDIA H100s, AMD MI300X, or at least a decent gaming GPU. I&amp;rsquo;m running them on a 2016 IBM POWER8 server with 160 hardware threads and zero CUDA cores.&lt;/p&gt;
&lt;p&gt;Why? Because I can. And because nobody else has published POWER8 LLM benchmarks in 2026. And because alternative architectures deserve love too.&lt;/p&gt;
&lt;p&gt;This post covers:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Building llama.cpp on ppc64le with GCC 16&lt;/li&gt;
&lt;li&gt;Running Qwen 2.5 7B (text + vision) on POWER8&lt;/li&gt;
&lt;li&gt;NUMA tuning discoveries (spoiler: conventional wisdom is wrong)&lt;/li&gt;
&lt;li&gt;Multimodal inference (yes, vision models work too)&lt;/li&gt;
&lt;li&gt;Full reproduceability (Gentoo USE flags, build commands, everything)&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;TL;DR:&lt;/strong&gt; Got 6.81 tokens/s on text generation and fully functional vision inference. POWER8 reads license plates better than some humans.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Apple Silicon vs IBM POWER8: A Tale of Two Architectures Running LLMs in 2026</title>
      <link>https://debene.dev/posts/apple-silicon-vs-power8/</link>
      <pubDate>Thu, 14 May 2026 00:00:00 +0000</pubDate>
      <guid>https://debene.dev/posts/apple-silicon-vs-power8/</guid>
      <description>&lt;h1 id=&#34;apple-silicon-vs-ibm-power8-a-tale-of-two-architectures-running-llms-in-2026&#34;&gt;Apple Silicon vs IBM POWER8: A Tale of Two Architectures Running LLMs in 2026&lt;/h1&gt;
&lt;p&gt;Last week I published benchmarks of &lt;a href=&#34;https://debene.dev/posts/power8-llm-2026/&#34;&gt;running Qwen 2.5 7B on a 2016 IBM POWER8&lt;/a&gt;. The results were surprisingly good — 6.81 tokens/s on CPU-only inference with 80 threads hammering away.&lt;/p&gt;
&lt;p&gt;But then came the inevitable question: &lt;strong&gt;How does it compare to modern hardware?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;So I ran the same benchmarks on my daily driver: a Mac Studio with Apple M2 Max. Same model (Qwen 2.5 7B Q4_K_M), same quantization, different decade. Here&amp;rsquo;s what I found.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
