Weekend hack: Project Titania reimplements Qwen3-0.6B from transformer to GPU ISA simulator

generativist · x · 2026-09-14

Developer penberg open-sourced Titania, a from-scratch LLM stack where every layer — model kernels, instruction set, compiler, and GPU simulator — is small enough for one person to read and implement. It runs a real Qwen3-0.6B decoder-only transformer you can chat with; kernels compile to the Titania ISA and execute on an ISA simulator, with RTL GPU, FPGA, and silicon on the roadmap. Built as a weekend hack with help from Claude Code, it demystifies how LLMs actually run on massively parallel GPU hardware.

Original post →

More from coding & agent

coding & agent channel →