<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>tt-awesome — Articles &amp; Resources</title>
  <subtitle>Articles, papers, lessons, talks, videos, and demos from the Tenstorrent ecosystem</subtitle>
  <link href="https://tenstorrent.github.io/tt-awesome/feeds/articles.xml" rel="self"/>
  <link href="https://tenstorrent.github.io/tt-awesome/"/>
  <id>https://tenstorrent.github.io/tt-awesome/feeds/articles.xml</id>
  <author><name>Tenstorrent Community</name><uri>https://tenstorrent.github.io/tt-awesome/</uri></author>
  <updated>2026-08-10T23:59:59Z</updated>
  <entry>
    <id>https://github.com/prag79/tt-sim-lab/blob/main/HANDOUT.md</id>
    <title>tt-sim Lab — Student handout</title>
    <link href="https://github.com/prag79/tt-sim-lab/blob/main/HANDOUT.md"/>
    <updated>2026-08-10T23:59:59Z</updated>
    <summary type="html"><![CDATA[A university teaching lab for TT-Metalium kernel programming on a virtual Tenstorrent chip — one-click GitHub Codespace, no silicon and nothing installed locally. The primary track (labs 00-06) points tt-metal straight at libttsim via TT_METAL_SIMULATOR and walks from elementwise add through NoC multicast to multi-core and multicast matmul, backed by a source-level matmul guide. An optional advanced track (labs 10-16) boots an Ubuntu guest under ttsim-qemu, loads tt-kmd, surfaces /dev/tenstorrent/0, and runs tt-metal through the full PCIe path.]]></summary>
    <content type="html"><![CDATA[<p>A university teaching lab for TT-Metalium kernel programming on a virtual Tenstorrent chip — one-click GitHub Codespace, no silicon and nothing installed locally. The primary track (labs 00-06) points tt-metal straight at libttsim via TT_METAL_SIMULATOR and walks from elementwise add through NoC multicast to multi-core and multicast matmul, backed by a source-level matmul guide. An optional advanced track (labs 10-16) boots an Ubuntu guest under ttsim-qemu, loads tt-kmd, surfaces /dev/tenstorrent/0, and runs tt-metal through the full PCIe path.</p>

<p><strong>Links:</strong> <a href="https://github.com/prag79/tt-sim-lab">Repo</a> · <a href="https://github.com/prag79/tt-sim-lab/blob/main/HANDOUT.md">Student handout</a> · <a href="https://github.com/prag79/tt-sim-lab/blob/main/labs/MATMUL_GUIDE.md">Matmul source walkthrough</a></p>
<p>By <a href="https://github.com/prag79">@Pragnajit Datta Roy</a> · affiliated · added 2026-08-10</p>
<p><em>ttsim, simulator, qemu, codespaces, metalium, matmul, labs, curriculum, academia, education, guides, kernels, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="kernels"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://github.com/prag79/tt-sim-lab/blob/main/labs/MATMUL_GUIDE.md</id>
    <title>tt-sim Lab — Matmul source walkthrough</title>
    <link href="https://github.com/prag79/tt-sim-lab/blob/main/labs/MATMUL_GUIDE.md"/>
    <updated>2026-08-10T23:59:58Z</updated>
    <summary type="html"><![CDATA[A university teaching lab for TT-Metalium kernel programming on a virtual Tenstorrent chip — one-click GitHub Codespace, no silicon and nothing installed locally. The primary track (labs 00-06) points tt-metal straight at libttsim via TT_METAL_SIMULATOR and walks from elementwise add through NoC multicast to multi-core and multicast matmul, backed by a source-level matmul guide. An optional advanced track (labs 10-16) boots an Ubuntu guest under ttsim-qemu, loads tt-kmd, surfaces /dev/tenstorrent/0, and runs tt-metal through the full PCIe path.]]></summary>
    <content type="html"><![CDATA[<p>A university teaching lab for TT-Metalium kernel programming on a virtual Tenstorrent chip — one-click GitHub Codespace, no silicon and nothing installed locally. The primary track (labs 00-06) points tt-metal straight at libttsim via TT_METAL_SIMULATOR and walks from elementwise add through NoC multicast to multi-core and multicast matmul, backed by a source-level matmul guide. An optional advanced track (labs 10-16) boots an Ubuntu guest under ttsim-qemu, loads tt-kmd, surfaces /dev/tenstorrent/0, and runs tt-metal through the full PCIe path.</p>

<p><strong>Links:</strong> <a href="https://github.com/prag79/tt-sim-lab">Repo</a> · <a href="https://github.com/prag79/tt-sim-lab/blob/main/HANDOUT.md">Student handout</a> · <a href="https://github.com/prag79/tt-sim-lab/blob/main/labs/MATMUL_GUIDE.md">Matmul source walkthrough</a></p>
<p>By <a href="https://github.com/prag79">@Pragnajit Datta Roy</a> · affiliated · added 2026-08-10</p>
<p><em>ttsim, simulator, qemu, codespaces, metalium, matmul, labs, curriculum, academia, education, guides, kernels, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="kernels"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/animatediff-video-generation/</id>
    <title>tt-animatediff — Native Video Animation with AnimateDiff (VSCode Toolkit)</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/animatediff-video-generation/"/>
    <updated>2026-06-03T23:59:57Z</updated>
    <summary type="html"><![CDATA[Generates short, temporally coherent animated GIFs using the AnimateDiff model on Tenstorrent hardware. Phase 1 runs the correct SD 1.4 + MotionAdapter architecture on CPU; Phase 2 accelerates spatial denoising on Blackhole using the TTNN UNet. Produces vibrant 8-frame animations in ~15 s/frame on a P300C.]]></summary>
    <content type="html"><![CDATA[<p>Generates short, temporally coherent animated GIFs using the AnimateDiff model on Tenstorrent hardware. Phase 1 runs the correct SD 1.4 + MotionAdapter architecture on CPU; Phase 2 accelerates spatial denoising on Blackhole using the TTNN UNet. Produces vibrant 8-frame animations in ~15 s/frame on a P300C.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-animatediff">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/animatediff-video-generation/">Native Video Animation with AnimateDiff (VSCode Toolkit)</a></p>
<p>official · added 2026-06-03</p>
<p><em>animatediff, video-generation, stable-diffusion, diffusion, gif, blackhole, ai-models, games-demos</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="ai-models"/>
    <category term="games-demos"/>
  </entry>
  <entry>
    <id>https://github.com/tenstorrent/tt-llk/blob/main/docs/llk/l2/top_level_overview.md</id>
    <title>tt-llk — Top-level architecture overview</title>
    <link href="https://github.com/tenstorrent/tt-llk/blob/main/docs/llk/l2/top_level_overview.md"/>
    <updated>2026-05-13T23:59:56Z</updated>
    <summary type="html"><![CDATA[Tenstorrent Low-Level Kernels: the C++ library that directly programs the RISC-V cores inside each Tensix compute engine. TRISC0 (unpack), TRISC1 (math/FPU/SFPU), and TRISC2 (pack) are all programmed through this layer — it is the interface between TT-Metal kernel code and bare silicon.]]></summary>
    <content type="html"><![CDATA[<p>Tenstorrent Low-Level Kernels: the C++ library that directly programs the RISC-V cores inside each Tensix compute engine. TRISC0 (unpack), TRISC1 (math/FPU/SFPU), and TRISC2 (pack) are all programmed through this layer — it is the interface between TT-Metal kernel code and bare silicon.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-llk">Repo</a> · <a href="https://github.com/tenstorrent/tt-llk/blob/main/docs/llk/l2/top_level_overview.md">Top-level architecture overview</a></p>
<p>official · added 2026-05-13</p>
<p><em>tensix, risc-v, llk, trisc, brisc, ncrisc, low-level, compute-engine, kernels, riscv-arch</em></p>]]></content>
    <category term="article"/>
    <category term="official"/>
    <category term="kernels"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://www.youtube.com/watch?v=CixEFPc8oxg</id>
    <title>Tenstorrent Architecture — W&amp;M CSCI654 Advanced Computer Architecture — Lecture 20 — Tenstorrent Architecture (YouTube)</title>
    <link href="https://www.youtube.com/watch?v=CixEFPc8oxg"/>
    <updated>2026-05-13T23:59:55Z</updated>
    <summary type="html"><![CDATA[Lecture 20 from William &amp; Mary's graduate Computer Architecture course. Frames Tenstorrent in the landscape between GPUs and TPUs, draws comparisons to Cerebras and SambaNova, then dives deep into the Wormhole chip and Tensix core: the 5 RISC-V core design, SFPU, NoC, and dataflow execution model.]]></summary>
    <content type="html"><![CDATA[<p>Lecture 20 from William &amp; Mary's graduate Computer Architecture course. Frames Tenstorrent in the landscape between GPUs and TPUs, draws comparisons to Cerebras and SambaNova, then dives deep into the Wormhole chip and Tensix core: the 5 RISC-V core design, SFPU, NoC, and dataflow execution model.</p>

<p><strong>Links:</strong> <a href="https://www.youtube.com/watch?v=CixEFPc8oxg">Lecture 20 — Tenstorrent Architecture (YouTube)</a></p>
<p>By Yifan &amp; GPU / William &amp; Mary · community · added 2026-05-13</p>
<p><em>lecture, architecture, wormhole, tensix, risc-v, sfpu, noc, academia, guides, riscv-arch</em></p>]]></content>
    <category term="video"/>
    <category term="community"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://arxiv.org/abs/2407.13885</id>
    <title>Attention in SRAM on Tenstorrent Grayskull — arXiv:2407.13885</title>
    <link href="https://arxiv.org/abs/2407.13885"/>
    <updated>2026-05-13T23:59:54Z</updated>
    <summary type="html"><![CDATA[A fused kernel for the Grayskull architecture implementing Transformer self-attention entirely within SRAM. Combines matrix multiply, attention score scaling, and Softmax without DRAM accesses, achieving significant speedups over non-fused implementations.]]></summary>
    <content type="html"><![CDATA[<p>A fused kernel for the Grayskull architecture implementing Transformer self-attention entirely within SRAM. Combines matrix multiply, attention score scaling, and Softmax without DRAM accesses, achieving significant speedups over non-fused implementations.</p>

<p><strong>Links:</strong> <a href="https://arxiv.org/abs/2407.13885">arXiv:2407.13885</a></p>
<p>By Moritz Thüning · community · added 2026-05-13</p>
<p><em>attention, transformer, sram, grayskull, kernel, risc-v, research, kernels</em></p>]]></content>
    <category term="paper"/>
    <category term="community"/>
    <category term="research"/>
    <category term="kernels"/>
  </entry>
  <entry>
    <id>https://arxiv.org/abs/2505.06085</id>
    <title>Assessing Tenstorrent Grayskull RISC-V MatMul Acceleration for LLMs — arXiv:2505.06085</title>
    <link href="https://arxiv.org/abs/2505.06085"/>
    <updated>2026-05-13T23:59:53Z</updated>
    <summary type="html"><![CDATA[Evaluates the Tenstorrent Grayskull e75 RISC-V accelerator for matrix multiplication at reduced numerical precision (BFP8 and LoFi), a fundamental kernel in LLM inference computation.]]></summary>
    <content type="html"><![CDATA[<p>Evaluates the Tenstorrent Grayskull e75 RISC-V accelerator for matrix multiplication at reduced numerical precision (BFP8 and LoFi), a fundamental kernel in LLM inference computation.</p>

<p><strong>Links:</strong> <a href="https://arxiv.org/abs/2505.06085">arXiv:2505.06085</a></p>
<p>By Hiari Pizzini Cavagna, Daniele Cesarini, Andrea Bartolini · community · added 2026-05-13</p>
<p><em>matmul, grayskull, risc-v, bfp8, lofi, llm, precision, research</em></p>]]></content>
    <category term="paper"/>
    <category term="community"/>
    <category term="research"/>
  </entry>
  <entry>
    <id>https://arxiv.org/abs/2605.02744</id>
    <title>Porting Strategies for Gravitational N-Body Simulations on Tenstorrent Wormhole — arXiv:2605.02744</title>
    <link href="https://arxiv.org/abs/2605.02744"/>
    <updated>2026-05-13T23:59:52Z</updated>
    <summary type="html"><![CDATA[Evaluates three strategies for scaling an N-body code across multiple Tenstorrent Wormhole accelerators. Builds on the established performance of single-card N-body work to explore parallelism via the on-chip NoC and multi-accelerator configurations.]]></summary>
    <content type="html"><![CDATA[<p>Evaluates three strategies for scaling an N-body code across multiple Tenstorrent Wormhole accelerators. Builds on the established performance of single-card N-body work to explore parallelism via the on-chip NoC and multi-accelerator configurations.</p>

<p><strong>Links:</strong> <a href="https://arxiv.org/abs/2605.02744">arXiv:2605.02744</a></p>
<p>By Jenny Lynn Almerol, Elisabetta Boella, Mario Spera, Daniele Gregori · community · added 2026-05-13</p>
<p><em>n-body, astrophysics, hpc, wormhole, risc-v, multi-accelerator, simulation, research</em></p>]]></content>
    <category term="paper"/>
    <category term="community"/>
    <category term="research"/>
  </entry>
  <entry>
    <id>https://arxiv.org/abs/2512.22168</id>
    <title>TileLoom: Automatic Dataflow Planning for Spatial Dataflow Accelerators — arXiv:2512.22168</title>
    <link href="https://arxiv.org/abs/2512.22168"/>
    <updated>2026-05-13T23:59:51Z</updated>
    <summary type="html"><![CDATA[Compiler system that automatically generates efficient dataflow plans for tile-based languages on spatial accelerators including Tenstorrent Wormhole. Exploits on-chip network forwarding between processing elements to reduce DRAM pressure.]]></summary>
    <content type="html"><![CDATA[<p>Compiler system that automatically generates efficient dataflow plans for tile-based languages on spatial accelerators including Tenstorrent Wormhole. Exploits on-chip network forwarding between processing elements to reduce DRAM pressure.</p>

<p><strong>Links:</strong> <a href="https://arxiv.org/abs/2512.22168">arXiv:2512.22168</a></p>
<p>By Wei Li, Zhenyu Bai, Heru Wang, Pranav Dangi · community · added 2026-05-13</p>
<p><em>compiler, dataflow, spatial-accelerator, tile-based, on-chip-network, wormhole, research, compilers</em></p>]]></content>
    <category term="paper"/>
    <category term="community"/>
    <category term="research"/>
    <category term="compilers"/>
  </entry>
  <entry>
    <id>https://arxiv.org/abs/2604.03279</id>
    <title>Rewriting TTS Inference Economics: Lightning V2 on Tenstorrent vs. NVIDIA L40S — arXiv:2604.03279</title>
    <link href="https://arxiv.org/abs/2604.03279"/>
    <updated>2026-05-13T23:59:50Z</updated>
    <summary type="html"><![CDATA[Shows that Text-to-Speech inference on Tenstorrent Lightning V2 achieves 4× lower cost than NVIDIA L40S. Applies BlockFloat8 (BFP8) and low-fidelity (LoFi) precision strategies to TTS despite their greater numerical fragility compared to LLMs.]]></summary>
    <content type="html"><![CDATA[<p>Shows that Text-to-Speech inference on Tenstorrent Lightning V2 achieves 4× lower cost than NVIDIA L40S. Applies BlockFloat8 (BFP8) and low-fidelity (LoFi) precision strategies to TTS despite their greater numerical fragility compared to LLMs.</p>

<p><strong>Links:</strong> <a href="https://arxiv.org/abs/2604.03279">arXiv:2604.03279</a></p>
<p>By Ranjith M. S., Akshat Mandloi, Sudarshan Kamath · community · added 2026-05-13</p>
<p><em>tts, text-to-speech, inference, bfp8, lofi, cost-efficiency, precision, research, ai-models</em></p>]]></content>
    <category term="paper"/>
    <category term="community"/>
    <category term="research"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://anuraagw.me/blog/blackhole-architecture</id>
    <title>Tenstorrent Blackhole Architecture Guide — anuraagw.me — February 2026</title>
    <link href="https://anuraagw.me/blog/blackhole-architecture"/>
    <updated>2026-05-13T23:59:49Z</updated>
    <summary type="html"><![CDATA[A 6,500-word community deep dive into the Blackhole p100a architecture: the tile model (Tensix, DRAM, SiFive x280 L2CPU, Ethernet, PCIe, NoC arc), firmware startup sequence, MOP micro-op processor, replay buffer, FPU/SFPU sync, and the anatomy of a kernel. From the author of blackhole-py.]]></summary>
    <content type="html"><![CDATA[<p>A 6,500-word community deep dive into the Blackhole p100a architecture: the tile model (Tensix, DRAM, SiFive x280 L2CPU, Ethernet, PCIe, NoC arc), firmware startup sequence, MOP micro-op processor, replay buffer, FPU/SFPU sync, and the anatomy of a kernel. From the author of blackhole-py.</p>

<p><strong>Links:</strong> <a href="https://anuraagw.me/blog/blackhole-architecture">anuraagw.me — February 2026</a></p>
<p>By boopdotpng · community · added 2026-05-13</p>
<p><em>blackhole, architecture, tensix, noc, sifive-x280, firmware, mop, sfpu, deep-dive, blog, riscv-arch, guides, blogs</em></p>]]></content>
    <category term="article"/>
    <category term="community"/>
    <category term="riscv-arch"/>
    <category term="guides"/>
    <category term="blogs"/>
  </entry>
  <entry>
    <id>https://arxiv.org/abs/2605.07599</id>
    <title>Stencil Computations on Tenstorrent Wormhole — arXiv:2605.07599</title>
    <link href="https://arxiv.org/abs/2605.07599"/>
    <updated>2026-05-12T23:59:48Z</updated>
    <summary type="html"><![CDATA[Maps 2D 5-point stencil computations onto the Tenstorrent Wormhole RISC-V AI dataflow accelerator via two implementations: element-wise decomposition (Axpy) and matrix-multiplication reformulation (MatMul). Profiling shows the isolated Wormhole kernel is competitive with CPU execution, with PCIe transfers and initialization driving end-to-end overhead; Axpy achieves lower energy than the CPU baseline at large scales. Identifies architectural and software directions for making AI accelerators viable for HPC stencil workloads. 2025.]]></summary>
    <content type="html"><![CDATA[<p>Maps 2D 5-point stencil computations onto the Tenstorrent Wormhole RISC-V AI dataflow accelerator via two implementations: element-wise decomposition (Axpy) and matrix-multiplication reformulation (MatMul). Profiling shows the isolated Wormhole kernel is competitive with CPU execution, with PCIe transfers and initialization driving end-to-end overhead; Axpy achieves lower energy than the CPU baseline at large scales. Identifies architectural and software directions for making AI accelerators viable for HPC stencil workloads. 2025.</p>

<p><strong>Links:</strong> <a href="https://arxiv.org/abs/2605.07599">arXiv:2605.07599</a></p>
<p>community · added 2026-05-12</p>
<p><em>stencil, hpc, wormhole, risc-v, energy-efficiency, benchmarks, dataflow, research</em></p>]]></content>
    <category term="paper"/>
    <category term="community"/>
    <category term="research"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ttsim-twenty-and-ten/</id>
    <title>ttsim — Lesson</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ttsim-twenty-and-ten/"/>
    <updated>2026-05-08T23:59:47Z</updated>
    <summary type="html"><![CDATA[Fast full-system simulator of Tenstorrent Wormhole and Blackhole hardware. Runs TT-Metalium workloads on any Linux/x86_64 system without physical silicon. Bit-exact results relative to hardware.]]></summary>
    <content type="html"><![CDATA[<p>Fast full-system simulator of Tenstorrent Wormhole and Blackhole hardware. Runs TT-Metalium workloads on any Linux/x86_64 system without physical silicon. Bit-exact results relative to hardware.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/ttsim">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ttsim-twenty-and-ten/">Lesson</a></p>
<p>official · added 2026-05-08</p>
<p><em>simulator, no-hardware, bit-exact, wormhole, blackhole, riscv-arch, dev-tools</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="riscv-arch"/>
    <category term="dev-tools"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-xla-jax/</id>
    <title>tt-xla — JAX and PyTorch/XLA on Tenstorrent</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-xla-jax/"/>
    <updated>2026-05-08T23:59:46Z</updated>
    <summary type="html"><![CDATA[PJRT device plugin for Tenstorrent hardware. Enables JAX, PyTorch/XLA, and other XLA-based frameworks to target TT accelerators.]]></summary>
    <content type="html"><![CDATA[<p>PJRT device plugin for Tenstorrent hardware. Enables JAX, PyTorch/XLA, and other XLA-based frameworks to target TT accelerators.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-xla">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-xla-jax/">JAX and PyTorch/XLA on Tenstorrent</a> · <a href="https://docs.tenstorrent.com/tt-xla">Website</a></p>
<p>official · added 2026-05-08</p>
<p><em>xla, pjrt, jax, pytorch, compilers</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="compilers"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-inference-server-lesson/</id>
    <title>tt-inference-server — Production Inference lesson (VSCode Toolkit)</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-inference-server-lesson/"/>
    <updated>2026-05-08T23:59:45Z</updated>
    <summary type="html"><![CDATA[Production-ready model serving for Tenstorrent hardware with OpenAI-compatible REST API. Supports continuous batching, multiple models, and all TT hardware configurations.]]></summary>
    <content type="html"><![CDATA[<p>Production-ready model serving for Tenstorrent hardware with OpenAI-compatible REST API. Supports continuous batching, multiple models, and all TT hardware configurations.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-inference-server">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-inference-server-lesson/">Production Inference lesson (VSCode Toolkit)</a></p>
<p>official · added 2026-05-08</p>
<p><em>serving, openai-compatible, production, rest-api, ai-models, cloud-infra, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="ai-models"/>
    <category term="cloud-infra"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-lang-intro/</id>
    <title>tt-lang — Introduction to tt-lang</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-lang-intro/"/>
    <updated>2026-05-08T23:59:44Z</updated>
    <summary type="html"><![CDATA[Python-based DSL that sits between TT-NN and TT-Metalium — expresses custom fused kernels with progressive disclosure, compiling directly to Tensix. Ships an integrated functional simulator (no hardware needed), line-by-line performance metrics, and AI-agent-friendly tooling. Two packages: tt-lang (compiler + hardware, requires ttnn) and tt-lang-sim (simulator only, works on Linux/macOS without Tenstorrent hardware).]]></summary>
    <content type="html"><![CDATA[<p>Python-based DSL that sits between TT-NN and TT-Metalium — expresses custom fused kernels with progressive disclosure, compiling directly to Tensix. Ships an integrated functional simulator (no hardware needed), line-by-line performance metrics, and AI-agent-friendly tooling. Two packages: tt-lang (compiler + hardware, requires ttnn) and tt-lang-sim (simulator only, works on Linux/macOS without Tenstorrent hardware).</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-lang">Repo</a> · <a href="https://docs.tenstorrent.com/tt-lang/">Website</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/tt-lang-intro/">Introduction to tt-lang</a></p>
<p>official · added 2026-05-08</p>
<p><em>dsl, python, kernels, tt-lang, simulator, kernel-fusion, kernels, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="kernels"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/modern-setup/</id>
    <title>tt-installer — Modern Setup lesson (VSCode Toolkit)</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/modern-setup/"/>
    <updated>2026-05-08T23:59:43Z</updated>
    <summary type="html"><![CDATA[Install the complete Tenstorrent software stack with one command. Handles drivers, firmware, Python environment, and SDK setup automatically.]]></summary>
    <content type="html"><![CDATA[<p>Install the complete Tenstorrent software stack with one command. Handles drivers, firmware, Python environment, and SDK setup automatically.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-installer">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/modern-setup/">Modern Setup lesson (VSCode Toolkit)</a></p>
<p>official · added 2026-05-08</p>
<p><em>installation, setup, one-command, getting-started, hw-system, guides, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="hw-system"/>
    <category term="guides"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons</id>
    <title>tt-vscode-toolkit — All 48 lessons</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons"/>
    <updated>2026-05-08T23:59:42Z</updated>
    <summary type="html"><![CDATA[48 interactive lessons covering the full Tenstorrent developer path — from hardware detection to custom training — with click-to-run commands and hardware auto-detection. Available in VSCode and code-server.]]></summary>
    <content type="html"><![CDATA[<p>48 interactive lessons covering the full Tenstorrent developer path — from hardware detection to custom training — with click-to-run commands and hardware auto-detection. Available in VSCode and code-server.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-vscode-toolkit">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons">All 48 lessons</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/riscv-guide/">RISC-V Programming Guide</a></p>
<p>official · added 2026-05-08</p>
<p><em>vscode, lessons, interactive, getting-started, code-server, guides, dev-tools, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="guides"/>
    <category term="dev-tools"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/riscv-guide/</id>
    <title>tt-vscode-toolkit — RISC-V Programming Guide</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/riscv-guide/"/>
    <updated>2026-05-08T23:59:41Z</updated>
    <summary type="html"><![CDATA[48 interactive lessons covering the full Tenstorrent developer path — from hardware detection to custom training — with click-to-run commands and hardware auto-detection. Available in VSCode and code-server.]]></summary>
    <content type="html"><![CDATA[<p>48 interactive lessons covering the full Tenstorrent developer path — from hardware detection to custom training — with click-to-run commands and hardware auto-detection. Available in VSCode and code-server.</p>

<p><strong>Links:</strong> <a href="https://github.com/tenstorrent/tt-vscode-toolkit">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons">All 48 lessons</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/riscv-guide/">RISC-V Programming Guide</a></p>
<p>official · added 2026-05-08</p>
<p><em>vscode, lessons, interactive, getting-started, code-server, guides, dev-tools, getting-started</em></p>]]></content>
    <category term="lesson"/>
    <category term="official"/>
    <category term="guides"/>
    <category term="dev-tools"/>
    <category term="getting-started"/>
  </entry>
  <entry>
    <id>https://fosdem.org/2026/schedule/event/AJLNVH-tt-boltz/</id>
    <title>tt-bio — FOSDEM 2026 — Drug Discovery on Tenstorrent Hardware</title>
    <link href="https://fosdem.org/2026/schedule/event/AJLNVH-tt-boltz/"/>
    <updated>2026-05-08T23:59:40Z</updated>
    <summary type="html"><![CDATA[Boltz-2 biomolecular model for drug discovery on Tenstorrent Blackhole. Supports single-card and multi-card configurations — QuietBox (4×) and Galaxy (32×). Approaches physics-based FEP accuracy at 1000× the speed.]]></summary>
    <content type="html"><![CDATA[<p>Boltz-2 biomolecular model for drug discovery on Tenstorrent Blackhole. Supports single-card and multi-card configurations — QuietBox (4×) and Galaxy (32×). Approaches physics-based FEP accuracy at 1000× the speed.</p>

<p><strong>Links:</strong> <a href="https://github.com/moritztng/tt-bio">Repo</a> · <a href="https://fosdem.org/2026/schedule/event/AJLNVH-tt-boltz/">FOSDEM 2026 — Drug Discovery on Tenstorrent Hardware</a></p>
<p>By <a href="https://github.com/moritztng">@moritztng</a> · affiliated · added 2026-05-08</p>
<p><em>drug-discovery, blackhole, inference, biology, multi-card, ai-models, research</em></p>]]></content>
    <category term="talk"/>
    <category term="affiliated"/>
    <category term="ai-models"/>
    <category term="research"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-openclaw-assistant/</id>
    <title>tt-claw — OpenClaw AI Assistant on QuietBox 2</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-openclaw-assistant/"/>
    <updated>2026-05-08T23:59:39Z</updated>
    <summary type="html"><![CDATA[A Tenstorrent-powered claw machine that rewards players with real prizes. The QuietBox 2 runs local AI inference to act as an agent controlling the claw hardware — the OpenClaw AI assistant lesson builds directly on this project.]]></summary>
    <content type="html"><![CDATA[<p>A Tenstorrent-powered claw machine that rewards players with real prizes. The QuietBox 2 runs local AI inference to act as an agent controlling the claw hardware — the OpenClaw AI assistant lesson builds directly on this project.</p>

<p><strong>Links:</strong> <a href="https://github.com/tsingletaryTT/tt-claw">Repo</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-openclaw-assistant/">OpenClaw AI Assistant on QuietBox 2</a></p>
<p>By <a href="https://github.com/tsingletaryTT">@tsingletaryTT</a> · affiliated · added 2026-05-08</p>
<p><em>claw-machine, agents, hardware, quietbox, physical, on-device, agents, games-demos</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="agents"/>
    <category term="games-demos"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-local-agents/</id>
    <title>Local AI Agents on Tenstorrent — Local AI Agents on QuietBox 2</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-local-agents/"/>
    <updated>2026-05-08T23:59:38Z</updated>
    <summary type="html"><![CDATA[Three agentic projects running fully on-device: local AI agents on QuietBox 2, a coding assistant powered by Aider against a local inference server, and the OpenClaw AI assistant on QuietBox 2. No cloud APIs — all inference runs on TT hardware.]]></summary>
    <content type="html"><![CDATA[<p>Three agentic projects running fully on-device: local AI agents on QuietBox 2, a coding assistant powered by Aider against a local inference server, and the OpenClaw AI assistant on QuietBox 2. No cloud APIs — all inference runs on TT hardware.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-local-agents/">Local AI Agents on QuietBox 2</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/coding-assistant/">Coding Assistant with Aider</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>agents, local-llm, aider, coding-assistant, quietbox, on-device, agents</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="agents"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/coding-assistant/</id>
    <title>Local AI Agents on Tenstorrent — Coding Assistant with Aider</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/coding-assistant/"/>
    <updated>2026-05-08T23:59:37Z</updated>
    <summary type="html"><![CDATA[Three agentic projects running fully on-device: local AI agents on QuietBox 2, a coding assistant powered by Aider against a local inference server, and the OpenClaw AI assistant on QuietBox 2. No cloud APIs — all inference runs on TT hardware.]]></summary>
    <content type="html"><![CDATA[<p>Three agentic projects running fully on-device: local AI agents on QuietBox 2, a coding assistant powered by Aider against a local inference server, and the OpenClaw AI assistant on QuietBox 2. No cloud APIs — all inference runs on TT hardware.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-local-agents/">Local AI Agents on QuietBox 2</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/coding-assistant/">Coding Assistant with Aider</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>agents, local-llm, aider, coding-assistant, quietbox, on-device, agents</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="agents"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/image-generation/</id>
    <title>Stable Diffusion XL on Tenstorrent — Image Generation with Stable Diffusion XL</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/image-generation/"/>
    <updated>2026-05-08T23:59:36Z</updated>
    <summary type="html"><![CDATA[On-device image generation with Stable Diffusion XL running entirely on Tenstorrent hardware. Full inference pipeline with no cloud dependency.]]></summary>
    <content type="html"><![CDATA[<p>On-device image generation with Stable Diffusion XL running entirely on Tenstorrent hardware. Full inference pipeline with no cloud dependency.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/image-generation/">Image Generation with Stable Diffusion XL</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>stable-diffusion, sdxl, image-generation, diffusion, on-device, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/video-generation-ttmetal/</id>
    <title>Video Generation on Tenstorrent — Video Generation via Frame-by-Frame Diffusion</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/video-generation-ttmetal/"/>
    <updated>2026-05-08T23:59:35Z</updated>
    <summary type="html"><![CDATA[Three lesson-projects covering on-device video synthesis: frame-by-frame diffusion with tt-local-generator, native AnimateDiff video animation, and video generation on QuietBox 2. All run entirely on TT hardware with no cloud dependency.]]></summary>
    <content type="html"><![CDATA[<p>Three lesson-projects covering on-device video synthesis: frame-by-frame diffusion with tt-local-generator, native AnimateDiff video animation, and video generation on QuietBox 2. All run entirely on TT hardware with no cloud dependency.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/video-generation-ttmetal/">Video Generation via Frame-by-Frame Diffusion</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/animatediff-video-generation/">Native Video Animation with AnimateDiff</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-video-generation/">Video Generation on QuietBox 2</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>video-generation, diffusion, animatediff, tt-local-generator, quietbox, on-device, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-video-generation/</id>
    <title>Video Generation on Tenstorrent — Video Generation on QuietBox 2</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-video-generation/"/>
    <updated>2026-05-08T23:59:34Z</updated>
    <summary type="html"><![CDATA[Three lesson-projects covering on-device video synthesis: frame-by-frame diffusion with tt-local-generator, native AnimateDiff video animation, and video generation on QuietBox 2. All run entirely on TT hardware with no cloud dependency.]]></summary>
    <content type="html"><![CDATA[<p>Three lesson-projects covering on-device video synthesis: frame-by-frame diffusion with tt-local-generator, native AnimateDiff video animation, and video generation on QuietBox 2. All run entirely on TT hardware with no cloud dependency.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/video-generation-ttmetal/">Video Generation via Frame-by-Frame Diffusion</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/animatediff-video-generation/">Native Video Animation with AnimateDiff</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/qb2-video-generation/">Video Generation on QuietBox 2</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>video-generation, diffusion, animatediff, tt-local-generator, quietbox, on-device, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/forge-image-classification/</id>
    <title>Image Classification with TT-Forge — Image Classification with TT-Forge</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/forge-image-classification/"/>
    <updated>2026-05-08T23:59:33Z</updated>
    <summary type="html"><![CDATA[End-to-end image classification project using TT-Forge — compile and run a PyTorch classification model on Tenstorrent hardware with no kernel authoring required.]]></summary>
    <content type="html"><![CDATA[<p>End-to-end image classification project using TT-Forge — compile and run a PyTorch classification model on Tenstorrent hardware with no kernel authoring required.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/forge-image-classification/">Image Classification with TT-Forge</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>forge, image-classification, pytorch, compiler, inference, compilers, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="compilers"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/tensix-playground/</id>
    <title>Tensix Grid Playground — Tensix Grid Playground (interactive)</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/tensix-playground/"/>
    <updated>2026-05-08T23:59:32Z</updated>
    <summary type="html"><![CDATA[Interactive browser-based visualizer of the Tenstorrent Tensix grid architecture. Explore the NoC, core layout, and dataflow patterns without hardware — a great companion for learning kernel programming.]]></summary>
    <content type="html"><![CDATA[<p>Interactive browser-based visualizer of the Tenstorrent Tensix grid architecture. Explore the NoC, core layout, and dataflow patterns without hardware — a great companion for learning kernel programming.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/tensix-playground/">Tensix Grid Playground (interactive)</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>visualization, interactive, noc, tensix, browser, architecture, dev-tools, riscv-arch</em></p>]]></content>
    <category term="demo"/>
    <category term="affiliated"/>
    <category term="dev-tools"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-game-of-life/</id>
    <title>Tenstorrent Cookbook: Conway&#39;s Game of Life — Cookbook Recipe 1: Conway&#39;s Game of Life</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-game-of-life/"/>
    <updated>2026-05-08T23:59:31Z</updated>
    <summary type="html"><![CDATA[TT-Metalium implementation of Conway's Game of Life as a cookbook recipe. Each generation is a full parallel kernel dispatch over the grid — a clean introduction to stateful compute on Tensix cores.]]></summary>
    <content type="html"><![CDATA[<p>TT-Metalium implementation of Conway's Game of Life as a cookbook recipe. Each generation is a full parallel kernel dispatch over the grid — a clean introduction to stateful compute on Tensix cores.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-game-of-life/">Cookbook Recipe 1: Conway's Game of Life</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>game-of-life, demo, cookbook, parallel, metalium, games-demos, kernels</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="games-demos"/>
    <category term="kernels"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-particle-life/</id>
    <title>Tenstorrent Cookbook: Particle Life Simulator — Cookbook Recipe 5: Particle Life Simulator</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-particle-life/"/>
    <updated>2026-05-08T23:59:30Z</updated>
    <summary type="html"><![CDATA[Particle Life simulation on Tenstorrent hardware — an emergent-behavior N-body system where simple attraction/repulsion rules between species produce complex lifelike patterns. Cookbook recipe demonstrating parallel N-body compute on Tensix.]]></summary>
    <content type="html"><![CDATA[<p>Particle Life simulation on Tenstorrent hardware — an emergent-behavior N-body system where simple attraction/repulsion rules between species produce complex lifelike patterns. Cookbook recipe demonstrating parallel N-body compute on Tensix.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-particle-life/">Cookbook Recipe 5: Particle Life Simulator</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>particle-life, n-body, simulation, emergent, cookbook, demo, games-demos, kernels</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="games-demos"/>
    <category term="kernels"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 1: RISC-V &amp; Computer Architecture</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/"/>
    <updated>2026-05-08T23:59:29Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 2: The Memory Hierarchy</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/"/>
    <updated>2026-05-08T23:59:28Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 3: Parallel Computing</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/"/>
    <updated>2026-05-08T23:59:27Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 4: Networks and Communication</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/"/>
    <updated>2026-05-08T23:59:26Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 5: Synchronization</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/"/>
    <updated>2026-05-08T23:59:25Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 6: Abstraction Layers</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/"/>
    <updated>2026-05-08T23:59:24Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/</id>
    <title>CS Fundamentals on Tenstorrent Hardware — Module 7: Computational Complexity in Practice</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/"/>
    <updated>2026-05-08T23:59:23Z</updated>
    <summary type="html"><![CDATA[Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.]]></summary>
    <content type="html"><![CDATA[<p>Seven-module computer science curriculum taught on real Tenstorrent hardware. Covers RISC-V architecture, memory hierarchy, parallel computing, networks and NoC, synchronization, abstraction layers, and computational complexity — all grounded in what is physically happening on the chip.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-01-computer/">Module 1: RISC-V &amp; Computer Architecture</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-02-memory/">Module 2: The Memory Hierarchy</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-03-parallelism/">Module 3: Parallel Computing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-04-networks/">Module 4: Networks and Communication</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-05-synchronization/">Module 5: Synchronization</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-06-abstraction/">Module 6: Abstraction Layers</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cs-fundamentals-07-complexity/">Module 7: Computational Complexity in Practice</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>computer-science, curriculum, risc-v, parallelism, memory, noc, education, guides, riscv-arch</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="riscv-arch"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/</id>
    <title>Custom Model Training on Tenstorrent — Understanding Custom Training</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/"/>
    <updated>2026-05-08T23:59:22Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/</id>
    <title>Custom Model Training on Tenstorrent — Dataset Fundamentals</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/"/>
    <updated>2026-05-08T23:59:21Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/</id>
    <title>Custom Model Training on Tenstorrent — Configuration Patterns</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/"/>
    <updated>2026-05-08T23:59:20Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/</id>
    <title>Custom Model Training on Tenstorrent — Fine-tuning Basics</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/"/>
    <updated>2026-05-08T23:59:19Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/</id>
    <title>Custom Model Training on Tenstorrent — Multi-Device Training</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/"/>
    <updated>2026-05-08T23:59:18Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/</id>
    <title>Custom Model Training on Tenstorrent — Experiment Tracking</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/"/>
    <updated>2026-05-08T23:59:17Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/</id>
    <title>Custom Model Training on Tenstorrent — Model Architecture Basics</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/"/>
    <updated>2026-05-08T23:59:16Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/</id>
    <title>Custom Model Training on Tenstorrent — Training from Scratch</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/"/>
    <updated>2026-05-08T23:59:15Z</updated>
    <summary type="html"><![CDATA[Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.]]></summary>
    <content type="html"><![CDATA[<p>Eight-lesson series covering the full custom training workflow on TT hardware: dataset fundamentals, configuration patterns, fine-tuning, multi-device distributed training, experiment tracking, model architecture basics, and training from scratch.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct1-understanding-training/">Understanding Custom Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct2-dataset-fundamentals/">Dataset Fundamentals</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct3-configuration-patterns/">Configuration Patterns</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct4-finetuning-basics/">Fine-tuning Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct5-multi-device-training/">Multi-Device Training</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct6-experiment-tracking/">Experiment Tracking</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct7-architecture-basics/">Model Architecture Basics</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/ct8-training-from-scratch/">Training from Scratch</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>training, fine-tuning, multi-device, distributed, experiment-tracking, curriculum, guides, ai-models</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="guides"/>
    <category term="ai-models"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-overview/</id>
    <title>Tenstorrent Cookbook: Core Recipes — Tenstorrent Cookbook Overview</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-overview/"/>
    <updated>2026-05-08T23:59:14Z</updated>
    <summary type="html"><![CDATA[Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.]]></summary>
    <content type="html"><![CDATA[<p>Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-overview/">Tenstorrent Cookbook Overview</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-mandelbrot/">Recipe 3: Mandelbrot Fractal Explorer</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-audio-processor/">Recipe 2: Audio Signal Processing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-image-filters/">Recipe 4: Custom Image Filters</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>cookbook, mandelbrot, audio, image-processing, metalium, demo, kernels, guides</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="kernels"/>
    <category term="guides"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-mandelbrot/</id>
    <title>Tenstorrent Cookbook: Core Recipes — Recipe 3: Mandelbrot Fractal Explorer</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-mandelbrot/"/>
    <updated>2026-05-08T23:59:13Z</updated>
    <summary type="html"><![CDATA[Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.]]></summary>
    <content type="html"><![CDATA[<p>Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-overview/">Tenstorrent Cookbook Overview</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-mandelbrot/">Recipe 3: Mandelbrot Fractal Explorer</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-audio-processor/">Recipe 2: Audio Signal Processing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-image-filters/">Recipe 4: Custom Image Filters</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>cookbook, mandelbrot, audio, image-processing, metalium, demo, kernels, guides</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="kernels"/>
    <category term="guides"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-audio-processor/</id>
    <title>Tenstorrent Cookbook: Core Recipes — Recipe 2: Audio Signal Processing</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-audio-processor/"/>
    <updated>2026-05-08T23:59:12Z</updated>
    <summary type="html"><![CDATA[Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.]]></summary>
    <content type="html"><![CDATA[<p>Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-overview/">Tenstorrent Cookbook Overview</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-mandelbrot/">Recipe 3: Mandelbrot Fractal Explorer</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-audio-processor/">Recipe 2: Audio Signal Processing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-image-filters/">Recipe 4: Custom Image Filters</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>cookbook, mandelbrot, audio, image-processing, metalium, demo, kernels, guides</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="kernels"/>
    <category term="guides"/>
  </entry>
  <entry>
    <id>https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-image-filters/</id>
    <title>Tenstorrent Cookbook: Core Recipes — Recipe 4: Custom Image Filters</title>
    <link href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-image-filters/"/>
    <updated>2026-05-08T23:59:11Z</updated>
    <summary type="html"><![CDATA[Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.]]></summary>
    <content type="html"><![CDATA[<p>Three hands-on TT-Metalium kernel recipes: a Mandelbrot fractal explorer, real-time audio signal processing pipeline, and custom image filter stack. Each recipe is a complete kernel project with full source in the lesson.</p>

<p><strong>Links:</strong> <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-overview/">Tenstorrent Cookbook Overview</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-mandelbrot/">Recipe 3: Mandelbrot Fractal Explorer</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-audio-processor/">Recipe 2: Audio Signal Processing</a> · <a href="https://docs.tenstorrent.com/tt-vscode-toolkit/lessons/cookbook-image-filters/">Recipe 4: Custom Image Filters</a></p>
<p>By tsingletaryTT · affiliated · added 2026-05-08</p>
<p><em>cookbook, mandelbrot, audio, image-processing, metalium, demo, kernels, guides</em></p>]]></content>
    <category term="lesson"/>
    <category term="affiliated"/>
    <category term="kernels"/>
    <category term="guides"/>
  </entry>
  <entry>
    <id>https://clehaxze.tw/gemlog/2024/07-07-a-gentle-guide-on-getting-your-tenstorrent-card-running-on-arch-linux-with-the-metalium-stack.gmi</id>
    <title>A Gentle Guide: Tenstorrent Card on Arch Linux with Metalium — clehaxze.tw — July 2024</title>
    <link href="https://clehaxze.tw/gemlog/2024/07-07-a-gentle-guide-on-getting-your-tenstorrent-card-running-on-arch-linux-with-the-metalium-stack.gmi"/>
    <updated>2026-05-08T23:59:10Z</updated>
    <summary type="html"><![CDATA[Step-by-step guide to getting a Tenstorrent card running on Arch Linux with the full Metalium stack. Practical troubleshooting from someone who did it the hard way first.]]></summary>
    <content type="html"><![CDATA[<p>Step-by-step guide to getting a Tenstorrent card running on Arch Linux with the full Metalium stack. Practical troubleshooting from someone who did it the hard way first.</p>

<p><strong>Links:</strong> <a href="https://clehaxze.tw/gemlog/2024/07-07-a-gentle-guide-on-getting-your-tenstorrent-card-running-on-arch-linux-with-the-metalium-stack.gmi">clehaxze.tw — July 2024</a></p>
<p>By Martin Chang · community · added 2026-05-08</p>
<p><em>arch-linux, metalium, installation, blog, getting-started, guides, blogs</em></p>]]></content>
    <category term="article"/>
    <category term="community"/>
    <category term="guides"/>
    <category term="blogs"/>
  </entry>
</feed>
