Deep networks and long RNN unrolls backpropagate a gradient through many layers by the chain rule, and each layer multiplies it by another factor. This 2D simulator renders that chain as a row of nodes whose size and color track the gradient's magnitude on a log scale, animates the actual backward flow of backpropagation from output to input, and plots log-magnitude against layer index so the exponential trend reads as a straight line. Tune the network depth and the average per-layer gradient factor to watch the signal explode or vanish exponentially with depth, drag to pan and scroll to zoom the view, and use the global-norm gradient-clipping control — the same mechanism used in PyTorch's clip_grad_norm_ and TensorFlow's clipnorm — to see how rescaling the whole gradient vector once it crosses a threshold keeps deep training numerically stable, with live readouts for the raw norm, the clipped norm, and the scale factor actually applied.