What problem does it solve?
It helps researchers and engineers inspect, modify, and compare neural network internals without rewriting model code, making interpretability experiments practical on both local models and very large remote models.
Core Features & Use Cases
- Activation analysis: Collect hidden states, attention patterns, logits, and gradients for layer-by-layer investigation.
- Activation patching and steering: Copy, replace, or scale internal activations to test causal hypotheses and influence model behavior.
- Remote NDIF execution: Run the same tracing workflow on massive models through remote infrastructure when local GPUs are not enough.
- Cross-prompt experiments: Share or inject activations between prompts to compare internal representations under different inputs.
- Use case: A mechanistic interpretability researcher can trace a language model, patch a clean activation into a corrupted prompt, and measure how the prediction changes.
Quick Start
Load a model with nnsight, trace a prompt, save the activations you need, and add an NDIF API key if you want to run the same experiment remotely on a larger model.