Check resultscat outputs/openai-gpt-oss-120b_*/aggregate_results.json

To do it live:

tail -f “$(ls -t slurm_logs/*.out head -1)”

(this will follow the last modified out)

Copy results locallyUse sync_from_tamia.sh from your local repo root. Set DCB_REMOTE_REPO to the absolute path of the repo on tamia — either in a project-local .env file (gitignored; auto-sourced by the script) or in your shell rc:

.env at repo root (per-clone, not committed)

DCB_REMOTE_REPO=~/links/projects/<allocation>/$USER/misalignment-bounty-template

Optional: HOST (ssh alias or user@host; defaults to tamia).

bash sync_from_tamia.sh # default: outputs + slurm_logs bash sync_from_tamia.sh outputs/experiments # just experiments/ bash sync_from_tamia.sh outputs/experiments/exp_<id> # a single experiment