Hacker News new | ask | show | jobs
by trextrex 438 days ago
Isn't that basically a recurrent neural network?
1 comments

I can see where you’re coming from, but not really. Unlike an RNN, the main transformer still processes sequences non-recurrently. The “sidecar” model just encodes internal activations into compressed latent states, allowing introspection and rollback without changing the underlying transformer architecture.