<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Bowen Cheng</title>
    <link>https://bowencheng.dev/</link>
    <description>Writing by Bowen Cheng on systems engineering, AI infrastructure, and technical projects.</description>
    <language>en-us</language>
    <atom:link href="https://bowencheng.dev/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Anatomy of a Tokenizer from First Principles</title>
      <link>https://bowencheng.dev/blogs/tokenizer</link>
      <guid isPermaLink="true">https://bowencheng.dev/blogs/tokenizer</guid>
      <pubDate>Mon, 01 Jun 2026 00:00:00 +0000</pubDate>
      <description>Building a modern tokenizer from first principles: why Transformers need integers, and how Unicode, words, UTF-8 bytes, and Byte Pair Encoding each solve one piece of the problem.</description>
    </item>
    <item>
      <title>Writing SGEMM Kernels in CUDA</title>
      <link>https://bowencheng.dev/blogs/matmul</link>
      <guid isPermaLink="true">https://bowencheng.dev/blogs/matmul</guid>
      <pubDate>Fri, 01 May 2026 00:00:00 +0000</pubDate>
      <description>CUDA SGEMM kernel notes covering a cuBLAS reference, naive implementation, shared-memory tiling, register tiling, and benchmark results.</description>
    </item>
    <item>
      <title>Building a Performant Compiler from Scratch</title>
      <link>https://bowencheng.dev/blogs/compiler</link>
      <guid isPermaLink="true">https://bowencheng.dev/blogs/compiler</guid>
      <pubDate>Sun, 01 Mar 2026 00:00:00 +0000</pubDate>
      <description>Architecture, algorithms, and optimization techniques behind a 10k+ line compiler pipeline that lowers a C-like language to x86-64.</description>
    </item>
    <item>
      <title>I.C.U.</title>
      <link>https://bowencheng.dev/blogs/icu</link>
      <guid isPermaLink="true">https://bowencheng.dev/blogs/icu</guid>
      <pubDate>Mon, 01 Dec 2025 00:00:00 +0000</pubDate>
      <description>Building I.C.U. (Intrusive Camera Unit), 3D printed eyes that track your face using a microcontroller and OpenCV.</description>
    </item>
    <item>
      <title>Splashv2: Automating Large-Scale Traceroute Ingestion</title>
      <link>https://bowencheng.dev/blogs/splash</link>
      <guid isPermaLink="true">https://bowencheng.dev/blogs/splash</guid>
      <pubDate>Sun, 01 Jun 2025 00:00:00 +0000</pubDate>
      <description>A scalable system for automating traceroute ingestion and analysis, built for Aqualab at Northwestern University.</description>
    </item>
  </channel>
</rss>
