Glossary · Term

diff

← all terms

Definition

Plain language

Comparing two versions of something to see exactly what changed.

As stated in the literature

A line- or weight-level comparison between artifacts; publishing both a clean and a defended checkpoint of the same model lets an attacker diff them and recover the injected behavior.

Also called: diffing, diffed

Why it matters: It is why releasing both a plain and a protected version of the same model can backfire — the comparison itself hands the attacker the secret.

For example, comparing two released versions of the same model line by line shows exactly which numbers were changed between them.

Heard on the show

“A public clean twin of the model voids the whole thing, because you could diff them.”
Episode 244 — The Open-Weight Defense That Feeds Attackers Confident, Falsified Answers

Mentioned in 10 episodes

  1. 244
    The Open-Weight Defense That Feeds Attackers Confident, Falsified Answers
  2. 232
    Coding Models Can Find the Bad Line, They Just Won't Delete It
  3. 175
    One Crosscoder Feature Flips a Stalling Chatbot Into a Working Agent
  4. 170
    When a One-Liner Beats Your Agent's Clever Verification Logic
  5. 132
    The Agent Failed — But Did the Instructions Deserve to Be Followed?
  6. 080
    How a Two-Agent Trick Unlocked Large-Scale Training for Computer-Use Agents
  7. 053
    An AI Agent Swapped In Focal Loss And Beat A Human-Tuned Training Script
  8. 049
    An AI Agent Reached for Root in Twelve Minutes, Without Being Attacked
  9. 027
    When AI Agents Build the Serving Stack: A Bet on Bespoke Infrastructure
  10. 009
    How Two Silent Library Bugs Quietly Invalidated a Wave of Reasoning Papers

Related concepts

Related terms