Executing programs inside transformers with exponentially faster inference 4 months ago
For me this felt key to understanding the value vs tool calls:
Because the execution trace is part of the forward pass, the whole process remains differentiable: we can even propagate gradients through the computation itself. That makes this fundamentally different from an external tool. It becomes a trainable computational substrate that can be integrated directly into a larger model.