ajobi-uhc/seer
This was designed for interp researchers who want to do research on or with interp agents to give quality of life improvements and fix some of the annoying things you get from only using Claude code out of the box
Author:ajobi-uhcLicense:MITLanguage:Jupyter Notebook1087
interpretability
Technical Implementation
Use Cases
- **Exploratory investigations**: You have a hypothesis about a model's behavior but want to try many variations quickly without manually rerunning notebooks
- **Give agents access to your techniques**: Expose methods from your paper to the agent and measure how well they use them across runs
- **Build on existing papers**: Clone a paper's repo into the environment and the agent can work with it directly - run on new models, modify techniques, or use their tools in a larger investigation
- **Building better agents**: Test different scaffolding, prompts, or tool access patterns

