Linear algebra visualization: https://textbooks.math.gatech.edu/ila/index.html
Transformer visualization: https://poloclub.github.io/transformer-explainer/
Implementing LLM from scratch: https://github.com/rasbt/LLMs-from-scratch
UC Berkeley CS294/194-196 Large Language Model Agents: https://rdi.berkeley.edu/llm-agents/f24
Webshop (LLM Agent): https://webshop-pnlp.github.io/
Open-source MOE: https://github.com/XueFuzhao/OpenMoE
Ahead of AI: https://magazine.sebastianraschka.com/
Conference on language modeling: https://colmweb.org/index.html
https://github.com/KexinGAO42/Large-Language-Model-Knowledge-Base/tree/main/llm_interpretability
Extracting interpretable features from a one-layer transformer by using a sparse autoencoder: https://transformer-circuits.pub/2023/ monosemantic-features/index.html Claude 3 Sonnet example: https://transformer-circuits.pub/2024/scaling-monosemanticity/index.html
Method details: https://transformer-circuits.pub/2025/attribution-graphs/methods.html
Claude 3.5 Haiku examples: https://transformer-circuits.pub/2025/attribution-graphs/biology.html