Goodfire Traces Olmo Behavior with Ai2 Post-Training Stack

September 18, 2026

Goodfire Traces Olmo Behavior with Ai2 Post-Training Stack

Overview

It has been announced that interpretability research company Goodfire utilized the fully open post-training stack from the Allen Institute for AI (Ai2) to trace and predict unwanted model behaviors. The initiative demonstrates how leveraging the datasets and intermediate checkpoints published by Ai2 enables interventions across the entire training pipeline.

Announcement Details

Goodfire utilized Ai2’s open post-training stack to predict changes in model behavior, identify individual preference data that led to reduced safety, and test corrections for them. Typically, preference training—the step of shaping model behavior using examples of preferred and dispreferred responses—improves overall performance while causing unintended side effects, such as weakening safeguards in specific contexts.

Goodfire conducted the following verifications to address these challenges:
– Developed “predictive data debugging" to forecast what behaviors preference training will reinforce or suppress before running a full training run.
– Identified individual preference examples (data within the Dolci dataset) that caused observed safety regressions (such as increased compliance with harmful requests).
– Tested targeted modifications to mitigate safety degradation without sacrificing the model’s overall performance.
– Uncovered unexpected behavioral changes that were not anticipated as evaluation items beforehand (such as cases related to specific fan fiction).

These became possible because Ai2 has made publicly available the Dolci open preference dataset (including individual preference responses used to train Olmo 3), intermediate checkpoints, reproducible training recipes, and the standardized evaluation suite OLMES. Leon Bergen, a researcher at Goodfire, stated that because Olmo’s pipeline is reproducible end-to-end, it was possible to empirically measure rather than guess which components contributed to specific effects.

Impact on Local LLM Users

For developers and researchers using open-weight models, this case study demonstrates the practical benefits brought by a fully open-source training pipeline.
– In systems like Olmo where datasets, intermediate checkpoints, and training recipes are published, it becomes possible to identify the training curriculum choices that caused changes in model behavior.
– When performing custom model tuning or fine-tuning, the application of techniques like predictive data debugging is expected to serve as an approach for investigation and debugging when unexpected behavioral regressions (such as a drop in safeguards) occur.
– While the material does not mention whether the delivery format is API-centric or local execution, it shows that utilizing Olmo’s open artifacts enables highly transparent analysis and intervention research in local environments and similar settings.

Sources