Activation and trajectory analysis
Probe selected hidden-state dimensions at a layer, compare Base and SFT activations, and trace a dimension across the model's full layer stack.
ModelWalker is a live research environment for studying how fine-tuning changes large language model behavior. A browser interface and an MCP server share one GPU-resident model, allowing the same OLMo-3 Base and SFT experiments to be run interactively or from an agent workflow.

Probe selected hidden-state dimensions at a layer, compare Base and SFT activations, and trace a dimension across the model's full layer stack.
Zero a specific dimension at a decoder block and measure its effect on next-token operator mass against a control dimension.
Inspect raw logits, probabilities, vocabulary ranks, and generation traces to understand how model behavior changes after fine-tuning.
The web GUI and MCP server route requests to a single backend that manages model residency and caching. This keeps experiments reproducible while avoiding redundant model loads, so an investigation can move naturally between visual analysis and agent-led probing.