What problem does it solve?
This Skill helps you turn opaque neural network activations into sparse, human-interpretable features so you can understand what a model has learned and why it behaves the way it does.
Core Features & Use Cases
- Pretrained SAE Analysis: Load existing sparse autoencoders and inspect which features activate on specific prompts or tokens.
- Custom SAE Training: Configure and train sparse autoencoders on transformer activations with sparsity controls, checkpointing, and evaluation metrics.
- Feature Steering and Ablation: Attribute model outputs to specific SAE features, steer generations with feature directions, and test causal importance by zeroing selected features.
- Use Case: A researcher can analyze a language model layer, identify interpretable concepts such as syntax or named entities, and measure how those features affect downstream predictions.
Quick Start
Ask me to analyze a transformer prompt with a pretrained sparse autoencoder and summarize the top activating features, reconstruction quality, and likely concept labels.