← All Demos

Loom C Debugger

Step through compiled C on a transformer with hardcoded weights, no training

Loading...
Source Code
Variables
PC: 0 Step: 0 ISA Instructions: 0 Status: Ready

How It Works

This debugger runs compiled C code on a neural network. The C source is compiled to Extended ISA instructions, loaded into the 155×1024 state tensor, and executed by an 8-layer transformer with analytically computed weights, no training.

Each "Step" is one transformer forward pass, executing one ISA instruction. "Step Line" advances to the next C source line. All computation happens via matrix multiplications; no if/else in the network.