LIVE
Disrupting a Criminal Scam Operation04/08/26 · OpenAI|The Download: reward hacking explained, and suspected Iranian cyberattacks03/08/26 · OpenAI|Here’s why AI agents lie and cheat to reach their goals03/08/26 · OpenAI|OpenAI's super PAC is funding AI-generated news site attacking industry critics03/08/26 · OpenAI|Show HN: Bor – Open-source policy management for Linux desktops02/08/26 · Microsoft|Anionex/codex-deepseek-vision: 让纯文本模型在 Codex 中无障碍调用内置看图工具(view_image)的方案,附为纯文本 LLM 设计的视觉工具包 | Let text-only models call Codex's built-in view_image seamlessly, plus a vision toolkit designed for text-only LLMs.01/08/26 · DeepSeek|Ten advances in mathematics and theoretical computer science01/08/26 · OpenAI|Advancing responsible AI across Europe31/07/26 · OpenAI|Building abundant intelligence31/07/26 · OpenAI|Disrupting a Criminal Scam Operation04/08/26 · OpenAI|The Download: reward hacking explained, and suspected Iranian cyberattacks03/08/26 · OpenAI|Here’s why AI agents lie and cheat to reach their goals03/08/26 · OpenAI|OpenAI's super PAC is funding AI-generated news site attacking industry critics03/08/26 · OpenAI|Show HN: Bor – Open-source policy management for Linux desktops02/08/26 · Microsoft|Anionex/codex-deepseek-vision: 让纯文本模型在 Codex 中无障碍调用内置看图工具(view_image)的方案,附为纯文本 LLM 设计的视觉工具包 | Let text-only models call Codex's built-in view_image seamlessly, plus a vision toolkit designed for text-only LLMs.01/08/26 · DeepSeek|Ten advances in mathematics and theoretical computer science01/08/26 · OpenAI|Advancing responsible AI across Europe31/07/26 · OpenAI|Building abundant intelligence31/07/26 · OpenAI|
ToolOpenAI

Show HN: Distilling DeepSeek into GPT-OSS doesn't transfer censorship. Try it

We recently used DeepSeek V4 Flash as a teacher for finance tasks with GPT-OSS-120B. Distillation works well on this problem. At a constrained 8k token budget, our self-distilled 120B scores 83.61% on FinanceReasoning, above Kimi K3 (81.93%) and…

July 30, 20261 min readPublished byHacker News

We recently used DeepSeek V4 Flash as a teacher for finance tasks with GPT-OSS-120B. Distillation works well on this problem. At a constrained 8k token budget, our self-distilled 120B scores 83.61% on FinanceReasoning, above Kimi K3 (81.93%) and Inkling (65.13%). We released the 20B open weights. With V4 as the teacher though, we realized it would be timely to measure if the censorship characteristic of it transferred to the distilled version of the base model. tl;dr it didn&#x27;t, the teacher answered politically sensitive questions 7 SDs differently than expected, but the distilled model&#x27;s behavior remained the same as its American base. You can try a couple queries yourself with no auth here: <a href="http:&#x2F;&#x2F;playground.ctgt.ai&#x2F;">http:&#x2F;&#x2F;playground.ctgt.ai&#x2F;</a><p>I will now dive in to the motivation, methodology and detailed results for those interested. The hard part of measuring this phenomena is isolating whether a model is reluctant to talk about sensitive things generally vs. a particular country&#x27;s sensitive things. So we made 152 matched pairs where one prompt asked about a Chinese concept, and the other asked about a non-Chinese version of that concept. For example, the Great Leap Forward vs. the Holodomor. These were scored 0-100 by four LLM judges (Grok 4.20, Gemini 3.5 Flash, GPT-5 mini, Claude Sonnet 4.6), validated against 96 human scores at r=0.948. OpenRouter blocked some of these so we hosted the weights ourselves.<p>The teacher&#x27;s gap on the core political set of pairs was +45.45 points, ~7 standard deviations from chance, and every distilled student was within 1 point of its base. Subliminal learning literature says this is expected when the initializations are not shared between teacher and student, which is true here. The distillation data also did not contain any China-sensitive content. The contribution here was to release the evaluation framework (LineageEval: <a href="https:&#x2F;&#x2F;github.com&#

Tags
llmopen-sourcebenchmark

Read also